aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-rpi-arm64/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-12-15 15:02:39 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-12-15 15:02:39 +0000
commitaa1634ec212b89284d1f1e3cb12fcbee2a93e955 (patch)
tree027342edce0be8c46ea42cec237a0e1129867507 /sysutils/u-boot-rpi-arm64/Makefile
parent413fa9d85ec42937b7e360ca5aace73b94f8eace (diff)
downloadports-aa1634ec212b89284d1f1e3cb12fcbee2a93e955.tar.gz
ports-aa1634ec212b89284d1f1e3cb12fcbee2a93e955.zip
Notes
Diffstat (limited to 'sysutils/u-boot-rpi-arm64/Makefile')
-rw-r--r--sysutils/u-boot-rpi-arm64/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/u-boot-rpi-arm64/Makefile b/sysutils/u-boot-rpi-arm64/Makefile
new file mode 100644
index 000000000000..e9a3e339fea6
--- /dev/null
+++ b/sysutils/u-boot-rpi-arm64/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../u-boot-master
+
+EXTRA_PATCHES= ${.CURDIR}/files/
+PATCHFILES+= 939129/raw
+
+MODEL= rpi-arm64
+BOARD_CONFIG= rpi_arm64_defconfig
+FAMILY= rpi
+UBOOT_ARCH= aarch64
+
+DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
+
+CONFIG_FRAGMENT= ${.CURDIR}/files/rpi_arm64_fragment
+FRAGMENT_NAME= rpi_arm64_fragment
+
+.include "${MASTERDIR}/Makefile"