pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-tinker



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Sep  7 18:27:47 UTC 2019

Added Files:
        pkgsrc/sysutils/u-boot-tinker: DESCR Makefile PLIST

Log Message:
sysutils/u-boot-tinker: U-Boot for ASUS Tinker Board


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot-tinker/DESCR \
    pkgsrc/sysutils/u-boot-tinker/Makefile \
    pkgsrc/sysutils/u-boot-tinker/PLIST

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

Added files:

Index: pkgsrc/sysutils/u-boot-tinker/DESCR
diff -u /dev/null pkgsrc/sysutils/u-boot-tinker/DESCR:1.1
--- /dev/null   Sat Sep  7 18:27:47 2019
+++ pkgsrc/sysutils/u-boot-tinker/DESCR Sat Sep  7 18:27:46 2019
@@ -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 ASUS Tinker Board (S).
Index: pkgsrc/sysutils/u-boot-tinker/Makefile
diff -u /dev/null pkgsrc/sysutils/u-boot-tinker/Makefile:1.1
--- /dev/null   Sat Sep  7 18:27:47 2019
+++ pkgsrc/sysutils/u-boot-tinker/Makefile      Sat Sep  7 18:27:46 2019
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2019/09/07 18:27:46 tnn Exp $
+
+UBOOT_TARGET=          tinker
+UBOOT_CONFIG=          tinker-rk3288_defconfig
+UBOOT_BIN=             u-boot-tinker-sd.bin
+
+post-build:
+       cd ${WRKSRC} && ./tools/mkimage -n rk3288 -T rksd -d ./spl/u-boot-spl-dtb.bin u-boot-tinker-sd.bin
+       cd ${WRKSRC} && cat ./u-boot-dtb.bin >> u-boot-tinker-sd.bin
+
+.include "../../sysutils/u-boot/u-boot-arm.mk"
Index: pkgsrc/sysutils/u-boot-tinker/PLIST
diff -u /dev/null pkgsrc/sysutils/u-boot-tinker/PLIST:1.1
--- /dev/null   Sat Sep  7 18:27:47 2019
+++ pkgsrc/sysutils/u-boot-tinker/PLIST Sat Sep  7 18:27:46 2019
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2019/09/07 18:27:46 tnn Exp $
+share/u-boot/tinker/u-boot-tinker-sd.bin



Home | Main Index | Thread Index | Old Index