mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
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:
parent
490be9de22
commit
ca3985ff86
1 changed files with 1 additions and 0 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue