Message ID | 20241230231144.254849-1-ju.o@free.fr |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] configs/spike_riscv{32, 64}: bump opensbi to v1.6 | expand |
>>>>> "Julien" == Julien Olivain <ju.o@free.fr> writes: > Signed-off-by: Julien Olivain <ju.o@free.fr> > --- > Patch tested in: > https://gitlab.com/jolivain/buildroot/-/pipelines/1606807486 Committed, thanks.
diff --git a/board/spike/riscv32/patches/opensbi/opensbi.hash b/board/spike/riscv32/patches/opensbi/opensbi.hash index bc4058abe6..d7893a1dee 100644 --- a/board/spike/riscv32/patches/opensbi/opensbi.hash +++ b/board/spike/riscv32/patches/opensbi/opensbi.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 319b62a4186fbce9b81a0c5f0ec9f003a10c808397a72138bc9745d9b87b1eb1 opensbi-1.4.tar.gz +sha256 d11702103f177a2914e94eec57ce5ed820296d874f6b6525c4482e55d71a3667 opensbi-1.6.tar.gz diff --git a/board/spike/riscv64/patches/opensbi/opensbi.hash b/board/spike/riscv64/patches/opensbi/opensbi.hash index bc4058abe6..d7893a1dee 100644 --- a/board/spike/riscv64/patches/opensbi/opensbi.hash +++ b/board/spike/riscv64/patches/opensbi/opensbi.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 319b62a4186fbce9b81a0c5f0ec9f003a10c808397a72138bc9745d9b87b1eb1 opensbi-1.4.tar.gz +sha256 d11702103f177a2914e94eec57ce5ed820296d874f6b6525c4482e55d71a3667 opensbi-1.6.tar.gz diff --git a/configs/spike_riscv32_defconfig b/configs/spike_riscv32_defconfig index 6ea12dc1fb..a73f335f34 100644 --- a/configs/spike_riscv32_defconfig +++ b/configs/spike_riscv32_defconfig @@ -11,7 +11,7 @@ BR2_TARGET_ROOTFS_CPIO=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_OPENSBI=y BR2_TARGET_OPENSBI_CUSTOM_VERSION=y -BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.4" +BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.6" BR2_TARGET_OPENSBI_PLAT="generic" BR2_TARGET_OPENSBI_LINUX_PAYLOAD=y BR2_PACKAGE_HOST_RISCV_ISA_SIM=y diff --git a/configs/spike_riscv64_defconfig b/configs/spike_riscv64_defconfig index 913830e38e..7b698737e2 100644 --- a/configs/spike_riscv64_defconfig +++ b/configs/spike_riscv64_defconfig @@ -10,7 +10,7 @@ BR2_TARGET_ROOTFS_CPIO=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_OPENSBI=y BR2_TARGET_OPENSBI_CUSTOM_VERSION=y -BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.4" +BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.6" BR2_TARGET_OPENSBI_PLAT="generic" BR2_TARGET_OPENSBI_LINUX_PAYLOAD=y BR2_PACKAGE_HOST_RISCV_ISA_SIM=y
Signed-off-by: Julien Olivain <ju.o@free.fr> --- Patch tested in: https://gitlab.com/jolivain/buildroot/-/pipelines/1606807486 --- board/spike/riscv32/patches/opensbi/opensbi.hash | 2 +- board/spike/riscv64/patches/opensbi/opensbi.hash | 2 +- configs/spike_riscv32_defconfig | 2 +- configs/spike_riscv64_defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)