Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308
@ 2023-08-27 14:59 Julien Olivain
  2023-08-27 14:59 ` [Buildroot] [PATCH next 2/3] package/edk2-platforms: bump in sync with edk2-stable202308 Julien Olivain
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Julien Olivain @ 2023-08-27 14:59 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Vincent Stehlé

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

The main motivations of this bump are the RISC-V QEMU Virt support
improvements (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 next at commit 7b02ca8 with commands:

    make check-package
    ...
    0 warnings generated

    make qemu_aarch64_sbsa_defconfig
    make
    output/images/start-qemu.sh

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

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

    support/testing/run-tests \
        -d dl -o output_folder \
        tests.fs.test_iso9660
    ...
    OK
---
 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 34d4b10e29..17918ee7bb 100644
--- a/boot/edk2/edk2.hash
+++ b/boot/edk2/edk2.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  ca55351913e6258ebd8c08106f369ac71073d9cfaa80427fc5f131b06d808940  edk2-edk2-stable202305-br1.tar.gz
+sha256  9389ad20bc75f2a8fa9e7c1b1948ef07481c94e96dec57ae2f9f9be9c754f92c  edk2-edk2-stable202308-br1.tar.gz
 sha256  50ce20c9cfdb0e19ee34fe0a51fc0afe961f743697b068359ab2f862b494df80  License.txt
diff --git a/boot/edk2/edk2.mk b/boot/edk2/edk2.mk
index f49258ecb5..186854a14c 100644
--- a/boot/edk2/edk2.mk
+++ b/boot/edk2/edk2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EDK2_VERSION = edk2-stable202305
+EDK2_VERSION = edk2-stable202308
 EDK2_SITE = https://github.com/tianocore/edk2
 EDK2_SITE_METHOD = git
 EDK2_LICENSE = BSD-2-Clause-Patent
-- 
2.41.0

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

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

* [Buildroot] [PATCH next 2/3] package/edk2-platforms: bump in sync with edk2-stable202308
  2023-08-27 14:59 [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308 Julien Olivain
@ 2023-08-27 14:59 ` Julien Olivain
  2023-08-27 14:59 ` [Buildroot] [PATCH next 3/3] package/edk2-non-osi: " Julien Olivain
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain @ 2023-08-27 14:59 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Vincent Stehlé

Bump the edk2-platforms commit to the one corresponding to version
edk2-stable202308 of edk2, based on the timestamps.

Cc: Dick Olsson <hi@senzilla.io>
Cc: Vincent Stehlé <vincent.stehle@arm.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/edk2-platforms/edk2-platforms.hash | 2 +-
 package/edk2-platforms/edk2-platforms.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/edk2-platforms/edk2-platforms.hash b/package/edk2-platforms/edk2-platforms.hash
index ae88b672a6..4c74c7dfb6 100644
--- a/package/edk2-platforms/edk2-platforms.hash
+++ b/package/edk2-platforms/edk2-platforms.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  31257160ac51a4a5f63db92d26482d6a005286ed040dafe89d01f0ee906b111e  edk2-platforms-b71f2bda9e4fc183068eef5d1d90a631181a2506.tar.gz
+sha256  c240a8ec7816bc5963d881c84eb18d880e9269c117cfc46a3106b0c5e6e80c66  edk2-platforms-e509ac5a729ebe2a3bc905aed1df23226aca4dc9.tar.gz
 sha256  50ce20c9cfdb0e19ee34fe0a51fc0afe961f743697b068359ab2f862b494df80  License.txt
diff --git a/package/edk2-platforms/edk2-platforms.mk b/package/edk2-platforms/edk2-platforms.mk
index 9e8ff94156..7bd86ff159 100644
--- a/package/edk2-platforms/edk2-platforms.mk
+++ b/package/edk2-platforms/edk2-platforms.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Keep in sync with latest commit as of the release date for boot/edk2
-EDK2_PLATFORMS_VERSION = b71f2bda9e4fc183068eef5d1d90a631181a2506
+EDK2_PLATFORMS_VERSION = e509ac5a729ebe2a3bc905aed1df23226aca4dc9
 EDK2_PLATFORMS_SITE = $(call github,tianocore,edk2-platforms,$(EDK2_PLATFORMS_VERSION))
 EDK2_PLATFORMS_LICENSE = BSD-2-Clause-Patent
 EDK2_PLATFORMS_LICENSE_FILES = License.txt
-- 
2.41.0

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

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

* [Buildroot] [PATCH next 3/3] package/edk2-non-osi: bump in sync with edk2-stable202308
  2023-08-27 14:59 [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308 Julien Olivain
  2023-08-27 14:59 ` [Buildroot] [PATCH next 2/3] package/edk2-platforms: bump in sync with edk2-stable202308 Julien Olivain
