
zmx25 is a board based on imx25 SoC, 64 Megs of LPDDR, 32 Megs of NOR flash and an optional NAND flash. Some additons to imx25 SoC are made to fully support the hardware on the board.
Matthias Weisser (5): imx: Add get_tbclk() function for imx25 imx: Use correct imx25 reset.c imx: Add support for USB EHCI on imx25 imx: Add auto generation of asm-offsets.h for imx25 imx: Add support for zmx25 board
MAINTAINERS | 1 + arch/arm/cpu/arm926ejs/mx25/Makefile | 19 ++- arch/arm/cpu/arm926ejs/mx25/asm-offsets.c | 60 ++++++++ arch/arm/cpu/arm926ejs/mx25/timer.c | 12 ++ arch/arm/include/asm/arch-mx25/imx-regs.h | 39 ++++++ board/syteco/zmx25/Makefile | 51 +++++++ board/syteco/zmx25/lowlevel_init.S | 136 +++++++++++++++++++ board/syteco/zmx25/zmx25.c | 209 +++++++++++++++++++++++++++++ boards.cfg | 1 + drivers/usb/host/ehci-mxc.c | 28 ++++- include/configs/zmx25.h | 182 +++++++++++++++++++++++++ 11 files changed, 732 insertions(+), 6 deletions(-) create mode 100644 arch/arm/cpu/arm926ejs/mx25/asm-offsets.c create mode 100644 board/syteco/zmx25/Makefile create mode 100644 board/syteco/zmx25/lowlevel_init.S create mode 100644 board/syteco/zmx25/zmx25.c create mode 100644 include/configs/zmx25.h