From c583befc8e92d0ae70d4fcb967bf8257ea94d577 Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Thu, 12 Dec 2024 21:56:19 +0100 Subject: [PATCH] boot/opensbi: bump to version 1.5 For release notes since version 1.3, see: https://github.com/riscv-software-src/opensbi/releases/tag/v1.5 https://github.com/riscv-software-src/opensbi/releases/tag/v1.4 This commit also updates the package home page url and the download _SITE to reflect the change of github account from "riscv" to "riscv-software-src". Signed-off-by: Julien Olivain Signed-off-by: Arnout Vandecappelle --- boot/opensbi/Config.in | 6 +++--- boot/opensbi/opensbi.hash | 2 +- boot/opensbi/opensbi.mk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boot/opensbi/Config.in b/boot/opensbi/Config.in index de2f0aae20..7604be29d9 100644 --- a/boot/opensbi/Config.in +++ b/boot/opensbi/Config.in @@ -10,7 +10,7 @@ config BR2_TARGET_OPENSBI System-on-Chip vendors to fit a particular hadware configuration. - https://github.com/riscv/opensbi.git + https://github.com/riscv-software-src/opensbi if BR2_TARGET_OPENSBI choice @@ -19,7 +19,7 @@ choice Select the specific OpenSBI version you want to use config BR2_TARGET_OPENSBI_LATEST_VERSION - bool "1.3" + bool "1.5" config BR2_TARGET_OPENSBI_CUSTOM_VERSION bool "Custom version" @@ -57,7 +57,7 @@ endif config BR2_TARGET_OPENSBI_VERSION string - default "1.3" if BR2_TARGET_OPENSBI_LATEST_VERSION + default "1.5" if BR2_TARGET_OPENSBI_LATEST_VERSION default BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE \ if BR2_TARGET_OPENSBI_CUSTOM_VERSION default "custom" if BR2_TARGET_OPENSBI_CUSTOM_TARBALL diff --git a/boot/opensbi/opensbi.hash b/boot/opensbi/opensbi.hash index 980fb141dc..c69bcf7150 100644 --- a/boot/opensbi/opensbi.hash +++ b/boot/opensbi/opensbi.hash @@ -1,3 +1,3 @@ # locally computed -sha256 2c0501eb3475f463b15f5b8531996f64604ea49e0e3ed040ecbd1fc27ecd8c5c opensbi-1.3.tar.gz +sha256 9880485672a3a2c48a81d373df6707517b568402f2d3f9eecbfa9d83f8e6f22f opensbi-1.5.tar.gz sha256 82d13fb1bf6bb162629deeea9eb9c117e74548d3b707e478967691fe79a68e21 COPYING.BSD diff --git a/boot/opensbi/opensbi.mk b/boot/opensbi/opensbi.mk index dd113a0bf8..0142769a12 100644 --- a/boot/opensbi/opensbi.mk +++ b/boot/opensbi/opensbi.mk @@ -16,7 +16,7 @@ OPENSBI_SITE = $(call qstrip,$(BR2_TARGET_OPENSBI_CUSTOM_REPO_URL)) OPENSBI_SITE_METHOD = git else # Handle official OpenSBI versions -OPENSBI_SITE = $(call github,riscv,opensbi,v$(OPENSBI_VERSION)) +OPENSBI_SITE = $(call github,riscv-software-src,opensbi,v$(OPENSBI_VERSION)) endif OPENSBI_LICENSE = BSD-2-Clause