OvmfPkg/PlatformPei: Set PM base address OVMF

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11250 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2011-01-13 05:46:24 +00:00
parent 0462965227
commit c756b2ab80
2 changed files with 6 additions and 0 deletions

View File

@ -166,6 +166,11 @@ MiscInitialization (
// Build the CPU hob with 36-bit addressing and 16-bits of IO space.
//
BuildCpuHob (36, 16);
//
// Set the PM I/O base address to 0x400
//
PciAndThenOr32 (PCI_LIB_ADDRESS (0, 1, 3, 0x40), (UINT32) ~0xfc0, 0x400);
}

View File

@ -46,6 +46,7 @@
DebugLib
HobLib
IoLib
PciLib
PeiResourcePublicationLib
PeiServicesTablePointerLib
PeimEntryPoint