boards.plist revision 1.8 1 <!-- $NetBSD: boards.plist,v 1.8 2020/06/21 16:53:57 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>merrii,a31-hummingbird</key>
300 <dict>
301 <key>description</key>
302 <string>Merrii A31 Hummingbird</string>
303 <key>u-boot-pkg</key>
304 <string>hummingbird-a31</string>
305 </dict>
306
307 <key>nextthing,chip</key>
308 <dict>
309 <key>description</key>
310 <string>NextThing C.H.I.P.</string>
311 <key>u-boot-pkg</key>
312 <string>chip</string>
313 </dict>
314 <key>nextthing,pocketchip</key>
315 <dict>
316 <key>description</key>
317 <string>NextThing PocketC.H.I.P.</string>
318 <key>u-boot-pkg</key>
319 <string>pocketchip</string>
320 </dict>
321 <key>nextthing,chip-pro</key>
322 <dict>
323 <key>description</key>
324 <string>NextThing C.H.I.P. Pro</string>
325 <key>u-boot-pkg</key>
326 <string>chip-pro</string>
327 </dict>
328
329 <key>olimex,a10-olinuxino-lime</key>
330 <dict>
331 <key>description</key>
332 <string>Olimex A10-OLinuXino-LIME</string>
333 <key>u-boot-pkg</key>
334 <string>a10-olinuxino-lime</string>
335 </dict>
336 <key>olimex,a20-olinuxino-lime2</key>
337 <dict>
338 <key>description</key>
339 <string>Olimex A20-OLinuXino-LIME2</string>
340 <key>u-boot-pkg</key>
341 <string>a20-olinuxino-lime2</string>
342 </dict>
343 <key>olimex,a20-olinuxino-lime2-emmc</key>
344 <dict>
345 <key>description</key>
346 <string>Olimex A20-OLinuXino-LIME2-eMMC</string>
347 <key>u-boot-pkg</key>
348 <string>a20-olinuxino-lime2-emmc</string>
349 </dict>
350 <key>olimex,a20-olinuxino-micro</key>
351 <dict>
352 <key>description</key>
353 <string>Olimex A20-OLinuXino-MICRO</string>
354 <key>u-boot-pkg</key>
355 <string>a20-olinuxino-micro-emmc</string>
356 </dict>
357 <key>olimex,a20-olinuxino-micro-emmc</key>
358 <dict>
359 <key>description</key>
360 <string>Olimex A20-OLinuXino-MICRO-eMMC</string>
361 <key>u-boot-pkg</key>
362 <string>a20-olinuxino-micro-emmc</string>
363 </dict>
364
365 <key>pine64,pine64-plus</key>
366 <dict>
367 <key>description</key>
368 <string>Pine64+</string>
369 <key>u-boot-pkg</key>
370 <string>pine64-plus</string>
371 </dict>
372 <key>pine64,pine64</key>
373 <dict>
374 <key>description</key>
375 <string>Pine64</string>
376 <key>u-boot-pkg</key>
377 <string>pine64</string>
378 </dict>
379 <key>pine64,pinebook</key>
380 <dict>
381 <key>description</key>
382 <string>Pinebook</string>
383 <key>u-boot-pkg</key>
384 <string>pinebook</string>
385 </dict>
386 <key>pine64,sopine-baseboard</key>
387 <dict>
388 <key>description</key>
389 <string>SoPine with baseboard</string>
390 <key>u-boot-pkg</key>
391 <string>sopine-baseboard</string>
392 </dict>
393 <key>pine64,pine64-lts</key>
394 <dict>
395 <key>description</key>
396 <string>Pine64 LTS</string>
397 <!-- Same u-boot as sopine-baseboard. -->
398 <key>u-boot-pkg</key>
399 <string>sopine-baseboard</string>
400 </dict>
401 <key>pine64,pine-h64</key>
402 <dict>
403 <key>description</key>
404 <string>Pine H64</string>
405 <key>u-boot-pkg</key>
406 <string>pine-h64</string>
407 </dict>
408
409 <key>terasic,de0-atlas</key>
410 <dict>
411 <key>description</key>
412 <string>Terasic DE-0(Atlas)</string>
413 <key>u-boot-pkg</key>
414 <string>de0-nanosoc</string>
415 </dict>
416
417 <key>xunlong,orangepi-2</key>
418 <dict>
419 <key>description</key>
420 <string>Xunlong Orange Pi 2</string>
421 <key>u-boot-pkg</key>
422 <string>orangepi-2</string>
423 </dict>
424 <key>xunlong,orangepi-one</key>
425 <dict>
426 <key>description</key>
427 <string>Xunlong Orange Pi One</string>
428 <key>u-boot-pkg</key>
429 <string>orangepi-one</string>
430 </dict>
431 <key>xunlong,orangepi-lite</key>
432 <dict>
433 <key>description</key>
434 <string>Xunlong Orange Pi Lite</string>
435 <key>u-boot-pkg</key>
436 <string>orangepi-lite</string>
437 </dict>
438 <key>xunlong,orangepi-lite2</key>
439 <dict>
440 <key>description</key>
441 <string>Xunlong Orange Pi Lite2</string>
442 <key>u-boot-pkg</key>
443 <string>orangepi-lite2</string>
444 </dict>
445 <key>xunlong,orangepi-plus2e</key>
446 <dict>
447 <key>description</key>
448 <string>Xunlong Orange Pi Plus 2E</string>
449 <key>u-boot-pkg</key>
450 <string>orangepi-plus2e</string>
451 </dict>
452 <key>xunlong,orangepi-zero</key>
453 <dict>
454 <key>description</key>
455 <string>Xunlong Orange Pi Zero</string>
456 <key>u-boot-pkg</key>
457 <string>orangepi-zero</string>
458 </dict>
459 <key>xunlong,orangepi-zero-plus</key>
460 <dict>
461 <key>description</key>
462 <string>Xunlong Orange Pi Zero Plus</string>
463 <key>u-boot-pkg</key>
464 <string>orangepi-zero-plus</string>
465 </dict>
466
467 <!--
468 -- xilinx boards
469 -->
470 <key>digilent,zynq-zybo</key>
471 <dict>
472 <key>description</key>
473 <string>Digilent Zybo board</string>
474 <key>u-boot-pkg</key>
475 <string>zynq-zybo</string>
476 </dict>
477 <key>digilent,zynq-zybo-z7</key>
478 <dict>
479 <key>description</key>
480 <string>Digilent Zybo Z7 board</string>
481 <key>u-boot-pkg</key>
482 <string>zynq-zybo-z7</string>
483 </dict>
484 </dict>
485 </plist>
486