README (a61faa3d02159d24d4fa984733dbc0c905508752) | README (13814db0408a87ab198e5c4e742def1c56662df7) |
---|---|
1- SeaBIOS (bios.bin) is the successor of pc bios. 2 See http://www.seabios.org/ for more information. 3 4- The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios 5 project (http://www.nongnu.org/vgabios/). 6 7- The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is 8 available at https://repo.or.cz/openhackware.git. --- 36 unchanged lines hidden (view full) --- 45 46- Skiboot (https://github.com/open-power/skiboot/) is an OPAL 47 (OpenPower Abstraction Layer) firmware for OpenPOWER systems. It can 48 run an hypervisor OS or simply a host OS on the "baremetal" 49 platform, also known as the PowerNV (Non-Virtualized) platform. 50 51- QemuMacDrivers (https://github.com/ozbenh/QemuMacDrivers) is a project to 52 provide virtualised drivers for PPC MacOS guests. | 1- SeaBIOS (bios.bin) is the successor of pc bios. 2 See http://www.seabios.org/ for more information. 3 4- The VGA BIOS and the Cirrus VGA BIOS come from the LGPL VGA bios 5 project (http://www.nongnu.org/vgabios/). 6 7- The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is 8 available at https://repo.or.cz/openhackware.git. --- 36 unchanged lines hidden (view full) --- 45 46- Skiboot (https://github.com/open-power/skiboot/) is an OPAL 47 (OpenPower Abstraction Layer) firmware for OpenPOWER systems. It can 48 run an hypervisor OS or simply a host OS on the "baremetal" 49 platform, also known as the PowerNV (Non-Virtualized) platform. 50 51- QemuMacDrivers (https://github.com/ozbenh/QemuMacDrivers) is a project to 52 provide virtualised drivers for PPC MacOS guests. |
53 54- The "edk2-*.fd.bz2" images are platform firmware binaries and matching UEFI 55 variable store templates built from the TianoCore community's EFI Development 56 Kit II project 57 <https://github.com/tianocore/tianocore.github.io/wiki/EDK-II>. The images 58 were built at git tag "edk2-stable201903". The firmware binaries bundle parts 59 of the OpenSSL project, at git tag "OpenSSL_1_1_0j" (the OpenSSL tag is a 60 function of the edk2 tag). Licensing information is given in 61 "edk2-licenses.txt". The image files are described by the JSON documents in 62 the "pc-bios/descriptors" directory, which conform to the 63 "docs/interop/firmware.json" schema. |
|