cmd: sbi: add bhyve SBI implementation ID
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 24 Jan 2025 16:00:14 +0000 (17:00 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Mon, 3 Feb 2025 03:33:04 +0000 (11:33 +0800)
Bhyve is the hypervisor used by FreeBSD.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
cmd/riscv/sbi.c

index 5ecf567..b013c8c 100644 (file)
@@ -30,6 +30,7 @@ static struct sbi_imp implementations[] = {
        { 8, "PolarFire Hart Software Services" },
        { 9, "coreboot" },
        { 10, "oreboot" },
+       { 11, "bhyve" },
 };
 
 static struct sbi_ext extensions[] = {