1
0
Fork 0
forked from nuttx/nuttx-update

risc-v/opensbi: update to version 1.0

OpenSBI recently introduced version 1.0. Use the latest
version here as well.

Signed-off-by: Eero Nurkkala <eero.nurkkala@offcode.fi>
This commit is contained in:
Eero Nurkkala 2022-01-04 08:30:21 +02:00 committed by Xiang Xiao
parent 845168ce12
commit c87ae33459

View file

@ -32,10 +32,10 @@ OPENSBI_ASRCS += opensbi/opensbi-3rdparty/lib/sbi/sbi_expected_trap.S
OPENSBI_ASRCS += opensbi/opensbi-3rdparty/lib/sbi/sbi_hfence.S
OPENSBI_UNPACK = opensbi-3rdparty
OPENSBI_COMMIT = 69d7e536138ae71a24028ca849d401a4d64d564b
OPENSBI_COMMIT = 48f91ee9c960f048c4a7d1da4447d31e04931e38
OPENSBI_URL = https://github.com/riscv-software-src/opensbi/tarball
OPENSBI_TARBALL = opensbi.tar.gz
OPENSBI_DIR = riscv-software-src-opensbi-69d7e53
OPENSBI_DIR = riscv-software-src-opensbi-48f91ee
$(OPENSBI_TARBALL):
$(Q) echo "Downloading: OpenSBI"