[U-Boot] [PATCH] arm: pxa: Add support for ICP DAS LP-8x4x

Сергей Янович ynvich at gmail.com
Mon May 6 16:15:28 CEST 2013


On 18 February 2013 21:30, Sergey Yanovich <ynvich at 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 at 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?


More information about the U-Boot mailing list