From: Star Zeng Date: Mon, 23 Dec 2013 06:33:12 +0000 (+0000) Subject: MdeModulePkg Pcd: Extend PcdVpdBaseAddress to support PcdsPatchableInModule type. X-Git-Tag: edk2-stable201903~11942 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=adcd7381bb2ab1108b13a838218d8d59e09b54d4;ds=sidebyside MdeModulePkg Pcd: Extend PcdVpdBaseAddress to support PcdsPatchableInModule type. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15015 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 51984510d6..c2a6decbd4 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -522,11 +522,6 @@ # for a dynamic PCD used in PEI phase. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry|0x08|UINT32|0x0001000f - ## VPD type PCD allow developer point an absoluted physical address PcdVpdBaseAddress - # to store PCD value. - # - gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0|UINT32|0x00010010 - ## Maximum number of FV is supported by PeiCore's dispatching. gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported|6|UINT32|0x00010030 @@ -608,6 +603,11 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdProgressCodeS3SuspendEnd|0x03078001|UINT32|0x30001033 [PcdsFixedAtBuild,PcdsPatchableInModule] + ## VPD type PCD allow developer point an absoluted physical address PcdVpdBaseAddress + # to store PCD value. + # + gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0|UINT32|0x00010010 + ## Maximun number of performance log entries during PEI phase. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries|40|UINT8|0x0001002f