[U-Boot] [PATCH v3 3/4] tegra2: Add Avionic Design Plutux support.

Simon Glass sjg at chromium.org
Fri Nov 18 00:17:40 CET 2011


On Thu, Nov 17, 2011 at 2:10 AM, Thierry Reding
<thierry.reding at avionic-design.de> wrote:
> 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 at avionic-design.de>

Acked-by: Simon Glass <sjg at chromium.org>

> ---
>  MAINTAINERS                          |    4 ++
>  board/avionic-design/plutux/Makefile |   50 +++++++++++++++++++++++++++
>  board/avionic-design/plutux/plutux.c |   45 ++++++++++++++++++++++++
>  boards.cfg                           |    1 +
>  include/configs/plutux.h             |   62 ++++++++++++++++++++++++++++++++++
>  5 files changed, 162 insertions(+), 0 deletions(-)
>  create mode 100644 board/avionic-design/plutux/Makefile
>  create mode 100644 board/avionic-design/plutux/plutux.c
>  create mode 100644 include/configs/plutux.h
>


More information about the U-Boot mailing list