
On Thu, Nov 17, 2011 at 2:10 AM, Thierry Reding thierry.reding@avionic-design.de wrote:
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
MAINTAINERS | 1 + board/avionic-design/medcom/Makefile | 50 +++++++++++++++++++++++++++ board/avionic-design/medcom/medcom.c | 45 ++++++++++++++++++++++++ boards.cfg | 1 + include/configs/medcom.h | 62 ++++++++++++++++++++++++++++++++++ 5 files changed, 159 insertions(+), 0 deletions(-) create mode 100644 board/avionic-design/medcom/Makefile create mode 100644 board/avionic-design/medcom/medcom.c create mode 100644 include/configs/medcom.h