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>
This commit is contained in:
Heinrich Schuchardt 2025-01-24 17:00:14 +01:00 committed by Leo Yu-Chi Liang
parent 490be9de22
commit ca3985ff86

View 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[] = {