]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
arm: pxa: Add support for ICP DAS LP-8x4x
authorSergey Yanovich <ynvich@gmail.com>
Mon, 20 May 2013 21:26:00 +0000 (01:26 +0400)
committerMarek Vasut <marex@denx.de>
Wed, 12 Jun 2013 20:24:09 +0000 (22:24 +0200)
commitc3442c1e322bc8bdfae2f67c2a9cf2bf76d57a2c
tree67f21dea69d29229c1d336140a77420a3ac7b81e
parent58bb8f5f6138fa56875574a709f5af98c600c2a9
arm: pxa: Add support for ICP DAS LP-8x4x

LP-8x4x is a programmable automation controller by ICP DAS. It is
shipped with outdated U-Boot v1.3.0

This patch adds enough supports to boot the board:
 - 128M of 128M SDRAM
 - 32M of 48M NOR Flash memory
 - 1 of 4 Serial consoles (PXA FFUART)
 - 2 of 2 Ethernet controllers (DM9000)

Signed-off-by: Sergey Yanovich <ynvich@gmail.com>
Series-to: u-boot
Series-cc: marex
MAINTAINERS
board/icpdas/lp8x4x/Makefile [new file with mode: 0644]
board/icpdas/lp8x4x/lp8x4x.c [new file with mode: 0644]
boards.cfg
include/configs/lp8x4x.h [new file with mode: 0644]