diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index ccba64cd04..ba9e3300cd 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -810,13 +810,13 @@ ## 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 ## This PCD specifies the additional pad size in FPDT Basic Boot Performance Table for # the extension FPDT boot records got after ReadyToBoot and before ExitBootService. gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize|0x0|UINT32|0x0001005F +[PcdsPatchableInModule] + ## Specify memory size with page number for PEI code when + # the feature of Loading Module at Fixed Address is enabled gEfiMdeModulePkgTokenSpaceGuid.PcdLoadFixAddressPeiCodePageNumber|0|UINT32|0x00000029 ## Specify memory size with page number for DXE boot time code when