sysutils/atf-sun50i_h6: Add new ports

This is a port variant of atf targeting Allwinner H6 SoCs.
This commit is contained in:
Emmanuel Vadot 2020-11-24 20:14:24 +00:00
parent aff556b989
commit 69a0764207
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556181
3 changed files with 16 additions and 0 deletions

View File

@ -63,6 +63,7 @@
SUBDIR += atf-rk3328
SUBDIR += atf-rk3399
SUBDIR += atf-sun50i_a64
SUBDIR += atf-sun50i_h6
SUBDIR += atitvout
SUBDIR += atop
SUBDIR += auto-admin

View File

@ -0,0 +1,8 @@
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../atf-master
PLAT= sun50i_h6
BL31= bl31.bin
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,7 @@
Arm Trusted Framework for Allwinner H6 SoCs
Trusted Firmware-A (TF-A) provides a reference implementation of secure world
software for Armv7-A and Armv8-A, including a Secure Monitor executing at
Exception Level 3 (EL3).
WWW: https://github.com/ARM-software/arm-trusted-firmware