pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Sun Jun 24 23:18:01 UTC 2018

Modified Files:
        pkgsrc/sysutils/u-boot: distinfo
Added Files:
        pkgsrc/sysutils/u-boot-orangepi-zero-plus: DESCR Makefile PLIST

Log Message:
Add a u-boot target for the Orange Pi Zero Plus (based on Allwinner H5
SoC).


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/u-boot/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-orangepi-zero-plus/DESCR \
    pkgsrc/sysutils/u-boot-orangepi-zero-plus/Makefile \
    pkgsrc/sysutils/u-boot-orangepi-zero-plus/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot/distinfo
diff -u pkgsrc/sysutils/u-boot/distinfo:1.13 pkgsrc/sysutils/u-boot/distinfo:1.14
--- pkgsrc/sysutils/u-boot/distinfo:1.13        Fri May 25 20:49:52 2018
+++ pkgsrc/sysutils/u-boot/distinfo     Sun Jun 24 23:18:01 2018
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2018/05/25 20:49:52 jakllsch Exp $
+$NetBSD: distinfo,v 1.14 2018/06/24 23:18:01 thorpej Exp $
 
 SHA1 (u-boot-2018.05.tar.bz2) = 605543501f7450ffa4e9c7fd98d2f36dbc0657b0
 RMD160 (u-boot-2018.05.tar.bz2) = b305357058feb875233c3a32f41e14548b97855d
@@ -9,3 +9,6 @@ SHA1 (patch-arch_arm_dts_sun50i-h5-nanop
 SHA1 (patch-drivers_video_sunxi_sunxi__display.c) = 8e6a6a781cce25af5cba289fc2ca76e30b62aff6
 SHA1 (patch-include_configs_tegra-common.h) = 4cda8f9df2c7fc2b9cd9d4139ec679a42648e4f8
 SHA1 (patch-lib_bch.c) = b1f1c7418f1004c151b9e5e06ab7047a1736ae47
+SHA1 (patch-arch_arm_dts_Makefile) = 1730c74c5ca78a4156cea4a903e153b1d61b3171
+SHA1 (patch-arch_arm_dts_sun50i-h5-orangepi-zero-plus.dts) = 191402f0f68c1916196430819c50a36a4808b79f
+SHA1 (patch-configs_orangepi_zero_plus_defconfig) = 328204fda6f202a2468c34b60fda71e0aa72e92a

Added files:

Index: pkgsrc/sysutils/u-boot-orangepi-zero-plus/DESCR
diff -u /dev/null pkgsrc/sysutils/u-boot-orangepi-zero-plus/DESCR:1.1
--- /dev/null   Sun Jun 24 23:18:02 2018
+++ pkgsrc/sysutils/u-boot-orangepi-zero-plus/DESCR     Sun Jun 24 23:18:01 2018
@@ -0,0 +1,5 @@
+U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
+several other processors, which can be installed in a boot ROM and used to
+initialize and test the hardware or to download and run application code.
+
+This package provides U-Boot for the Xunlong Orange Pi Zero Plus.
Index: pkgsrc/sysutils/u-boot-orangepi-zero-plus/Makefile
diff -u /dev/null pkgsrc/sysutils/u-boot-orangepi-zero-plus/Makefile:1.1
--- /dev/null   Sun Jun 24 23:18:02 2018
+++ pkgsrc/sysutils/u-boot-orangepi-zero-plus/Makefile  Sun Jun 24 23:18:01 2018
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/06/24 23:18:01 thorpej Exp $
+
+UBOOT_TARGET=          orangepi-zero-plus
+UBOOT_CONFIG=          orangepi_zero_plus_defconfig
+UBOOT_BIN=             u-boot-sunxi-with-spl.bin
+
+# Switch to EL1 before booting kernel (required for 32-bit support)
+PKG_DEFAULT_OPTIONS+=   el1
+
+post-extract:
+       ${CP} ${PREFIX}/share/arm-trusted-firmware/sun50iw1p1/bl31.bin ${WRKSRC}
+
+post-build:
+       ${CAT} ${WRKSRC}/spl/sunxi-spl.bin ${WRKSRC}/u-boot.itb > ${WRKSRC}/u-boot-sunxi-with-spl.bin
+
+.include "../../sysutils/arm-trusted-firmware-sun50iw1p1/buildlink3.mk"
+.include "../../sysutils/u-boot/u-boot-arm64.mk"
Index: pkgsrc/sysutils/u-boot-orangepi-zero-plus/PLIST
diff -u /dev/null pkgsrc/sysutils/u-boot-orangepi-zero-plus/PLIST:1.1
--- /dev/null   Sun Jun 24 23:18:02 2018
+++ pkgsrc/sysutils/u-boot-orangepi-zero-plus/PLIST     Sun Jun 24 23:18:01 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/06/24 23:18:01 thorpej Exp $
+share/u-boot/orangepi-zero-plus/u-boot-sunxi-with-spl.bin



Home | Main Index | Thread Index | Old Index