sysutils/atf-rk3399: Add a new ARM ATF port for RochChip RK3399 SoC

This commit is contained in:
Emmanuel Vadot 2019-02-05 15:45:52 +00:00
parent 6d506b9203
commit 058f9d8568
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492252
4 changed files with 22 additions and 1 deletions

View File

@ -57,6 +57,7 @@
SUBDIR += asmon
SUBDIR += asusoled
SUBDIR += atf-sun50i_a64
SUBDIR += atf-rk3399
SUBDIR += atitvout
SUBDIR += atop
SUBDIR += auto-admin

View File

@ -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

View File

@ -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"

View File

@ -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