]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 5ecf56781c145dd855e477187ca285b2d62699a2..b013c8c8d4e6a4852534556c2b99e11d03e512c7 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[] = {