mirror of https://github.com/acidanthera/audk.git
Fix missing PCD issue for IntelFrameworkModulePkg.dsc
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3634 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dfb780e3c2
commit
5da9710399
|
@ -143,6 +143,7 @@
|
||||||
PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
|
PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
|
||||||
PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
|
PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
|
||||||
PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
|
PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
|
||||||
|
PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid|0xFFFB0000
|
||||||
|
|
||||||
[PcdsDynamicDefault.common.DEFAULT]
|
[PcdsDynamicDefault.common.DEFAULT]
|
||||||
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
|
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
|
||||||
|
|
Loading…
Reference in New Issue