mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-26 23:24:03 +02:00
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.
|
// Build the CPU hob with 36-bit addressing and 16-bits of IO space.
|
||||||
//
|
//
|
||||||
BuildCpuHob (36, 16);
|
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
|
DebugLib
|
||||||
HobLib
|
HobLib
|
||||||
IoLib
|
IoLib
|
||||||
|
PciLib
|
||||||
PeiResourcePublicationLib
|
PeiResourcePublicationLib
|
||||||
PeiServicesTablePointerLib
|
PeiServicesTablePointerLib
|
||||||
PeimEntryPoint
|
PeimEntryPoint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user