]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: tegra: initial support for apalis t30
authorMarcel Ziswiler <marcel@ziswiler.com>
Fri, 5 Sep 2014 08:18:38 +0000 (10:18 +0200)
committerTom Warren <twarren@nvidia.com>
Wed, 22 Oct 2014 16:30:54 +0000 (09:30 -0700)
commitbf78b2717d3279e8dc74fa3bb69096ced7d8afda
tree99d39f7674b4b265d723de5a85da700a20847dba
parent606f5bc812bea30427e03deafca4771c9eb7396c
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>
arch/arm/cpu/armv7/tegra30/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/tegra30-apalis.dts [new file with mode: 0644]
arch/arm/include/asm/mach-types.h
board/toradex/apalis_t30/Kconfig [new file with mode: 0644]
board/toradex/apalis_t30/MAINTAINERS [new file with mode: 0644]
board/toradex/apalis_t30/Makefile [new file with mode: 0644]
board/toradex/apalis_t30/apalis_t30.c [new file with mode: 0644]
board/toradex/apalis_t30/pinmux-config-apalis_t30.h [new file with mode: 0644]
configs/apalis_t30_defconfig [new file with mode: 0644]
include/configs/apalis_t30.h [new file with mode: 0644]