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