freebsd-ports/sysutils/u-boot-qemu-riscv64/Makefile
Mitchell Horne 344982d3c2 New port: sysutils/u-boot-qemu-riscv64
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
2020-07-31 17:06:21 +00:00

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"