]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
opensbi: bump to 1.8.1
authorThomas Perrot <thomas.perrot@bootlin.com>
Fri, 16 Jan 2026 14:31:21 +0000 (15:31 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Jan 2026 14:21:21 +0000 (14:21 +0000)
This intermediate release has following fixes:
- Typo fix in comments of sbi_hartindex_to_hartid()
- Fix hart protection abstraction for platforms without PMP

Allow the platform to boot without PMP, but it is still necessary to
enable PMP on QEMU; otherwise, there will be nothing to protect the
M-mode firmware (OpenSBI) from lower privilege modes.

Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com>
Tested-by: Michael Opdenacker <michael.opdenacker@rootcommit.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/opensbi/opensbi_1.8.1.bb [moved from meta/recipes-bsp/opensbi/opensbi_1.8.bb with 97% similarity]

similarity index 97%
rename from meta/recipes-bsp/opensbi/opensbi_1.8.bb
rename to meta/recipes-bsp/opensbi/opensbi_1.8.1.bb
index 5352c01d66938712e74f3aa7945256a81a1620c3..0a9652c2831ecd3c64c8521242b5f0695c0e8251 100644 (file)
@@ -8,7 +8,7 @@ require opensbi-payloads.inc
 
 inherit deploy
 
-SRCREV = "e7fa66c2160ec139de1853a00f669c09320a9256"
+SRCREV = "74434f255873d74e56cc50aa762d1caf24c099f8"
 SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https;tag=v${PV}"
 
 TARGET_DBGSRC_DIR = "/share/opensbi/*/generic/firmware/"