aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-hisi/headsmp.S
diff options
context:
space:
mode:
authorHaifeng Yan <yanhaifeng@gmail.com>2014-04-10 23:54:11 -0400
committerOlof Johansson <olof@lixom.net>2014-07-31 01:32:20 -0400
commit06cc5c1d4d7313bc864e9aac1d1cbd63d8b9ca4c (patch)
treeb96d6476612d08b377597329043f82fb5e15c1fa /arch/arm/mach-hisi/headsmp.S
parent7685b125ca84a2da9c7a43578c3081cd209c2ac3 (diff)
ARM: hisi: enable hix5hd2 SoC
Enable support for the Hisilicon HiX5HD2 SoC. This HiX5HD2 SoC series support both single and dual Cortex-A9 cores. Add ARCH_HIX5HD2 to distinguish HiX5HD2 from Hi3xxx. They are different in implementation such as SMP, IPs integarted and earlycon configure. Signed-off-by: Haifeng Yan <yanhaifeng@gmail.com> Signed-off-by: Jiancheng Xue <jchxue@gmail.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> Acked-by: Wei Xu <xuwei5@hisilicon.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-hisi/headsmp.S')
-rw-r--r--arch/arm/mach-hisi/headsmp.S16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-hisi/headsmp.S b/arch/arm/mach-hisi/headsmp.S
new file mode 100644
index 000000000000..278889c00b77
--- /dev/null
+++ b/arch/arm/mach-hisi/headsmp.S
@@ -0,0 +1,16 @@
1/*
2 * Copyright (c) 2014 Hisilicon Limited.
3 * Copyright (c) 2014 Linaro Ltd.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9#include <linux/linkage.h>
10#include <linux/init.h>
11
12 __CPUINIT
13
14ENTRY(hix5hd2_secondary_startup)
15 bl v7_invalidate_l1
16 b secondary_startup