]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra2: Add Avionic Design Plutux support.
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 17 Nov 2011 00:10:25 +0000 (00:10 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 24 Dec 2011 09:23:31 +0000 (10:23 +0100)
commit4026aca6d6d2b6b4501acaae6f2f5d904a0f3ee1
tree1b9c8f1a46a238bdfec8f7d75bb1ca800d86ab6c
parentb1c0c73619d0a261a93e956b656751a7193e882f
tegra2: Add Avionic Design Plutux support.

The Plutux is a set-top box device based on the Tamonten processor
module. It can be connected to a display via an HDMI output.

Changes in v3:
  * Remove unused implementation of gpio_config_uart().
  * Implement MMC/SD card detection.
  * Drop board_mmc_getcd() which is now implemented by common Tegra2
    code.
  * Add MAINTAINERS entry.

Changes in v2:
  * No longer override the default CONFIG_SYS_TEXT_BASE setting.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
MAINTAINERS
board/avionic-design/plutux/Makefile [new file with mode: 0644]
board/avionic-design/plutux/plutux.c [new file with mode: 0644]
boards.cfg
include/configs/plutux.h [new file with mode: 0644]