[U-Boot] [PATCH] imx27lite: add support for imx27lite board from LogicPD
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Sep 1 22:10:37 CEST 2009
On 02:32 Tue 11 Aug , Ilya Yanok wrote:
> This patch adds support for i.MX27-LITEKIT development board from
> LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND
> flash, FEC ethernet controller integrated into i.MX27.
>
> Signed-off-by: Ilya Yanok <yanok at emcraft.com>
> ---
> MAINTAINERS | 1 +
> MAKEALL | 1 +
> Makefile | 3 +
> board/logicpd/imx27lite/Makefile | 51 ++++++
> board/logicpd/imx27lite/config.mk | 1 +
> board/logicpd/imx27lite/imx27lite.c | 73 +++++++++
> board/logicpd/imx27lite/lowlevel_init.S | 170 +++++++++++++++++++++
> cpu/arm926ejs/mx27/generic.c | 65 ++++++++
> include/asm-arm/arch-mx27/imx-regs.h | 12 ++
> include/configs/imx27lite.h | 252 +++++++++++++++++++++++++++++++
> 10 files changed, 629 insertions(+), 0 deletions(-)
> create mode 100644 board/logicpd/imx27lite/Makefile
> create mode 100644 board/logicpd/imx27lite/config.mk
> create mode 100644 board/logicpd/imx27lite/imx27lite.c
> create mode 100644 board/logicpd/imx27lite/lowlevel_init.S
> create mode 100644 include/configs/imx27lite.h
Applie to u-boot-arm
Best Regards,
J.
More information about the U-Boot
mailing list