pkgsrc/sysutils/trusted-firmware-a-rk3399/Makefile
mrg ba3f7e9394 Add Trusted Firmware-A (TF-A, the new name for Arm'sATF) v2.6 with
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.
2022-02-09 01:57:57 +00:00

11 lines
293 B
Makefile

# $NetBSD: Makefile,v 1.1 2022/02/09 01:57:57 mrg Exp $
PLATFORM= rk3399
COMMENT= ARM Trusted Firmware for Rockchip RK3399 SoCs
BL31_SUFFIX= elf
# This package builds for Cortex-M0 *and* Cortex-A53/A72.
ATF_CORTEX_M0= yes
.include "../../sysutils/trusted-firmware-a/trusted-firmware-a.mk"