summaryrefslogtreecommitdiff
path: root/cmd/riscv/sbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/riscv/sbi.c')
-rw-r--r--cmd/riscv/sbi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c
index 8fc8ab0ac51..ee11e0f88e4 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[] = {