提交 73872eb0 编写于 作者: H Heinrich Schuchardt 提交者: Leo Yu-Chi Liang

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: NHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: NLeo Yu-Chi Liang <ycliang@andestech.com>
上级 9da5ced5
......@@ -26,6 +26,7 @@ static struct sbi_imp implementations[] = {
{ 3, "KVM" },
{ 4, "RustSBI" },
{ 5, "Diosix" },
{ 6, "Coffer" },
};
static struct sbi_ext extensions[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册