pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-tinker sysutils/u-boot-tinker: U-Boot ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2987b5c3e39d
branches:  trunk
changeset: 339164:2987b5c3e39d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 07 18:27:46 2019 +0000

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

diffstat:

 sysutils/u-boot-tinker/DESCR    |   5 +++++
 sysutils/u-boot-tinker/Makefile |  11 +++++++++++
 sysutils/u-boot-tinker/PLIST    |   2 ++
 3 files changed, 18 insertions(+), 0 deletions(-)

diffs (30 lines):

diff -r 422f28213b51 -r 2987b5c3e39d sysutils/u-boot-tinker/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-tinker/DESCR      Sat Sep 07 18:27:46 2019 +0000
@@ -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).
diff -r 422f28213b51 -r 2987b5c3e39d sysutils/u-boot-tinker/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-tinker/Makefile   Sat Sep 07 18:27:46 2019 +0000
@@ -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"
diff -r 422f28213b51 -r 2987b5c3e39d sysutils/u-boot-tinker/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot-tinker/PLIST      Sat Sep 07 18:27:46 2019 +0000
@@ -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