On 09/10/20 21:31, Philippe Mathieu-Daudé wrote: > On 9/8/20 9:29 AM, Laszlo Ersek wrote: >> Ref: https://bugs.launchpad.net/qemu/+bug/1852196 >> Repo: https://github.com/lersek/qemu.git >> Branch: edk2stable202008_lp_1852196 >> >> This series consumes the following upstream edk2 releases: >> >> https://github.com/tianocore/edk2/releases/tag/edk2-stable201908 >> https://github.com/tianocore/edk2/releases/tag/edk2-stable201911 >> https://github.com/tianocore/edk2/releases/tag/edk2-stable202002 >> https://github.com/tianocore/edk2/releases/tag/edk2-stable202005 >> https://github.com/tianocore/edk2/releases/tag/edk2-stable202008 >> >> Worth mentioning (in random order): >> >> - various CVE fixes (see shortlog) >> - OpenSSL-1.1.1g >> - UEFI HTTPS Boot for ARM/AARCH64 >> - TPM2 for ARM/AARCH64 >> - VCPU hotplug with SMI >> - support for Linux v5.7+ initrd and mixed mode loading >> - Fusion-MPT SCSI driver in OVMF >> - VMware PVSCSI driver in OVMF >> - PXEv4 / PXEv6 boot possible to disable on the QEMU command line >> - SEV-ES support >> >> The IA32 and X64 binaries are now smaller -- the reason is that I buit >> them with DevToolSet 9 (gcc-9) on RHEL7, and so this is the first time >> they've undergone LTO (with the GCC5 edk2 toolchain settings). >> >> Cc: "Michael S. Tsirkin" <m...@redhat.com> >> Cc: Igor Mammedov <imamm...@redhat.com> >> Cc: Philippe Mathieu-Daudé <phi...@redhat.com> >> >> Thanks, >> Laszlo >> >> Laszlo Ersek (10): >> Makefile: remove obsolete edk2 exception from "clean" rule >> roms/efirom, tests/uefi-test-tools: update edk2's own submodules first >> roms/Makefile.edk2: prepare for replacing TPM2*_ENABLE macros >> tests: acpi: tolerate "virt/SSDT.memhp" mismatch temporarily >> roms/edk2: update submodule from edk2-stable201905 to >> edk2-stable202008 >> roms/Makefile.edk2: complete replacing TPM2*_ENABLE macros >> roms/Makefile.edk2: enable new ARM/AARCH64 flags up to >> edk2-stable202008 >> pc-bios: refresh edk2 build artifacts for edk2-stable202008 >> pc-bios: update the README file with edk2-stable202008 information >> tests: acpi: update "virt/SSDT.memhp" for edk2-stable202008 >> >> Makefile | 1 - >> pc-bios/README | 4 +-- >> pc-bios/edk2-aarch64-code.fd.bz2 | Bin 1178070 -> 1507722 bytes >> pc-bios/edk2-arm-code.fd.bz2 | Bin 1172752 -> 1503187 bytes >> pc-bios/edk2-i386-code.fd.bz2 | Bin 1736199 -> 1646741 bytes >> pc-bios/edk2-i386-secure-code.fd.bz2 | Bin 1943949 -> 1860546 bytes >> pc-bios/edk2-x86_64-code.fd.bz2 | Bin 1717094 -> 1680164 bytes >> pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1958037 -> 1912112 bytes >> roms/Makefile | 1 + >> roms/Makefile.edk2 | 26 ++++++++++++-------- >> roms/edk2 | 2 +- >> tests/data/acpi/virt/SSDT.memhp | Bin 736 -> 736 bytes >> tests/uefi-test-tools/Makefile | 1 + >> 13 files changed, 21 insertions(+), 14 deletions(-) > > Series: > Tested-by: Philippe Mathieu-Daudé <phi...@redhat.com> > > And applied to the edk2-next tree. > > Thanks, > > Phil. >
Thank you Phil! Laszlo