[PULL 0/6] Edk2 stable202302 20230320 patches

Gerd Hoffmann posted 6 patches 1 year, 1 month ago
Only 5 patches received!
roms/edk2-build.py                     | 380 +++++++++++++++++++++++++
tests/qtest/bios-tables-test.c         |   6 +-
pc-bios/README                         |   4 +-
pc-bios/edk2-aarch64-code.fd.bz2       | Bin 1161290 -> 1508184 bytes
pc-bios/edk2-arm-code.fd.bz2           | Bin 1161845 -> 1483149 bytes
pc-bios/edk2-i386-code.fd.bz2          | Bin 1282120 -> 1695318 bytes
pc-bios/edk2-i386-secure-code.fd.bz2   | Bin 1473677 -> 1922002 bytes
pc-bios/edk2-riscv.fd.bz2              | Bin 0 -> 1096418 bytes
pc-bios/edk2-x86_64-code.fd.bz2        | Bin 1327522 -> 1796544 bytes
pc-bios/edk2-x86_64-microvm.fd.bz2     | Bin 1309407 -> 1697788 bytes
pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1513711 -> 1999841 bytes
roms/Makefile                          |  29 +-
roms/Makefile.edk2                     | 178 ------------
roms/edk2                              |   2 +-
roms/edk2-build.config                 | 124 ++++++++
roms/edk2-build.sh                     |  55 ----
roms/edk2-funcs.sh                     | 273 ------------------
tests/data/acpi/virt/SRAT.acpihmatvirt | Bin 240 -> 240 bytes
tests/data/acpi/virt/SSDT.memhp        | Bin 1817 -> 1817 bytes
19 files changed, 517 insertions(+), 534 deletions(-)
create mode 100755 roms/edk2-build.py
create mode 100644 pc-bios/edk2-riscv.fd.bz2
delete mode 100644 roms/Makefile.edk2
create mode 100644 roms/edk2-build.config
delete mode 100755 roms/edk2-build.sh
delete mode 100644 roms/edk2-funcs.sh
[PULL 0/6] Edk2 stable202302 20230320 patches
Posted by Gerd Hoffmann 1 year, 1 month ago
The following changes since commit 74c581b6452394e591f13beba9fea2ec0688e2f5:

  Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2023-03-17 14:22:01 +0000)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/edk2-stable202302-20230320-pull-request

for you to fetch changes up to 86305e864191123dcf87c3af639fddfc59352ac6:

  edk2: update firmware binaries (2023-03-20 10:36:31 +0100)

----------------------------------------------------------------
update edk2 to 202302 stable tag

----------------------------------------------------------------

Gerd Hoffmann (6):
  acpi: enable tests/data/acpi updates
  bios-tables-test: use 128M numa nodes on aarch64
  acpi: disable tests/data/acpi updates
  edk2: update submodule to edk2-stable202302
  edk2: replace build scripts
  edk2: update firmware binaries

 roms/edk2-build.py                     | 380 +++++++++++++++++++++++++
 tests/qtest/bios-tables-test.c         |   6 +-
 pc-bios/README                         |   4 +-
 pc-bios/edk2-aarch64-code.fd.bz2       | Bin 1161290 -> 1508184 bytes
 pc-bios/edk2-arm-code.fd.bz2           | Bin 1161845 -> 1483149 bytes
 pc-bios/edk2-i386-code.fd.bz2          | Bin 1282120 -> 1695318 bytes
 pc-bios/edk2-i386-secure-code.fd.bz2   | Bin 1473677 -> 1922002 bytes
 pc-bios/edk2-riscv.fd.bz2              | Bin 0 -> 1096418 bytes
 pc-bios/edk2-x86_64-code.fd.bz2        | Bin 1327522 -> 1796544 bytes
 pc-bios/edk2-x86_64-microvm.fd.bz2     | Bin 1309407 -> 1697788 bytes
 pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1513711 -> 1999841 bytes
 roms/Makefile                          |  29 +-
 roms/Makefile.edk2                     | 178 ------------
 roms/edk2                              |   2 +-
 roms/edk2-build.config                 | 124 ++++++++
 roms/edk2-build.sh                     |  55 ----
 roms/edk2-funcs.sh                     | 273 ------------------
 tests/data/acpi/virt/SRAT.acpihmatvirt | Bin 240 -> 240 bytes
 tests/data/acpi/virt/SSDT.memhp        | Bin 1817 -> 1817 bytes
 19 files changed, 517 insertions(+), 534 deletions(-)
 create mode 100755 roms/edk2-build.py
 create mode 100644 pc-bios/edk2-riscv.fd.bz2
 delete mode 100644 roms/Makefile.edk2
 create mode 100644 roms/edk2-build.config
 delete mode 100755 roms/edk2-build.sh
 delete mode 100644 roms/edk2-funcs.sh

-- 
2.39.2
Re: [PULL 0/6] Edk2 stable202302 20230320 patches
Posted by Peter Maydell 1 year, 1 month ago
On Mon, 20 Mar 2023 at 09:39, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 74c581b6452394e591f13beba9fea2ec0688e2f5:
>
>   Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2023-03-17 14:22:01 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kraxel/qemu.git tags/edk2-stable202302-20230320-pull-request
>
> for you to fetch changes up to 86305e864191123dcf87c3af639fddfc59352ac6:
>
>   edk2: update firmware binaries (2023-03-20 10:36:31 +0100)
>
> ----------------------------------------------------------------
> update edk2 to 202302 stable tag
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.0
for any user-visible changes.

-- PMM