"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cmd: sbi: add bhyve SBI implementation ID

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>

authored by

Heinrich Schuchardt and committed by
Leo Yu-Chi Liang
ca3985ff 490be9de

+1
+1
cmd/riscv/sbi.c
··· 30 30 { 8, "PolarFire Hart Software Services" }, 31 31 { 9, "coreboot" }, 32 32 { 10, "oreboot" }, 33 + { 11, "bhyve" }, 33 34 }; 34 35 35 36 static struct sbi_ext extensions[] = {