diff --git a/OvmfPkg/Bhyve/PlatformPei/Platform.c b/OvmfPkg/Bhyve/PlatformPei/Platform.c index f6d9a9038e..bd1b22a947 100644 --- a/OvmfPkg/Bhyve/PlatformPei/Platform.c +++ b/OvmfPkg/Bhyve/PlatformPei/Platform.c @@ -153,8 +153,8 @@ MemMapInitialization ( UINT64 PciIoSize; RETURN_STATUS PcdStatus; - PciIoBase = 0xC000; - PciIoSize = 0x4000; + PciIoBase = 0x2000; + PciIoSize = 0xE000; // // Create Memory Type Information HOB