From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sun, 31 Jan 2010 08:54:03 -0600 Subject: [U-Boot] [PATCH v2] at91: Add esd gmbh OTC570 board support In-Reply-To: <1264413041705-git-send-email-Daniel.Gorsulowski@esd.eu> References: <1264413041705-git-send-email-Daniel.Gorsulowski@esd.eu> Message-ID: <4B65998B.90705@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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