Module Name:    src
Committed By:   martin
Date:           Sat Mar 29 11:09:47 UTC 2025

Modified Files:
        src/share/installboot/evbarm [netbsd-10]: boards.plist

Log Message:
Pull up following revision(s) (requested by gutteridge in ticket #1078):

        share/installboot/evbarm/boards.plist: revision 1.11

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.9.6.1 -r1.9.6.2 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.9.6.1 src/share/installboot/evbarm/boards.plist:1.9.6.2
--- src/share/installboot/evbarm/boards.plist:1.9.6.1	Mon Feb 24 18:30:56 2025
+++ src/share/installboot/evbarm/boards.plist	Sat Mar 29 11:09:46 2025
@@ -1,4 +1,4 @@
-<!-- $NetBSD: boards.plist,v 1.9.6.1 2025/02/24 18:30:56 martin Exp $ -->
+<!-- $NetBSD: boards.plist,v 1.9.6.2 2025/03/29 11:09:46 martin 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