Source-Changes-HG archive

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

[src/trunk]: src/share/installboot/evbarm Add OrangePi Lite and Lite2.



details:   https://anonhg.NetBSD.org/src/rev/305e67e7df69
branches:  trunk
changeset: 746284:305e67e7df69
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Mar 27 02:01:48 2020 +0000

description:
Add OrangePi Lite and Lite2.

diffstat:

 share/installboot/evbarm/boards.plist |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r c0a6a3572caa -r 305e67e7df69 share/installboot/evbarm/boards.plist
--- a/share/installboot/evbarm/boards.plist     Fri Mar 27 01:59:49 2020 +0000
+++ b/share/installboot/evbarm/boards.plist     Fri Mar 27 02:01:48 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: boards.plist,v 1.5 2020/01/27 07:48:59 thorpej Exp $ -->
+<!-- $NetBSD: boards.plist,v 1.6 2020/03/27 02:01:48 thorpej Exp $ -->
 <!--
   Copyright (c) 2019 The NetBSD Foundation, Inc.
   All rights reserved.
@@ -354,6 +354,20 @@
                <key>u-boot-pkg</key>
                <string>orangepi-one</string>
        </dict>
+       <key>xunlong,orangepi-lite</key>
+       <dict>
+               <key>description</key>
+               <string>Xunlong Orange Pi Lite</string>
+               <key>u-boot-pkg</key>
+               <string>orangepi-lite</string>
+       </dict>
+       <key>xunlong,orangepi-lite2</key>
+       <dict>
+               <key>description</key>
+               <string>Xunlong Orange Pi Lite2</string>
+               <key>u-boot-pkg</key>
+               <string>orangepi-lite2</string>
+       </dict>
        <key>xunlong,orangepi-plus2e</key>
        <dict>
                <key>description</key>



Home | Main Index | Thread Index | Old Index