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