xref: /netbsd-src/share/installboot/evbarm/boards.plist (revision 9835e515776cdd49557f3f32ab50ee97b708261b)
1<!-- $NetBSD: boards.plist,v 1.14 2025/01/22 17:07:17 gutteridge Exp $ -->
2<!--
3  Copyright (c) 2019 The NetBSD Foundation, Inc.
4  All rights reserved.
5
6  This code is derived from software contributed to The NetBSD Foundation
7  by Jason R. Thorpe.
8
9  Redistribution and use in source and binary forms, with or without
10  modification, are permitted provided that the following conditions
11  are met:
12  1. Redistributions of source code must retain the above copyright
13     notice, this list of conditions and the following disclaimer.
14  2. Redistributions in binary form must reproduce the above copyright
15     notice, this list of conditions and the following disclaimer in the
16     documentation and/or other materials provided with the distribution.
17
18  THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19  ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20  TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21  PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28  POSSIBILITY OF SUCH DAMAGE.
29-->
30<plist>
31<dict>
32	<!--
33	  altera boards
34	  -->
35	<key>terasic,de0-atlas</key>
36	<dict>
37		<key>description</key>
38		<string>Terasic DE-0(Atlas)</string>
39		<key>u-boot-pkg</key>
40		<string>de0-nanosoc</string>
41	</dict>
42
43	<!--
44	  amlogic boards
45	  -->
46	<key>hardkernel,odroid-c2</key>
47	<dict>
48		<key>description</key>
49		<string>Hardkernel ODROID-C2</string>
50		<key>u-boot-pkg</key>
51		<string>odroid-c2</string>
52	</dict>
53	<key>libretech,cc</key>
54	<dict>
55		<key>description</key>
56		<string>Libre Computer Board AML-S905X-CC</string>
57		<key>u-boot-pkg</key>
58		<string>libretech-cc</string>
59	</dict>
60
61	<!--
62	  exynos boards
63	  -->
64	<key>hardkernel,odroid-xu3</key>
65	<dict>
66		<key>description</key>
67		<string>Hardkernel Odroid XU3</string>
68		<key>u-boot-pkg</key>
69		<string>odroid-xu3</string>
70	</dict>
71
72	<!--
73	  rockchip boards
74	  -->
75	<key>friendlyarm,nanopi-r2s</key>
76	<dict>
77		<key>description</key>
78		<string>FriendlyElec NanoPi R2S</string>
79		<key>u-boot-pkg</key>
80		<string>nanopi-r2s</string>
81	</dict>
82	<key>pine64,rock64</key>
83	<dict>
84		<key>description</key>
85		<string>Pine64 Rock64</string>
86		<key>u-boot-pkg</key>
87		<string>rock64</string>
88	</dict>
89	<key>pine64,rockpro64</key>
90	<dict>
91		<key>description</key>
92		<string>Pine64 RockPro64</string>
93		<key>u-boot-pkg</key>
94		<string>rockpro64</string>
95	</dict>
96	<key>pine64,pinebook-pro</key>
97	<dict>
98		<key>description</key>
99		<string>Pine64 Pinebook Pro</string>
100		<key>u-boot-pkg</key>
101		<string>pinebook-pro</string>
102	</dict>
103	<key>pine64,pinecube</key>
104	<dict>
105		<key>description</key>
106		<string>PineCube IP Camera</string>
107		<key>u-boot-pkg</key>
108		<string>pinecube</string>
109	</dict>
110	<key>asus,rk3288-tinker</key>
111	<dict>
112		<key>description</key>
113		<string>Rockchip RK3288 Asus Tinker Board</string>
114		<key>u-boot-pkg</key>
115		<string>tinker</string>
116	</dict>
117
118	<!--
119	  imx boards
120	  -->
121	<key>riot,imx6s-riotboard</key>
122	<dict>
123		<key>description</key>
124		<string>RIoTboard i.MX6S</string>
125		<key>u-boot-pkg</key>
126		<string>riotboard</string>
127	</dict>
128
129	<!--
130	 mediatek boards
131	 -->
132	<key>bananapi,bpi-r2</key>
133	<dict>
134		<key>description</key>
135		<string>Bananapi BPI-R2</string>
136		<key>u-boot-pkg</key>
137		<string>bananapi-r2</string>
138	</dict>
139
140	<!--
141	  nvidia boards
142	  -->
143	<key>nvidia,jetson-tk1</key>
144	<dict>
145		<key>description</key>
146		<string>NVIDIA Tegra124 Jetson TK1</string>
147		<key>u-boot-pkg</key>
148		<string>jetson-tk1</string>
149	</dict>
150	<key>nvidia,p2371-2180</key>
151	<dict>
152		<key>description</key>
153		<string>NVIDIA Jetson TX1 Developer Kit</string>
154		<key>u-boot-pkg</key>
155		<string>jetson-tx1</string>
156	</dict>
157	<key>nvidia,p2771-0000</key>
158	<dict>
159		<key>description</key>
160		<string>NVIDIA Jetson TX2 Developer Kit</string>
161		<key>u-boot-pkg</key>
162		<string>jetson-tx2</string>
163	</dict>
164	<key>nvidia,p3450-0000</key>
165	<dict>
166		<key>description</key>
167		<string>NVIDIA Jetson Nano Developer Kit</string>
168		<key>u-boot-pkg</key>
169		<string>jetson-nano</string>
170	</dict>
171
172	<!--
173	  omap boards
174	  -->
175	<key>ti,omap3-beagle</key>
176	<dict>
177		<key>description</key>
178		<string>TI OMAP3 BeagleBoard</string>
179		<key>u-boot-pkg</key>
180		<string>beagleboard</string>
181	</dict>
182	<key>ti,am335x-bone</key>
183	<dict>
184		<key>description</key>
185		<string>TI AM335x BeagleBone</string>
186		<key>u-boot-pkg</key>
187		<string>beaglebonewhite</string>
188	</dict>
189	<key>ti,am335x-bone-black</key>
190	<dict>
191		<key>description</key>
192		<string>TI AM335x BeagleBone Black</string>
193		<key>u-boot-pkg</key>
194		<string>beagleboneblack</string>
195	</dict>
196	<key>ti,am335x-bone-green</key>
197	<dict>
198		<key>description</key>
199		<string>TI AM335x BeagleBone Green</string>
200		<key>u-boot-pkg</key>
201		<string>beaglebonegreen</string>
202	</dict>
203	<key>ti,omap4-panda</key>
204	<dict>
205		<key>description</key>
206		<string>TI OMAP4 PandaBoard</string>
207		<key>u-boot-pkg</key>
208		<string>pandaboard</string>
209	</dict>
210	<key>ti,omap4-panda-es</key>
211	<dict>
212		<key>description</key>
213		<string>TI OMAP4 PandaBoard-ES</string>
214		<key>u-boot-pkg</key>
215		<string>pandaboard</string>
216	</dict>
217
218	<!--
219	  sunxi boards
220	  -->
221	<!-- Banana Pi-branded board "compatible" strings are a mess.
222	     We will just keep them all together here.  -->
223	<key>lamobo,lamobo-r1</key>
224	<dict>
225		<key>description</key>
226		<string>Lamobo R1</string>
227		<key>u-boot-pkg</key>
228		<string>lamobo-r1</string>
229	</dict>
230	<key>lemaker,bananapi</key>
231	<dict>
232		<key>description</key>
233		<string>LeMaker Banana Pi</string>
234		<key>u-boot-pkg</key>
235		<string>bananapi</string>
236	</dict>
237	<key>lemaker,bananapro</key>
238	<dict>
239		<key>description</key>
240		<string>LeMaker Banana Pro</string>
241		<key>u-boot-pkg</key>
242		<string>bananapro</string>
243	</dict>
244	<key>sinovoip,bpi-m2-zero</key>
245	<dict>
246		<key>description</key>
247		<string>Banana Pi BPI-M2 Zero</string>
248		<key>u-boot-pkg</key>
249		<string>bananapi-m2-zero</string>
250	</dict>
251	<key>sinovoip,bpi-m3</key>
252	<dict>
253		<key>description</key>
254		<string>Banana Pi BPI-M3</string>
255		<key>u-boot-pkg</key>
256		<string>bananapi-m3</string>
257	</dict>
258	<key>sinovoip,bpi-p2-zero</key>
259	<dict>
260		<key>description</key>
261		<string>Banana Pi BPI-P2 Zero</string>
262		<key>u-boot-pkg</key>
263		<string>bananapi-p2-zero</string>
264	</dict>
265
266	<key>cubietech,cubieboard2</key>
267	<dict>
268		<key>description</key>
269		<string>Cubietech Cubieboard2</string>
270		<key>u-boot-pkg</key>
271		<string>cubieboard2</string>
272	</dict>
273	<key>cubietech,a80-cubieboard4</key>
274	<dict>
275		<key>description</key>
276		<string>Cubietech Cubieboard4</string>
277		<key>u-boot-pkg</key>
278		<string>cubieboard4</string>
279	</dict>
280	<key>cubietech,cubietruck</key>
281	<dict>
282		<key>description</key>
283		<string>Cubietech Cubietruck</string>
284		<key>u-boot-pkg</key>
285		<string>cubietruck</string>
286	</dict>
287	<key>cubietech,cubietruck-plus</key>
288	<dict>
289		<key>description</key>
290		<string>Cubietech Cubietruck Plus</string>
291		<key>u-boot-pkg</key>
292		<string>cubietruck-plus</string>
293	</dict>
294
295	<key>friendlyarm,nanopi-m1</key>
296	<dict>
297		<key>description</key>
298		<string>FriendlyArm NanoPi M1</string>
299		<key>u-boot-pkg</key>
300		<string>nanopi-m1</string>
301	</dict>
302	<key>friendlyarm,nanopi-neo</key>
303	<dict>
304		<key>description</key>
305		<string>FriendlyARM NanoPi NEO</string>
306		<key>u-boot-pkg</key>
307		<string>nanopi-neo</string>
308	</dict>
309	<key>friendlyarm,nanopi-neo-plus2</key>
310	<dict>
311		<key>description</key>
312		<string>FriendlyARM NanoPi NEO Plus2</string>
313		<key>u-boot-pkg</key>
314		<string>nanopi-neo-plus2</string>
315	</dict>
316	<key>friendlyarm,nanopi-neo2</key>
317	<dict>
318		<key>description</key>
319		<string>FriendlyARM NanoPi NEO 2</string>
320		<key>u-boot-pkg</key>
321		<string>nanopi-neo2</string>
322	</dict>
323	<key>friendlyarm,nanopi-r1</key>
324	<dict>
325		<key>description</key>
326		<string>FriendlyARM NanoPi R1</string>
327		<key>u-boot-pkg</key>
328		<string>nanopi-r1</string>
329	</dict>
330
331	<key>libretech,all-h3-cc-h2-plus</key>
332	<dict>
333		<key>description</key>
334		<string>Libre Computer Board ALL-H3-CC H2+</string>
335		<key>u-boot-pkg</key>
336		<string>libretech-all-h3-cc-h2-plus</string>
337	</dict>
338	<key>libretech,all-h3-cc-h3</key>
339	<dict>
340		<key>description</key>
341		<string>Libre Computer Board ALL-H3-CC H3</string>
342		<key>u-boot-pkg</key>
343		<string>libretech-all-h3-cc-h3</string>
344	</dict>
345	<key>libretech,all-h3-cc-h5</key>
346	<dict>
347		<key>description</key>
348		<string>Libre Computer Board ALL-H3-CC H5</string>
349		<key>u-boot-pkg</key>
350		<string>libretech-all-h3-cc-h5</string>
351	</dict>
352
353	<key>merrii,a31-hummingbird</key>
354	<dict>
355		<key>description</key>
356		<string>Merrii A31 Hummingbird</string>
357		<key>u-boot-pkg</key>
358		<string>hummingbird-a31</string>
359	</dict>
360
361	<key>nextthing,chip</key>
362	<dict>
363		<key>description</key>
364		<string>NextThing C.H.I.P.</string>
365		<key>u-boot-pkg</key>
366		<string>chip</string>
367	</dict>
368	<key>nextthing,pocketchip</key>
369	<dict>
370		<key>description</key>
371		<string>NextThing PocketC.H.I.P.</string>
372		<key>u-boot-pkg</key>
373		<string>pocketchip</string>
374	</dict>
375	<key>nextthing,chip-pro</key>
376	<dict>
377		<key>description</key>
378		<string>NextThing C.H.I.P. Pro</string>
379		<key>u-boot-pkg</key>
380		<string>chip-pro</string>
381	</dict>
382
383	<key>olimex,a10-olinuxino-lime</key>
384	<dict>
385		<key>description</key>
386		<string>Olimex A10-OLinuXino-LIME</string>
387		<key>u-boot-pkg</key>
388		<string>a10-olinuxino-lime</string>
389	</dict>
390	<key>olimex,a20-olinuxino-lime2</key>
391	<dict>
392		<key>description</key>
393		<string>Olimex A20-OLinuXino-LIME2</string>
394		<key>u-boot-pkg</key>
395		<string>a20-olinuxino-lime2</string>
396	</dict>
397	<key>olimex,a20-olinuxino-lime2-emmc</key>
398	<dict>
399		<key>description</key>
400		<string>Olimex A20-OLinuXino-LIME2-eMMC</string>
401		<key>u-boot-pkg</key>
402		<string>a20-olinuxino-lime2-emmc</string>
403	</dict>
404	<key>olimex,a20-olinuxino-micro</key>
405	<dict>
406		<key>description</key>
407		<string>Olimex A20-OLinuXino-MICRO</string>
408		<key>u-boot-pkg</key>
409		<string>a20-olinuxino-micro</string>
410	</dict>
411	<key>olimex,a20-olinuxino-micro-emmc</key>
412	<dict>
413		<key>description</key>
414		<string>Olimex A20-OLinuXino-MICRO-eMMC</string>
415		<key>u-boot-pkg</key>
416		<string>a20-olinuxino-micro-emmc</string>
417	</dict>
418	<key>olimex,a64-olinuxino</key>
419	<dict>
420		<key>description</key>
421		<string>Olimex A64-OLinuXino</string>
422		<key>u-boot-pkg</key>
423		<string>a64-olinuxino</string>
424	</dict>
425	<key>olimex,a64-olinuxino-emmc</key>
426	<dict>
427		<key>description</key>
428		<string>Olimex A64-OLinuXino-eMMC</string>
429		<key>u-boot-pkg</key>
430		<string>a64-olinuxino-emmc</string>
431	</dict>
432
433	<key>pine64,pine64-plus</key>
434	<dict>
435		<key>description</key>
436		<string>Pine64+</string>
437		<key>u-boot-pkg</key>
438		<string>pine64-plus</string>
439	</dict>
440	<key>pine64,pine64</key>
441	<dict>
442		<key>description</key>
443		<string>Pine64</string>
444		<key>u-boot-pkg</key>
445		<string>pine64</string>
446	</dict>
447	<key>pine64,pinebook</key>
448	<dict>
449		<key>description</key>
450		<string>Pinebook</string>
451		<key>u-boot-pkg</key>
452		<string>pinebook</string>
453	</dict>
454	<key>pine64,sopine-baseboard</key>
455	<dict>
456		<key>description</key>
457		<string>SoPine with baseboard</string>
458		<key>u-boot-pkg</key>
459		<string>sopine-baseboard</string>
460	</dict>
461	<key>pine64,pine64-lts</key>
462	<dict>
463		<key>description</key>
464		<string>Pine64 LTS</string>
465		<!-- Same u-boot as sopine-baseboard. -->
466		<key>u-boot-pkg</key>
467		<string>sopine-baseboard</string>
468	</dict>
469	<key>pine64,pine-h64</key>
470	<dict>
471		<key>description</key>
472		<string>Pine H64</string>
473		<key>u-boot-pkg</key>
474		<string>pine-h64</string>
475	</dict>
476
477	<key>terasic,de0-atlas</key>
478	<dict>
479		<key>description</key>
480		<string>Terasic DE-0(Atlas)</string>
481		<key>u-boot-pkg</key>
482		<string>de0-nanosoc</string>
483	</dict>
484
485	<key>xunlong,orangepi-2</key>
486	<dict>
487		<key>description</key>
488		<string>Xunlong Orange Pi 2</string>
489		<key>u-boot-pkg</key>
490		<string>orangepi-2</string>
491	</dict>
492	<key>xunlong,orangepi-one</key>
493	<dict>
494		<key>description</key>
495		<string>Xunlong Orange Pi One</string>
496		<key>u-boot-pkg</key>
497		<string>orangepi-one</string>
498	</dict>
499	<key>xunlong,orangepi-lite</key>
500	<dict>
501		<key>description</key>
502		<string>Xunlong Orange Pi Lite</string>
503		<key>u-boot-pkg</key>
504		<string>orangepi-lite</string>
505	</dict>
506	<key>xunlong,orangepi-lite2</key>
507	<dict>
508		<key>description</key>
509		<string>Xunlong Orange Pi Lite2</string>
510		<key>u-boot-pkg</key>
511		<string>orangepi-lite2</string>
512	</dict>
513	<key>xunlong,orangepi-plus2e</key>
514	<dict>
515		<key>description</key>
516		<string>Xunlong Orange Pi Plus 2E</string>
517		<key>u-boot-pkg</key>
518		<string>orangepi-plus2e</string>
519	</dict>
520	<key>xunlong,orangepi-zero</key>
521	<dict>
522		<key>description</key>
523		<string>Xunlong Orange Pi Zero</string>
524		<key>u-boot-pkg</key>
525		<string>orangepi-zero</string>
526	</dict>
527	<key>xunlong,orangepi-zero-plus</key>
528	<dict>
529		<key>description</key>
530		<string>Xunlong Orange Pi Zero Plus</string>
531		<key>u-boot-pkg</key>
532		<string>orangepi-zero-plus</string>
533	</dict>
534
535	<!--
536	  xilinx boards
537	  -->
538	<key>digilent,zynq-zybo</key>
539	<dict>
540		<key>description</key>
541		<string>Digilent Zybo board</string>
542		<key>u-boot-pkg</key>
543		<string>zynq-zybo</string>
544	</dict>
545	<key>digilent,zynq-zybo-z7</key>
546	<dict>
547		<key>description</key>
548		<string>Digilent Zybo Z7 board</string>
549		<key>u-boot-pkg</key>
550		<string>zynq-zybo-z7</string>
551	</dict>
552</dict>
553</plist>
554