audk/OvmfPkg/Bhyve
Corvin Köhne 44ced03798 OvmfPkg/Bhyve: use static PCI32Base address
It's neccessary to allocate a Graphics Stolen Memory area to enable
GPU-Passthrough for integrated Intel GPUs. Therefore, use a new
memory layout with a static Pci32Baseaddress.

Old layout:
	[...        , lowmemlimit] RAM
	[lowmemlimit, 0xE000 0000] PCI Space
New layout:
	[...        , lowmemlimit] RAM
	[lowmemlimit, gsmbase    ] Memory hole (may be absent)
	[gsmbase    , 0xC000 0000] GSM (may be absent)
	[0xC000 0000, 0xE000 0000] PCI Space

Reviewed-by: Peter Grehan <grehan@freebsd.org>
Acked-by: Rebecca Cran <rebecca@bsdio.com>
Signed-off-by: Corvin Köhne <c.koehne@beckhoff.com>
Message-Id: <20210705110842.14088-2-c.koehne@beckhoff.com>
2021-07-05 12:12:00 +00:00
..
AcpiPlatformDxe OvmfPkg/Bhyve/AcpiPlatformDxe: fix file path typo in comment 2021-06-04 16:01:50 +00:00
AcpiTables OvmfPkg/Bhyve: Fix various style issues 2020-11-30 17:49:39 +00:00
BhyveRfbDxe OvmfPkg/Bhyve: Fix various style issues 2020-11-30 17:49:39 +00:00
PlatformPei OvmfPkg/Bhyve: use static PCI32Base address 2021-07-05 12:12:00 +00:00
ResetVector OvmfPkg/Bhyve: Copy Real16ToFlat32.asm and enable cache in CR0 2020-11-27 16:48:47 +00:00
SmbiosPlatformDxe OvmfPkg/Bhyve: Fix various style issues 2020-11-30 17:49:39 +00:00
BhyveDefines.fdf.inc OvmfPkg/Bhyve: rename files to remove 'Pkg' infix 2020-08-24 17:57:07 +00:00
BhyveX64.dsc OvmfPkg/Bhyve: use static PCI32Base address 2021-07-05 12:12:00 +00:00
BhyveX64.fdf OvmfPkg/Bhyve: add USB support 2021-07-05 12:12:00 +00:00
FvmainCompactScratchEnd.fdf.inc Add BhyvePkg, to support the bhyve hypervisor 2020-07-31 13:03:10 +00:00
License.txt Add BhyvePkg, to support the bhyve hypervisor 2020-07-31 13:03:10 +00:00
VarStore.fdf.inc Add BhyvePkg, to support the bhyve hypervisor 2020-07-31 13:03:10 +00:00