Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/installboot/evbarm Add several boards:



details:   https://anonhg.NetBSD.org/src/rev/a0a0a87fc3e1
branches:  trunk
changeset: 934980:a0a0a87fc3e1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jun 21 16:53:57 2020 +0000

description:
Add several boards:
- terasic,de0-atlas
- asus,rk3288-tinker
- nvidia,p3450-0000
- ti,omap4-panda
- ti,omap4-panda-es
- olimex,a20-olinuxino-lime2
- olimex,a20-olinuxino-lime2-emmc
- olimex,a20-olinuxino-micro
- olimex,a20-olinuxino-micro-emmc
- digilent,zynq-zybo
- digilent,zynq-zybo-z7

Update the nvidia,p2771-0000 description to match recent DTS.

Fix u-boot package name for cubietech,cubietruck-plus.

diffstat:

 share/installboot/evbarm/boards.plist |  91 +++++++++++++++++++++++++++++++++-
 1 files changed, 88 insertions(+), 3 deletions(-)

diffs (149 lines):

diff -r 04f44f42afa8 -r a0a0a87fc3e1 share/installboot/evbarm/boards.plist
--- a/share/installboot/evbarm/boards.plist     Sun Jun 21 16:53:37 2020 +0000
+++ b/share/installboot/evbarm/boards.plist     Sun Jun 21 16:53:57 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: boards.plist,v 1.7 2020/03/27 23:02:33 bad Exp $ -->
+<!-- $NetBSD: boards.plist,v 1.8 2020/06/21 16:53:57 thorpej Exp $ -->
 <!--
   Copyright (c) 2019 The NetBSD Foundation, Inc.
   All rights reserved.
@@ -30,6 +30,17 @@
 <plist>
 <dict>
        <!--
+         -- altera boards
+         -->
+       <key>terasic,de0-atlas</key>
+       <dict>
+               <key>description</key>
+               <string>Terasic DE-0(Atlas)</string>
+               <key>u-boot-pkg</key>
+               <string>de0-nanosoc</string>
+       </dict>
+
+       <!--
          -- amlogic boards
          -->
        <key>hardkernel,odroid-c2</key>
@@ -82,6 +93,13 @@
                <key>u-boot-pkg</key>
                <string>pinebook-pro</string>
        </dict>
+       <key>asus,rk3288-tinker</key>
+       <dict>
+               <key>description</key>
+               <string>Rockchip RK3288 Asus Tinker Board</string>
+               <key>u-boot-pkg</key>
+               <string>tinker</string>
+       </dict>
 
        <!--
         -- mediatek boards
@@ -114,10 +132,17 @@
        <key>nvidia,p2771-0000</key>
        <dict>
                <key>description</key>
-               <string>NVIDIA Tegra186 P2771-0000 Development Board</string>
+               <string>NVIDIA Jetson TX2 Developer Kit</string>
                <key>u-boot-pkg</key>
                <string>jetson-tx2</string>
        </dict>
+       <key>nvidia,p3450-0000</key>
+       <dict>
+               <key>description</key>
+               <string>NVIDIA Jetson Nano Developer Kit</string>
+               <key>u-boot-pkg</key>
+               <string>jetson-nano</string>
+       </dict>
 
        <!--
          -- omap boards
@@ -143,6 +168,20 @@
                <key>u-boot-pkg</key>
                <string>beagleboneblack</string>
        </dict>
+       <key>ti,omap4-panda</key>
+       <dict>
+               <key>description</key>
+               <string>TI OMAP4 PandaBoard</string>
+               <key>u-boot-pkg</key>
+               <string>pandaboard</string>
+       </dict>
+       <key>ti,omap4-panda-es</key>
+       <dict>
+               <key>description</key>
+               <string>TI OMAP4 PandaBoard-ES</string>
+               <key>u-boot-pkg</key>
+               <string>pandaboard</string>
+       </dict>
 
        <!--
          -- sunxi boards
@@ -218,7 +257,7 @@
                <key>description</key>
                <string>Cubietech Cubietruck Plus</string>
                <key>u-boot-pkg</key>
-               <string>cubietruck_plus</string>
+               <string>cubietruck-plus</string>
        </dict>
 
        <key>friendlyarm,nanopi-m1</key>
@@ -294,6 +333,34 @@
                <key>u-boot-pkg</key>
                <string>a10-olinuxino-lime</string>
        </dict>
+       <key>olimex,a20-olinuxino-lime2</key>
+       <dict>
+               <key>description</key>
+               <string>Olimex A20-OLinuXino-LIME2</string>
+               <key>u-boot-pkg</key>
+               <string>a20-olinuxino-lime2</string>
+       </dict>
+       <key>olimex,a20-olinuxino-lime2-emmc</key>
+       <dict>
+               <key>description</key>
+               <string>Olimex A20-OLinuXino-LIME2-eMMC</string>
+               <key>u-boot-pkg</key>
+               <string>a20-olinuxino-lime2-emmc</string>
+       </dict>
+       <key>olimex,a20-olinuxino-micro</key>
+       <dict>
+               <key>description</key>
+               <string>Olimex A20-OLinuXino-MICRO</string>
+               <key>u-boot-pkg</key>
+               <string>a20-olinuxino-micro-emmc</string>
+       </dict>
+       <key>olimex,a20-olinuxino-micro-emmc</key>
+       <dict>
+               <key>description</key>
+               <string>Olimex A20-OLinuXino-MICRO-eMMC</string>
+               <key>u-boot-pkg</key>
+               <string>a20-olinuxino-micro-emmc</string>
+       </dict>
 
        <key>pine64,pine64-plus</key>
        <dict>
@@ -396,5 +463,23 @@
                <key>u-boot-pkg</key>
                <string>orangepi-zero-plus</string>
        </dict>
+
+       <!--
+         -- xilinx boards
+         -->
+       <key>digilent,zynq-zybo</key>
+       <dict>
+               <key>description</key>
+               <string>Digilent Zybo board</string>
+               <key>u-boot-pkg</key>
+               <string>zynq-zybo</string>
+       </dict>
+       <key>digilent,zynq-zybo-z7</key>
+       <dict>
+               <key>description</key>
+               <string>Digilent Zybo Z7 board</string>
+               <key>u-boot-pkg</key>
+               <string>zynq-zybo-z7</string>
+       </dict>
 </dict>
 </plist>



Home | Main Index | Thread Index | Old Index