mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add sysutils/atf-allwinner: ARM trusted Framework for Allwinner 64 bit
SoCs. PR: 221053 Submitted by: manu
This commit is contained in:
parent
a80ccfe2b3
commit
26c8640e51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446770
4 changed files with 36 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
||||||
SUBDIR += asmon
|
SUBDIR += asmon
|
||||||
SUBDIR += asusoled
|
SUBDIR += asusoled
|
||||||
SUBDIR += ataidle
|
SUBDIR += ataidle
|
||||||
|
SUBDIR += atf-allwinner
|
||||||
SUBDIR += atitvout
|
SUBDIR += atitvout
|
||||||
SUBDIR += atop
|
SUBDIR += atop
|
||||||
SUBDIR += auto-admin
|
SUBDIR += auto-admin
|
||||||
|
|
31
sysutils/atf-allwinner/Makefile
Normal file
31
sysutils/atf-allwinner/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= atf-allwinner
|
||||||
|
PORTVERSION= 1.2.20170726
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= GH
|
||||||
|
|
||||||
|
MAINTAINER= manu@freebsd.org
|
||||||
|
COMMENT= Arm Trusted Framework for Allwinner SoCs
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
|
BUILD_DEPENDS= aarch64-none-elf-gcc:devel/aarch64-none-elf-gcc
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= apritzel
|
||||||
|
GH_PROJECT= arm-trusted-firmware
|
||||||
|
GH_TAGNAME= 87e8aed
|
||||||
|
|
||||||
|
SSP_UNSAFE= yes
|
||||||
|
USES= gmake
|
||||||
|
MAKE_ENV+= CROSS_COMPILE="aarch64-none-elf-"
|
||||||
|
ALL_TARGET= PLAT=sun50iw1p1 bl31
|
||||||
|
|
||||||
|
PLIST_FILES= ${PREFIX}/share/${PORTNAME}/bl31.bin
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${MKDIR} ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/build/sun50iw1p1/release/bl31.bin ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
sysutils/atf-allwinner/distinfo
Normal file
3
sysutils/atf-allwinner/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1501089907
|
||||||
|
SHA256 (apritzel-arm-trusted-firmware-1.2.20170726-87e8aed_GH0.tar.gz) = eb6e122b481ece922cd049feea19148946447013306e5ec69e29990334a259a7
|
||||||
|
SIZE (apritzel-arm-trusted-firmware-1.2.20170726-87e8aed_GH0.tar.gz) = 751376
|
1
sysutils/atf-allwinner/pkg-descr
Normal file
1
sysutils/atf-allwinner/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Arm Trusted Framework for Allwinner 64 Bits SoCs
|
Loading…
Add table
Reference in a new issue