diff --git a/sysutils/Makefile b/sysutils/Makefile index a4fad37f198c..6dc454c51e82 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/atf-sun50i_h6/Makefile b/sysutils/atf-sun50i_h6/Makefile new file mode 100644 index 000000000000..6fa6f0a70ae9 --- /dev/null +++ b/sysutils/atf-sun50i_h6/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../atf-master + +PLAT= sun50i_h6 +BL31= bl31.bin + +.include "${MASTERDIR}/Makefile" diff --git a/sysutils/atf-sun50i_h6/pkg-descr b/sysutils/atf-sun50i_h6/pkg-descr new file mode 100644 index 000000000000..3cdbb29ce6ad --- /dev/null +++ b/sysutils/atf-sun50i_h6/pkg-descr @@ -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