pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot-a20-olinuxino-lime2-emmc Add step dire...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baae80ed76cd
branches:  trunk
changeset: 339957:baae80ed76cd
user:      thorpej <thorpej%pkgsrc.org@localhost>
date:      Thu Sep 19 04:47:02 2019 +0000

description:
Add step directives for installing onto SPI flash.

diffstat:

 sysutils/u-boot-a20-olinuxino-lime2-emmc/Makefile                |   4 +-
 sysutils/u-boot-a20-olinuxino-lime2-emmc/files/installboot.plist |  17 ++++++++-
 2 files changed, 17 insertions(+), 4 deletions(-)

diffs (55 lines):

diff -r 722ea114a1e7 -r baae80ed76cd sysutils/u-boot-a20-olinuxino-lime2-emmc/Makefile
--- a/sysutils/u-boot-a20-olinuxino-lime2-emmc/Makefile Thu Sep 19 03:06:30 2019 +0000
+++ b/sysutils/u-boot-a20-olinuxino-lime2-emmc/Makefile Thu Sep 19 04:47:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2019/09/05 16:09:09 bouyer Exp $
+# $NetBSD: Makefile,v 1.4 2019/09/19 04:47:02 thorpej Exp $
 
 UBOOT_TARGET=          a20-olinuxino-lime2-emmc
 UBOOT_CONFIG=          A20-OLinuXino-Lime2-eMMC_defconfig
@@ -6,6 +6,6 @@
 
 UBOOT_INSTALLBOOT_PLIST=installboot.plist
 
-PKGREVISION=           2
+PKGREVISION=           3
 
 .include "../../sysutils/u-boot/u-boot-arm.mk"
diff -r 722ea114a1e7 -r baae80ed76cd sysutils/u-boot-a20-olinuxino-lime2-emmc/files/installboot.plist
--- a/sysutils/u-boot-a20-olinuxino-lime2-emmc/files/installboot.plist  Thu Sep 19 03:06:30 2019 +0000
+++ b/sysutils/u-boot-a20-olinuxino-lime2-emmc/files/installboot.plist  Thu Sep 19 04:47:02 2019 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: installboot.plist,v 1.1 2019/07/12 05:08:38 thorpej Exp $ -->
+<!-- $NetBSD: installboot.plist,v 1.2 2019/09/19 04:47:03 thorpej Exp $ -->
 <!--
   Copyright (c) 2019 The NetBSD Foundation, Inc.
   All rights reserved.
@@ -33,7 +33,7 @@
        <dict>
                <key>description</key>
                <string>Olimex A20-OLinuXino-LIME2-eMMC</string>
-               <key>u-boot-install</key>
+               <key>u-boot-install-sdmmc</key>
                <array>
                        <dict>
                                <key>file-name</key>
@@ -42,6 +42,19 @@
                                <integer>8192</integer>
                        </dict>
                </array>
+               <key>u-boot-install-emmc</key>
+               <string>u-boot-install-sdmmc</string>
+               <key>u-boot-install-spi</key>
+               <array>
+                       <dict>
+                               <key>file-name</key>
+                               <string>u-boot-sunxi-with-spl.bin</string>
+                               <key>output-size</key>
+                               <integer>2097152</integer>
+                               <key>output-block-size</key>
+                               <integer>65536</integer>
+                       </dict>
+               </array>
        </dict>
 </dict>
 </plist>



Home | Main Index | Thread Index | Old Index