mirror of https://github.com/acidanthera/audk.git
Add PCD for 1G page table
signed-off-by: jyao1 reviewed-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12400 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
570b3d1a72
commit
3ecd0155a9
|
@ -780,6 +780,9 @@
|
|||
# make sure the memory size is large enough to meet capsule PEI requiremnt in capsule update path.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdCapsulePeiLongModeStackSize|0x8000|UINT32|0x0001005D
|
||||
|
||||
## This PCD specifies whether 1G page table is enabled.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|FALSE|BOOLEAN|0x0001005E
|
||||
|
||||
[PcdsPatchableInModule]
|
||||
## Specify memory size with page number for PEI code when
|
||||
# the feature of Loading Module at Fixed Address is enabled
|
||||
|
@ -804,7 +807,3 @@
|
|||
# default value is set to Zero. And the PCD is assumed ONLY to be accessed in DxeS3BootScriptLib Library.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr|0x0|UINT64|0x00030000
|
||||
|
||||
[PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx, PcdsDynamicHii]
|
||||
## This PCD specifies whether 1G page table is enabled.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|FALSE|BOOLEAN|0x30000047
|
||||
|
||||
|
|
Loading…
Reference in New Issue