Meta-data review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7312 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -36,12 +36,12 @@
|
|||||||
DxeLoad.c
|
DxeLoad.c
|
||||||
|
|
||||||
[Sources.Ia32]
|
[Sources.Ia32]
|
||||||
Ia32/VirtualMemory.h
|
Ia32/VirtualMemory.h ||||PcdDxeIplSwitchToLongMode
|
||||||
Ia32/VirtualMemory.c
|
Ia32/VirtualMemory.c ||||PcdDxeIplSwitchToLongMode
|
||||||
Ia32/DxeLoadFunc.c
|
Ia32/DxeLoadFunc.c
|
||||||
Ia32/ImageRead.c
|
Ia32/ImageRead.c
|
||||||
Ia32/IdtVectorAsm.asm
|
Ia32/IdtVectorAsm.asm||||PcdDxeIplSwitchToLongMode AND PcdDxeIplEnableIdt
|
||||||
Ia32/IdtVectorAsm.S | GCC
|
Ia32/IdtVectorAsm.S ||||PcdDxeIplSwitchToLongMode AND PcdDxeIplEnableIdt
|
||||||
|
|
||||||
[Sources.X64]
|
[Sources.X64]
|
||||||
X64/VirtualMemory.h
|
X64/VirtualMemory.h
|
||||||
@@ -79,16 +79,17 @@
|
|||||||
RecoveryLib
|
RecoveryLib
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gEfiEndOfPeiSignalPpiGuid # PPI SOMETIMES_PRODUCED
|
gEfiDxeIplPpiGuid ## PRODUCES
|
||||||
gEfiDxeIplPpiGuid # PPI SOMETIMES_PRODUCED
|
gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_PRODUCES(Not produced on S3 boot path)
|
||||||
gEfiPeiDecompressPpiGuid # PPI SOMETIMES_PRODUCED
|
gEfiPeiDecompressPpiGuid ## SOMETIMES_PRODUCES
|
||||||
gEfiPeiReadOnlyVariable2PpiGuid # PPI SOMETIMES_CONSUMED
|
gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_CONSUMES
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiMemoryTypeInformationGuid
|
gEfiMemoryTypeInformationGuid ## SOMETIMES_CONSUMES ## Variable:L"MemoryTypeInformation"
|
||||||
|
gEfiMemoryTypeInformationGuid ## SOMETIMES_PRODUCES ## HOB
|
||||||
|
|
||||||
[FeaturePcd.IA32]
|
[FeaturePcd.IA32]
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt
|
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplEnableIdt|PcdDxeIplSwitchToLongMode
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
|
gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
|
||||||
|
|
||||||
[FixedPcd.common]
|
[FixedPcd.common]
|
||||||
@@ -97,3 +98,23 @@
|
|||||||
[Depex]
|
[Depex]
|
||||||
gEfiPeiMemoryDiscoveredPpiGuid
|
gEfiPeiMemoryDiscoveredPpiGuid
|
||||||
|
|
||||||
|
#
|
||||||
|
# [BootMode]
|
||||||
|
# S3_RESUME ## SOMETIMES_CONSUMES
|
||||||
|
# RECOVERY ## SOMETIMES_CONSUMES
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# [Hob]
|
||||||
|
# ##
|
||||||
|
# # New Stack HoB
|
||||||
|
# MEMORY_ALLOCATION ## PRODUCES
|
||||||
|
# ##
|
||||||
|
# # Old Stack HOB
|
||||||
|
# MEMORY_ALLOCATION ## CONSUMES
|
||||||
|
#
|
||||||
|
# [Hob.IPF]
|
||||||
|
# ##
|
||||||
|
# # BSP Stack HOB for IPF
|
||||||
|
# MEMORY_ALLOCATION ## PRODUCES
|
||||||
|
#
|
||||||
|
#
|
||||||
|
Reference in New Issue
Block a user