Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 1e0c441c922d92dae736f1b47df05373490045ae https://github.com/tianocore/edk2/commit/1e0c441c922d92dae736f1b47df05373490045ae Author: Corvin Köhne <c.koe...@beckhoff.com> Date: 2021-07-05 (Mon, 05 Jul 2021)
Changed paths: M OvmfPkg/Bhyve/BhyveX64.dsc M OvmfPkg/Bhyve/BhyveX64.fdf Log Message: ----------- OvmfPkg/Bhyve: add USB support An USB driver is required to use a keyboard or mouse while installing an OS or while in a bootloader menu like grub when using GPU + USB Passthrough. Reviewed-by: Peter Grehan <gre...@freebsd.org> Acked-by: Rebecca Cran <rebe...@bsdio.com> Signed-off-by: Corvin Köhne <c.koe...@beckhoff.com> Message-Id: <20210705110842.14088-1-c.koe...@beckhoff.com> Commit: 44ced03798d3af47577af3e7a865be33383766d0 https://github.com/tianocore/edk2/commit/44ced03798d3af47577af3e7a865be33383766d0 Author: Corvin Köhne <c.koe...@beckhoff.com> Date: 2021-07-05 (Mon, 05 Jul 2021) Changed paths: M OvmfPkg/Bhyve/BhyveX64.dsc M OvmfPkg/Bhyve/PlatformPei/Platform.c Log Message: ----------- 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 <gre...@freebsd.org> Acked-by: Rebecca Cran <rebe...@bsdio.com> Signed-off-by: Corvin Köhne <c.koe...@beckhoff.com> Message-Id: <20210705110842.14088-2-c.koe...@beckhoff.com> Compare: https://github.com/tianocore/edk2/compare/fea7901dba72...44ced03798d3 _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits