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