1<!-- $NetBSD: boards.plist,v 1.9 2020/06/21 19:39:11 thorpej 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>pine64,rock64</key>
76	<dict>
77		<key>description</key>
78		<string>Pine64 Rock64</string>
79		<key>u-boot-pkg</key>
80		<string>rock64</string>
81	</dict>
82	<key>pine64,rockpro64</key>
83	<dict>
84		<key>description</key>
85		<string>Pine64 RockPro64</string>
86		<key>u-boot-pkg</key>
87		<string>rockpro64</string>
88	</dict>
89	<key>pine64,pinebook-pro</key>
90	<dict>
91		<key>description</key>
92		<string>Pine64 Pinebook Pro</string>
93		<key>u-boot-pkg</key>
94		<string>pinebook-pro</string>
95	</dict>
96	<key>asus,rk3288-tinker</key>
97	<dict>
98		<key>description</key>
99		<string>Rockchip RK3288 Asus Tinker Board</string>
100		<key>u-boot-pkg</key>
101		<string>tinker</string>
102	</dict>
103
104	<!--
105	 -- mediatek boards
106	 -->
107	<key>bananapi,bpi-r2</key>
108	<dict>
109		<key>description</key>
110		<string>Bananapi BPI-R2</string>
111		<key>u-boot-pkg</key>
112		<string>bananapi-r2</string>
113	</dict>
114
115	<!--
116	  -- nvidia boards
117	  -->
118	<key>nvidia,jetson-tk1</key>
119	<dict>
120		<key>description</key>
121		<string>NVIDIA Tegra124 Jetson TK1</string>
122		<key>u-boot-pkg</key>
123		<string>jetson-tk1</string>
124	</dict>
125	<key>nvidia,p2371-2180</key>
126	<dict>
127		<key>description</key>
128		<string>NVIDIA Jetson TX1 Developer Kit</string>
129		<key>u-boot-pkg</key>
130		<string>jetson-tx1</string>
131	</dict>
132	<key>nvidia,p2771-0000</key>
133	<dict>
134		<key>description</key>
135		<string>NVIDIA Jetson TX2 Developer Kit</string>
136		<key>u-boot-pkg</key>
137		<string>jetson-tx2</string>
138	</dict>
139	<key>nvidia,p3450-0000</key>
140	<dict>
141		<key>description</key>
142		<string>NVIDIA Jetson Nano Developer Kit</string>
143		<key>u-boot-pkg</key>
144		<string>jetson-nano</string>
145	</dict>
146
147	<!--
148	  -- omap boards
149	  -->
150	<key>ti,omap3-beagle</key>
151	<dict>
152		<key>description</key>
153		<string>TI OMAP3 BeagleBoard</string>
154		<key>u-boot-pkg</key>
155		<string>beagleboard</string>
156	</dict>
157	<key>ti,am335x-bone</key>
158	<dict>
159		<key>description</key>
160		<string>TI AM335x BeagleBone</string>
161		<key>u-boot-pkg</key>
162		<string>beaglebonewhite</string>
163	</dict>
164	<key>ti,am335x-bone-black</key>
165	<dict>
166		<key>description</key>
167		<string>TI AM335x BeagleBone Black</string>
168		<key>u-boot-pkg</key>
169		<string>beagleboneblack</string>
170	</dict>
171	<key>ti,omap4-panda</key>
172	<dict>
173		<key>description</key>
174		<string>TI OMAP4 PandaBoard</string>
175		<key>u-boot-pkg</key>
176		<string>pandaboard</string>
177	</dict>
178	<key>ti,omap4-panda-es</key>
179	<dict>
180		<key>description</key>
181		<string>TI OMAP4 PandaBoard-ES</string>
182		<key>u-boot-pkg</key>
183		<string>pandaboard</string>
184	</dict>
185
186	<!--
187	  -- sunxi boards
188	  -->
189	<!-- Banana Pi-branded board "compatible" strings are a mess.
190	     We will just keep them all together here.  -->
191	<key>lamobo,lamobo-r1</key>
192	<dict>
193		<key>description</key>
194		<string>Lamobo R1</string>
195		<key>u-boot-pkg</key>
196		<string>lamobo-r1</string>
197	</dict>
198	<key>lemaker,bananapi</key>
199	<dict>
200		<key>description</key>
201		<string>LeMaker Banana Pi</string>
202		<key>u-boot-pkg</key>
203		<string>bananapi</string>
204	</dict>
205	<key>lemaker,bananapro</key>
206	<dict>
207		<key>description</key>
208		<string>LeMaker Banana Pro</string>
209		<key>u-boot-pkg</key>
210		<string>bananapro</string>
211	</dict>
212	<key>sinovoip,bpi-m2-zero</key>
213	<dict>
214		<key>description</key>
215		<string>Banana Pi BPI-M2 Zero</string>
216		<key>u-boot-pkg</key>
217		<string>bananapi-m2-zero</string>
218	</dict>
219	<key>sinovoip,bpi-m3</key>
220	<dict>
221		<key>description</key>
222		<string>Banana Pi BPI-M3</string>
223		<key>u-boot-pkg</key>
224		<string>bananapi-m3</string>
225	</dict>
226	<key>sinovoip,bpi-p2-zero</key>
227	<dict>
228		<key>description</key>
229		<string>Banana Pi BPI-P2 Zero</string>
230		<key>u-boot-pkg</key>
231		<string>bananapi-p2-zero</string>
232	</dict>
233
234	<key>cubietech,cubieboard2</key>
235	<dict>
236		<key>description</key>
237		<string>Cubietech Cubieboard2</string>
238		<key>u-boot-pkg</key>
239		<string>cubieboard2</string>
240	</dict>
241	<key>cubietech,a80-cubieboard4</key>
242	<dict>
243		<key>description</key>
244		<string>Cubietech Cubieboard4</string>
245		<key>u-boot-pkg</key>
246		<string>cubieboard4</string>
247	</dict>
248	<key>cubietech,cubietruck</key>
249	<dict>
250		<key>description</key>
251		<string>Cubietech Cubietruck</string>
252		<key>u-boot-pkg</key>
253		<string>cubietruck</string>
254	</dict>
255	<key>cubietech,cubietruck-plus</key>
256	<dict>
257		<key>description</key>
258		<string>Cubietech Cubietruck Plus</string>
259		<key>u-boot-pkg</key>
260		<string>cubietruck-plus</string>
261	</dict>
262
263	<key>friendlyarm,nanopi-m1</key>
264	<dict>
265		<key>description</key>
266		<string>FriendlyArm NanoPi M1</string>
267		<key>u-boot-pkg</key>
268		<string>nanopi-m1</string>
269	</dict>
270	<key>friendlyarm,nanopi-neo</key>
271	<dict>
272		<key>description</key>
273		<string>FriendlyARM NanoPi NEO</string>
274		<key>u-boot-pkg</key>
275		<string>nanopi-neo</string>
276	</dict>
277	<key>friendlyarm,nanopi-neo-plus2</key>
278	<dict>
279		<key>description</key>
280		<string>FriendlyARM NanoPi NEO Plus2</string>
281		<key>u-boot-pkg</key>
282		<string>nanopi-neo-plus2</string>
283	</dict>
284	<key>friendlyarm,nanopi-neo2</key>
285	<dict>
286		<key>description</key>
287		<string>FriendlyARM NanoPi NEO 2</string>
288		<key>u-boot-pkg</key>
289		<string>nanopi-neo2</string>
290	</dict>
291	<key>friendlyarm,nanopi-r1</key>
292	<dict>
293		<key>description</key>
294		<string>FriendlyARM NanoPi R1</string>
295		<key>u-boot-pkg</key>
296		<string>nanopi-r1</string>
297	</dict>
298
299	<key>libretech,all-h3-cc-h2-plus</key>
300	<dict>
301		<key>description</key>
302		<string>Libre Computer Board ALL-H3-CC H2+</string>
303		<key>u-boot-pkg</key>
304		<string>libretech-all-h3-cc-h2-plus</string>
305	</dict>
306	<key>libretech,all-h3-cc-h3</key>
307	<dict>
308		<key>description</key>
309		<string>Libre Computer Board ALL-H3-CC H3</string>
310		<key>u-boot-pkg</key>
311		<string>libretech-all-h3-cc-h3</string>
312	</dict>
313	<key>libretech,all-h3-cc-h5</key>
314	<dict>
315		<key>description</key>
316		<string>Libre Computer Board ALL-H3-CC H5</string>
317		<key>u-boot-pkg</key>
318		<string>libretech-all-h3-cc-h5</string>
319	</dict>
320
321	<key>merrii,a31-hummingbird</key>
322	<dict>
323		<key>description</key>
324		<string>Merrii A31 Hummingbird</string>
325		<key>u-boot-pkg</key>
326		<string>hummingbird-a31</string>
327	</dict>
328
329	<key>nextthing,chip</key>
330	<dict>
331		<key>description</key>
332		<string>NextThing C.H.I.P.</string>
333		<key>u-boot-pkg</key>
334		<string>chip</string>
335	</dict>
336	<key>nextthing,pocketchip</key>
337	<dict>
338		<key>description</key>
339		<string>NextThing PocketC.H.I.P.</string>
340		<key>u-boot-pkg</key>
341		<string>pocketchip</string>
342	</dict>
343	<key>nextthing,chip-pro</key>
344	<dict>
345		<key>description</key>
346		<string>NextThing C.H.I.P. Pro</string>
347		<key>u-boot-pkg</key>
348		<string>chip-pro</string>
349	</dict>
350
351	<key>olimex,a10-olinuxino-lime</key>
352	<dict>
353		<key>description</key>
354		<string>Olimex A10-OLinuXino-LIME</string>
355		<key>u-boot-pkg</key>
356		<string>a10-olinuxino-lime</string>
357	</dict>
358	<key>olimex,a20-olinuxino-lime2</key>
359	<dict>
360		<key>description</key>
361		<string>Olimex A20-OLinuXino-LIME2</string>
362		<key>u-boot-pkg</key>
363		<string>a20-olinuxino-lime2</string>
364	</dict>
365	<key>olimex,a20-olinuxino-lime2-emmc</key>
366	<dict>
367		<key>description</key>
368		<string>Olimex A20-OLinuXino-LIME2-eMMC</string>
369		<key>u-boot-pkg</key>
370		<string>a20-olinuxino-lime2-emmc</string>
371	</dict>
372	<key>olimex,a20-olinuxino-micro</key>
373	<dict>
374		<key>description</key>
375		<string>Olimex A20-OLinuXino-MICRO</string>
376		<key>u-boot-pkg</key>
377		<string>a20-olinuxino-micro-emmc</string>
378	</dict>
379	<key>olimex,a20-olinuxino-micro-emmc</key>
380	<dict>
381		<key>description</key>
382		<string>Olimex A20-OLinuXino-MICRO-eMMC</string>
383		<key>u-boot-pkg</key>
384		<string>a20-olinuxino-micro-emmc</string>
385	</dict>
386
387	<key>pine64,pine64-plus</key>
388	<dict>
389		<key>description</key>
390		<string>Pine64+</string>
391		<key>u-boot-pkg</key>
392		<string>pine64-plus</string>
393	</dict>
394	<key>pine64,pine64</key>
395	<dict>
396		<key>description</key>
397		<string>Pine64</string>
398		<key>u-boot-pkg</key>
399		<string>pine64</string>
400	</dict>
401	<key>pine64,pinebook</key>
402	<dict>
403		<key>description</key>
404		<string>Pinebook</string>
405		<key>u-boot-pkg</key>
406		<string>pinebook</string>
407	</dict>
408	<key>pine64,sopine-baseboard</key>
409	<dict>
410		<key>description</key>
411		<string>SoPine with baseboard</string>
412		<key>u-boot-pkg</key>
413		<string>sopine-baseboard</string>
414	</dict>
415	<key>pine64,pine64-lts</key>
416	<dict>
417		<key>description</key>
418		<string>Pine64 LTS</string>
419		<!-- Same u-boot as sopine-baseboard. -->
420		<key>u-boot-pkg</key>
421		<string>sopine-baseboard</string>
422	</dict>
423	<key>pine64,pine-h64</key>
424	<dict>
425		<key>description</key>
426		<string>Pine H64</string>
427		<key>u-boot-pkg</key>
428		<string>pine-h64</string>
429	</dict>
430
431	<key>terasic,de0-atlas</key>
432	<dict>
433		<key>description</key>
434		<string>Terasic DE-0(Atlas)</string>
435		<key>u-boot-pkg</key>
436		<string>de0-nanosoc</string>
437	</dict>
438
439	<key>xunlong,orangepi-2</key>
440	<dict>
441		<key>description</key>
442		<string>Xunlong Orange Pi 2</string>
443		<key>u-boot-pkg</key>
444		<string>orangepi-2</string>
445	</dict>
446	<key>xunlong,orangepi-one</key>
447	<dict>
448		<key>description</key>
449		<string>Xunlong Orange Pi One</string>
450		<key>u-boot-pkg</key>
451		<string>orangepi-one</string>
452	</dict>
453	<key>xunlong,orangepi-lite</key>
454	<dict>
455		<key>description</key>
456		<string>Xunlong Orange Pi Lite</string>
457		<key>u-boot-pkg</key>
458		<string>orangepi-lite</string>
459	</dict>
460	<key>xunlong,orangepi-lite2</key>
461	<dict>
462		<key>description</key>
463		<string>Xunlong Orange Pi Lite2</string>
464		<key>u-boot-pkg</key>
465		<string>orangepi-lite2</string>
466	</dict>
467	<key>xunlong,orangepi-plus2e</key>
468	<dict>
469		<key>description</key>
470		<string>Xunlong Orange Pi Plus 2E</string>
471		<key>u-boot-pkg</key>
472		<string>orangepi-plus2e</string>
473	</dict>
474	<key>xunlong,orangepi-zero</key>
475	<dict>
476		<key>description</key>
477		<string>Xunlong Orange Pi Zero</string>
478		<key>u-boot-pkg</key>
479		<string>orangepi-zero</string>
480	</dict>
481	<key>xunlong,orangepi-zero-plus</key>
482	<dict>
483		<key>description</key>
484		<string>Xunlong Orange Pi Zero Plus</string>
485		<key>u-boot-pkg</key>
486		<string>orangepi-zero-plus</string>
487	</dict>
488
489	<!--
490	  -- xilinx boards
491	  -->
492	<key>digilent,zynq-zybo</key>
493	<dict>
494		<key>description</key>
495		<string>Digilent Zybo board</string>
496		<key>u-boot-pkg</key>
497		<string>zynq-zybo</string>
498	</dict>
499	<key>digilent,zynq-zybo-z7</key>
500	<dict>
501		<key>description</key>
502		<string>Digilent Zybo Z7 board</string>
503		<key>u-boot-pkg</key>
504		<string>zynq-zybo-z7</string>
505	</dict>
506</dict>
507</plist>
508