to MdePkg: PcdHardwareErrorRecordLevel, PcdPlatformBootTimeout
to MdeModulePkg: PcdSetupConOutColumn, PcdSetupConOutRow, 
PcdSetupVideoHorizontalResolution, PcdSetupVideoVerticalResolution

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu...@intel.com>
---
 .../IntelFrameworkModulePkg.dec                    | 35 ----------------------
 MdeModulePkg/MdeModulePkg.dec                      | 23 ++++++++++++++
 MdePkg/MdePkg.dec                                  | 11 +++++++
 3 files changed, 34 insertions(+), 35 deletions(-)

diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec 
b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
index 14380d1..19a5790 100644
--- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
+++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
@@ -188,41 +188,6 @@
   # @Prompt Boot State Flag
   
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|TRUE|BOOLEAN|0x0001002f
 
-  ## The number of seconds that the firmware will wait before initiating the 
original default boot selection. 
-  #  A value of 0 indicates that the default boot selection is to be initiated 
immediately on boot. 
-  #  The value of 0xFFFF then firmware will wait for user input before booting.
-  # @Prompt Boot Timeout (s)
-  
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0xffff|UINT16|0x40000001
-
-  ## Error level for hardware recorder. 
-  #  If value 0, platform does not support feature of hardware error record.
-  # @Prompt Error Level For Hardware Recorder
-  
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|0|UINT16|0x40000002
-
-[PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
-  #  The 4 PCDs below are used to specify the video resolution and text mode 
of text setup.
-  #  To make text setup work in this resolution, PcdVideoHorizontalResolution, 
PcdVideoVerticalResolution,
-  #  PcdConOutColumn and PcdConOutRow in MdeModulePkg.dec should be created as 
PcdsDynamic or PcdsDynamicEx
-  #  in platform DSC file. Then BDS setup will update these PCDs defined in 
MdeModulePkg.dec and reconnect
-  #  console drivers (GraphicsConsole, Terminal, Consplitter) to make the 
video resolution and text mode work
-  #  for text setup.
-
-  ## Specify the video horizontal resolution of text setup.
-  # @Prompt Video Horizontal Resolution of Text Setup
-  
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|800|UINT32|0x50000001
-  
-  ## Specify the video vertical resolution of text setup.
-  # @Prompt Video Vertical Resolution of Text Setup
-  
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|600|UINT32|0x50000002
-
-  ## Specify the console output column of text setup.
-  # @Prompt Console Output Column of Text Setup
-  
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutColumn|80|UINT32|0x50000003
-  
-  ## Specify the console output row of text setup.
-  # @Prompt Console Output Row of Text Setup
-  
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdSetupConOutRow|25|UINT32|0x50000004
-
 [PcdsFixedAtBuild, PcdsDynamic, PcdsDynamicEx, PcdsPatchableInModule]
   ## I/O Base address of floppy device controller.
   # @Prompt I/O Base Address of Floppy Device Controller
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
index a6309b8..888c63a 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -937,6 +937,29 @@
   # @Prompt Video vertical resolution.
   
gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600|UINT32|0x4000000a
 
+  #  The 4 PCDs below are used to specify the video resolution and text mode 
of text setup.
+  #  To make text setup work in this resolution, PcdVideoHorizontalResolution, 
PcdVideoVerticalResolution,
+  #  PcdConOutColumn and PcdConOutRow should be created as PcdsDynamic or 
PcdsDynamicEx in platform DSC file.
+  #  Then BDS setup will update these PCDs defined in MdeModulePkg.dec and 
reconnect console drivers
+  #  (GraphicsConsole, Terminal, Consplitter) to make the video resolution and 
text mode work
+  #  for text setup.
+
+  ## Specify the video horizontal resolution of text setup.
+  # @Prompt Video Horizontal Resolution of Text Setup
+  
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|800|UINT32|0x4000000b
+
+  ## Specify the video vertical resolution of text setup.
+  # @Prompt Video Vertical Resolution of Text Setup
+  
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|600|UINT32|0x4000000c
+
+  ## Specify the console output column of text setup.
+  # @Prompt Console Output Column of Text Setup
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutColumn|80|UINT32|0x4000000d
+
+  ## Specify the console output row of text setup.
+  # @Prompt Console Output Row of Text Setup
+  gEfiMdeModulePkgTokenSpaceGuid.PcdSetupConOutRow|25|UINT32|0x4000000e
+
 [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
   ## Base address of the NV variable range in flash device.
   # @Prompt Base address of flash NV variable range.
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec
index 494dfba..ed9175b 100644
--- a/MdePkg/MdePkg.dec
+++ b/MdePkg/MdePkg.dec
@@ -1836,5 +1836,16 @@
   # @ValidRange 0x80000001 | 0 - 3
   gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0|UINT8|0x00000024
 
+  ## Error level for hardware recorder. 
+  #  If value 0, platform does not support feature of hardware error record.
+  # @Prompt Error Level For Hardware Recorder
+  gEfiMdePkgTokenSpaceGuid.PcdHardwareErrorRecordLevel|0|UINT16|0x0000002b
+
+  ## The number of seconds that the firmware will wait before initiating the 
original default boot selection. 
+  #  A value of 0 indicates that the default boot selection is to be initiated 
immediately on boot. 
+  #  The value of 0xFFFF then firmware will wait for user input before booting.
+  # @Prompt Boot Timeout (s)
+  gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0xffff|UINT16|0x0000002c
+
 [UserExtensions.TianoCore."ExtraFiles"]
   MdePkgExtra.uni
-- 
1.9.5.msysgit.1



------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to