From: Heinrich Schuchardt Date: Fri, 24 Jan 2025 16:00:14 +0000 (+0100) Subject: cmd: sbi: add bhyve SBI implementation ID X-Git-Tag: v2025.04-rc2~35^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3985ff86aee9afa110467bad027af8f288d17c;p=pandora-u-boot.git cmd: sbi: add bhyve SBI implementation ID Bhyve is the hypervisor used by FreeBSD. Signed-off-by: Heinrich Schuchardt Reviewed-by: Leo Yu-Chi Liang --- 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[] = {