* [PATCH v2 1/1] cmd: sbi: add bhyve SBI implementation ID
@ 2025-01-24 16:00 Heinrich Schuchardt
2025-02-03 3:28 ` Leo Liang
0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2025-01-24 16:00 UTC (permalink / raw)
To: Rick Chen, Leo; +Cc: Conor Dooley, Dan Carpenter, u-boot, Heinrich Schuchardt
Bhyve is the hypervisor used by FreeBSD.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
v2:
Fix typo in subject
---
cmd/riscv/sbi.c | 1 +
1 file changed, 1 insertion(+)
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[] = {
--
2.47.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 1/1] cmd: sbi: add bhyve SBI implementation ID
2025-01-24 16:00 [PATCH v2 1/1] cmd: sbi: add bhyve SBI implementation ID Heinrich Schuchardt
@ 2025-02-03 3:28 ` Leo Liang
0 siblings, 0 replies; 2+ messages in thread
From: Leo Liang @ 2025-02-03 3:28 UTC (permalink / raw)
To: Heinrich Schuchardt; +Cc: Rick Chen, Conor Dooley, Dan Carpenter, u-boot
On Fri, Jan 24, 2025 at 05:00:14PM +0100, Heinrich Schuchardt wrote:
> Bhyve is the hypervisor used by FreeBSD.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
> v2:
> Fix typo in subject
> ---
> cmd/riscv/sbi.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-03 3:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-24 16:00 [PATCH v2 1/1] cmd: sbi: add bhyve SBI implementation ID Heinrich Schuchardt
2025-02-03 3:28 ` Leo Liang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.