mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
3d68246d28
Release notes/info: https://github.com/riscv-software-src/opensbi/releases/tag/v1.4 Bump dependent u-boot ports. Sponsored by: The FreeBSD Foundation
19 lines
508 B
Makefile
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"
|