[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 15bbf4: update submodule and version file to
From: |
Peter Maydell |
Subject: |
[Qemu-commits] [qemu/qemu] 15bbf4: update submodule and version file to edk2-stable20... |
Date: |
Mon, 16 Sep 2024 14:31:26 +0000 (UTC) |
Branch: refs/heads/staging
Home: https://github.com/qemu/qemu
Commit: 15bbf4a8372ba6255802163f432ad12c2a071cc4
https://github.com/qemu/qemu/commit/15bbf4a8372ba6255802163f432ad12c2a071cc4
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M roms/edk2
M roms/edk2-version
Log Message:
-----------
update submodule and version file to edk2-stable202408
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Commit: 53102da4aad482920c7778f03b88f484016f6330
https://github.com/qemu/qemu/commit/53102da4aad482920c7778f03b88f484016f6330
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M pc-bios/edk2-aarch64-code.fd.bz2
M pc-bios/edk2-arm-code.fd.bz2
M pc-bios/edk2-i386-code.fd.bz2
M pc-bios/edk2-i386-secure-code.fd.bz2
M pc-bios/edk2-riscv-code.fd.bz2
M pc-bios/edk2-x86_64-code.fd.bz2
M pc-bios/edk2-x86_64-microvm.fd.bz2
M pc-bios/edk2-x86_64-secure-code.fd.bz2
Log Message:
-----------
update binaries to edk2-stable202408
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Commit: db698b367f9de0bd47117fef7585c346dfcf3c42
https://github.com/qemu/qemu/commit/db698b367f9de0bd47117fef7585c346dfcf3c42
Author: Xianglai Li <lixianglai@loongson.cn>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M docs/system/loongarch/virt.rst
M meson.build
A pc-bios/descriptors/60-edk2-loongarch64.json
M pc-bios/descriptors/meson.build
M pc-bios/meson.build
M roms/edk2-build.config
Log Message:
-----------
roms: Support compile the efi bios for loongarch
Added loongarch UEFI BIOS support to compiled scripts.
UEFI code images require 16M alignment, flash images require
16M alignment, under the loongarch architecture.This is agreed
upon when the firmware is loaded in QEMU under Loongarch.
The naming of UEFI under loongarch refers to the x86 and arm naming methods,
and the UEFI image names in x86 and arm are:
edk2-i386-code.fd
edk2-i386-vars.fd
edk2-arm-code.fd
edk2-arm-vars.fd
So on loongarch, we named it:
edk2-loongarch64-code.fd
edk2-loongarch64-vars.fd
Signed-off-by: Xianglai Li <lixianglai@loongson.cn>
Message-ID: <20240724022245.1317884-1-lixianglai@loongson.cn>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Commit: 2b759fbc9a70258a244f98da3415947dccc2702e
https://github.com/qemu/qemu/commit/2b759fbc9a70258a244f98da3415947dccc2702e
Author: Gerd Hoffmann <kraxel@redhat.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
A pc-bios/edk2-loongarch64-code.fd.bz2
A pc-bios/edk2-loongarch64-vars.fd.bz2
Log Message:
-----------
add loongarch binaries for edk2-stable202408
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Commit: 7b5b4f536870d6289f65a556fdd23d396e7b2744
https://github.com/qemu/qemu/commit/7b5b4f536870d6289f65a556fdd23d396e7b2744
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M .gitlab-ci.d/crossbuilds.yml
Log Message:
-----------
.gitlab-ci.d/crossbuilds.yml: Force 'make check' to -j2 for cross-i686-tci
In commit 1374ed49e1453c300 we forced the cross-i686-tci job to -j1 to
see if this helped with test timeouts. It seems to help with that but
on the other hand we now sometimes run into the overall 60 minute
job timeout. Try -j2 instead.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Commit: 4e29afde50d4a4f02f456604c59546d3a1d8904e
https://github.com/qemu/qemu/commit/4e29afde50d4a4f02f456604c59546d3a1d8904e
Author: Peter Maydell <peter.maydell@linaro.org>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M docs/system/loongarch/virt.rst
M meson.build
A pc-bios/descriptors/60-edk2-loongarch64.json
M pc-bios/descriptors/meson.build
M pc-bios/edk2-aarch64-code.fd.bz2
M pc-bios/edk2-arm-code.fd.bz2
M pc-bios/edk2-i386-code.fd.bz2
M pc-bios/edk2-i386-secure-code.fd.bz2
A pc-bios/edk2-loongarch64-code.fd.bz2
A pc-bios/edk2-loongarch64-vars.fd.bz2
M pc-bios/edk2-riscv-code.fd.bz2
M pc-bios/edk2-x86_64-code.fd.bz2
M pc-bios/edk2-x86_64-microvm.fd.bz2
M pc-bios/edk2-x86_64-secure-code.fd.bz2
M pc-bios/meson.build
M roms/edk2
M roms/edk2-build.config
M roms/edk2-version
Log Message:
-----------
Merge tag 'edk2-stable202408-20240916-pull-request' of
https://gitlab.com/kraxel/qemu into staging
edk2: update to 2024-08 stable tag
# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCgAdFiEEoDKM/7k6F6eZAf59TLbY7tPocTgFAmboIvoACgkQTLbY7tPo
# cThSpBAAsJpNeF3u9BW/2h0SSDxsD0POjFtTTMNTuoug/YgirAx0hMcB43BKdt2l
# ENyORDLBr93BxqVdURg0AnKjVtGu7ullxLypmDxA6+VkDV6n9yNKc6kce3LJokpy
# j+34/r/pnGPC3pbWRwZckR6yAGby8S78RzWs4be+9+qeJr1bTiqnTcp8s+BnN8MV
# t5OClWmtSbrvaEcp+5SGg8POKahgBY4UzhKwwvZN5zjEzkKADxG5n3Y6fHvd3wyh
# 6CCO/4/Hf4Mq/OSMg/3hWXw77EtV6Erc+mh3nIb/lxz2PjFJEV5kVEEJDPpn4Xjo
# gvxJQVcA/i0sB+jTSz5KeGzBpiaRG/u7A7fd5xL5RPI7bKvBGMtb+UYeGpnTSdNx
# mje00GcWWBSGpBPrJV0sH/VJHU+kiUdH1j+7GTufDnybcGeyOOiWGbk58Ak/Bsuw
# nMsjjXzhH8C7eXtvEBEsF3d2RLw0XJnEGXFIFKr2RjJyqv1s1zUknQUjJJBXMKSR
# rJmlqn7wIE7Jkl6dCN+5qhflMSKPey6AH3uqn/3tZ+3ledHKoXBkRwGPG64Tgwq1
# 5gmazfbp7O9tWdA/ySAq8X7pIj0dL17voD3QUStlh79jW8hwGsNvdwHFWI8qHyON
# bPuw27lAmFgWhNMawSurk1ff55sUv3YQxxEtsBes+pKUd0D5REY=
# =1lDP
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 16 Sep 2024 13:22:18 BST
# gpg: using RSA key A0328CFFB93A17A79901FE7D4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
# gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
# gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
# Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138
* tag 'edk2-stable202408-20240916-pull-request' of
https://gitlab.com/kraxel/qemu:
add loongarch binaries for edk2-stable202408
roms: Support compile the efi bios for loongarch
update binaries to edk2-stable202408
update submodule and version file to edk2-stable202408
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Compare: https://github.com/qemu/qemu/compare/ea9cdbcf3a0b...4e29afde50d4
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 15bbf4: update submodule and version file to edk2-stable20...,
Peter Maydell <=