From 03fcf6034012c069e975330e831ef79b4bdb70d4 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Tue, 31 Dec 2024 00:11:44 +0100 Subject: [PATCH] configs/spike_riscv{32, 64}: bump opensbi to v1.6 Signed-off-by: Julien Olivain Signed-off-by: Peter Korsgaard --- 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(-) 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