
Daniel Gorsulowski wrote:
This patch adds support for esd gmbh OTC570 board. The OTC570 is based on an Atmel AT91SAM9263 SoC.
Signed-off-by: Daniel Gorsulowski Daniel.Gorsulowski@esd.eu
v2: Applyed suggestions according to http://lists.denx.de/pipermail/u-boot/2010-January/066948.html - removed video commands they should go into common - swapped copyright places - removed some #ifdef / #ifndef - converted element initializations in panel_info - replaced some puts() with printf() - moved CONFIG_SYS_HZ below board and cpu defines
MAINTAINERS | 1 + MAKEALL | 1 + Makefile | 3 + board/esd/otc570/Makefile | 55 +++++++ board/esd/otc570/config.mk | 1 + board/esd/otc570/otc570.c | 365 ++++++++++++++++++++++++++++++++++++++++++ board/esd/otc570/partition.c | 37 +++++ include/configs/otc570.h | 246 ++++++++++++++++++++++++++++ tools/Makefile | 3 + tools/logos/esd.bmp | Bin 0 -> 35078 bytes 10 files changed, 712 insertions(+), 0 deletions(-) create mode 100644 board/esd/otc570/Makefile create mode 100644 board/esd/otc570/config.mk create mode 100644 board/esd/otc570/otc570.c create mode 100644 board/esd/otc570/partition.c create mode 100644 include/configs/otc570.h create mode 100644 tools/logos/esd.bmp
Applied Thanks, Tom