svn commit: r492252 - in head/sysutils: . atf-master atf-rk3399
Emmanuel Vadot
manu at FreeBSD.org
Tue Feb 5 15:45:54 UTC 2019
Author: manu
Date: Tue Feb 5 15:45:52 2019
New Revision: 492252
URL: https://svnweb.freebsd.org/changeset/ports/492252
Log:
sysutils/atf-rk3399: Add a new ARM ATF port for RochChip RK3399 SoC
Added:
head/sysutils/atf-rk3399/
head/sysutils/atf-rk3399/Makefile (contents, props changed)
head/sysutils/atf-rk3399/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
head/sysutils/atf-master/distinfo
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Tue Feb 5 15:42:54 2019 (r492251)
+++ head/sysutils/Makefile Tue Feb 5 15:45:52 2019 (r492252)
@@ -57,6 +57,7 @@
SUBDIR += asmon
SUBDIR += asusoled
SUBDIR += atf-sun50i_a64
+ SUBDIR += atf-rk3399
SUBDIR += atitvout
SUBDIR += atop
SUBDIR += auto-admin
Modified: head/sysutils/atf-master/distinfo
==============================================================================
--- head/sysutils/atf-master/distinfo Tue Feb 5 15:42:54 2019 (r492251)
+++ head/sysutils/atf-master/distinfo Tue Feb 5 15:45:52 2019 (r492252)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1549376667
+TIMESTAMP = 1549380665
+SHA256 (ARM-software-arm-trusted-firmware-v2.0_GH0.tar.gz) = 7d699a1683bb7a5909de37b6eb91b6e38db32cd6fc5ae48a08eb0718d6504ae4
+SIZE (ARM-software-arm-trusted-firmware-v2.0_GH0.tar.gz) = 3058755
SHA256 (ARM-software-arm-trusted-firmware-2.0.20181123-98aab97_GH0.tar.gz) = e5496f84f6cd550ed494d83e3c82fb75d8ebeb3d3034aa741e62cbdccfdc761c
SIZE (ARM-software-arm-trusted-firmware-2.0.20181123-98aab97_GH0.tar.gz) = 3385437
Added: head/sysutils/atf-rk3399/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/atf-rk3399/Makefile Tue Feb 5 15:45:52 2019 (r492252)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../atf-master
+
+PLAT= rk3399
+BL31= bl31/bl31.elf
+
+# ATF build a firmware that runs on the Cortex-M0
+BUILD_DEPENDS+= arm-none-eabi-gcc:devel/arm-none-eabi-gcc
+
+.include "${MASTERDIR}/Makefile"
Added: head/sysutils/atf-rk3399/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/atf-rk3399/pkg-descr Tue Feb 5 15:45:52 2019 (r492252)
@@ -0,0 +1,7 @@
+Arm Trusted Framework for RockChip RK3399 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-all
mailing list