]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Tegra30: Add/enable Cardhu build (T30 reference board)
authorTom Warren <twarren.nvidia@gmail.com>
Tue, 11 Dec 2012 13:34:18 +0000 (13:34 +0000)
committerTom Warren <twarren@nvidia.com>
Wed, 16 Jan 2013 20:40:08 +0000 (13:40 -0700)
commitf01b631f7d370da1fe59f933f370d6372f4dbd04
tree03bcdf79cd550b1fede2c613247a685afcabd08c
parent6d6c0baebe14fd94b5462f098ce03b532e561759
Tegra30: Add/enable Cardhu build (T30 reference board)

This build is stripped down. It boots to the command prompt.
GPIO is the only peripheral supported. Others TBD.

include/configs/tegra-common.h now holds common config options
for Tegra SoCs.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
board/nvidia/cardhu/Makefile [new file with mode: 0644]
board/nvidia/cardhu/cardhu.c [new file with mode: 0644]
board/nvidia/cardhu/cardhu.c.mmc [new file with mode: 0644]
board/nvidia/cardhu/pinmux-config-cardhu.h [new file with mode: 0644]
boards.cfg
include/configs/tegra-common-post.h
include/configs/tegra-common.h [new file with mode: 0644]
include/configs/tegra20-common.h
include/configs/tegra30-common.h [new file with mode: 0644]