Fall back to previous release due to unstable OVMF files.
Commit b97dc4b92ba1cc9f351854aed1c35c636d2d3992 in edk2 causes
qemu kvm reboots to become unstable for bootloader-extras
and performance-tools.
Signed-off-by: Mark D Horn <mark.d.horn@intel.com>
Clear Linux edk2 package was updated to stable201905
7b191c6ae9
Let's update OVMF.fd and OVMF_CODE.fd
Note: OVMF_VARS.fd has the same hash and is not updated.
Note2: that these version of OVMF* are a copy from /usr/share/qemu
in Clear Linux OS 30170.
$ sha512sum /usr/share/qemu/OVMF*
c6630296e4a82dc4a24b20522e815171fd9c1689403a36abf7ec070c7fce85af63b88b328721a94c415f513ffd2423f71e591ae9713e65850b5a29ebd1edac89 /usr/share/qemu/OVMF_CODE.fd
f48de15ce6dbc19c6a0770677a874f289a69df813f31add873d30324df6b96ae0a0756af52fef3101f5077280851f095120663ec68bb6d19b12a6b0937f86df8 /usr/share/qemu/OVMF.fd
448412fd7ba267b4180db8ade6edb67af467e5b9b3e3ff8dfd583a2fded4070f6951667297e6896ce8bd9f4d2ec3dd8a5a70b6e9a2f686efec9a57124fec512a /usr/share/qemu/OVMF_VARS.fd
Fixes#4
Because start_qemu.sh references OVMF.fd, it is convenient for OVMF.fd
to live alongside that script for ease of use.
Note that this version of OVMF.fd is a copy of /usr/share/qemu/OVMF.fd
in Clear Linux OS builds 22930 and newer from the edk2 package
(edk2-2-8, built using the recent UDK2018 release).
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>