ARM: add base support for Marvell Dove SoC
authorSaeed Bishara <saeed@marvell.com>
Thu, 6 Aug 2009 12:12:43 +0000 (15:12 +0300)
committerNicolas Pitre <nico@fluxnic.net>
Fri, 27 Nov 2009 20:43:06 +0000 (15:43 -0500)
commitedabd38e1a017e922e3e3b485ee3ddb4df433aa4
treec79cef3e59f62014c12ff1203e84b0bac5610a55
parent8d27b2f7988b652dbabf79291a3e2550c06e1af5
ARM: add base support for Marvell Dove SoC

The Marvell Dove (88AP510) is a high-performance, highly integrated,
low power SoC with high-end ARM-compatible processor (known as PJ4),
graphics processing unit, high-definition video decoding acceleration
hardware, and a broad range of peripherals.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
29 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/boot/compressed/head.S
arch/arm/configs/dove_defconfig [new file with mode: 0644]
arch/arm/mach-dove/Kconfig [new file with mode: 0644]
arch/arm/mach-dove/Makefile [new file with mode: 0644]
arch/arm/mach-dove/Makefile.boot [new file with mode: 0644]
arch/arm/mach-dove/addr-map.c [new file with mode: 0644]
arch/arm/mach-dove/common.c [new file with mode: 0644]
arch/arm/mach-dove/common.h [new file with mode: 0644]
arch/arm/mach-dove/dove-db-setup.c [new file with mode: 0644]
arch/arm/mach-dove/include/mach/bridge-regs.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/debug-macro.S [new file with mode: 0644]
arch/arm/mach-dove/include/mach/dove.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/entry-macro.S [new file with mode: 0644]
arch/arm/mach-dove/include/mach/gpio.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/hardware.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/io.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/irqs.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/memory.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/pm.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/system.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/timex.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/uncompress.h [new file with mode: 0644]
arch/arm/mach-dove/include/mach/vmalloc.h [new file with mode: 0644]
arch/arm/mach-dove/irq.c [new file with mode: 0644]
arch/arm/mach-dove/pcie.c [new file with mode: 0644]
arch/arm/mm/Kconfig
arch/arm/mm/proc-v6.S