mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
9da5ced5c5
commit
73872eb05a
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ static struct sbi_imp implementations[] = {
|
|||
{ 3, "KVM" },
|
||||
{ 4, "RustSBI" },
|
||||
{ 5, "Diosix" },
|
||||
{ 6, "Coffer" },
|
||||
};
|
||||
|
||||
static struct sbi_ext extensions[] = {
|
||||
|
|
Loading…
Reference in a new issue