diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-05-25 03:25:43 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-05-25 03:25:43 +0000 |
commit | 097e8d6839143fc020a860885116024ce096ea32 (patch) | |
tree | 5ce3c17348b88c222c1893fd063b82b17435b31e | |
parent | de74f0c2860b839b4a11a1ba13f28b643a2ff29b (diff) | |
download | edk2-platforms-097e8d6839143fc020a860885116024ce096ea32.tar.xz |
Move PcdExtFpdtBootRecordPadSize to the correct PCD section in MdeModulePkg.dec to support all PCD types.
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13360 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 6 |
1 files changed, 3 insertions, 3 deletions
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
|