[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/10] EDK2 firmware: Adopt the edk2-stable202008 release
From: |
Philippe Mathieu-Daudé |
Subject: |
[PULL 00/10] EDK2 firmware: Adopt the edk2-stable202008 release |
Date: |
Mon, 14 Sep 2020 09:17:10 +0200 |
The following changes since commit 3d9f371b01067d9cec4d592920013012119397c8:
Merge remote-tracking branch
'remotes/stsquad/tags/pull-testing-fixes-100920-1' into staging (2020-09-12
22:54:32 +0100)
are available in the Git repository at:
https://gitlab.com/philmd/qemu.git tags/edk2-next-20200914
for you to fetch changes up to 8fa3b7029f3c9f901cd6bb01004114c003432d9b:
tests: acpi: update "virt/SSDT.memhp" for edk2-stable202008 (2020-09-13
23:03:15 +0200)
----------------------------------------------------------------
EDK2 firmware: Adopt the edk2-stable202008 release
Note from Laszlo Ersek [1] while addressing LP#1852196 [2]:
Consume 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 [2] and 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 Laszlo
built 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).
CI jobs results:
https://gitlab.com/philmd/qemu/-/pipelines/189394120
https://travis-ci.org/github/philmd/qemu/builds/726842542
https://app.shippable.com/github/philmd/qemu/runs/866/summary/console
[1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg738173.html
[2] https://bugs.launchpad.net/qemu/+bug/1852196
----------------------------------------------------------------
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(-)
--
2.26.2
- [PULL 00/10] EDK2 firmware: Adopt the edk2-stable202008 release,
Philippe Mathieu-Daudé <=
- [PULL 01/10] Makefile: remove obsolete edk2 exception from "clean" rule, Philippe Mathieu-Daudé, 2020/09/14
- [PULL 02/10] roms/efirom, tests/uefi-test-tools: update edk2's own submodules first, Philippe Mathieu-Daudé, 2020/09/14
- [PULL 03/10] roms/Makefile.edk2: prepare for replacing TPM2*_ENABLE macros, Philippe Mathieu-Daudé, 2020/09/14
- [PULL 04/10] tests: acpi: tolerate "virt/SSDT.memhp" mismatch temporarily, Philippe Mathieu-Daudé, 2020/09/14
- [PULL 06/10] roms/Makefile.edk2: complete replacing TPM2*_ENABLE macros, Philippe Mathieu-Daudé, 2020/09/14
- [PULL 05/10] roms/edk2: update submodule from edk2-stable201905 to edk2-stable202008, Philippe Mathieu-Daudé, 2020/09/14
- [PULL 07/10] roms/Makefile.edk2: enable new ARM/AARCH64 flags up to edk2-stable202008, Philippe Mathieu-Daudé, 2020/09/14
- [PULL 09/10] pc-bios: update the README file with edk2-stable202008 information, Philippe Mathieu-Daudé, 2020/09/14
- [PULL 10/10] tests: acpi: update "virt/SSDT.memhp" for edk2-stable202008, Philippe Mathieu-Daudé, 2020/09/14
- Re: [PULL 00/10] EDK2 firmware: Adopt the edk2-stable202008 release, Peter Maydell, 2020/09/14