Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40.

Mainly PCD syntax update.
Check in new build.exe and GenFds.exe
Check in PcdSyntaxUpdate.exe tool. 

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/IntelFrameworkModulePkg@3744 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2007-08-30 09:11:54 +00:00
parent 358aa27e2c
commit a46941a1e8
13 changed files with 122 additions and 122 deletions

View File

@ -67,8 +67,8 @@
gEfiDevicePathProtocolGuid # PROTOCOL TO_START gEfiDevicePathProtocolGuid # PROTOCOL TO_START
gEfiGenericMemTestProtocolGuid # PROTOCOL TO_START gEfiGenericMemTestProtocolGuid # PROTOCOL TO_START
[PcdsFeatureFlag.common] [FeaturePcd.common]
PcdIsaBusOnlySupportSlaveDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma
PcdIsaBusSupportDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma
PcdIsaBusSupportIsaMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory

View File

@ -65,14 +65,14 @@
gEfiSerialIoProtocolGuid # PROTOCOL BY_START gEfiSerialIoProtocolGuid # PROTOCOL BY_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START gEfiDevicePathProtocolGuid # PROTOCOL TO_START
[PcdsFeatureFlag.common] [FeaturePcd.common]
PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable
[PcdsFixedAtBuild.common] [FixedPcd.common]
PcdUartDefaultBaudRate|gEfiMdePkgTokenSpaceGuid|115200 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
PcdUartDefaultDataBits|gEfiMdePkgTokenSpaceGuid|8 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
PcdUartDefaultParity|gEfiMdePkgTokenSpaceGuid|1 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
PcdUartDefaultStopBits|gEfiMdePkgTokenSpaceGuid|1 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1

View File

@ -108,12 +108,12 @@
gEfiDevicePathProtocolGuid # PROTOCOL TO_START gEfiDevicePathProtocolGuid # PROTOCOL TO_START
[PcdsFeatureFlag.common] [FeaturePcd.common]
PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable
PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport
PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable
[PcdsFixedAtBuild.common] [FixedPcd.common]
PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask

View File

@ -44,37 +44,37 @@
gEfiPs2PolicyProtocolGuid = { 0x4DF19259, 0xDC71, 0x4D46, { 0xBE, 0xF1, 0x35, 0x7B, 0xB5, 0x78, 0xC4, 0x18 }} gEfiPs2PolicyProtocolGuid = { 0x4DF19259, 0xDC71, 0x4D46, { 0xBE, 0xF1, 0x35, 0x7B, 0xB5, 0x78, 0xC4, 0x18 }}
[PcdsDynamic.common] [PcdsDynamic.common]
PcdStatusCodeMemorySize|0x00010025|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|1 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|UINT16|0x00010025
PcdStatusCodeRuntimeMemorySize|0x0001002e|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|4 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4|UINT16|0x0001002e
[PcdsFeatureFlag.common] [PcdsFeatureFlag.common]
PcdStatusCodeUseSerial|0x00010022|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE|BOOLEAN|0x00010022
PcdStatusCodeUseMemory|0x00010023|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE|BOOLEAN|0x00010023
PcdStatusCodeUseOEM|0x00010024|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE|BOOLEAN|0x00010024
PcdStatusCodeUseEfiSerial|0x00010026|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE|BOOLEAN|0x00010026
PcdStatusCodeUseHardSerial|0x00010027|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE|BOOLEAN|0x00010027
PcdStatusCodeUseRuntimeMemory|0x00010028|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE|BOOLEAN|0x00010028
PcdStatusCodeUseDataHub|0x00010029|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE|BOOLEAN|0x00010029
PcdStatusCodeReplayInSerial|0x0001002a|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE|BOOLEAN|0x0001002a
PcdStatusCodeReplayInRuntimeMemory|0x0001002b|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE|BOOLEAN|0x0001002b
PcdStatusCodeReplayInDataHub|0x0001002c|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE|BOOLEAN|0x0001002c
PcdStatusCodeReplayInOEM|0x0001002d|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE|BOOLEAN|0x0001002d
PcdPciIsaEnable|0x00010039|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE|BOOLEAN|0x00010039
PcdPciVgaEnable|0x0001003a|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE|BOOLEAN|0x0001003a
PcdPciBusHotplugDeviceSupport|0x0001003d|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|TRUE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE|BOOLEAN|0x0001003d
PcdIsaBusSupportDma|0x00010040|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|TRUE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE|BOOLEAN|0x00010040
PcdIsaBusOnlySupportSlaveDma|0x00010041|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE|BOOLEAN|0x00010041
PcdIsaBusSupportIsaMemory|0x00010042|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|TRUE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE|BOOLEAN|0x00010042
PcdPciCfgDisable|0x00010043|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|FALSE|BOOLEAN|0x00010043
PcdPciCfg2Disable|0x00010044|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|FALSE|BOOLEAN|0x00010044
[PcdsFixedAtBuild.common] [PcdsFixedAtBuild.common]
PcdStatusCodeMemorySize|0x00010025|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|1 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|UINT16|0x00010025
PcdStatusCodeRuntimeMemorySize|0x0001002e|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|4 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4|UINT16|0x0001002e
PcdPciIncompatibleDeviceSupportMask|0x0001003f|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT8|0 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0|UINT8|0x0001003f
[PcdsPatchableInModule.common] [PcdsPatchableInModule.common]
PcdStatusCodeMemorySize|0x00010025|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|1 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|UINT16|0x00010025
PcdStatusCodeRuntimeMemorySize|0x0001002e|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|4 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4|UINT16|0x0001002e

