Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jul 2019 14:49:47 +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: r507456 - in head/sysutils: . atf-rk3328
Message-ID:  <201907271449.x6REnldO082696@repo.freebsd.org>

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



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