]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] 3388/1: ixp23xx: add core ixp23xx support
authorLennert Buytenhek <buytenh@wantstofly.org>
Tue, 28 Mar 2006 20:18:54 +0000 (21:18 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 28 Mar 2006 20:18:54 +0000 (21:18 +0100)
commitc4713074375c61f939310b04e92090afe29810dc
treef09441eac8bd29a4a48f0360e1207d6def04b5fd
parente9937d4b0a9382c4c78411d1c53e62be396ee9a9
[ARM] 3388/1: ixp23xx: add core ixp23xx support

Patch from Lennert Buytenhek

This patch adds support for the Intel ixp23xx series of CPUs.  The
ixp23xx is an XSC3 based CPU with 512K of L2 cache, a 64bit 66MHz PCI
interface, two DDR RAM interfaces, QDR RAM interfaces, two gigabit
MACs, two 10/100 MACs, expansion bus, four microengines, a Media and
Switch Fabric unit almost identical to the one on the ixp2400, two
xscale (8250ish) UARTs and a bunch of other stuff.

This patch adds the core ixp23xx support code, and support for the
ADI Engineering Roadrunner, Intel IXDP2351, and IP Fabrics Double
Espresso platforms.

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
25 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-ixp23xx/Kconfig [new file with mode: 0644]
arch/arm/mach-ixp23xx/Makefile [new file with mode: 0644]
arch/arm/mach-ixp23xx/Makefile.boot [new file with mode: 0644]
arch/arm/mach-ixp23xx/core.c [new file with mode: 0644]
arch/arm/mach-ixp23xx/espresso.c [new file with mode: 0644]
arch/arm/mach-ixp23xx/ixdp2351.c [new file with mode: 0644]
arch/arm/mach-ixp23xx/pci.c [new file with mode: 0644]
arch/arm/mach-ixp23xx/roadrunner.c [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/debug-macro.S [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/dma.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/entry-macro.S [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/hardware.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/io.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/irqs.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/ixdp2351.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/ixp23xx.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/memory.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/platform.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/system.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/time.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/timex.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/uncompress.h [new file with mode: 0644]
include/asm-arm/arch-ixp23xx/vmalloc.h [new file with mode: 0644]