svn commit: r556181 - in head/sysutils: . atf-sun50i_h6

Emmanuel Vadot manu at FreeBSD.org
Tue Nov 24 20:14:25 UTC 2020


Author: manu
Date: Tue Nov 24 20:14:24 2020
New Revision: 556181
URL: https://svnweb.freebsd.org/changeset/ports/556181

Log:
  sysutils/atf-sun50i_h6: Add new ports
  
  This is a port variant of atf targeting Allwinner H6 SoCs.

Added:
  head/sysutils/atf-sun50i_h6/
  head/sysutils/atf-sun50i_h6/Makefile   (contents, props changed)
  head/sysutils/atf-sun50i_h6/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Tue Nov 24 18:42:17 2020	(r556180)
+++ head/sysutils/Makefile	Tue Nov 24 20:14:24 2020	(r556181)
@@ -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

Added: head/sysutils/atf-sun50i_h6/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/atf-sun50i_h6/Makefile	Tue Nov 24 20:14:24 2020	(r556181)
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../atf-master
+
+PLAT=	sun50i_h6
+BL31=	bl31.bin
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/atf-sun50i_h6/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/atf-sun50i_h6/pkg-descr	Tue Nov 24 20:14:24 2020	(r556181)
@@ -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


More information about the svn-ports-all mailing list