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/d788839330c1
branches: trunk
changeset: 1008573:d788839330c1
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 bfa1486b9344 -r d788839330c1 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