summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2024-08-02 17:15:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-03 07:47:36 +0100
commit9fd5ab769c55a310fe28a43ab8bc87232c6a7ce9 (patch)
tree72eb6aaa7906e64d333e89d98af9ca5c0a18fd6c /meta/recipes-bsp
parent7dfb9af8e0c683f71a4edb3b2574d7a137e7a58b (diff)
downloadpoky-9fd5ab769c55a310fe28a43ab8bc87232c6a7ce9.tar.gz
opensbi: bump to 1.5.1
This intermediate release has following fixes: - Save/restore menvcfg only when it exists - Adjust Sscofpmf mhpmevent mask for upper 8 bits - Fix potential NULL pointer dereferences in SBI DBTR - Fix incorrect size passed to sbi_zalloc() in SBI FWFT - Check result of pmp_get() in is_pmp_entry_mapped() (From OE-Core rev: f102511f3a7707d2564e17af5dfdb1406177d7bb) Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_1.5.1.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.5.bb b/meta/recipes-bsp/opensbi/opensbi_1.5.1.bb
index 6b31d15a05..652b81182b 100644
--- a/meta/recipes-bsp/opensbi/opensbi_1.5.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_1.5.1.bb
@@ -8,8 +8,8 @@ require opensbi-payloads.inc
8 8
9inherit autotools-brokensep deploy 9inherit autotools-brokensep deploy
10 10
11SRCREV = "455de672dd7c2aa1992df54dfb08dc11abbc1b1a" 11SRCREV = "43cace6c3671e5172d0df0a8963e552bb04b7b20"
12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" 12SRC_URI = "git://github.com/riscv/opensbi.git;branch=release-1.5.x;protocol=https"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15