From 83edc159132aa8e4a6fc69c2b1461b14cc65ffe4 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 16 Jun 2011 12:47:12 +0000 Subject: Sync patch r11079 from main trunk. 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/branches/UDK2010@11836 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/MdeModulePkg.dec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 6bfca844f3..f83315fd2b 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -446,6 +446,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 -- cgit