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.
11 lines
293 B
Makefile
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"
|