aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-04-17 16:01:28 +0200
committerLeo Yu-Chi Liang <ycliang@andestech.com>2024-05-01 22:40:17 +0800
commitb49861ab85909ce27ddc7b25f45b33b545048567 (patch)
tree76d961cd48bdac4890e2e066ea8b37fa9f05b2b5 /cmd
parentc57c187bd44a4a3939ea711dc86b9cef775be3f4 (diff)
downloadu-boot-b49861ab85909ce27ddc7b25f45b33b545048567.tar.gz
cmd: sbi: add coreboot and oreboot implementation IDs
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@canonical.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/riscv/sbi.c2
1 files changed, 2 insertions, 0 deletions
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[] = {