summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2022-06-26 20:15:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-27 23:11:12 +0100
commit8eb4d3b581d1ed498f5d540aa2783c42d071fff5 (patch)
tree13bd7ab69d9ccc25e49e7b38e7af1408abfe0410 /meta
parentf869136518a8a132acb88c84afce23ee4ab3c8ec (diff)
downloadpoky-8eb4d3b581d1ed498f5d540aa2783c42d071fff5.tar.gz
opensbi: Update to v1.1
This release has: * SBI PMU improvements * RISC-V AIA v0.3.0 draft support * Simple external interrupt handling framework * Xilinx UART-Lite driver * RISC-V privilege specification v1.12 support * RISC-V Svpbmt extension support * RISC-V Smstateen extension support * RISC-V Sstc extension support * RISC-V privilege specification version detection * Platform callback to populate HART extensions * Compile time C arrays support * Probing FDT based drivers using compile time C arrays * SBI HSM improvements * Allwinner D1 platform support * Trap redirection improvements related to [m|h]tinst CSR * SBI v1.0 specification support Overall, this release mainly adds support for various RISC-V ISA extensions ratified in December 2021 along with other improvements. (From OE-Core rev: 337da2a521b060c72375279dac20bc8e3878926e) Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_1.1.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.0.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.0.bb b/meta/recipes-bsp/opensbi/opensbi_1.1.bb
index 8430f62543..d3a6296533 100644
--- a/meta/recipes-bsp/opensbi/opensbi_1.0.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_1.1.bb
@@ -8,9 +8,8 @@ require opensbi-payloads.inc
8 8
9inherit autotools-brokensep deploy 9inherit autotools-brokensep deploy
10 10
11SRCREV = "ce4c0188d96b2c20c2e08d24646a5e517fe15a4b" 11SRCREV = "4489876e933d8ba0d8bc6c64bae71e295d45faac"
12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https \ 12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https"
13 "
14 13
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
16 15