diff mbox series

[1/1] cmd/sbi: add implementation ID 6 - Coffer

Message ID 20220507124210.22860-1-heinrich.schuchardt@canonical.com
State Accepted
Commit 73872eb05aee1173c145fe70c2ace42d5245af3e
Delegated to: Andes
Headers show
Series [1/1] cmd/sbi: add implementation ID 6 - Coffer | expand

Commit Message

Heinrich Schuchardt May 7, 2022, 12:42 p.m. UTC
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>
---
 cmd/riscv/sbi.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Leo Yu-Chi Liang May 10, 2022, 2:29 a.m. UTC | #1
On Sat, May 07, 2022 at 02:42:10PM +0200, Heinrich Schuchardt wrote:
> 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>
> ---
>  cmd/riscv/sbi.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff mbox series

Patch

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[] = {