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