mirror of https://github.com/acidanthera/audk.git
PcdIoBlockBaseAddressForIpf is required by IPF platform so need add it back
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3386 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
470bbb2942
commit
977bdf030b
|
@ -146,6 +146,9 @@
|
|||
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
|
||||
PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|4
|
||||
|
||||
[PcdsFixedAtBuild.IPF]
|
||||
PcdIoBlockBaseAddressForIpf|gEfiMdePkgTokenSpaceGuid|0x0ffffc000000
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Components Section - list of all EDK II Modules needed by this Platform
|
||||
|
|
Loading…
Reference in New Issue