pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/arm-trusted-firmware-fiptool Add "fiptool" fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a8625fb026a
branches: trunk
changeset: 328092:8a8625fb026a
user: martin <martin%pkgsrc.org@localhost>
date: Wed Jan 16 14:34:04 2019 +0000
description:
Add "fiptool" from ARM trusted firmware - needed e.g. for updating
Odroid-C2 u-boot.
diffstat:
sysutils/arm-trusted-firmware-fiptool/DESCR | 20 ++++++++++++++++++++
sysutils/arm-trusted-firmware-fiptool/Makefile | 25 +++++++++++++++++++++++++
sysutils/arm-trusted-firmware-fiptool/PLIST | 2 ++
sysutils/arm-trusted-firmware-fiptool/distinfo | 6 ++++++
4 files changed, 53 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r a36962e7a6f1 -r 8a8625fb026a sysutils/arm-trusted-firmware-fiptool/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/arm-trusted-firmware-fiptool/DESCR Wed Jan 16 14:34:04 2019 +0000
@@ -0,0 +1,20 @@
+ARM Trusted Firmware (ATF) provides a reference implementation of secure
+world software for ARMv8-A, including a Secure Monitor executing at
+Exception Level 3 (EL3). It implements various ARM interface standards,
+such as:
+
+ The Power State Coordination Interface (PSCI)
+ Trusted Board Boot Requirements (TBBR, ARM DEN0006C-1)
+ SMC Calling Convention
+ System Control and Management Interface
+
+As far as possible the code is designed for reuse or porting to other
+ARMv8-A model and hardware platforms.
+
+ARM will continue development in collaboration with interested parties to
+provide a full reference implementation of Secure Monitor code and ARM
+standards to the benefit of all developers working with ARMv8-A TrustZone
+technology.
+
+This package provides "fiptool", used to wrap parts of trusted firmware
+with u-boot.
diff -r a36962e7a6f1 -r 8a8625fb026a sysutils/arm-trusted-firmware-fiptool/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/arm-trusted-firmware-fiptool/Makefile Wed Jan 16 14:34:04 2019 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/01/16 14:34:04 martin Exp $
+
+VERSION= v2.0
+GITHUB_PROJECT= arm-trusted-firmware
+# GITHUB_TAG= ?
+
+PKGNAME= ${GITHUB_PROJECT}-fiptool-${VERSION}
+DISTNAME= ${PKGNAME}
+CATEGORIES= sysutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ARM-software/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= port-arm%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ARM-software/arm-trusted-firmware/
+COMMENT= ARM Trusted Firmware fiptool
+LICENSE= modified-bsd
+
+USE_TOOLS+= gmake
+WRKSRC= ${WRKDIR}/${DISTNAME:S:-fiptool-v:-:}/tools/fiptool
+
+do-install:
+ ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/fiptool ${DESTDIR}${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r a36962e7a6f1 -r 8a8625fb026a sysutils/arm-trusted-firmware-fiptool/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/arm-trusted-firmware-fiptool/PLIST Wed Jan 16 14:34:04 2019 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/16 14:34:04 martin Exp $
+bin/fiptool
diff -r a36962e7a6f1 -r 8a8625fb026a sysutils/arm-trusted-firmware-fiptool/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/arm-trusted-firmware-fiptool/distinfo Wed Jan 16 14:34:04 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/01/16 14:34:04 martin Exp $
+
+SHA1 (arm-trusted-firmware-fiptool-v2.0.zip) = d789e7aac0e987d8524a11587cc598bf5d894581
+RMD160 (arm-trusted-firmware-fiptool-v2.0.zip) = a7a49da9b0e27c45df867ea1de4809cb89d9b8cc
+SHA512 (arm-trusted-firmware-fiptool-v2.0.zip) = 39180d12be7532b742949f162759793e97c0a6ac835d66aaf857bd3c1d9c0ab10b7ccd5e6a47831ad909a92b4727e181c82a74c90b5d941e469f3a5cf66b0e7c
+Size (arm-trusted-firmware-fiptool-v2.0.zip) = 3949049 bytes
Home |
Main Index |
Thread Index |
Old Index