All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Add support for zmx25 board
@ 2011-06-30  9:57 Matthias Weisser
  2011-06-30  9:57 ` [U-Boot] [PATCH 1/5] imx: Add get_tbclk() function for imx25 Matthias Weisser
                   ` (11 more replies)
  0 siblings, 12 replies; 31+ messages in thread
From: Matthias Weisser @ 2011-06-30  9:57 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2011-07-13 11:36 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-30  9:57 [U-Boot] [PATCH 0/5] Add support for zmx25 board Matthias Weisser
2011-06-30  9:57 ` [U-Boot] [PATCH 1/5] imx: Add get_tbclk() function for imx25 Matthias Weisser
2011-06-30 15:38   ` Stefano Babic
2011-07-04  5:56     ` Matthias Weißer
2011-06-30  9:57 ` [U-Boot] [PATCH 2/5] imx: Use correct imx25 reset.c Matthias Weisser
2011-06-30 10:46   ` Wolfgang Denk
2011-06-30 11:35     ` Matthias Weißer
2011-06-30 10:49   ` Wolfgang Denk
2011-06-30 11:30     ` Matthias Weißer
2011-06-30  9:57 ` [U-Boot] [PATCH 3/5] imx: Add support for USB EHCI on imx25 Matthias Weisser
2011-06-30 15:48   ` Stefano Babic
2011-07-05 20:07     ` Marek Vasut
2011-06-30  9:57 ` [U-Boot] [PATCH 4/5] imx: Add auto generation of asm-offsets.h for imx25 Matthias Weisser
2011-06-30  9:57 ` [U-Boot] [PATCH 5/5] imx: Add support for zmx25 board Matthias Weisser
2011-06-30 10:44   ` Wolfgang Denk
2011-06-30 13:44     ` Matthias Weißer
2011-06-30 15:36   ` Stefano Babic
2011-07-04  6:28     ` Matthias Weißer
2011-07-06 10:28 ` [U-Boot] [PATCH v2 0/6] " Matthias Weisser
2011-07-06 10:28 ` [U-Boot] [PATCH v2 1/6] imx: Add get_tbclk() function for imx25 Matthias Weisser
2011-07-13 11:33   ` Stefano Babic
2011-07-06 10:28 ` [U-Boot] [PATCH v2 2/6] imx: Use correct imx25 reset.c Matthias Weisser
2011-07-13 11:33   ` Stefano Babic
2011-07-06 10:28 ` [U-Boot] [PATCH v2 3/6] imx: Add support for USB EHCI on imx25 Matthias Weisser
2011-07-13 11:34   ` Stefano Babic
2011-07-06 10:28 ` [U-Boot] [PATCH v2 4/6] imx: Add auto generation of asm-offsets.h for imx25 Matthias Weisser
2011-07-13 11:35   ` Stefano Babic
2011-07-06 10:28 ` [U-Boot] [PATCH v2 5/6] imx: Make imx25 compatible to mxc_gpio driver and fix in tx25 Matthias Weisser
2011-07-13 11:35   ` Stefano Babic
2011-07-06 10:28 ` [U-Boot] [PATCH v2 6/6] imx: Add support for zmx25 board Matthias Weisser
2011-07-13 11:36   ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.