[ARM] basic support for the Marvell Orion SoC family
The Marvell Orion is a family of ARM SoCs with a DDR/DDR2 memory controller, 10/100/1000 ethernet MAC, and USB 2.0 interfaces, and, depending on the specific model, PCI-E interface, PCI-X interface, SATA controllers, crypto unit, SPI interface, SDIO interface, device bus, NAND controller, DMA engine and/or XOR engine. This contains the basic structure and architecture register definitions. Signed-off-by:Tzachi Perelstein <tzachi@marvell.com> Reviewed-by:
Nicolas Pitre <nico@marvell.com> Reviewed-by:
Lennert Buytenhek <buytenh@marvell.com> Acked-by:
Russell King <rmk+kernel@arm.linux.org.uk>
Showing
- arch/arm/Kconfig 8 additions, 0 deletionsarch/arm/Kconfig
- arch/arm/Makefile 1 addition, 0 deletionsarch/arm/Makefile
- arch/arm/mach-orion/Kconfig 7 additions, 0 deletionsarch/arm/mach-orion/Kconfig
- arch/arm/mach-orion/Makefile 1 addition, 0 deletionsarch/arm/mach-orion/Makefile
- arch/arm/mach-orion/Makefile.boot 3 additions, 0 deletionsarch/arm/mach-orion/Makefile.boot
- arch/arm/mach-orion/common.c 53 additions, 0 deletionsarch/arm/mach-orion/common.c
- arch/arm/mach-orion/common.h 9 additions, 0 deletionsarch/arm/mach-orion/common.h
- include/asm-arm/arch-orion/debug-macro.S 17 additions, 0 deletionsinclude/asm-arm/arch-orion/debug-macro.S
- include/asm-arm/arch-orion/dma.h 1 addition, 0 deletionsinclude/asm-arm/arch-orion/dma.h
- include/asm-arm/arch-orion/entry-macro.S 31 additions, 0 deletionsinclude/asm-arm/arch-orion/entry-macro.S
- include/asm-arm/arch-orion/hardware.h 24 additions, 0 deletionsinclude/asm-arm/arch-orion/hardware.h
- include/asm-arm/arch-orion/io.h 27 additions, 0 deletionsinclude/asm-arm/arch-orion/io.h
- include/asm-arm/arch-orion/irqs.h 61 additions, 0 deletionsinclude/asm-arm/arch-orion/irqs.h
- include/asm-arm/arch-orion/memory.h 15 additions, 0 deletionsinclude/asm-arm/arch-orion/memory.h
- include/asm-arm/arch-orion/orion.h 140 additions, 0 deletionsinclude/asm-arm/arch-orion/orion.h
- include/asm-arm/arch-orion/system.h 31 additions, 0 deletionsinclude/asm-arm/arch-orion/system.h
- include/asm-arm/arch-orion/timex.h 12 additions, 0 deletionsinclude/asm-arm/arch-orion/timex.h
- include/asm-arm/arch-orion/uncompress.h 44 additions, 0 deletionsinclude/asm-arm/arch-orion/uncompress.h
- include/asm-arm/arch-orion/vmalloc.h 5 additions, 0 deletionsinclude/asm-arm/arch-orion/vmalloc.h
arch/arm/mach-orion/Kconfig
0 → 100644
arch/arm/mach-orion/Makefile
0 → 100644
arch/arm/mach-orion/Makefile.boot
0 → 100644
arch/arm/mach-orion/common.c
0 → 100644
arch/arm/mach-orion/common.h
0 → 100644
include/asm-arm/arch-orion/debug-macro.S
0 → 100644
include/asm-arm/arch-orion/dma.h
0 → 100644
include/asm-arm/arch-orion/entry-macro.S
0 → 100644
include/asm-arm/arch-orion/hardware.h
0 → 100644
include/asm-arm/arch-orion/io.h
0 → 100644
include/asm-arm/arch-orion/irqs.h
0 → 100644
include/asm-arm/arch-orion/memory.h
0 → 100644
include/asm-arm/arch-orion/orion.h
0 → 100644
include/asm-arm/arch-orion/system.h
0 → 100644
include/asm-arm/arch-orion/timex.h
0 → 100644
include/asm-arm/arch-orion/uncompress.h
0 → 100644
include/asm-arm/arch-orion/vmalloc.h
0 → 100644
Please register or sign in to comment