mirror of https://github.com/acidanthera/audk.git
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:
parent
0462965227
commit
c756b2ab80
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
DebugLib
|
||||
HobLib
|
||||
IoLib
|
||||
PciLib
|
||||
PeiResourcePublicationLib
|
||||
PeiServicesTablePointerLib
|
||||
PeimEntryPoint
|
||||
|
|
Loading…
Reference in New Issue