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

The Medcom is a 16:9 15" terminal that is used for patient infotainment
in hospitals.

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/medcom/Makefile [new file with mode: 0644]
board/avionic-design/medcom/medcom.c [new file with mode: 0644]
boards.cfg
include/configs/medcom.h [new file with mode: 0644]