mirror of https://github.com/acidanthera/audk.git
Change section pcd from [PcdsDynamic] to [PcdsDynamicDefault] as defined in spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3072 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b584bdc1cb
commit
b4c658d041
|
@ -147,7 +147,7 @@
|
||||||
PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
|
PcdPciExpressBaseAddress|gEfiMdePkgTokenSpaceGuid|0xE0000000
|
||||||
PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
|
PcdFSBClock|gEfiMdePkgTokenSpaceGuid|200000000
|
||||||
|
|
||||||
[PcdsDynamic.common]
|
[PcdsDynamicDefault.common]
|
||||||
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
|
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
|
||||||
PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|4
|
PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|4
|
||||||
|
|
||||||
|
|
|
@ -301,7 +301,7 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
[PcdsDynamic.common.DEFAULT]
|
[PcdsDynamicDefault.common.DEFAULT]
|
||||||
PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid|0x0
|
PcdFlashNvStorageFtwSpareBase|gEfiGenericPlatformTokenSpaceGuid|0x0
|
||||||
PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid|0x0
|
PcdFlashNvStorageVariableSize|gEfiGenericPlatformTokenSpaceGuid|0x0
|
||||||
PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"3000"|8
|
PcdWinNtCpuSpeed|gEfiNt32PkgTokenSpaceGuid|L"3000"|8
|
||||||
|
|
Loading…
Reference in New Issue