aboutsummaryrefslogtreecommitdiff
path: root/sysutils/u-boot-rpi3
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2020-05-29 01:27:16 +0000
committerBrad Davis <brd@FreeBSD.org>2020-05-29 01:27:16 +0000
commit7402330bc4e07472d6d03f74d81b242a3ad20fa8 (patch)
tree340721399c326a5d3ec0bfa43a596a60968f1174 /sysutils/u-boot-rpi3
parent05ba47833394dcf892646c68c69c31ab1a819f45 (diff)
downloadports-7402330bc4e07472d6d03f74d81b242a3ad20fa8.tar.gz
ports-7402330bc4e07472d6d03f74d81b242a3ad20fa8.zip
Add sysutils/u-boot-rpi3-32 to build a 32-bit version of u-boot
This is useful for using the camera hardware, as misc/raspberrypi-userland does not support aarch64. Approved by: imp, manu Differential Revision: https://reviews.freebsd.org/D21603
Notes
Notes: svn path=/head/; revision=536829
Diffstat (limited to 'sysutils/u-boot-rpi3')
-rw-r--r--sysutils/u-boot-rpi3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/u-boot-rpi3/Makefile b/sysutils/u-boot-rpi3/Makefile
index 742609bd4a7c..bd553ae3961a 100644
--- a/sysutils/u-boot-rpi3/Makefile
+++ b/sysutils/u-boot-rpi3/Makefile
@@ -7,14 +7,14 @@ PATCHFILES+= 939129/raw
# Allow variable reservation of lowest pages for increased PSCI stub size.
PATCHFILES+= 1245351/raw 1245352/raw
-MODEL= rpi3
-BOARD_CONFIG= rpi_3_defconfig
+MODEL?= rpi3
+BOARD_CONFIG?= rpi_3_defconfig
FAMILY= rpi
-UBOOT_ARCH= aarch64
+UBOOT_ARCH?= aarch64
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
-CONFIG_FRAGMENT= ${.CURDIR}/files/rpi3_fragment
+CONFIG_FRAGMENT= ${.CURDIR}/../u-boot-rpi3/files/rpi3_fragment
FRAGMENT_NAME= rpi3_fragment
.include "${MASTERDIR}/Makefile"