All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] boot/edk2: bump to version edk2-stable202305
@ 2023-05-30 20:07 Julien Olivain
  2023-05-30 20:07 ` [Buildroot] [PATCH 2/3] package/edk2-platforms: bump in sync with edk2-stable202305 Julien Olivain
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Julien Olivain @ 2023-05-30 20:07 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Vincent Stehlé

For change log since version edk2-stable202208, see:
- https://github.com/tianocore/edk2/releases/tag/edk2-stable202211
- https://github.com/tianocore/edk2/releases/tag/edk2-stable202302
- https://github.com/tianocore/edk2/releases/tag/edk2-stable202305

The main motivation of this bump is the RISC-V QEMU Virt support
introduced in edk2-stable202302 (not yet supported in Buildroot).

Cc: Dick Olsson <hi@senzilla.io>
Cc: Vincent Stehlé <vincent.stehle@arm.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
Patch series tested on branch master at commit c765ac9 with commands:

    utils/docker-run make check-package
    ...
    0 warnings generated

    support/testing/run-tests \
        -d dl -o output_folder \
        tests.boot.test_edk2
    ...
    OK

    make qemu_aarch64_sbsa_defconfig
    make
    ...
    output/images/start-qemu.sh
    ...
    buildroot login:
---
 boot/edk2/edk2.hash | 2 +-
 boot/edk2/edk2.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/boot/edk2/edk2.hash b/boot/edk2/edk2.hash
index 94ee22ddc4..34d4b10e29 100644
--- a/boot/edk2/edk2.hash
+++ b/boot/edk2/edk2.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  c10520f269557d566e35fe8104141aa2865f9085ad2b3a30aae8a7e78a3ca5aa  edk2-edk2-stable202208-br1.tar.gz
+sha256  ca55351913e6258ebd8c08106f369ac71073d9cfaa80427fc5f131b06d808940  edk2-edk2-stable202305-br1.tar.gz
 sha256  50ce20c9cfdb0e19ee34fe0a51fc0afe961f743697b068359ab2f862b494df80  License.txt
diff --git a/boot/edk2/edk2.mk b/boot/edk2/edk2.mk
index fb6b9a3280..399bd346ef 100644
--- a/boot/edk2/edk2.mk
+++ b/boot/edk2/edk2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EDK2_VERSION = edk2-stable202208
+EDK2_VERSION = edk2-stable202305
 EDK2_SITE = https://github.com/tianocore/edk2
 EDK2_SITE_METHOD = git
 EDK2_LICENSE = BSD-2-Clause-Patent
-- 
2.40.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-07-21 22:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-30 20:07 [Buildroot] [PATCH 1/3] boot/edk2: bump to version edk2-stable202305 Julien Olivain
2023-05-30 20:07 ` [Buildroot] [PATCH 2/3] package/edk2-platforms: bump in sync with edk2-stable202305 Julien Olivain
2023-05-30 20:07 ` [Buildroot] [PATCH 3/3] package/edk2-non-osi: " Julien Olivain
2023-06-01 13:25 ` [Buildroot] [PATCH 1/3] boot/edk2: bump to version edk2-stable202305 Vincent Stehlé
2023-07-18 21:57   ` Romain Naour
2023-07-19 21:46     ` Romain Naour
2023-07-21 20:07       ` Julien Olivain
2023-07-21 22:58         ` Romain Naour
2023-07-19 22:01     ` Julien Olivain
2023-07-20  9:04       ` Romain Naour
2023-07-13 20:09 ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.