Răsfoiți Sursa

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 <ju.o@free.fr>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Julien Olivain 7 luni în urmă
părinte
comite
c583befc8e
3 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 3 3
      boot/opensbi/Config.in
  2. 1 1
      boot/opensbi/opensbi.hash
  3. 1 1
      boot/opensbi/opensbi.mk

+ 3 - 3
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

+ 1 - 1
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

+ 1 - 1
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