
6 May
2013
6 May
'13
4:15 p.m.
On 18 February 2013 21:30, Sergey Yanovich ynvich@gmail.com wrote:
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 console (PXA FFUART)
- 1 of 2 Ethernet controller (DM9000)
Signed-off-by: Sergey Yanovich ynvich@gmail.com
arch/arm/include/asm/mach-types.h | 13 ++ board/icpdas/lp8x4x/Makefile | 41 ++++++ board/icpdas/lp8x4x/lp8x4x.c | 133 ++++++++++++++++++ boards.cfg | 1 + include/configs/lp8x4x.h | 272 +++++++++++++++++++++++++++++++++++++ 5 files changed, 460 insertions(+) create mode 100644 board/icpdas/lp8x4x/Makefile create mode 100644 board/icpdas/lp8x4x/lp8x4x.c create mode 100644 include/configs/lp8x4x.h
Any chance to get any feedback?