boards.plist revision 1.6 1 1.6 thorpej <!-- $NetBSD: boards.plist,v 1.6 2020/03/27 02:01:48 thorpej Exp $ -->
2 1.1 thorpej <!--
3 1.1 thorpej Copyright (c) 2019 The NetBSD Foundation, Inc.
4 1.1 thorpej All rights reserved.
5 1.1 thorpej
6 1.1 thorpej This code is derived from software contributed to The NetBSD Foundation
7 1.1 thorpej by Jason R. Thorpe.
8 1.1 thorpej
9 1.1 thorpej Redistribution and use in source and binary forms, with or without
10 1.1 thorpej modification, are permitted provided that the following conditions
11 1.1 thorpej are met:
12 1.1 thorpej 1. Redistributions of source code must retain the above copyright
13 1.1 thorpej notice, this list of conditions and the following disclaimer.
14 1.1 thorpej 2. Redistributions in binary form must reproduce the above copyright
15 1.1 thorpej notice, this list of conditions and the following disclaimer in the
16 1.1 thorpej documentation and/or other materials provided with the distribution.
17 1.1 thorpej
18 1.1 thorpej THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 1.1 thorpej ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 1.1 thorpej TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 1.1 thorpej PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 1.1 thorpej BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 1.1 thorpej CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 1.1 thorpej SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 1.1 thorpej INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 1.1 thorpej CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 1.1 thorpej ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 1.1 thorpej POSSIBILITY OF SUCH DAMAGE.
29 1.1 thorpej -->
30 1.1 thorpej <plist>
31 1.1 thorpej <dict>
32 1.1 thorpej <!--
33 1.1 thorpej -- amlogic boards
34 1.1 thorpej -->
35 1.1 thorpej <key>hardkernel,odroid-c2</key>
36 1.1 thorpej <dict>
37 1.1 thorpej <key>description</key>
38 1.1 thorpej <string>Hardkernel ODROID-C2</string>
39 1.1 thorpej <key>u-boot-pkg</key>
40 1.1 thorpej <string>odroid-c2</string>
41 1.1 thorpej </dict>
42 1.1 thorpej <key>libretech,cc</key>
43 1.1 thorpej <dict>
44 1.1 thorpej <key>description</key>
45 1.1 thorpej <string>Libre Computer Board AML-S905X-CC</string>
46 1.1 thorpej <key>u-boot-pkg</key>
47 1.1 thorpej <string>libretech-cc</string>
48 1.1 thorpej </dict>
49 1.1 thorpej
50 1.1 thorpej <!--
51 1.1 thorpej -- exynos boards
52 1.1 thorpej -->
53 1.1 thorpej <key>hardkernel,odroid-xu3</key>
54 1.1 thorpej <dict>
55 1.1 thorpej <key>description</key>
56 1.1 thorpej <string>Hardkernel Odroid XU3</string>
57 1.1 thorpej <key>u-boot-pkg</key>
58 1.1 thorpej <string>odroid-xu3</string>
59 1.1 thorpej </dict>
60 1.1 thorpej
61 1.1 thorpej <!--
62 1.1 thorpej -- rockchip boards
63 1.1 thorpej -->
64 1.5 thorpej <key>pine64,rock64</key>
65 1.5 thorpej <dict>
66 1.5 thorpej <key>description</key>
67 1.5 thorpej <string>Pine64 Rock64</string>
68 1.5 thorpej <key>u-boot-pkg</key>
69 1.5 thorpej <string>rock64</string>
70 1.5 thorpej </dict>
71 1.1 thorpej <key>pine64,rockpro64</key>
72 1.1 thorpej <dict>
73 1.1 thorpej <key>description</key>
74 1.1 thorpej <string>Pine64 RockPro64</string>
75 1.1 thorpej <key>u-boot-pkg</key>
76 1.1 thorpej <string>rockpro64</string>
77 1.1 thorpej </dict>
78 1.5 thorpej <key>pine64,pinebook-pro</key>
79 1.5 thorpej <dict>
80 1.5 thorpej <key>description</key>
81 1.5 thorpej <string>Pine64 Pinebook Pro</string>
82 1.5 thorpej <key>u-boot-pkg</key>
83 1.5 thorpej <string>pinebook-pro</string>
84 1.5 thorpej </dict>
85 1.1 thorpej
86 1.1 thorpej <!--
87 1.1 thorpej -- mediatek boards
88 1.1 thorpej -->
89 1.1 thorpej <key>bananapi,bpi-r2</key>
90 1.1 thorpej <dict>
91 1.1 thorpej <key>description</key>
92 1.1 thorpej <string>Bananapi BPI-R2</string>
93 1.1 thorpej <key>u-boot-pkg</key>
94 1.1 thorpej <string>bananapi-r2</string>
95 1.1 thorpej </dict>
96 1.1 thorpej
97 1.1 thorpej <!--
98 1.1 thorpej -- nvidia boards
99 1.1 thorpej -->
100 1.1 thorpej <key>nvidia,jetson-tk1</key>
101 1.1 thorpej <dict>
102 1.1 thorpej <key>description</key>
103 1.1 thorpej <string>NVIDIA Tegra124 Jetson TK1</string>
104 1.1 thorpej <key>u-boot-pkg</key>
105 1.1 thorpej <string>jetson-tk1</string>
106 1.1 thorpej </dict>
107 1.1 thorpej <key>nvidia,p2371-2180</key>
108 1.1 thorpej <dict>
109 1.1 thorpej <key>description</key>
110 1.1 thorpej <string>NVIDIA Jetson TX1 Developer Kit</string>
111 1.1 thorpej <key>u-boot-pkg</key>
112 1.1 thorpej <string>jetson-tx1</string>
113 1.1 thorpej </dict>
114 1.1 thorpej <key>nvidia,p2771-0000</key>
115 1.1 thorpej <dict>
116 1.1 thorpej <key>description</key>
117 1.1 thorpej <string>NVIDIA Tegra186 P2771-0000 Development Board</string>
118 1.1 thorpej <key>u-boot-pkg</key>
119 1.1 thorpej <string>jetson-tx2</string>
120 1.1 thorpej </dict>
121 1.1 thorpej
122 1.1 thorpej <!--
123 1.1 thorpej -- omap boards
124 1.1 thorpej -->
125 1.1 thorpej <key>ti,omap3-beagle</key>
126 1.1 thorpej <dict>
127 1.1 thorpej <key>description</key>
128 1.1 thorpej <string>TI OMAP3 BeagleBoard</string>
129 1.1 thorpej <key>u-boot-pkg</key>
130 1.1 thorpej <string>beagleboard</string>
131 1.1 thorpej </dict>
132 1.1 thorpej <key>ti,am335x-bone</key>
133 1.1 thorpej <dict>
134 1.1 thorpej <key>description</key>
135 1.1 thorpej <string>TI AM335x BeagleBone</string>
136 1.1 thorpej <key>u-boot-pkg</key>
137 1.1 thorpej <string>beaglebonewhite</string>
138 1.1 thorpej </dict>
139 1.1 thorpej <key>ti,am335x-bone-black</key>
140 1.1 thorpej <dict>
141 1.1 thorpej <key>description</key>
142 1.1 thorpej <string>TI AM335x BeagleBone Black</string>
143 1.1 thorpej <key>u-boot-pkg</key>
144 1.1 thorpej <string>beagleboneblack</string>
145 1.1 thorpej </dict>
146 1.1 thorpej
147 1.1 thorpej <!--
148 1.1 thorpej -- sunxi boards
149 1.1 thorpej -->
150 1.1 thorpej <!-- Banana Pi-branded board "compatible" strings are a mess.
151 1.1 thorpej We will just keep them all together here. -->
152 1.2 thorpej <key>lamobo,lamobo-r1</key>
153 1.2 thorpej <dict>
154 1.2 thorpej <key>description</key>
155 1.2 thorpej <string>Lamobo R1</string>
156 1.2 thorpej <key>u-boot-pkg</key>
157 1.2 thorpej <string>lamobo-r1</string>
158 1.2 thorpej </dict>
159 1.1 thorpej <key>lemaker,bananapi</key>
160 1.1 thorpej <dict>
161 1.1 thorpej <key>description</key>
162 1.1 thorpej <string>LeMaker Banana Pi</string>
163 1.1 thorpej <key>u-boot-pkg</key>
164 1.1 thorpej <string>bananapi</string>
165 1.1 thorpej </dict>
166 1.3 thorpej <key>lemaker,bananapro</key>
167 1.3 thorpej <dict>
168 1.3 thorpej <key>description</key>
169 1.3 thorpej <string>LeMaker Banana Pro</string>
170 1.3 thorpej <key>u-boot-pkg</key>
171 1.3 thorpej <string>bananapro</string>
172 1.3 thorpej </dict>
173 1.4 thorpej <key>sinovoip,bpi-m2-zero</key>
174 1.4 thorpej <dict>
175 1.4 thorpej <key>description</key>
176 1.4 thorpej <string>Banana Pi BPI-M2 Zero</string>
177 1.4 thorpej <key>u-boot-pkg</key>
178 1.4 thorpej <string>bananapi-m2-zero</string>
179 1.4 thorpej </dict>
180 1.1 thorpej <key>sinovoip,bpi-m3</key>
181 1.1 thorpej <dict>
182 1.1 thorpej <key>description</key>
183 1.1 thorpej <string>Banana Pi BPI-M3</string>
184 1.1 thorpej <key>u-boot-pkg</key>
185 1.1 thorpej <string>bananapi-m3</string>
186 1.1 thorpej </dict>
187 1.4 thorpej <key>sinovoip,bpi-p2-zero</key>
188 1.4 thorpej <dict>
189 1.4 thorpej <key>description</key>
190 1.4 thorpej <string>Banana Pi BPI-P2 Zero</string>
191 1.4 thorpej <key>u-boot-pkg</key>
192 1.4 thorpej <string>bananapi-p2-zero</string>
193 1.4 thorpej </dict>
194 1.1 thorpej
195 1.1 thorpej <key>cubietech,cubieboard2</key>
196 1.1 thorpej <dict>
197 1.1 thorpej <key>description</key>
198 1.1 thorpej <string>Cubietech Cubieboard2</string>
199 1.1 thorpej <key>u-boot-pkg</key>
200 1.1 thorpej <string>cubieboard2</string>
201 1.1 thorpej </dict>
202 1.1 thorpej <key>cubietech,a80-cubieboard4</key>
203 1.1 thorpej <dict>
204 1.1 thorpej <key>description</key>
205 1.1 thorpej <string>Cubietech Cubieboard4</string>
206 1.1 thorpej <key>u-boot-pkg</key>
207 1.1 thorpej <string>cubieboard4</string>
208 1.1 thorpej </dict>
209 1.1 thorpej <key>cubietech,cubietruck</key>
210 1.1 thorpej <dict>
211 1.1 thorpej <key>description</key>
212 1.1 thorpej <string>Cubietech Cubietruck</string>
213 1.1 thorpej <key>u-boot-pkg</key>
214 1.1 thorpej <string>cubietruck</string>
215 1.1 thorpej </dict>
216 1.1 thorpej <key>cubietech,cubietruck-plus</key>
217 1.1 thorpej <dict>
218 1.1 thorpej <key>description</key>
219 1.1 thorpej <string>Cubietech Cubietruck Plus</string>
220 1.1 thorpej <key>u-boot-pkg</key>
221 1.1 thorpej <string>cubietruck_plus</string>
222 1.1 thorpej </dict>
223 1.1 thorpej
224 1.1 thorpej <key>friendlyarm,nanopi-m1</key>
225 1.1 thorpej <dict>
226 1.1 thorpej <key>description</key>
227 1.1 thorpej <string>FriendlyArm NanoPi M1</string>
228 1.1 thorpej <key>u-boot-pkg</key>
229 1.1 thorpej <string>nanopi-m1</string>
230 1.1 thorpej </dict>
231 1.1 thorpej <key>friendlyarm,nanopi-neo</key>
232 1.1 thorpej <dict>
233 1.1 thorpej <key>description</key>
234 1.1 thorpej <string>FriendlyARM NanoPi NEO</string>
235 1.1 thorpej <key>u-boot-pkg</key>
236 1.1 thorpej <string>nanopi-neo</string>
237 1.1 thorpej </dict>
238 1.1 thorpej <key>friendlyarm,nanopi-neo-plus2</key>
239 1.1 thorpej <dict>
240 1.1 thorpej <key>description</key>
241 1.1 thorpej <string>FriendlyARM NanoPi NEO Plus2</string>
242 1.1 thorpej <key>u-boot-pkg</key>
243 1.1 thorpej <string>nanopi-neo-plus2</string>
244 1.1 thorpej </dict>
245 1.1 thorpej <key>friendlyarm,nanopi-neo2</key>
246 1.1 thorpej <dict>
247 1.1 thorpej <key>description</key>
248 1.1 thorpej <string>FriendlyARM NanoPi NEO 2</string>
249 1.1 thorpej <key>u-boot-pkg</key>
250 1.1 thorpej <string>nanopi-neo2</string>
251 1.1 thorpej </dict>
252 1.1 thorpej
253 1.1 thorpej <key>merrii,a31-hummingbird</key>
254 1.1 thorpej <dict>
255 1.1 thorpej <key>description</key>
256 1.1 thorpej <string>Merrii A31 Hummingbird</string>
257 1.1 thorpej <key>u-boot-pkg</key>
258 1.1 thorpej <string>hummingbird-a31</string>
259 1.1 thorpej </dict>
260 1.1 thorpej
261 1.1 thorpej <key>nextthing,chip</key>
262 1.1 thorpej <dict>
263 1.1 thorpej <key>description</key>
264 1.1 thorpej <string>NextThing C.H.I.P.</string>
265 1.1 thorpej <key>u-boot-pkg</key>
266 1.1 thorpej <string>chip</string>
267 1.1 thorpej </dict>
268 1.1 thorpej <key>nextthing,pocketchip</key>
269 1.1 thorpej <dict>
270 1.1 thorpej <key>description</key>
271 1.1 thorpej <string>NextThing PocketC.H.I.P.</string>
272 1.1 thorpej <key>u-boot-pkg</key>
273 1.1 thorpej <string>pocketchip</string>
274 1.1 thorpej </dict>
275 1.1 thorpej <key>nextthing,chip-pro</key>
276 1.1 thorpej <dict>
277 1.1 thorpej <key>description</key>
278 1.1 thorpej <string>NextThing C.H.I.P. Pro</string>
279 1.1 thorpej <key>u-boot-pkg</key>
280 1.1 thorpej <string>chip-pro</string>
281 1.1 thorpej </dict>
282 1.1 thorpej
283 1.1 thorpej <key>olimex,a10-olinuxino-lime</key>
284 1.1 thorpej <dict>
285 1.1 thorpej <key>description</key>
286 1.1 thorpej <string>Olimex A10-OLinuXino-LIME</string>
287 1.1 thorpej <key>u-boot-pkg</key>
288 1.1 thorpej <string>a10-olinuxino-lime</string>
289 1.1 thorpej </dict>
290 1.1 thorpej
291 1.1 thorpej <key>pine64,pine64-plus</key>
292 1.1 thorpej <dict>
293 1.1 thorpej <key>description</key>
294 1.1 thorpej <string>Pine64+</string>
295 1.1 thorpej <key>u-boot-pkg</key>
296 1.1 thorpej <string>pine64-plus</string>
297 1.1 thorpej </dict>
298 1.1 thorpej <key>pine64,pine64</key>
299 1.1 thorpej <dict>
300 1.1 thorpej <key>description</key>
301 1.1 thorpej <string>Pine64</string>
302 1.1 thorpej <key>u-boot-pkg</key>
303 1.1 thorpej <string>pine64</string>
304 1.1 thorpej </dict>
305 1.1 thorpej <key>pine64,pinebook</key>
306 1.1 thorpej <dict>
307 1.1 thorpej <key>description</key>
308 1.1 thorpej <string>Pinebook</string>
309 1.1 thorpej <key>u-boot-pkg</key>
310 1.1 thorpej <string>pinebook</string>
311 1.1 thorpej </dict>
312 1.1 thorpej <key>pine64,sopine-baseboard</key>
313 1.1 thorpej <dict>
314 1.1 thorpej <key>description</key>
315 1.1 thorpej <string>SoPine with baseboard</string>
316 1.1 thorpej <key>u-boot-pkg</key>
317 1.1 thorpej <string>sopine-baseboard</string>
318 1.1 thorpej </dict>
319 1.1 thorpej <key>pine64,pine64-lts</key>
320 1.1 thorpej <dict>
321 1.1 thorpej <key>description</key>
322 1.1 thorpej <string>Pine64 LTS</string>
323 1.1 thorpej <!-- Same u-boot as sopine-baseboard. -->
324 1.1 thorpej <key>u-boot-pkg</key>
325 1.1 thorpej <string>sopine-baseboard</string>
326 1.1 thorpej </dict>
327 1.1 thorpej <key>pine64,pine-h64</key>
328 1.1 thorpej <dict>
329 1.1 thorpej <key>description</key>
330 1.1 thorpej <string>Pine H64</string>
331 1.1 thorpej <key>u-boot-pkg</key>
332 1.1 thorpej <string>pine-h64</string>
333 1.1 thorpej </dict>
334 1.1 thorpej
335 1.1 thorpej <key>terasic,de0-atlas</key>
336 1.1 thorpej <dict>
337 1.1 thorpej <key>description</key>
338 1.1 thorpej <string>Terasic DE-0(Atlas)</string>
339 1.1 thorpej <key>u-boot-pkg</key>
340 1.1 thorpej <string>de0-nanosoc</string>
341 1.1 thorpej </dict>
342 1.1 thorpej
343 1.1 thorpej <key>xunlong,orangepi-2</key>
344 1.1 thorpej <dict>
345 1.1 thorpej <key>description</key>
346 1.1 thorpej <string>Xunlong Orange Pi 2</string>
347 1.1 thorpej <key>u-boot-pkg</key>
348 1.1 thorpej <string>orangepi-2</string>
349 1.1 thorpej </dict>
350 1.1 thorpej <key>xunlong,orangepi-one</key>
351 1.1 thorpej <dict>
352 1.1 thorpej <key>description</key>
353 1.1 thorpej <string>Xunlong Orange Pi One</string>
354 1.1 thorpej <key>u-boot-pkg</key>
355 1.1 thorpej <string>orangepi-one</string>
356 1.1 thorpej </dict>
357 1.6 thorpej <key>xunlong,orangepi-lite</key>
358 1.6 thorpej <dict>
359 1.6 thorpej <key>description</key>
360 1.6 thorpej <string>Xunlong Orange Pi Lite</string>
361 1.6 thorpej <key>u-boot-pkg</key>
362 1.6 thorpej <string>orangepi-lite</string>
363 1.6 thorpej </dict>
364 1.6 thorpej <key>xunlong,orangepi-lite2</key>
365 1.6 thorpej <dict>
366 1.6 thorpej <key>description</key>
367 1.6 thorpej <string>Xunlong Orange Pi Lite2</string>
368 1.6 thorpej <key>u-boot-pkg</key>
369 1.6 thorpej <string>orangepi-lite2</string>
370 1.6 thorpej </dict>
371 1.1 thorpej <key>xunlong,orangepi-plus2e</key>
372 1.1 thorpej <dict>
373 1.1 thorpej <key>description</key>
374 1.1 thorpej <string>Xunlong Orange Pi Plus 2E</string>
375 1.1 thorpej <key>u-boot-pkg</key>
376 1.1 thorpej <string>orangepi-plus2e</string>
377 1.1 thorpej </dict>
378 1.1 thorpej <key>xunlong,orangepi-zero</key>
379 1.1 thorpej <dict>
380 1.1 thorpej <key>description</key>
381 1.1 thorpej <string>Xunlong Orange Pi Zero</string>
382 1.1 thorpej <key>u-boot-pkg</key>
383 1.1 thorpej <string>orangepi-zero</string>
384 1.1 thorpej </dict>
385 1.1 thorpej <key>xunlong,orangepi-zero-plus</key>
386 1.1 thorpej <dict>
387 1.1 thorpej <key>description</key>
388 1.1 thorpej <string>Xunlong Orange Pi Zero Plus</string>
389 1.1 thorpej <key>u-boot-pkg</key>
390 1.1 thorpej <string>orangepi-zero-plus</string>
391 1.1 thorpej </dict>
392 1.1 thorpej </dict>
393 1.1 thorpej </plist>
394