Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 20:14:24 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556181 - in head/sysutils: . atf-sun50i_h6
Message-ID:  <202011242014.0AOKEOIx009547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011242014.0AOKEOIx009547>