xref: /netbsd-src/share/installboot/evbarm/boards.plist (revision ab924441021d69eb02ef31c028b10355eb1f27e5)
1<!-- $NetBSD: boards.plist,v 1.5 2020/01/27 07:48:59 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	  -- amlogic boards
34	  -->
35	<key>hardkernel,odroid-c2</key>
36	<dict>
37		<key>description</key>
38		<string>Hardkernel ODROID-C2</string>
39		<key>u-boot-pkg</key>
40		<string>odroid-c2</string>
41	</dict>
42	<key>libretech,cc</key>
43	<dict>
44		<key>description</key>
45		<string>Libre Computer Board AML-S905X-CC</string>
46		<key>u-boot-pkg</key>
47		<string>libretech-cc</string>
48	</dict>
49
50	<!--
51	  -- exynos boards
52	  -->
53	<key>hardkernel,odroid-xu3</key>
54	<dict>
55		<key>description</key>
56		<string>Hardkernel Odroid XU3</string>
57		<key>u-boot-pkg</key>
58		<string>odroid-xu3</string>
59	</dict>
60
61	<!--
62	  -- rockchip boards
63	  -->
64	<key>pine64,rock64</key>
65	<dict>
66		<key>description</key>
67		<string>Pine64 Rock64</string>
68		<key>u-boot-pkg</key>
69		<string>rock64</string>
70	</dict>
71	<key>pine64,rockpro64</key>
72	<dict>
73		<key>description</key>
74		<string>Pine64 RockPro64</string>
75		<key>u-boot-pkg</key>
76		<string>rockpro64</string>
77	</dict>
78	<key>pine64,pinebook-pro</key>
79	<dict>
80		<key>description</key>
81		<string>Pine64 Pinebook Pro</string>
82		<key>u-boot-pkg</key>
83		<string>pinebook-pro</string>
84	</dict>
85
86	<!--
87	 -- mediatek boards
88	 -->
89	<key>bananapi,bpi-r2</key>
90	<dict>
91		<key>description</key>
92		<string>Bananapi BPI-R2</string>
93		<key>u-boot-pkg</key>
94		<string>bananapi-r2</string>
95	</dict>
96
97	<!--
98	  -- nvidia boards
99	  -->
100	<key>nvidia,jetson-tk1</key>
101	<dict>
102		<key>description</key>
103		<string>NVIDIA Tegra124 Jetson TK1</string>
104		<key>u-boot-pkg</key>
105		<string>jetson-tk1</string>
106	</dict>
107	<key>nvidia,p2371-2180</key>
108	<dict>
109		<key>description</key>
110		<string>NVIDIA Jetson TX1 Developer Kit</string>
111		<key>u-boot-pkg</key>
112		<string>jetson-tx1</string>
113	</dict>
114	<key>nvidia,p2771-0000</key>
115	<dict>
116		<key>description</key>
117		<string>NVIDIA Tegra186 P2771-0000 Development Board</string>
118		<key>u-boot-pkg</key>
119		<string>jetson-tx2</string>
120	</dict>
121
122	<!--
123	  -- omap boards
124	  -->
125	<key>ti,omap3-beagle</key>
126	<dict>
127		<key>description</key>
128		<string>TI OMAP3 BeagleBoard</string>
129		<key>u-boot-pkg</key>
130		<string>beagleboard</string>
131	</dict>
132	<key>ti,am335x-bone</key>
133	<dict>
134		<key>description</key>
135		<string>TI AM335x BeagleBone</string>
136		<key>u-boot-pkg</key>
137		<string>beaglebonewhite</string>
138	</dict>
139	<key>ti,am335x-bone-black</key>
140	<dict>
141		<key>description</key>
142		<string>TI AM335x BeagleBone Black</string>
143		<key>u-boot-pkg</key>
144		<string>beagleboneblack</string>
145	</dict>
146
147	<!--
148	  -- sunxi boards
149	  -->
150	<!-- Banana Pi-branded board "compatible" strings are a mess.
151	     We will just keep them all together here.  -->
152	<key>lamobo,lamobo-r1</key>
153	<dict>
154		<key>description</key>
155		<string>Lamobo R1</string>
156		<key>u-boot-pkg</key>
157		<string>lamobo-r1</string>
158	</dict>
159	<key>lemaker,bananapi</key>
160	<dict>
161		<key>description</key>
162		<string>LeMaker Banana Pi</string>
163		<key>u-boot-pkg</key>
164		<string>bananapi</string>
165	</dict>
166	<key>lemaker,bananapro</key>
167	<dict>
168		<key>description</key>
169		<string>LeMaker Banana Pro</string>
170		<key>u-boot-pkg</key>
171		<string>bananapro</string>
172	</dict>
173	<key>sinovoip,bpi-m2-zero</key>
174	<dict>
175		<key>description</key>
176		<string>Banana Pi BPI-M2 Zero</string>
177		<key>u-boot-pkg</key>
178		<string>bananapi-m2-zero</string>
179	</dict>
180	<key>sinovoip,bpi-m3</key>
181	<dict>
182		<key>description</key>
183		<string>Banana Pi BPI-M3</string>
184		<key>u-boot-pkg</key>
185		<string>bananapi-m3</string>
186	</dict>
187	<key>sinovoip,bpi-p2-zero</key>
188	<dict>
189		<key>description</key>
190		<string>Banana Pi BPI-P2 Zero</string>
191		<key>u-boot-pkg</key>
192		<string>bananapi-p2-zero</string>
193	</dict>
194
195	<key>cubietech,cubieboard2</key>
196	<dict>
197		<key>description</key>
198		<string>Cubietech Cubieboard2</string>
199		<key>u-boot-pkg</key>
200		<string>cubieboard2</string>
201	</dict>
202	<key>cubietech,a80-cubieboard4</key>
203	<dict>
204		<key>description</key>
205		<string>Cubietech Cubieboard4</string>
206		<key>u-boot-pkg</key>
207		<string>cubieboard4</string>
208	</dict>
209	<key>cubietech,cubietruck</key>
210	<dict>
211		<key>description</key>
212		<string>Cubietech Cubietruck</string>
213		<key>u-boot-pkg</key>
214		<string>cubietruck</string>
215	</dict>
216	<key>cubietech,cubietruck-plus</key>
217	<dict>
218		<key>description</key>
219		<string>Cubietech Cubietruck Plus</string>
220		<key>u-boot-pkg</key>
221		<string>cubietruck_plus</string>
222	</dict>
223
224	<key>friendlyarm,nanopi-m1</key>
225	<dict>
226		<key>description</key>
227		<string>FriendlyArm NanoPi M1</string>
228		<key>u-boot-pkg</key>
229		<string>nanopi-m1</string>
230	</dict>
231	<key>friendlyarm,nanopi-neo</key>
232	<dict>
233		<key>description</key>
234		<string>FriendlyARM NanoPi NEO</string>
235		<key>u-boot-pkg</key>
236		<string>nanopi-neo</string>
237	</dict>
238	<key>friendlyarm,nanopi-neo-plus2</key>
239	<dict>
240		<key>description</key>
241		<string>FriendlyARM NanoPi NEO Plus2</string>
242		<key>u-boot-pkg</key>
243		<string>nanopi-neo-plus2</string>
244	</dict>
245	<key>friendlyarm,nanopi-neo2</key>
246	<dict>
247		<key>description</key>
248		<string>FriendlyARM NanoPi NEO 2</string>
249		<key>u-boot-pkg</key>
250		<string>nanopi-neo2</string>
251	</dict>
252
253	<key>merrii,a31-hummingbird</key>
254	<dict>
255		<key>description</key>
256		<string>Merrii A31 Hummingbird</string>
257		<key>u-boot-pkg</key>
258		<string>hummingbird-a31</string>
259	</dict>
260
261	<key>nextthing,chip</key>
262	<dict>
263		<key>description</key>
264		<string>NextThing C.H.I.P.</string>
265		<key>u-boot-pkg</key>
266		<string>chip</string>
267	</dict>
268	<key>nextthing,pocketchip</key>
269	<dict>
270		<key>description</key>
271		<string>NextThing PocketC.H.I.P.</string>
272		<key>u-boot-pkg</key>
273		<string>pocketchip</string>
274	</dict>
275	<key>nextthing,chip-pro</key>
276	<dict>
277		<key>description</key>
278		<string>NextThing C.H.I.P. Pro</string>
279		<key>u-boot-pkg</key>
280		<string>chip-pro</string>
281	</dict>
282
283	<key>olimex,a10-olinuxino-lime</key>
284	<dict>
285		<key>description</key>
286		<string>Olimex A10-OLinuXino-LIME</string>
287		<key>u-boot-pkg</key>
288		<string>a10-olinuxino-lime</string>
289	</dict>
290
291	<key>pine64,pine64-plus</key>
292	<dict>
293		<key>description</key>
294		<string>Pine64+</string>
295		<key>u-boot-pkg</key>
296		<string>pine64-plus</string>
297	</dict>
298	<key>pine64,pine64</key>
299	<dict>
300		<key>description</key>
301		<string>Pine64</string>
302		<key>u-boot-pkg</key>
303		<string>pine64</string>
304	</dict>
305	<key>pine64,pinebook</key>
306	<dict>
307		<key>description</key>
308		<string>Pinebook</string>
309		<key>u-boot-pkg</key>
310		<string>pinebook</string>
311	</dict>
312	<key>pine64,sopine-baseboard</key>
313	<dict>
314		<key>description</key>
315		<string>SoPine with baseboard</string>
316		<key>u-boot-pkg</key>
317		<string>sopine-baseboard</string>
318	</dict>
319	<key>pine64,pine64-lts</key>
320	<dict>
321		<key>description</key>
322		<string>Pine64 LTS</string>
323		<!-- Same u-boot as sopine-baseboard. -->
324		<key>u-boot-pkg</key>
325		<string>sopine-baseboard</string>
326	</dict>
327	<key>pine64,pine-h64</key>
328	<dict>
329		<key>description</key>
330		<string>Pine H64</string>
331		<key>u-boot-pkg</key>
332		<string>pine-h64</string>
333	</dict>
334
335	<key>terasic,de0-atlas</key>
336	<dict>
337		<key>description</key>
338		<string>Terasic DE-0(Atlas)</string>
339		<key>u-boot-pkg</key>
340		<string>de0-nanosoc</string>
341	</dict>
342
343	<key>xunlong,orangepi-2</key>
344	<dict>
345		<key>description</key>
346		<string>Xunlong Orange Pi 2</string>
347		<key>u-boot-pkg</key>
348		<string>orangepi-2</string>
349	</dict>
350	<key>xunlong,orangepi-one</key>
351	<dict>
352		<key>description</key>
353		<string>Xunlong Orange Pi One</string>
354		<key>u-boot-pkg</key>
355		<string>orangepi-one</string>
356	</dict>
357	<key>xunlong,orangepi-plus2e</key>
358	<dict>
359		<key>description</key>
360		<string>Xunlong Orange Pi Plus 2E</string>
361		<key>u-boot-pkg</key>
362		<string>orangepi-plus2e</string>
363	</dict>
364	<key>xunlong,orangepi-zero</key>
365	<dict>
366		<key>description</key>
367		<string>Xunlong Orange Pi Zero</string>
368		<key>u-boot-pkg</key>
369		<string>orangepi-zero</string>
370	</dict>
371	<key>xunlong,orangepi-zero-plus</key>
372	<dict>
373		<key>description</key>
374		<string>Xunlong Orange Pi Zero Plus</string>
375		<key>u-boot-pkg</key>
376		<string>orangepi-zero-plus</string>
377	</dict>
378</dict>
379</plist>
380