diff options
author | Laszlo Ersek | 2019-03-08 00:24:14 +0100 |
---|---|---|
committer | Laszlo Ersek | 2019-04-17 15:38:35 +0200 |
commit | 13814db0408a87ab198e5c4e742def1c56662df7 (patch) | |
tree | 3faca1ebb32c074bd6e88a055e22907e211260c1 /pc-bios/README | |
parent | pc-bios: add edk2 firmware binaries and variable store templates (diff) | |
download | qemu-13814db0408a87ab198e5c4e742def1c56662df7.tar.gz qemu-13814db0408a87ab198e5c4e742def1c56662df7.tar.xz qemu-13814db0408a87ab198e5c4e742def1c56662df7.zip |
pc-bios: document the edk2 firmware images; add firmware descriptors
Update the README file with information on the images added previously,
and provide firmware descriptor documents that conform to
"docs/interop/firmware.json".
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'pc-bios/README')
-rw-r--r-- | pc-bios/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pc-bios/README b/pc-bios/README index d421cb3f1f..807d95dd54 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -50,3 +50,14 @@ - QemuMacDrivers (https://github.com/ozbenh/QemuMacDrivers) is a project to provide virtualised drivers for PPC MacOS guests. + +- The "edk2-*.fd.bz2" images are platform firmware binaries and matching UEFI + variable store templates built from the TianoCore community's EFI Development + Kit II project + <https://github.com/tianocore/tianocore.github.io/wiki/EDK-II>. The images + were built at git tag "edk2-stable201903". The firmware binaries bundle parts + of the OpenSSL project, at git tag "OpenSSL_1_1_0j" (the OpenSSL tag is a + function of the edk2 tag). Licensing information is given in + "edk2-licenses.txt". The image files are described by the JSON documents in + the "pc-bios/descriptors" directory, which conform to the + "docs/interop/firmware.json" schema. |