From: Thomas Perrot Date: Fri, 16 Jan 2026 14:31:21 +0000 (+0100) Subject: opensbi: bump to 1.8.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d0ec25e1cfbff57bcbf7ab8639ae61333733bcc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git opensbi: bump to 1.8.1 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 Tested-by: Michael Opdenacker Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/opensbi/opensbi_1.8.bb b/meta/recipes-bsp/opensbi/opensbi_1.8.1.bb 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 5352c01d66..0a9652c283 100644 --- a/meta/recipes-bsp/opensbi/opensbi_1.8.bb +++ b/meta/recipes-bsp/opensbi/opensbi_1.8.1.bb @@ -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/"