View File

@ -105,58 +105,58 @@
# #
################################################################################ ################################################################################
[PcdsFeatureFlag.common] [PcdsFeatureFlag.common]
PcdComponentNameDisable|gEfiMdePkgTokenSpaceGuid|FALSE gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|FALSE
PcdDriverDiagnosticsDisable|gEfiMdePkgTokenSpaceGuid|FALSE gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|FALSE
PcdComponentName2Disable|gEfiMdePkgTokenSpaceGuid|FALSE gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|FALSE
PcdDriverDiagnostics2Disable|gEfiMdePkgTokenSpaceGuid|FALSE gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|FALSE
PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|FALSE
PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM|FALSE
PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial|FALSE
PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial|FALSE
PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory|FALSE
PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub|FALSE
PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial|FALSE
PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory|FALSE
PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub|FALSE
PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM|FALSE
PcdPciIsaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIsaEnable|FALSE
PcdPciVgaEnable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciVgaEnable|FALSE
PcdPciBusHotplugDeviceSupport|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciBusHotplugDeviceSupport|TRUE
PcdIsaBusSupportDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportDma|TRUE
PcdIsaBusOnlySupportSlaveDma|gEfiIntelFrameworkModulePkgTokenSpaceGuid|FALSE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE
PcdIsaBusSupportIsaMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE
PcdPciCfgDisable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable|TRUE
PcdPciCfg2Disable|gEfiIntelFrameworkModulePkgTokenSpaceGuid|TRUE gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable|TRUE
PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid|FALSE gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable|FALSE
[PcdsFixedAtBuild.common] [PcdsFixedAtBuild.common]
PcdMaximumUnicodeStringLength|gEfiMdePkgTokenSpaceGuid|1000000 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
PcdMaximumAsciiStringLength|gEfiMdePkgTokenSpaceGuid|1000000 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
PcdMaximumLinkedListLength|gEfiMdePkgTokenSpaceGuid|1000000 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
PcdSpinLockTimeout|gEfiMdePkgTokenSpaceGuid|10000000 gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid|0x0f gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x0f
PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid|0x80000000 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x80000000
PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid|0x06 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x06
PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid|0xAF gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
PcdPerformanceLibraryPropertyMask|gEfiMdePkgTokenSpaceGuid|0 gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|0
PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xE0000000
PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0
PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid|0xFFFB0000 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0xFFFB0000
PcdUartDefaultBaudRate|gEfiMdePkgTokenSpaceGuid|115200 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
PcdUartDefaultDataBits|gEfiMdePkgTokenSpaceGuid|8 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
PcdUartDefaultParity|gEfiMdePkgTokenSpaceGuid|1 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
PcdUartDefaultStopBits|gEfiMdePkgTokenSpaceGuid|1 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
PcdDefaultTerminalType|gEfiMdePkgTokenSpaceGuid|0 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|0
[PcdsDynamicDefault.common.DEFAULT] [PcdsDynamicDefault.common.DEFAULT]
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|4 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize|4
[PcdsFixedAtBuild.IPF] [PcdsFixedAtBuild.IPF]
PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid|0x0ffffc000000 gEfiMdePkgTokenSpaceGuid.PcdIoBlockBaseAddressForIpf|0x0ffffc000000
################################################################################ ################################################################################
# #

