summaryrefslogtreecommitdiff
path: root/MdeModulePkg/MdeModulePkg.dec
diff options
context:
space:
mode:
authorElvin Li <elvin.li@intel.com>2014-08-26 12:26:32 +0000
committerli-elvin <li-elvin@6f19259b-4bc3-4df7-8a09-765794883524>2014-08-26 12:26:32 +0000
commitb5040e4c55f6c5438cc8a1623f75afc5f76de43e (patch)
tree248e933fbe8816969fa018f6954d3ca9acfad255 /MdeModulePkg/MdeModulePkg.dec
parent5b38a703b2f0d2cda329cbca63d087a4a9509b46 (diff)
downloadedk2-b5040e4c55f6c5438cc8a1623f75afc5f76de43e.zip
edk2-b5040e4c55f6c5438cc8a1623f75afc5f76de43e.tar.gz
edk2-b5040e4c55f6c5438cc8a1623f75afc5f76de43e.tar.bz2
1. CapsuleLongModeBuffer variable should not have EFI_VARIABLE_RUNTIME_ACCESS attribute.
2. CapsuleLongModeBuffer variable should be set to Read-Only. It should not be changed by someone else. 3. Introduce a new PCD PcdIdentifyMappingPageTablePtr to share the same range of page table between AcpiS3 and Capsule. 4. Capsule stack size is allocated from PcdCapsulePeiLongModeStackSize. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Elvin Li <elvin.li@intel.com> Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15909 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r--MdeModulePkg/MdeModulePkg.dec3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
index 7fec666..30912c1 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -951,3 +951,6 @@
# default value is set to Zero. And the PCD is assumed ONLY to be accessed in DxeS3BootScriptLib Library.
gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr|0x0|UINT64|0x00030001
+ ## This dynamic PCD hold an address to point to the memory of page table. The page table establishes a 1:1
+ # Virtual to Physical mapping according to the processor physical address bits.
+ gEfiMdeModulePkgTokenSpaceGuid.PcdIdentifyMappingPageTablePtr|0x0|UINT64|0x00030002