mbox

[PULL,0/7] Edk2 stable202408 20240917 patches

Message ID 20240917083709.571436-1-kraxel@redhat.com (mailing list archive)
State New
Headers show

Pull-request

https://gitlab.com/kraxel/qemu.git tags/edk2-stable202408-20240917-pull-request

Message

Gerd Hoffmann Sept. 17, 2024, 8:36 a.m. UTC
The following changes since commit ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a:

  Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into staging (2024-09-15 18:27:40 +0100)

are available in the Git repository at:

  https://gitlab.com/kraxel/qemu.git tags/edk2-stable202408-20240917-pull-request

for you to fetch changes up to 265c40becab72485caa1f4b1911ce96a98657f84:

  tests/acpi: disallow acpi test data updates (2024-09-17 10:26:27 +0200)

----------------------------------------------------------------
edk2: update to 2024-08 stable tag.
acpi: update test data (address changed due to firmware size change).

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

Gerd Hoffmann (6):
  tests/acpi: allow acpi test data updates
  update submodule and version file to edk2-stable202408
  update binaries to edk2-stable202408
  add loongarch binaries for edk2-stable202408
  tests/acpi: update aarch64/virt/SSDT.memhp
  tests/acpi: disallow acpi test data updates

Xianglai Li (1):
  roms: Support compile the efi bios for loongarch

 docs/system/loongarch/virt.rst               |   2 +-
 meson.build                                  |   2 +-
 pc-bios/descriptors/60-edk2-loongarch64.json |  31 +++++++++++++++++++
 pc-bios/descriptors/meson.build              |   3 +-
 pc-bios/edk2-aarch64-code.fd.bz2             | Bin 1588976 -> 1565763 bytes
 pc-bios/edk2-arm-code.fd.bz2                 | Bin 1571639 -> 1570311 bytes
 pc-bios/edk2-i386-code.fd.bz2                | Bin 1775230 -> 1780004 bytes
 pc-bios/edk2-i386-secure-code.fd.bz2         | Bin 1877268 -> 1858666 bytes
 pc-bios/edk2-loongarch64-code.fd.bz2         | Bin 0 -> 1148383 bytes
 pc-bios/edk2-loongarch64-vars.fd.bz2         | Bin 0 -> 233 bytes
 pc-bios/edk2-riscv-code.fd.bz2               | Bin 1289337 -> 1296526 bytes
 pc-bios/edk2-x86_64-code.fd.bz2              | Bin 1892766 -> 1907255 bytes
 pc-bios/edk2-x86_64-microvm.fd.bz2           | Bin 1785290 -> 1787244 bytes
 pc-bios/edk2-x86_64-secure-code.fd.bz2       | Bin 1969096 -> 1962992 bytes
 pc-bios/meson.build                          |   2 ++
 roms/edk2                                    |   2 +-
 roms/edk2-build.config                       |  13 ++++++++
 roms/edk2-version                            |   4 +--
 tests/data/acpi/aarch64/virt/SSDT.memhp      | Bin 1817 -> 1817 bytes
 19 files changed, 53 insertions(+), 6 deletions(-)
 create mode 100644 pc-bios/descriptors/60-edk2-loongarch64.json
 create mode 100644 pc-bios/edk2-loongarch64-code.fd.bz2
 create mode 100644 pc-bios/edk2-loongarch64-vars.fd.bz2

Comments

Peter Maydell Sept. 17, 2024, 1:01 p.m. UTC | #1
On Tue, 17 Sept 2024 at 09:38, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a:
>
>   Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into staging (2024-09-15 18:27:40 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kraxel/qemu.git tags/edk2-stable202408-20240917-pull-request
>
> for you to fetch changes up to 265c40becab72485caa1f4b1911ce96a98657f84:
>
>   tests/acpi: disallow acpi test data updates (2024-09-17 10:26:27 +0200)
>
> ----------------------------------------------------------------
> edk2: update to 2024-08 stable tag.
> acpi: update test data (address changed due to firmware size change).
>


Applied, thanks.

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

-- PMM