mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7dfb9af8e0
commit
9fd5ab769c
@@ -8,8 +8,8 @@ require opensbi-payloads.inc
|
||||
|
||||
inherit autotools-brokensep deploy
|
||||
|
||||
SRCREV = "455de672dd7c2aa1992df54dfb08dc11abbc1b1a"
|
||||
SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https"
|
||||
SRCREV = "43cace6c3671e5172d0df0a8963e552bb04b7b20"
|
||||
SRC_URI = "git://github.com/riscv/opensbi.git;branch=release-1.5.x;protocol=https"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user