From: Heinrich Schuchardt Date: Sat, 7 May 2022 12:42:10 +0000 (+0200) Subject: cmd/sbi: add implementation ID 6 - Coffer X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=73872eb05aee1173c145fe70c2ace42d5245af3e;p=u-boot.git 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 Reviewed-by: Leo Yu-Chi Liang --- diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c index 8fc8ab0ac5..ee11e0f88e 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[] = {