1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/sysutils/u-boot-rpi3/Makefile
Brad Davis 7402330bc4 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
2020-05-29 01:27:16 +00:00

21 lines
506 B
Makefile

# $FreeBSD$
MASTERDIR= ${.CURDIR}/../u-boot-master
EXTRA_PATCHES= ${.CURDIR}/files/
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
FAMILY= rpi
UBOOT_ARCH?= aarch64
DEPENDS= ${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
CONFIG_FRAGMENT= ${.CURDIR}/../u-boot-rpi3/files/rpi3_fragment
FRAGMENT_NAME= rpi3_fragment
.include "${MASTERDIR}/Makefile"