mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
7402330bc4
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
21 lines
506 B
Makefile
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"
|