mirror of https://github.com/acidanthera/audk.git
Clean up code.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed off by: Jiewen Yao <jiewen.yao@intel.com> Reviewed by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15744 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a0e0fb6d9f
commit
4a00645100
|
@ -44,9 +44,6 @@
|
||||||
[Binaries.Ia32]
|
[Binaries.Ia32]
|
||||||
RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
|
RAW|Vtf0/Bin/ResetVec.ia32.raw |GCC
|
||||||
|
|
||||||
[Binaries.X64]
|
|
||||||
RAW|Vtf0/Bin/ResetVec.x64.raw |GCC
|
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
IntelFspPkg/IntelFspPkg.dec
|
IntelFspPkg/IntelFspPkg.dec
|
||||||
|
|
|
@ -37,8 +37,8 @@
|
||||||
gFspNonVolatileStorageHobGuid = { 0x721acf02, 0x4d77, 0x4c2a, { 0xb3, 0xdc, 0x27, 0x0b, 0x7b, 0xa9, 0xe4, 0xb0 } }
|
gFspNonVolatileStorageHobGuid = { 0x721acf02, 0x4d77, 0x4c2a, { 0xb3, 0xdc, 0x27, 0x0b, 0x7b, 0xa9, 0xe4, 0xb0 } }
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gFspInitDonePpiGuid = { 0xf5ef05e4, 0xd538, 0x4774, 0x8f, 0x1b, 0xe9, 0x77, 0x30, 0x11, 0xe0, 0x38 }
|
gFspInitDonePpiGuid = { 0xf5ef05e4, 0xd538, 0x4774, { 0x8f, 0x1b, 0xe9, 0x77, 0x30, 0x11, 0xe0, 0x38 } }
|
||||||
gTopOfTemporaryRamPpiGuid = { 0x2f3962b2, 0x57c5, 0x44ec, 0x9e, 0xfc, 0xa6, 0x9f, 0xd3, 0x02, 0x03, 0x2b }
|
gTopOfTemporaryRamPpiGuid = { 0x2f3962b2, 0x57c5, 0x44ec, { 0x9e, 0xfc, 0xa6, 0x9f, 0xd3, 0x02, 0x03, 0x2b } }
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue