svn commit: r507456 - in head/sysutils: . atf-rk3328

Emmanuel Vadot manu at FreeBSD.org
Sat Jul 27 14:49:48 UTC 2019


Author: manu
Date: Sat Jul 27 14:49:46 2019
New Revision: 507456
URL: https://svnweb.freebsd.org/changeset/ports/507456

Log:
  sysutils/atf-rk3328: Add new ARM ATF port for RockChip RK3328 SoC

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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Jul 27 14:12:54 2019	(r507455)
+++ head/sysutils/Makefile	Sat Jul 27 14:49:46 2019	(r507456)
@@ -57,6 +57,7 @@
     SUBDIR += asmon
     SUBDIR += asusoled
     SUBDIR += atf-master
+    SUBDIR += atf-rk3328
     SUBDIR += atf-rk3399
     SUBDIR += atf-sun50i_a64
     SUBDIR += atitvout

Added: head/sysutils/atf-rk3328/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/atf-rk3328/Makefile	Sat Jul 27 14:49:46 2019	(r507456)
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+MASTERDIR=	${.CURDIR}/../atf-master
+
+PLAT=	rk3328
+BL31=	bl31/bl31.elf
+
+.include "${MASTERDIR}/Makefile"

Added: head/sysutils/atf-rk3328/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/atf-rk3328/pkg-descr	Sat Jul 27 14:49:46 2019	(r507456)
@@ -0,0 +1,7 @@
+Arm Trusted Framework for RockChip RK3328 SoC
+
+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-head mailing list