aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-05-07 14:42:10 +0200
committerLeo Yu-Chi Liang <ycliang@andestech.com>2022-05-26 18:37:55 +0800
commit73872eb05aee1173c145fe70c2ace42d5245af3e (patch)
treeb27df53df8e35675a0e3248c98cec0305392c40e /cmd
parent9da5ced5c5e4b83f696f136fa78db0a9e0a6326a (diff)
downloadu-boot-73872eb05aee1173c145fe70c2ace42d5245af3e.zip
u-boot-73872eb05aee1173c145fe70c2ace42d5245af3e.tar.gz
u-boot-73872eb05aee1173c145fe70c2ace42d5245af3e.tar.bz2
cmd/sbi: add implementation ID 6 - Coffer
The sbi command displays the ID of the implementation of the RISC-V Supervisor Binary Interface Specification. A new ID for Coffer has recently been added. 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c
index 8fc8ab0..ee11e0f 100644
--- a/cmd/riscv/sbi.c
+++ b/cmd/riscv/sbi.c
@@ -26,6 +26,7 @@ static struct sbi_imp implementations[] = {
{ 3, "KVM" },
{ 4, "RustSBI" },
{ 5, "Diosix" },
+ { 6, "Coffer" },
};
static struct sbi_ext extensions[] = {