f9711df914
o remove dependency on the now obsolete Python 2.7. o sysutils/uefi-edk2-bhyve now uses the GH/tianocore/edk2 upstream repo. Use commit 2e1e8c35f3178df95d79da81ac6deec242da74c2 from master on 2021-02-14. o sysutils/uefi-edk2-bhyve-csm is no longer a slave port, since it continues to use the GH/freebsd/uefi-edk2 repo. o sysutils/uefi-edk2-bhyve-devel is no longer required, so delete it. o Update the port Makefiles to follow the style in sysutils/edk2. Reviewed by: grehan Approved by: woodsb02 Differential Revision: https://reviews.freebsd.org/D27230
17 lines
715 B
Text
17 lines
715 B
Text
UEFI EDK2 firmware for bhyve.
|
|
|
|
From https://github.com/tianocore/tianocore/wiki/UEFI :
|
|
"The Unified Extensible Firmware Interface, or UEFI, specifies the
|
|
firmware layer between an operating system and platform hardware. UEFI
|
|
replaces the legacy Basic Input Output System (BIOS)."
|
|
|
|
EDK2 is the project from TianoCore (https://tianocore.org) that provides
|
|
"a modern, feature-rich, cross-platform development environment for the
|
|
UEFI and UEFI Platform Initialization (PI) specifications."
|
|
|
|
It's open source under the BSD-2-Clause-Patent license.
|
|
|
|
This port provides a version of EDK2 for use with VMs running
|
|
operating systems which have UEFI support.
|
|
|
|
WWW: https://github.com/tianocore/edk2/tree/master/OvmfPkg/Bhyve
|