Module Name:    src
Committed By:   thorpej
Date:           Fri Mar 27 02:01:48 UTC 2020

Modified Files:
        src/share/installboot/evbarm: boards.plist

Log Message:
Add OrangePi Lite and Lite2.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/installboot/evbarm/boards.plist

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/installboot/evbarm/boards.plist
diff -u src/share/installboot/evbarm/boards.plist:1.5 src/share/installboot/evbarm/boards.plist:1.6
--- src/share/installboot/evbarm/boards.plist:1.5	Mon Jan 27 07:48:59 2020
+++ src/share/installboot/evbarm/boards.plist	Fri Mar 27 02:01:48 2020
@@ -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>

Reply via email to