lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1410864271-9277-1-git-send-email-kever.yang@rock-chips.com> Date: Tue, 16 Sep 2014 18:44:27 +0800 From: Kever Yang <kever.yang@...k-chips.com> To: heiko@...ech.de Cc: dianders@...omium.org, sonnyrao@...omium.org, addy.ke@...k-chips.com, cf@...k-chips.com, xjq@...k-chips.com, hj@...k-chips.com, huangtao@...k-chips.com, Kever Yang <kever.yang@...k-chips.com>, Rohit Vaswani <rvaswani@...eaurora.org>, devicetree@...r.kernel.org, Gregory CLEMENT <gregory.clement@...e-electrons.com>, linux-kernel@...r.kernel.org, Kumar Gala <galak@...eaurora.org>, Jason Cooper <jason@...edaemon.net>, Ian Campbell <ijc+devicetree@...lion.org.uk>, linux-rockchip@...ts.infradead.org, Rob Herring <robh+dt@...nel.org>, Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>, Pawel Moll <pawel.moll@....com>, Lorenzo Pieralisi <lorenzo.pieralisi@....com>, Mark Rutland <mark.rutland@....com>, Russell King <linux@....linux.org.uk>, Olof Johansson <olof@...om.net>, Maxime Ripard <maxime.ripard@...e-electrons.com>, linux-arm-kernel@...ts.infradead.org Subject: [PATCH v2 0/3] add basic rk3288 smp support rk3288 is qual-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. Changes in v2: - add documentation - use rk3288_boot_secondary instead ofsmp_boot_secondary - discards the power domain operation - handle the per cpu starup when actived by 'sev' - adjust the alignment Kever Yang (3): Documentation: dt-bindings: add dt binding info for rk3288-smp ARM: rockchip: add basic smp support for rk3288 ARM: dts: add intmem node for rk3288 smp support Documentation/devicetree/bindings/arm/cpus.txt | 1 + arch/arm/boot/dts/rk3288.dtsi | 18 ++++++++ arch/arm/mach-rockchip/core.h | 1 + arch/arm/mach-rockchip/headsmp.S | 14 ++++++ arch/arm/mach-rockchip/platsmp.c | 63 +++++++++++++++++++++++--- 5 files changed, 91 insertions(+), 6 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists