mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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
9 lines
287 B
Text
9 lines
287 B
Text
--- board/emulation/bhyve-riscv/MAINTAINERS.orig
|
|
+++ board/emulation/bhyve-riscv/MAINTAINERS
|
|
@@ -0,0 +1,6 @@
|
|
+RISCV 'BHYVE' BOARD
|
|
+M: Ruslan Bukin <br@bsdpad.com>
|
|
+S: Maintained
|
|
+F: board/emulation/bhyve-riscv/
|
|
+F: include/configs/bhyve-riscv.h
|
|
+F: configs/bhyve-riscv64_smode_defconfig
|