]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] 4109/2: Add support for the RealView/EB MPCore revC platform
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 14 Feb 2007 18:20:28 +0000 (19:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 15 Feb 2007 14:56:32 +0000 (14:56 +0000)
commitf67bb5f0d924f77fd10dc55270ffc691337cd6c7
tree8b0a1e530a6fdb28c409b981c615f4598e81d81f
parent6d955aecefeb886fcf695041597cdfa5c10621ed
[ARM] 4109/2:  Add support for the RealView/EB MPCore revC platform

The kernel originally supported revB only. This patch enables revC by
default and adds a config option for building the kernel for the revB
platform. Since the SCU base address was hard-coded in the proc-v6.S
file (and only valid for RealView/EB revB), this patch also adds a
more generic support for defining the SCU information.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-realview/Kconfig
arch/arm/mach-realview/realview_eb.c
arch/arm/mm/proc-v6.S
include/asm-arm/arch-realview/hardware.h
include/asm-arm/arch-realview/platform.h
include/asm-arm/arch-realview/scu.h [new file with mode: 0644]
include/asm-arm/hardware/arm_scu.h