ARM: PRIMA2: add new SiRFmarco SMP SoC infrastructures
authorBarry Song <Baohua.Song@csr.com>
Thu, 20 Dec 2012 11:37:32 +0000 (19:37 +0800)
committerBarry Song <Barry.Song@csr.com>
Tue, 22 Jan 2013 11:53:27 +0000 (19:53 +0800)
commit4898de3d15d8ba34aa7a1b0f753a476d52ebdf92
treee2606fb82bab7bcbe0503404ecd67fd0d3d47427
parentf2a94192d953990c5c928f52dd4122a67f93b980
ARM: PRIMA2: add new SiRFmarco SMP SoC infrastructures

this patch adds tick timer, smp entries and generic DT machine
for SiRFmarco dual-core SMP chips.

with the added marco, we change the defconfig, using the same
defconfig, we get a zImage which can work on both prima2 and
marco.

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Cc: Mark Rutland <mark.rutland@arm.com>
arch/arm/boot/dts/Makefile
arch/arm/configs/prima2_defconfig
arch/arm/mach-prima2/Kconfig
arch/arm/mach-prima2/Makefile
arch/arm/mach-prima2/common.c
arch/arm/mach-prima2/common.h
arch/arm/mach-prima2/headsmp.S [new file with mode: 0644]
arch/arm/mach-prima2/hotplug.c [new file with mode: 0644]
arch/arm/mach-prima2/platsmp.c [new file with mode: 0644]
arch/arm/mach-prima2/timer-marco.c [new file with mode: 0644]
This page took 0.02548 seconds and 5 git commands to generate.