summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2014-09-05 10:18:38 +0200
committerTom Warren <twarren@nvidia.com>2014-10-22 09:30:54 -0700
commitbf78b2717d3279e8dc74fa3bb69096ced7d8afda (patch)
tree99d39f7674b4b265d723de5a85da700a20847dba /configs
parent606f5bc812bea30427e03deafca4771c9eb7396c (diff)
downloadblackbird-obmc-uboot-bf78b2717d3279e8dc74fa3bb69096ced7d8afda.tar.gz
blackbird-obmc-uboot-bf78b2717d3279e8dc74fa3bb69096ced7d8afda.zip
arm: tegra: initial support for apalis t30
This patch adds board support for the Toradex Apalis T30 a computer on module which can be used on different carrier boards. For the sake of ease of use we do not distinguish between different carrier boards for now as the base module features are deemed sufficient enough for regular booting. The following functionality is working so far: - eMMC boot and environment storage - Gigabit Ethernet (once Thierry's PCIe as well as my E1000 resp. i210 fixes hit mainline) - MMC/SD cards (both 8-bit as well as 4-bit slot) - USB client/host (dual role port as client e.g. for DFU/UMS, other two ports as host) Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/apalis_t30_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig
new file mode 100644
index 0000000000..fc5e1e4d38
--- /dev/null
+++ b/configs/apalis_t30_defconfig
@@ -0,0 +1,5 @@
++S:CONFIG_ARM=y
++S:CONFIG_TEGRA=y
++S:CONFIG_TEGRA30=y
++S:CONFIG_TARGET_APALIS_T30=y
+CONFIG_DEFAULT_DEVICE_TREE="tegra30-apalis"
OpenPOWER on IntegriCloud