Files
ports/sysutils/u-boot-starfive-visionfive2/Makefile
T
Mitchell Horne 9f022e1fca sysutils/opensbi: update to v1.9
Bump dependent u-boot ports.

Sponsored by:	The FreeBSD Foundation
2026-07-09 14:51:43 -03:00

19 lines
543 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2025.10=2
MODEL= starfive-visionfive2
BOARD_CONFIG= starfive_visionfive2_defconfig
FAMILY= starfive
UBOOT_ARCH= riscv64
# The FIT image will embed an OpenSBI firmware binary
OPENSBI_FIRM= ${LOCALBASE}/share/opensbi/lp64/generic/firmware/fw_dynamic.bin
BUILD_DEPENDS+= ${OPENSBI_FIRM}:sysutils/opensbi
MAKE_ENV+= OPENSBI=${OPENSBI_FIRM}
UBOOT_MOVE= ${WRKSRC}/spl/u-boot-spl.bin.normal.out
UBOOT_PLIST= u-boot.itb u-boot-spl.bin.normal.out
.include "${MASTERDIR}/Makefile"