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-sun50iw1p1 Update to 201...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78ad6920652b
branches:  trunk
changeset: 375640:78ad6920652b
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Feb 18 11:33:53 2018 +0000

description:
Update to 20180111 sources.

Major change here is ATF will now enable LCD power on Pinebook.

diffstat:

 sysutils/arm-trusted-firmware-sun50iw1p1/Makefile               |   8 +++---
 sysutils/arm-trusted-firmware-sun50iw1p1/distinfo               |  12 ++++----
 sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile |  13 +--------
 3 files changed, 12 insertions(+), 21 deletions(-)

diffs (66 lines):

diff -r 7865f2613f79 -r 78ad6920652b sysutils/arm-trusted-firmware-sun50iw1p1/Makefile
--- a/sysutils/arm-trusted-firmware-sun50iw1p1/Makefile Sun Feb 18 10:07:36 2018 +0000
+++ b/sysutils/arm-trusted-firmware-sun50iw1p1/Makefile Sun Feb 18 11:33:53 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/09/01 21:02:39 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/18 11:33:53 jmcneill Exp $
 
-VERSION=       20170831
+VERSION=       20180111
 GITHUB_PROJECT=        arm-trusted-firmware
-GITHUB_TAG=    aa75c8da415158a94b82a430b2b40000778e851f
+GITHUB_TAG=    ae78724247a01560164d607ed66db111c74d8df0
 
 PKGNAME=       ${GITHUB_PROJECT}-sun50iw1p1-${VERSION}
 DISTNAME=      ${PKGNAME}
@@ -12,7 +12,7 @@
 
 MAINTAINER=    port-arm%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/apritzel/arm-trusted-firmware/
-COMMENT=       ARM Trusted Firmware for Allwinner sun50iw1p1 SoCs
+COMMENT=       ARM Trusted Firmware for Allwinner A64/H5 SoCs
 LICENSE=       modified-bsd
 
 USE_TOOLS+=    gmake
diff -r 7865f2613f79 -r 78ad6920652b sysutils/arm-trusted-firmware-sun50iw1p1/distinfo
--- a/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo Sun Feb 18 10:07:36 2018 +0000
+++ b/sysutils/arm-trusted-firmware-sun50iw1p1/distinfo Sun Feb 18 11:33:53 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/09/01 21:02:39 jmcneill Exp $
+$NetBSD: distinfo,v 1.2 2018/02/18 11:33:53 jmcneill Exp $
 
-SHA1 (arm-trusted-firmware-sun50iw1p1-20170831-aa75c8da415158a94b82a430b2b40000778e851f.zip) = 20f50fcfa18525c5808f6336f8e81665cc99cd04
-RMD160 (arm-trusted-firmware-sun50iw1p1-20170831-aa75c8da415158a94b82a430b2b40000778e851f.zip) = d4fb1d8d4818c06d7983373ac11829a3307f8dae
-SHA512 (arm-trusted-firmware-sun50iw1p1-20170831-aa75c8da415158a94b82a430b2b40000778e851f.zip) = 
2ffea0d9f7b54f789bc565b9957fff2366376f9de9a160c45c7c9eb1dd7c049122a71b65e33d50e71c0553dbab239c11d41c86cdcf51a6dd724c8c39c2a41a23
-Size (arm-trusted-firmware-sun50iw1p1-20170831-aa75c8da415158a94b82a430b2b40000778e851f.zip) = 1063088 bytes
-SHA1 (patch-Makefile) = 05a3c7b3777f058b6228dea940008bf2a15d1285
+SHA1 (arm-trusted-firmware-sun50iw1p1-20180111-ae78724247a01560164d607ed66db111c74d8df0.zip) = 4c125386cd4dfd35056ef730b412b80a6a3d3a3d
+RMD160 (arm-trusted-firmware-sun50iw1p1-20180111-ae78724247a01560164d607ed66db111c74d8df0.zip) = fb0d8ac5a7f41cc30b360e5af3ba7af5c49aed15
+SHA512 (arm-trusted-firmware-sun50iw1p1-20180111-ae78724247a01560164d607ed66db111c74d8df0.zip) = 
df0464cec3c43ef9530e4c3dee5686bfb5422acbb7ed61901535a33ec07fd3b6fc112848127dd17913723ee5eca17cc51ec9beb4b37645c0b5e7f8d6f70e4d5b
+Size (arm-trusted-firmware-sun50iw1p1-20180111-ae78724247a01560164d607ed66db111c74d8df0.zip) = 1067078 bytes
+SHA1 (patch-Makefile) = 7be890fc9ad1a1a36c9af93d017beb326b73c859
diff -r 7865f2613f79 -r 78ad6920652b sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile
--- a/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile   Sun Feb 18 10:07:36 2018 +0000
+++ b/sysutils/arm-trusted-firmware-sun50iw1p1/patches/patch-Makefile   Sun Feb 18 11:33:53 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-Makefile,v 1.1 2017/09/01 21:02:39 jmcneill Exp $
+$NetBSD: patch-Makefile,v 1.2 2018/02/18 11:33:53 jmcneill Exp $
 
---- Makefile.orig      2017-02-20 00:15:39.000000000 +0000
+--- Makefile.orig      2018-01-12 01:19:46.000000000 +0000
 +++ Makefile
 @@ -107,8 +107,8 @@ BL_COMMON_SOURCES  :=      common/bl_common.c      
  BUILD_BASE            :=      ./build
@@ -13,12 +13,3 @@
  HELP_PLATFORMS                :=      $(shell echo ${PLATFORMS} | sed 's/ /|/g')
  
  # Convenience function for adding build definitions
-@@ -232,7 +232,7 @@ CFLAGS                     +=      -nostdinc -pedantic -ffrees
-                               -mgeneral-regs-only -std=c99 -c -Os             \
-                               ${DEFINES} ${INCLUDES}
- CFLAGS                        +=      -ffunction-sections -fdata-sections
--LDFLAGS                       +=      --fatal-warnings -O1
-+LDFLAGS                       =       --fatal-warnings -O1
- LDFLAGS                       +=      --gc-sections
- #LDFLAGS              +=      --fix-cortex-a53-843419
- 



Home | Main Index | Thread Index | Old Index