summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-orangepi-zero/files/installboot.plist
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>2019-05-08 05:02:35 +0000
committerthorpej <thorpej@pkgsrc.org>2019-05-08 05:02:35 +0000
commit9535bdb1e91ebcc3a7f1ff1f5364c9dadd60b33b (patch)
treee19c4922d2f211d253f4882a4d629fa72f65b0df /sysutils/u-boot-orangepi-zero/files/installboot.plist
parented41ce072b9475da24ffefbf2cf1271670b25ea7 (diff)
downloadpkgsrc-9535bdb1e91ebcc3a7f1ff1f5364c9dadd60b33b.tar.gz
Push the installboot.plist files down into a "files" directory in
the pkg source area, as per convention. (No rev bump -- installed content hasn't changed.)
Diffstat (limited to 'sysutils/u-boot-orangepi-zero/files/installboot.plist')
-rw-r--r--sysutils/u-boot-orangepi-zero/files/installboot.plist47
1 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/u-boot-orangepi-zero/files/installboot.plist b/sysutils/u-boot-orangepi-zero/files/installboot.plist
new file mode 100644
index 00000000000..eab7c1c1d57
--- /dev/null
+++ b/sysutils/u-boot-orangepi-zero/files/installboot.plist
@@ -0,0 +1,47 @@
+<!-- $NetBSD: installboot.plist,v 1.1 2019/05/08 05:02:39 thorpej Exp $ -->
+<!--
+ Copyright (c) 2019 The NetBSD Foundation, Inc.
+ All rights reserved.
+
+ This code is derived from software contributed to The NetBSD Foundation
+ by Jason R. Thorpe.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+-->
+<plist>
+<dict>
+ <key>xunlong,orangepi-zero</key>
+ <dict>
+ <key>description</key>
+ <string>Xunlong Orange Pi Zero</string>
+ <key>u-boot-install</key>
+ <array>
+ <dict>
+ <key>file-name</key>
+ <string>u-boot-sunxi-with-spl.bin</string>
+ <key>image-offset</key>
+ <integer>8192</integer>
+ </dict>
+ </array>
+ </dict>
+</dict>
+</plist>