head 1.5; access; symbols pkgsrc-2018Q4:1.3.0.6 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.4 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.2 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.2.0.2 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.1.0.6 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.4 pkgsrc-2017Q3-base:1.1; locks; strict; comment @# @; 1.5 date 2019.03.15.14.04.19; author martin; state dead; branches; next 1.4; commitid HPsDYs4Nmlqf3tfB; 1.4 date 2019.02.20.17.04.13; author martin; state Exp; branches; next 1.3; commitid eklzELDcq4apMwcB; 1.3 date 2018.05.26.17.29.44; author jmcneill; state Exp; branches; next 1.2; commitid s4wmhvoH1qY7BPDA; 1.2 date 2018.02.18.11.33.53; author jmcneill; state Exp; branches; next 1.1; commitid UVvGfdAU1ovRJkrA; 1.1 date 2017.09.01.21.02.39; author jmcneill; state Exp; branches; next ; commitid b5t6BlUQ6J9Fmx5A; desc @@ 1.5 log @Remove now unused pkg, everything moved to mainline @ text @# $NetBSD: Makefile,v 1.4 2019/02/20 17:04:13 martin Exp $ VERSION= 20180210 GITHUB_PROJECT= arm-trusted-firmware GITHUB_TAG= c9f55c023164a6c8c49f70f7ac6c68c626839d6f PKGREVISION= 1 PKGNAME= ${GITHUB_PROJECT}-sun50iw1p1-${VERSION} DISTNAME= ${PKGNAME} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=apritzel/} EXTRACT_SUFX= .zip MAINTAINER= port-arm@@NetBSD.org HOMEPAGE= https://github.com/apritzel/arm-trusted-firmware/ COMMENT= ARM Trusted Firmware for Allwinner A64/H5 SoCs LICENSE= modified-bsd USE_TOOLS+= gmake MAKE_FLAGS+= CROSS_COMPILE=${PREFIX}/cross-aarch64-none-elf/bin/aarch64-none-elf- MAKE_FLAGS+= PLAT=sun50iw1p1 MAKE_FLAGS+= DEBUG=1 MAKE_FLAGS+= BUILD_STRING=${GITHUB_TAG} BUILD_TARGET= bl31 BUILD_DEPENDS+= cross-aarch64-none-elf-gcc-[0-9]*:../../cross/aarch64-none-elf-gcc do-install: ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/arm-trusted-firmware/sun50iw1p1 ${INSTALL_DATA} ${WRKSRC}/build/sun50iw1p1/debug/bl31.bin \ ${DESTDIR}${PREFIX}/share/arm-trusted-firmware/sun50iw1p1 .include "../../mk/bsd.pkg.mk" @ 1.4 log @Make the initialization sequence for the eDP bridge more robust, now mine (and Lex') pinebook always come up with working display. Many thanks to Jared for helping to track this down. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/05/26 17:29:44 jmcneill Exp $ @ 1.3 log @Update arm-trusted-firmware-sun50iw1p1 to 20180210 (commit c9f55c023164a6c8c49f70f7ac6c68c626839d6f). One notable change is that this release enables eDP bridge power on TERES I notebooks. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/02/18 11:33:53 jmcneill Exp $ d6 1 @ 1.2 log @Update to 20180111 sources. Major change here is ATF will now enable LCD power on Pinebook. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/09/01 21:02:39 jmcneill Exp $ d3 1 a3 1 VERSION= 20180111 d5 1 a5 1 GITHUB_TAG= ae78724247a01560164d607ed66db111c74d8df0 @ 1.1 log @Initial import of arm-trusted-firmware-sun50iw1p1 version 20170831. 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 ATF for Allwinner sun50iw1p1 family SoCs. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 VERSION= 20170831 d5 1 a5 1 GITHUB_TAG= aa75c8da415158a94b82a430b2b40000778e851f d15 1 a15 1 COMMENT= ARM Trusted Firmware for Allwinner sun50iw1p1 SoCs @