1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/sysutils/u-boot-sifive-fu740/Makefile
Mitchell Horne 3d68246d28 sysutils/opensbi: update to v1.4
Release notes/info:
https://github.com/riscv-software-src/opensbi/releases/tag/v1.4

Bump dependent u-boot ports.

Sponsored by:	The FreeBSD Foundation
2024-01-15 13:33:30 -04:00

19 lines
508 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
U_BOOT_SLAVE_PORTREVISION_2024.01= 1
MODEL= sifive-fu740
BOARD_CONFIG= sifive_unmatched_defconfig
FAMILY= sifive
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
UBOOT_PLIST= u-boot.itb u-boot-spl.bin
.include "${MASTERDIR}/Makefile"