diff options
author | Laszlo Ersek <lersek@redhat.com> | 2019-06-06 12:49:02 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2019-06-14 21:48:00 +0200 |
commit | 541617cad3445fdc6735e9e5752e1f698e337737 (patch) | |
tree | d1829328907915db96300726297ca9683c858060 /pc-bios | |
parent | 3583cb29f28f481a6389cd0b2d417476581cca74 (diff) | |
download | qemu-541617cad3445fdc6735e9e5752e1f698e337737.zip |
pc-bios: update the README file with edk2-stable201905 information
Refresh the "pc-bios/README" file with edk2, OpenSSL, and Berkeley
SoftFloat release info, matching the edk2-stable201905 firmware images
added in the previous patch.
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Ref: https://bugs.launchpad.net/qemu/+bug/1831477
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pc-bios/README b/pc-bios/README index 807d95dd54..180795a55b 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -55,9 +55,11 @@ 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. + were built at git tag "edk2-stable201905". The firmware binaries bundle parts + of the OpenSSL project, at git tag "OpenSSL_1_1_1b" (the OpenSSL tag is a + function of the edk2 tag). Parts of the Berkeley SoftFloat library are + bundled as well, at Release 3e plus a subsequent typo fix (commit + b64af41c3276f97f0e181920400ee056b9c88037), as an OpenSSL dependency on 32-bit + ARM. 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. |