View File

@ -53,6 +53,6 @@
gEfiStatusCodeDataTypeDebugGuid # ALWAYS_CONSUMED gEfiStatusCodeDataTypeDebugGuid # ALWAYS_CONSUMED
[PcdsFixedAtBuild.common] [FixedPcd.common]
PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask

View File

@ -59,6 +59,6 @@
gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL ALWAYS_CONSUMED
[PcdsFixedAtBuild.common] [FixedPcd.common]
PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask

View File

@ -47,11 +47,11 @@
BaseLib BaseLib
[PcdsFixedAtBuild.common] [FixedPcd.common]
PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue
PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask
[PcdsDynamic.common] [Pcd.common]
PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel

View File

@ -53,6 +53,6 @@
gEfiStatusCodeDataTypeDebugGuid # ALWAYS_CONSUMED gEfiStatusCodeDataTypeDebugGuid # ALWAYS_CONSUMED
[PcdsFixedAtBuild.common] [FixedPcd.common]
PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask

View File

@ -51,9 +51,9 @@
gEfiPciCfg2PpiGuid # PPI ALWAYS_PRODUCED gEfiPciCfg2PpiGuid # PPI ALWAYS_PRODUCED
gEfiPciCfgPpiInServiceTableGuid # PPI ALWAYS_PRODUCED gEfiPciCfgPpiInServiceTableGuid # PPI ALWAYS_PRODUCED
[PcdsFeatureFlag.common] [FeaturePcd.common]
PcdPciCfgDisable|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfgDisable
PcdPciCfg2Disable|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciCfg2Disable
[Depex] [Depex]
TRUE TRUE

View File

@ -87,20 +87,20 @@
gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
[PcdsFeatureFlag.common] [FeaturePcd.common]
PcdStatusCodeReplayInOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM
PcdStatusCodeReplayInRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory
PcdStatusCodeReplayInDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub
PcdStatusCodeReplayInSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial
PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
PcdStatusCodeUseDataHub|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub
PcdStatusCodeUseRuntimeMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory
PcdStatusCodeUseEfiSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial
PcdStatusCodeUseHardSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial
[PcdsDynamic.common] [Pcd.common]
PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize
[Depex] [Depex]
gEfiDataHubProtocolGuid gEfiDataHubProtocolGuid

View File

@ -65,12 +65,12 @@
gEfiPeiStatusCodePpiGuid # PPI ALWAYS_CONSUMED gEfiPeiStatusCodePpiGuid # PPI ALWAYS_CONSUMED
[PcdsFeatureFlag.common] [FeaturePcd.common]
PcdStatusCodeUseOEM|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM
PcdStatusCodeUseMemory|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
PcdStatusCodeUseSerial|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
[PcdsDynamic.common] [Pcd.common]
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize

View File

@ -105,8 +105,8 @@
# #
################################################################################ ################################################################################
[PcdsDynamic.common] [Pcd.common]
PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
[depex] [depex]
TRUE TRUE