[PATCH 2/2] cmd: sbi: add coreboot and oreboot implementation IDs
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Wed Apr 17 16:01:28 CEST 2024
Let the sbi command detect the coreboot and oreboot SBI Implementation IDs
defined in SBI specification v2.0.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
cmd/riscv/sbi.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c
index 55507b0aa63..2d8ee7e5bbb 100644
--- a/cmd/riscv/sbi.c
+++ b/cmd/riscv/sbi.c
@@ -29,6 +29,8 @@ static struct sbi_imp implementations[] = {
{ 6, "Coffer" },
{ 7, "Xen Project" },
{ 8, "PolarFire Hart Software Services" },
+ { 9, "coreboot" },
+ { 10, "oreboot" },
};
static struct sbi_ext extensions[] = {
--
2.43.0
More information about the U-Boot
mailing list