Configuration of u-boot for bhyve hypervisor (RISC-V architecture).
This intended to run in RISC-V supervisor ("S") mode as a guest OS.
Reviewed By: arrowd, manu
Differential Revision: https://reviews.freebsd.org/D46257
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
--- board/emulation/bhyve-riscv/Makefile.orig
|
|
+++ board/emulation/bhyve-riscv/Makefile
|
|
@@ -0,0 +1,3 @@
|
|
+# SPDX-License-Identifier: GPL-2.0+
|
|
+
|
|
+obj-y += bhyve-riscv.o
|