
Dear Scott,
In message 20090814070359.GD11003@game.jcrosoft.org Jean-Christophe PLAGNIOL-VILLARD wrote:
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@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
Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
Scott could you applied on your tree as this one need the nand patch that you handle
Could you please run this through your "next" branch and send a pullr equest? TIA.
Acked-by: Wolfgang Denk wd@denx.de
Best regards,
Wolfgang Denk