[PATCH 1/1] cmd: sbi: add bhype SBI implementation

24 Jan
2025
24 Jan
'25
4:59 p.m.
Bhyve is the hypervisor used by FreeBSD.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- cmd/riscv/sbi.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c index 5ecf56781c1..b013c8c8d4e 100644 --- a/cmd/riscv/sbi.c +++ b/cmd/riscv/sbi.c @@ -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[] = {
--
2.47.1
108
Age (days ago)
108
Last active (days ago)
0 comments
1 participants
participants (1)
-
Heinrich Schuchardt