diff options
author | thorpej <thorpej@pkgsrc.org> | 2020-01-27 08:02:29 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2020-01-27 08:02:29 +0000 |
commit | c77985765c1dfe29cf39dc2f8c0fa825fb81165c (patch) | |
tree | b31d90deabd3150f24077a64e6885d75374107e7 /sysutils/u-boot-rock64/files | |
parent | 656a4802360e022e3690538c467b72fd31d316cb (diff) | |
download | pkgsrc-c77985765c1dfe29cf39dc2f8c0fa825fb81165c.tar.gz |
Add installboot(8) configurations for Rock64, RockPro64 and Pinebook Pro.
Diffstat (limited to 'sysutils/u-boot-rock64/files')
-rw-r--r-- | sysutils/u-boot-rock64/files/installboot.plist | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/u-boot-rock64/files/installboot.plist b/sysutils/u-boot-rock64/files/installboot.plist new file mode 100644 index 00000000000..58e0fd61998 --- /dev/null +++ b/sysutils/u-boot-rock64/files/installboot.plist @@ -0,0 +1,47 @@ +<!-- $NetBSD: installboot.plist,v 1.1 2020/01/27 08:02:30 thorpej Exp $ --> +<!-- + Copyright (c) 2020 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>pine64,rock64</key> + <dict> + <key>description</key> + <string>Pine64 Rock64</string> + <key>u-boot-install</key> + <array> + <dict> + <key>file-name</key> + <string>rksd_loader.img</string> + <key>image-offset</key> + <integer>32768</integer> + </dict> + </array> + </dict> +</dict> +</plist> |