summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-22 05:23:39 +0000
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-22 05:23:39 +0000
commitdad63934f9b77f64768090433df67c335e229112 (patch)
tree526e64fca78c5b28ac928bd8b65fa04034b23735
parent7b126c2e8012b36f9ed1352403e7152aa4bd28ae (diff)
downloadedk2-dad63934f9b77f64768090433df67c335e229112.tar.gz
edk2-dad63934f9b77f64768090433df67c335e229112.tar.bz2
edk2-dad63934f9b77f64768090433df67c335e229112.zip
Add a new PCD PcdResetOnMemoryTypeInformationChange in MdeModulePkg to control whether to reset system when memory type information changes.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11079 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/MdeModulePkg.dec3
1 files changed, 3 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
index 83b09ec201..29aec9348b 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -455,6 +455,9 @@
# The default value in DxePhase is 128 KBytes.
gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|UINT16|0x00010054
+ ## This PCD specifies whether to reset system when memory type information changes.
+ gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|TRUE|BOOLEAN|0x00010056
+
[PcdsPatchableInModule]
## Specify memory size with page number for PEI code when
# the feature of Loading Module at Fixed Address is enabled