From b3e2b2f53f1b46a4f71b7886d0a9f5e7d9ff7625 Mon Sep 17 00:00:00 2001 From: Leo Yu-Chi Liang Date: Thu, 6 Nov 2025 18:07:51 +0800 Subject: [PATCH] configs/andes_ae350_45_defconfig: bump to opensbi v1.6 This bumps opensbi to v1.6 and add proper hash file. Signed-off-by: Leo Yu-Chi Liang Signed-off-by: Julien Olivain --- board/andes/ae350/patches/opensbi/opensbi.hash | 2 ++ configs/andes_ae350_45_defconfig | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 board/andes/ae350/patches/opensbi/opensbi.hash diff --git a/board/andes/ae350/patches/opensbi/opensbi.hash b/board/andes/ae350/patches/opensbi/opensbi.hash new file mode 100644 index 0000000000..d7893a1dee --- /dev/null +++ b/board/andes/ae350/patches/opensbi/opensbi.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 d11702103f177a2914e94eec57ce5ed820296d874f6b6525c4482e55d71a3667 opensbi-1.6.tar.gz diff --git a/configs/andes_ae350_45_defconfig b/configs/andes_ae350_45_defconfig index c02c4d7c61..aafa447379 100644 --- a/configs/andes_ae350_45_defconfig +++ b/configs/andes_ae350_45_defconfig @@ -17,9 +17,9 @@ BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_OPENSBI=y -BR2_TARGET_OPENSBI_CUSTOM_TARBALL=y -BR2_TARGET_OPENSBI_CUSTOM_TARBALL_LOCATION="$(call github,riscv,opensbi,22f38ee6c658a660083aa45c4ec6c72f66a17260)/opensbi-22f38ee6c658a660083aa45c4ec6c72f66a17260.tar.gz" -BR2_TARGET_OPENSBI_PLAT="andes/ae350" +BR2_TARGET_OPENSBI_CUSTOM_VERSION=y +BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.6" +BR2_TARGET_OPENSBI_PLAT="generic" # BR2_TARGET_OPENSBI_INSTALL_JUMP_IMG is not set BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y