git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
490be9d
)
cmd: sbi: add bhyve SBI implementation ID
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Fri, 24 Jan 2025 16:00:14 +0000
(17:00 +0100)
committer
Leo 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
patch
|
blob
|
history
diff --git
a/cmd/riscv/sbi.c
b/cmd/riscv/sbi.c
index
5ecf567
..
b013c8c
100644
(file)
--- 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[] = {