Module Name:    src
Committed By:   gutteridge
Date:           Wed Jun 12 02:31:48 UTC 2024

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

Log Message:
evbarm/boards.plist: add three more boards

FriendlyElec NanoPi R2S
PineCube IP Camera
TI AM335x BeagleBone Green


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/share/installboot/evbarm/boards.plist:1.11
--- src/share/installboot/evbarm/boards.plist:1.10	Wed Jun 12 02:27:41 2024
+++ src/share/installboot/evbarm/boards.plist	Wed Jun 12 02:31:48 2024
@@ -1,4 +1,4 @@
-<!-- $NetBSD: boards.plist,v 1.10 2024/06/12 02:27:41 gutteridge Exp $ -->
+<!-- $NetBSD: boards.plist,v 1.11 2024/06/12 02:31:48 gutteridge Exp $ -->
 <!--
   Copyright (c) 2019 The NetBSD Foundation, Inc.
   All rights reserved.
@@ -72,6 +72,13 @@
 	<!--
 	  rockchip boards
 	  -->
+	<key>friendlyarm,nanopi-r2s</key>
+	<dict>
+		<key>description</key>
+		<string>FriendlyElec NanoPi R2S</string>
+		<key>u-boot-pkg</key>
+		<string>nanopi-r2s</string>
+	</dict>
 	<key>pine64,rock64</key>
 	<dict>
 		<key>description</key>
@@ -93,6 +100,13 @@
 		<key>u-boot-pkg</key>
 		<string>pinebook-pro</string>
 	</dict>
+	<key>pine64,pinecube</key>
+	<dict>
+		<key>description</key>
+		<string>PineCube IP Camera</string>
+		<key>u-boot-pkg</key>
+		<string>pinecube</string>
+	</dict>
 	<key>asus,rk3288-tinker</key>
 	<dict>
 		<key>description</key>
@@ -168,6 +182,13 @@
 		<key>u-boot-pkg</key>
 		<string>beagleboneblack</string>
 	</dict>
+	<key>ti,am335x-bone-green</key>
+	<dict>
+		<key>description</key>
+		<string>TI AM335x BeagleBone Green</string>
+		<key>u-boot-pkg</key>
+		<string>beaglebonegreen</string>
+	</dict>
 	<key>ti,omap4-panda</key>
 	<dict>
 		<key>description</key>

Reply via email to