[PATCH 0/3] Support for three IXP425 based boards

Richard Cochran richardcochran at gmail.com
Wed Jun 2 05:55:58 EDT 2010


This patch series adds support for three IXP425 based boards from
OMICRON electronics GmbH. The code has been adapted from the IXDP425
and the NSLU boards.

Richard Cochran (3):
  ixp4xx: support the OMICRON DEVIXP board
  ixp4xx: support the OMICRON MICCPT board
  ixp4xx: support the OMICRON MIC256 board

 arch/arm/mach-ixp4xx/Kconfig                   |   22 +++
 arch/arm/mach-ixp4xx/Makefile                  |    4 +
 arch/arm/mach-ixp4xx/devixp-setup.c            |  225 ++++++++++++++++++++++++
 arch/arm/mach-ixp4xx/include/mach/uncompress.h |    3 +-
 arch/arm/mach-ixp4xx/mic256-setup.c            |  220 +++++++++++++++++++++++
 arch/arm/mach-ixp4xx/miccpt-pci.c              |   78 ++++++++
 arch/arm/mach-ixp4xx/miccpt-setup.c            |  221 +++++++++++++++++++++++
 7 files changed, 772 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-ixp4xx/devixp-setup.c
 create mode 100644 arch/arm/mach-ixp4xx/mic256-setup.c
 create mode 100644 arch/arm/mach-ixp4xx/miccpt-pci.c
 create mode 100644 arch/arm/mach-ixp4xx/miccpt-setup.c




More information about the linux-arm-kernel mailing list