Revision: 15015
          http://sourceforge.net/p/edk2/code/15015
Author:   lzeng14
Date:     2013-12-23 06:33:12 +0000 (Mon, 23 Dec 2013)
Log Message:
-----------
MdeModulePkg Pcd: Extend PcdVpdBaseAddress to support PcdsPatchableInModule 
type.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <[email protected]>
Reviewed by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/MdeModulePkg.dec

Modified: trunk/edk2/MdeModulePkg/MdeModulePkg.dec
===================================================================
--- trunk/edk2/MdeModulePkg/MdeModulePkg.dec    2013-12-20 22:33:01 UTC (rev 
15014)
+++ trunk/edk2/MdeModulePkg/MdeModulePkg.dec    2013-12-23 06:33:12 UTC (rev 
15015)
@@ -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
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to