@ 2023-08-27 14:59 ` Julien Olivain
  2023-08-28 11:36 ` [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308 Vincent Stehlé
  2023-09-02 15:50 ` Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Julien Olivain @ 2023-08-27 14:59 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Vincent Stehlé

Bump the edk2-non-osi commit to the one corresponding to version
edk2-stable202308 of edk2, based on the timestamps.

Cc: Dick Olsson <hi@senzilla.io>
Cc: Vincent Stehlé <vincent.stehle@arm.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/edk2-non-osi/edk2-non-osi.hash | 2 +-
 package/edk2-non-osi/edk2-non-osi.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/edk2-non-osi/edk2-non-osi.hash b/package/edk2-non-osi/edk2-non-osi.hash
index 2593324bc1..e4e84f1cef 100644
--- a/package/edk2-non-osi/edk2-non-osi.hash
+++ b/package/edk2-non-osi/edk2-non-osi.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  c048101d6532d9bb4f6450095e0b50812d9a831f7e3c119db48e5caf2bf020a6  edk2-non-osi-41876073afb7c7309018223baa1a6f8108bf23f0.tar.gz
+sha256  6fe059c4ee5d4fad6245a6eb53ed6b62b8890e9481cfb52c9fbdb83a5b2e0edb  edk2-non-osi-8c09bd0955338db38813e0d8ae1faa634f545f73.tar.gz
 sha256  38d73db2f9dfb32e1666d898cb9d7c1ccd78302dd9922d5fac4a9cf61fa872d9  Silicon/Marvell/Armada7k8k/DeviceTree/Armada80x0McBin.inf
diff --git a/package/edk2-non-osi/edk2-non-osi.mk b/package/edk2-non-osi/edk2-non-osi.mk
index 1103772768..d787c882b3 100644
--- a/package/edk2-non-osi/edk2-non-osi.mk
+++ b/package/edk2-non-osi/edk2-non-osi.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 # Keep in sync with latest commit as of the release date for boot/edk2
-EDK2_NON_OSI_VERSION = 41876073afb7c7309018223baa1a6f8108bf23f0
+EDK2_NON_OSI_VERSION = 8c09bd0955338db38813e0d8ae1faa634f545f73
 EDK2_NON_OSI_SITE = $(call github,tianocore,edk2-non-osi,$(EDK2_NON_OSI_VERSION))
 EDK2_NON_OSI_INSTALL_TARGET = NO
 EDK2_NON_OSI_INSTALL_STAGING = YES
-- 
2.41.0

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

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

* Re: [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308
  2023-08-27 14:59 [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308 Julien Olivain
  2023-08-27 14:59 ` [Buildroot] [PATCH next 2/3] package/edk2-platforms: bump in sync with edk2-stable202308 Julien Olivain
  2023-08-27 14:59 ` [Buildroot] [PATCH next 3/3] package/edk2-non-osi: " Julien Olivain
@ 2023-08-28 11:36 ` Vincent Stehlé
  2023-09-02 15:50 ` Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Vincent Stehlé @ 2023-08-28 11:36 UTC (permalink / raw)
  To: Julien Olivain; +Cc: buildroot

On Sun, Aug 27, 2023 at 04:59:54PM +0200, Julien Olivain wrote:
> For change log since version edk2-stable202305, see:
> - https://github.com/tianocore/edk2/releases/tag/edk2-stable202308
> 
> The main motivations of this bump are the RISC-V QEMU Virt support
> improvements (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 next at commit 7b02ca8 with commands:
> 
>     make check-package
>     ...
>     0 warnings generated
> 
>     make qemu_aarch64_sbsa_defconfig
>     make
>     output/images/start-qemu.sh
> 
>     support/testing/run-tests \
>         -d dl -o output_folder \
>         tests.boot.test_edk2
>     ...
>     OK
> 
>     support/testing/run-tests \
>         -d dl -o output_folder \
>         tests.boot.test_grub
>     ...
>     OK
> 
>     support/testing/run-tests \
>         -d dl -o output_folder \
>         tests.fs.test_iso9660
>     ...
>     OK

Hi Julien,

Thanks for this patches series.
All the aforementioned tests work for me as well, on both master and next.

Feel free to add (or not):

  Tested-by: Vincent Stehlé <vincent.stehle@arm.com>

Best regards,
Vincent.

> ---
>  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 34d4b10e29..17918ee7bb 100644
> --- a/boot/edk2/edk2.hash
> +++ b/boot/edk2/edk2.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  ca55351913e6258ebd8c08106f369ac71073d9cfaa80427fc5f131b06d808940  edk2-edk2-stable202305-br1.tar.gz
> +sha256  9389ad20bc75f2a8fa9e7c1b1948ef07481c94e96dec57ae2f9f9be9c754f92c  edk2-edk2-stable202308-br1.tar.gz
>  sha256  50ce20c9cfdb0e19ee34fe0a51fc0afe961f743697b068359ab2f862b494df80  License.txt
> diff --git a/boot/edk2/edk2.mk b/boot/edk2/edk2.mk
> index f49258ecb5..186854a14c 100644
> --- a/boot/edk2/edk2.mk
> +++ b/boot/edk2/edk2.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -EDK2_VERSION = edk2-stable202305
> +EDK2_VERSION = edk2-stable202308
>  EDK2_SITE = https://github.com/tianocore/edk2
>  EDK2_SITE_METHOD = git
>  EDK2_LICENSE = BSD-2-Clause-Patent
> -- 
> 2.41.0
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308
  2023-08-27 14:59 [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308 Julien Olivain
                   ` (2 preceding siblings ...)
  2023-08-28 11:36 ` [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308 Vincent Stehlé
@ 2023-09-02 15:50 ` Thomas Petazzoni via buildroot
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-09-02 15:50 UTC (permalink / raw)
  To: Julien Olivain; +Cc: Vincent Stehlé, buildroot

On Sun, 27 Aug 2023 16:59:54 +0200
Julien Olivain <ju.o@free.fr> wrote:

> For change log since version edk2-stable202305, see:
> - https://github.com/tianocore/edk2/releases/tag/edk2-stable202308
> 
> The main motivations of this bump are the RISC-V QEMU Virt support
> improvements (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 next at commit 7b02ca8 with commands:

Series applied to next, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-09-02 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-27 14:59 [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308 Julien Olivain
2023-08-27 14:59 ` [Buildroot] [PATCH next 2/3] package/edk2-platforms: bump in sync with edk2-stable202308 Julien Olivain
2023-08-27 14:59 ` [Buildroot] [PATCH next 3/3] package/edk2-non-osi: " Julien Olivain
2023-08-28 11:36 ` [Buildroot] [PATCH next 1/3] boot/edk2: bump to version edk2-stable202308 Vincent Stehlé
2023-09-02 15:50 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox