From mboxrd@z Thu Jan 1 00:00:00 1970 From: kever.yang@rock-chips.com (Kever Yang) Date: Wed, 10 Sep 2014 18:05:52 +0800 Subject: [PATCH 0/2] add basic rk3288 smp support Message-ID: <1410343554-8383-1-git-send-email-kever.yang@rock-chips.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org rk3288 is dual-core CPU Soc, we need to enable the smp. This patchset works with either arch-timer use the phisical counter in kernel or the firmware initialize the arch-timer virtual counter offset and use virtual counter in kernel. Kever Yang (2): ARM: rockchip: add basic smp support for rk3288 ARM: dts: add intmem node for rk3288 smp support arch/arm/boot/dts/rk3288.dtsi | 18 ++++++++++++ arch/arm/mach-rockchip/core.h | 1 + arch/arm/mach-rockchip/platsmp.c | 60 +++++++++++++++++++++++++++++++++++++--- 3 files changed, 75 insertions(+), 4 deletions(-) -- 1.9.1