344982d3c2
Add a u-boot port for QEMU's 64-bit RISC-V config. A simple u-boot payload is provided that can be specified on the command line. It runs in supervisor mode, and should be paired with OpenSBI. Reviewed by: manu Approved by: u-boot (manu) Differential Revision: https://reviews.freebsd.org/D25737
11 lines
185 B
Makefile
11 lines
185 B
Makefile
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../u-boot-master
|
|
|
|
MODEL= qemu-riscv64
|
|
BOARD_CONFIG= qemu-riscv64_smode_defconfig
|
|
FAMILY= qemu
|
|
UBOOT_ARCH= riscv64
|
|
|
|
.include "${MASTERDIR}/Makefile"
|