]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd/sbi: add implementation ID 6 - Coffer
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 7 May 2022 12:42:10 +0000 (14:42 +0200)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 26 May 2022 10:37:55 +0000 (18:37 +0800)
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>
cmd/riscv/sbi.c

index 8fc8ab0ac5196cfda340046314c0bfa44bceb947..ee11e0f88e4f78951c9fef5a4c21db86ef55468d 100644 (file)
@@ -26,6 +26,7 @@ static struct sbi_imp implementations[] = {
        { 3, "KVM" },
        { 4, "RustSBI" },
        { 5, "Diosix" },
+       { 6, "Coffer" },
 };
 
 static struct sbi_ext extensions[] = {