ba3f7e9394
support for rk3328 (not yet tested), rk3399 (tested), and fiptool. these will obsolete the existing arm-trusted-firmware* (v2.3) packages once all consumers are updated and tested, and currently the sun50i_a64 and sun50i-h6 targets are not yet available.
20 lines
626 B
Makefile
20 lines
626 B
Makefile
# $NetBSD: trusted-firmware-a-dist.mk,v 1.1 2022/02/09 01:57:57 mrg Exp $
|
|
|
|
# When updating, don't forget to also update trusted-firmware-a-fiptool.
|
|
VERSION= 2.6
|
|
|
|
GITHUB_PROJECT= arm-trusted-firmware
|
|
GITHUB_TAG= v${VERSION}
|
|
|
|
DISTNAME= ${GITHUB_PROJECT}-${VERSION}
|
|
DISTINFO_FILE?= ${.CURDIR}/../../sysutils/trusted-firmware-a/distinfo
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=ARM-software/}
|
|
EXTRACT_SUFX= .zip
|
|
PATCHDIR?= ${.CURDIR}/../../sysutils/trusted-firmware-a/patches
|
|
|
|
MAINTAINER= port-arm@NetBSD.org
|
|
HOMEPAGE= https://github.com/ARM-software/arm-trusted-firmware/
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= gmake
|