blob: 339eb17c9808e2c04a043485e42e5d29a49de347 [file] [log] [blame]
Catalin Marinasbbe88882007-05-08 22:27:46 +01001/*
2 * linux/arch/arm/mm/proc-v7.S
3 *
4 * Copyright (C) 2001 Deep Blue Solutions Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * This is the "shell" of the ARMv7 processor support.
11 */
Russell King10115102018-05-14 15:38:55 +010012#include <linux/arm-smccc.h>
Tim Abbott991da172009-04-27 14:02:22 -040013#include <linux/init.h>
Catalin Marinasbbe88882007-05-08 22:27:46 +010014#include <linux/linkage.h>
15#include <asm/assembler.h>
16#include <asm/asm-offsets.h>
Russell King5ec94072008-09-07 19:15:31 +010017#include <asm/hwcap.h>
Catalin Marinasbbe88882007-05-08 22:27:46 +010018#include <asm/pgtable-hwdef.h>
19#include <asm/pgtable.h>
Vladimir Murzinf271b772016-08-18 16:28:24 +010020#include <asm/memory.h>
Catalin Marinasbbe88882007-05-08 22:27:46 +010021
22#include "proc-macros.S"
23
Catalin Marinas1b6ba462011-11-22 17:30:29 +000024#ifdef CONFIG_ARM_LPAE
25#include "proc-v7-3level.S"
26#else
Catalin Marinas8d2cd3a2011-11-22 17:30:28 +000027#include "proc-v7-2level.S"
Catalin Marinas1b6ba462011-11-22 17:30:29 +000028#endif
Jon Callan73b63ef2008-11-06 13:23:09 +000029
Catalin Marinasbbe88882007-05-08 22:27:46 +010030ENTRY(cpu_v7_proc_init)
Russell King6ebbf2c2014-06-30 16:29:12 +010031 ret lr
Catalin Marinas93ed3972008-08-28 11:22:32 +010032ENDPROC(cpu_v7_proc_init)
Catalin Marinasbbe88882007-05-08 22:27:46 +010033
34ENTRY(cpu_v7_proc_fin)
Tony Lindgren1f667c62010-01-19 17:01:33 +010035 mrc p15, 0, r0, c1, c0, 0 @ ctrl register
36 bic r0, r0, #0x1000 @ ...i............
37 bic r0, r0, #0x0006 @ .............ca.
38 mcr p15, 0, r0, c1, c0, 0 @ disable caches
Russell King6ebbf2c2014-06-30 16:29:12 +010039 ret lr
Catalin Marinas93ed3972008-08-28 11:22:32 +010040ENDPROC(cpu_v7_proc_fin)
Catalin Marinasbbe88882007-05-08 22:27:46 +010041
42/*
Marc Zyngier6b856772017-04-03 19:37:48 +010043 * cpu_v7_reset(loc, hyp)
Catalin Marinasbbe88882007-05-08 22:27:46 +010044 *
45 * Perform a soft reset of the system. Put the CPU into the
46 * same state as it would be if it had been reset, and branch
47 * to what would be the reset vector.
48 *
49 * - loc - location to jump to for soft reset
Marc Zyngier6b856772017-04-03 19:37:48 +010050 * - hyp - indicate if restart occurs in HYP mode
Will Deaconf4daf062011-06-06 12:27:34 +010051 *
52 * This code must be executed using a flat identity mapping with
53 * caches disabled.
Catalin Marinasbbe88882007-05-08 22:27:46 +010054 */
55 .align 5
Will Deacon1a4baaf2011-11-15 13:25:04 +000056 .pushsection .idmap.text, "ax"
Catalin Marinasbbe88882007-05-08 22:27:46 +010057ENTRY(cpu_v7_reset)
Russell King9da5ac22017-04-03 19:37:46 +010058 mrc p15, 0, r2, c1, c0, 0 @ ctrl register
59 bic r2, r2, #0x1 @ ...............m
60 THUMB( bic r2, r2, #1 << 30 ) @ SCTLR.TE (Thumb exceptions)
61 mcr p15, 0, r2, c1, c0, 0 @ disable MMU
Will Deaconf4daf062011-06-06 12:27:34 +010062 isb
Russell King9da5ac22017-04-03 19:37:46 +010063#ifdef CONFIG_ARM_VIRT_EXT
64 teq r1, #0
65 bne __hyp_soft_restart
66#endif
Dave Martin153cd8e2012-10-16 11:54:00 +010067 bx r0
Catalin Marinas93ed3972008-08-28 11:22:32 +010068ENDPROC(cpu_v7_reset)
Will Deacon1a4baaf2011-11-15 13:25:04 +000069 .popsection
Catalin Marinasbbe88882007-05-08 22:27:46 +010070
71/*
72 * cpu_v7_do_idle()
73 *
74 * Idle the processor (eg, wait for interrupt).
75 *
76 * IRQs are already disabled.
77 */
78ENTRY(cpu_v7_do_idle)
Catalin Marinas8553cb62008-11-10 14:14:11 +000079 dsb @ WFI may enter a low-power mode
Catalin Marinas000b5022008-10-03 11:09:10 +010080 wfi
Russell King6ebbf2c2014-06-30 16:29:12 +010081 ret lr
Catalin Marinas93ed3972008-08-28 11:22:32 +010082ENDPROC(cpu_v7_do_idle)
Catalin Marinasbbe88882007-05-08 22:27:46 +010083
84ENTRY(cpu_v7_dcache_clean_area)
Will Deaconbf3f0f32013-07-15 14:26:19 +010085 ALT_SMP(W(nop)) @ MP extensions imply L1 PTW
86 ALT_UP_B(1f)
Russell King6ebbf2c2014-06-30 16:29:12 +010087 ret lr
Will Deaconbf3f0f32013-07-15 14:26:19 +0100881: dcache_line_size r2, r3
892: mcr p15, 0, r0, c7, c10, 1 @ clean D entry
Catalin Marinasbbe88882007-05-08 22:27:46 +010090 add r0, r0, r2
91 subs r1, r1, r2
Will Deaconbf3f0f32013-07-15 14:26:19 +010092 bhi 2b
Will Deacon6abdd492013-05-13 12:01:12 +010093 dsb ishst
Russell King6ebbf2c2014-06-30 16:29:12 +010094 ret lr
Catalin Marinas93ed3972008-08-28 11:22:32 +010095ENDPROC(cpu_v7_dcache_clean_area)
Catalin Marinasbbe88882007-05-08 22:27:46 +010096
Russell King10115102018-05-14 15:38:55 +010097#ifdef CONFIG_ARM_PSCI
98 .arch_extension sec
99ENTRY(cpu_v7_smc_switch_mm)
100 stmfd sp!, {r0 - r3}
101 movw r0, #:lower16:ARM_SMCCC_ARCH_WORKAROUND_1
102 movt r0, #:upper16:ARM_SMCCC_ARCH_WORKAROUND_1
103 smc #0
104 ldmfd sp!, {r0 - r3}
105 b cpu_v7_switch_mm
106ENDPROC(cpu_v7_smc_switch_mm)
107 .arch_extension virt
108ENTRY(cpu_v7_hvc_switch_mm)
109 stmfd sp!, {r0 - r3}
110 movw r0, #:lower16:ARM_SMCCC_ARCH_WORKAROUND_1
111 movt r0, #:upper16:ARM_SMCCC_ARCH_WORKAROUND_1
112 hvc #0
113 ldmfd sp!, {r0 - r3}
114 b cpu_v7_switch_mm
Ard Biesheuvel6282e912018-11-05 14:54:56 +0100115ENDPROC(cpu_v7_hvc_switch_mm)
Russell King10115102018-05-14 15:38:55 +0100116#endif
Russell King06c23f52018-04-20 10:06:27 +0100117ENTRY(cpu_v7_iciallu_switch_mm)
118 mov r3, #0
119 mcr p15, 0, r3, c7, c5, 0 @ ICIALLU
120 b cpu_v7_switch_mm
121ENDPROC(cpu_v7_iciallu_switch_mm)
122ENTRY(cpu_v7_bpiall_switch_mm)
123 mov r3, #0
124 mcr p15, 0, r3, c7, c5, 6 @ flush BTAC/BTB
125 b cpu_v7_switch_mm
126ENDPROC(cpu_v7_bpiall_switch_mm)
127
Dave Martin78a8f3c2011-06-23 17:26:19 +0100128 string cpu_v7_name, "ARMv7 Processor"
Catalin Marinasbbe88882007-05-08 22:27:46 +0100129 .align
130
Russell Kingf6b0fa02011-02-06 15:48:39 +0000131/* Suspend/resume support: derived from arch/arm/mach-s5pv210/sleep.S */
132.globl cpu_v7_suspend_size
Mahesh Sivasubramanianf3db3f42013-11-08 23:25:20 +0100133.equ cpu_v7_suspend_size, 4 * 9
Arnd Bergmann15e0d9e2011-10-01 21:09:39 +0200134#ifdef CONFIG_ARM_CPU_SUSPEND
Russell Kingf6b0fa02011-02-06 15:48:39 +0000135ENTRY(cpu_v7_do_suspend)
Anson Huangfa0708b2015-12-07 10:09:19 +0100136 stmfd sp!, {r4 - r11, lr}
Russell Kingf6b0fa02011-02-06 15:48:39 +0000137 mrc p15, 0, r4, c13, c0, 0 @ FCSE/PID
Russell King1aede682011-08-28 10:30:34 +0100138 mrc p15, 0, r5, c13, c0, 3 @ User r/o thread ID
139 stmia r0!, {r4 - r5}
Will Deaconaa1aadc2012-02-23 13:51:38 +0000140#ifdef CONFIG_MMU
Russell Kingf6b0fa02011-02-06 15:48:39 +0000141 mrc p15, 0, r6, c3, c0, 0 @ Domain ID
Mahesh Sivasubramanianf3db3f42013-11-08 23:25:20 +0100142#ifdef CONFIG_ARM_LPAE
143 mrrc p15, 1, r5, r7, c2 @ TTB 1
144#else
Russell Kingde8e71c2011-08-27 22:39:09 +0100145 mrc p15, 0, r7, c2, c0, 1 @ TTB 1
Mahesh Sivasubramanianf3db3f42013-11-08 23:25:20 +0100146#endif
Catalin Marinas1b6ba462011-11-22 17:30:29 +0000147 mrc p15, 0, r11, c2, c0, 2 @ TTB control register
Will Deaconaa1aadc2012-02-23 13:51:38 +0000148#endif
Russell Kingde8e71c2011-08-27 22:39:09 +0100149 mrc p15, 0, r8, c1, c0, 0 @ Control register
150 mrc p15, 0, r9, c1, c0, 1 @ Auxiliary control register
151 mrc p15, 0, r10, c1, c0, 2 @ Co-processor access control
Mahesh Sivasubramanianf3db3f42013-11-08 23:25:20 +0100152 stmia r0, {r5 - r11}
Anson Huangfa0708b2015-12-07 10:09:19 +0100153 ldmfd sp!, {r4 - r11, pc}
Russell Kingf6b0fa02011-02-06 15:48:39 +0000154ENDPROC(cpu_v7_do_suspend)
155
156ENTRY(cpu_v7_do_resume)
157 mov ip, #0
Russell Kingf6b0fa02011-02-06 15:48:39 +0000158 mcr p15, 0, ip, c7, c5, 0 @ invalidate I cache
Russell King1aede682011-08-28 10:30:34 +0100159 mcr p15, 0, ip, c13, c0, 1 @ set reserved context ID
160 ldmia r0!, {r4 - r5}
Russell Kingf6b0fa02011-02-06 15:48:39 +0000161 mcr p15, 0, r4, c13, c0, 0 @ FCSE/PID
Russell King1aede682011-08-28 10:30:34 +0100162 mcr p15, 0, r5, c13, c0, 3 @ User r/o thread ID
Mahesh Sivasubramanianf3db3f42013-11-08 23:25:20 +0100163 ldmia r0, {r5 - r11}
Will Deaconaa1aadc2012-02-23 13:51:38 +0000164#ifdef CONFIG_MMU
165 mcr p15, 0, ip, c8, c7, 0 @ invalidate TLBs
Russell Kingf6b0fa02011-02-06 15:48:39 +0000166 mcr p15, 0, r6, c3, c0, 0 @ Domain ID
Mahesh Sivasubramanianf3db3f42013-11-08 23:25:20 +0100167#ifdef CONFIG_ARM_LPAE
168 mcrr p15, 0, r1, ip, c2 @ TTB 0
169 mcrr p15, 1, r5, r7, c2 @ TTB 1
170#else
Russell Kingde8e71c2011-08-27 22:39:09 +0100171 ALT_SMP(orr r1, r1, #TTB_FLAGS_SMP)
172 ALT_UP(orr r1, r1, #TTB_FLAGS_UP)
173 mcr p15, 0, r1, c2, c0, 0 @ TTB 0
174 mcr p15, 0, r7, c2, c0, 1 @ TTB 1
Mahesh Sivasubramanianf3db3f42013-11-08 23:25:20 +0100175#endif
Catalin Marinas1b6ba462011-11-22 17:30:29 +0000176 mcr p15, 0, r11, c2, c0, 2 @ TTB control register
Russell Kingf6b0fa02011-02-06 15:48:39 +0000177 ldr r4, =PRRR @ PRRR
178 ldr r5, =NMRR @ NMRR
179 mcr p15, 0, r4, c10, c2, 0 @ write PRRR
180 mcr p15, 0, r5, c10, c2, 1 @ write NMRR
Will Deaconaa1aadc2012-02-23 13:51:38 +0000181#endif /* CONFIG_MMU */
182 mrc p15, 0, r4, c1, c0, 1 @ Read Auxiliary control register
183 teq r4, r9 @ Is it already set?
184 mcrne p15, 0, r9, c1, c0, 1 @ No, so write it
185 mcr p15, 0, r10, c1, c0, 2 @ Co-processor access control
Russell Kingf6b0fa02011-02-06 15:48:39 +0000186 isb
Russell Kingf35235a2011-08-27 00:37:38 +0100187 dsb
Russell Kingde8e71c2011-08-27 22:39:09 +0100188 mov r0, r8 @ control register
Russell Kingf6b0fa02011-02-06 15:48:39 +0000189 b cpu_resume_mmu
190ENDPROC(cpu_v7_do_resume)
Russell Kingf6b0fa02011-02-06 15:48:39 +0000191#endif
192
Shawn Guoddd0c532014-07-16 07:40:53 +0100193.globl cpu_ca9mp_suspend_size
194.equ cpu_ca9mp_suspend_size, cpu_v7_suspend_size + 4 * 2
195#ifdef CONFIG_ARM_CPU_SUSPEND
196ENTRY(cpu_ca9mp_do_suspend)
197 stmfd sp!, {r4 - r5}
198 mrc p15, 0, r4, c15, c0, 1 @ Diagnostic register
199 mrc p15, 0, r5, c15, c0, 0 @ Power register
200 stmia r0!, {r4 - r5}
201 ldmfd sp!, {r4 - r5}
202 b cpu_v7_do_suspend
203ENDPROC(cpu_ca9mp_do_suspend)
204
205ENTRY(cpu_ca9mp_do_resume)
206 ldmia r0!, {r4 - r5}
207 mrc p15, 0, r10, c15, c0, 1 @ Read Diagnostic register
208 teq r4, r10 @ Already restored?
209 mcrne p15, 0, r4, c15, c0, 1 @ No, so restore it
210 mrc p15, 0, r10, c15, c0, 0 @ Read Power register
211 teq r5, r10 @ Already restored?
212 mcrne p15, 0, r5, c15, c0, 0 @ No, so restore it
213 b cpu_v7_do_resume
214ENDPROC(cpu_ca9mp_do_resume)
215#endif
216
Gregory CLEMENT3e0a07f2013-06-23 10:17:11 +0100217#ifdef CONFIG_CPU_PJ4B
218 globl_equ cpu_pj4b_switch_mm, cpu_v7_switch_mm
219 globl_equ cpu_pj4b_set_pte_ext, cpu_v7_set_pte_ext
220 globl_equ cpu_pj4b_proc_init, cpu_v7_proc_init
221 globl_equ cpu_pj4b_proc_fin, cpu_v7_proc_fin
222 globl_equ cpu_pj4b_reset, cpu_v7_reset
223#ifdef CONFIG_PJ4B_ERRATA_4742
224ENTRY(cpu_pj4b_do_idle)
225 dsb @ WFI may enter a low-power mode
226 wfi
227 dsb @barrier
Russell King6ebbf2c2014-06-30 16:29:12 +0100228 ret lr
Gregory CLEMENT3e0a07f2013-06-23 10:17:11 +0100229ENDPROC(cpu_pj4b_do_idle)
230#else
231 globl_equ cpu_pj4b_do_idle, cpu_v7_do_idle
232#endif
233 globl_equ cpu_pj4b_dcache_clean_area, cpu_v7_dcache_clean_area
Gregory CLEMENT16c79a32014-03-28 12:21:16 +0100234#ifdef CONFIG_ARM_CPU_SUSPEND
235ENTRY(cpu_pj4b_do_suspend)
236 stmfd sp!, {r6 - r10}
237 mrc p15, 1, r6, c15, c1, 0 @ save CP15 - extra features
238 mrc p15, 1, r7, c15, c2, 0 @ save CP15 - Aux Func Modes Ctrl 0
239 mrc p15, 1, r8, c15, c1, 2 @ save CP15 - Aux Debug Modes Ctrl 2
240 mrc p15, 1, r9, c15, c1, 1 @ save CP15 - Aux Debug Modes Ctrl 1
241 mrc p15, 0, r10, c9, c14, 0 @ save CP15 - PMC
242 stmia r0!, {r6 - r10}
243 ldmfd sp!, {r6 - r10}
244 b cpu_v7_do_suspend
245ENDPROC(cpu_pj4b_do_suspend)
246
247ENTRY(cpu_pj4b_do_resume)
248 ldmia r0!, {r6 - r10}
Shawn Guo7ca791c2014-07-03 09:56:59 +0100249 mcr p15, 1, r6, c15, c1, 0 @ restore CP15 - extra features
250 mcr p15, 1, r7, c15, c2, 0 @ restore CP15 - Aux Func Modes Ctrl 0
251 mcr p15, 1, r8, c15, c1, 2 @ restore CP15 - Aux Debug Modes Ctrl 2
252 mcr p15, 1, r9, c15, c1, 1 @ restore CP15 - Aux Debug Modes Ctrl 1
253 mcr p15, 0, r10, c9, c14, 0 @ restore CP15 - PMC
Gregory CLEMENT16c79a32014-03-28 12:21:16 +0100254 b cpu_v7_do_resume
255ENDPROC(cpu_pj4b_do_resume)
256#endif
257.globl cpu_pj4b_suspend_size
Shawn Guo7ca791c2014-07-03 09:56:59 +0100258.equ cpu_pj4b_suspend_size, cpu_v7_suspend_size + 4 * 5
Gregory CLEMENT3e0a07f2013-06-23 10:17:11 +0100259
260#endif
261
Catalin Marinasbbe88882007-05-08 22:27:46 +0100262/*
263 * __v7_setup
264 *
265 * Initialise TLB, Caches, and MMU state ready to switch the MMU
266 * on. Return in r0 the new CP15 C1 control register setting.
267 *
Russell Kingc76f2382015-04-04 21:46:35 +0100268 * r1, r2, r4, r5, r9, r13 must be preserved - r13 is not a stack
Russell King17e7bf82015-04-04 21:34:33 +0100269 * r4: TTBR0 (low word)
270 * r5: TTBR0 (high word if LPAE)
271 * r8: TTBR1
272 * r9: Main ID register
273 *
Catalin Marinasbbe88882007-05-08 22:27:46 +0100274 * This should be able to cover all ARMv7 cores.
275 *
276 * It is assumed that:
277 * - cache type register is implemented
278 */
Pawel Moll15eb1692011-05-20 14:39:29 +0100279__v7_ca5mp_setup:
Daniel Walker14eff182010-09-17 16:42:10 +0100280__v7_ca9mp_setup:
Jonathan Austinc90ad5c2012-03-15 14:27:07 +0000281__v7_cr7mp_setup:
Luca Scalabrino8aeaf4a2018-03-21 14:38:21 +0100282__v7_cr8mp_setup:
Jonathan Austinc90ad5c2012-03-15 14:27:07 +0000283 mov r10, #(1 << 0) @ Cache/TLB ops broadcasting
Will Deacon7665d9d2011-01-12 17:10:45 +0000284 b 1f
Pawel Mollb4244732011-12-09 20:00:39 +0100285__v7_ca7mp_setup:
Jonathan Austinddb2ff72014-01-13 12:10:57 +0100286__v7_ca12mp_setup:
Will Deacon7665d9d2011-01-12 17:10:45 +0000287__v7_ca15mp_setup:
Marc Carinoc51e78e2014-07-23 00:31:43 +0100288__v7_b15mp_setup:
Will Deaconcd000cf2014-05-02 17:06:02 +0100289__v7_ca17mp_setup:
Will Deacon7665d9d2011-01-12 17:10:45 +0000290 mov r10, #0
Nicolas Pitreb563d062015-12-04 21:36:40 +01002911: adr r0, __v7_setup_stack_ptr
292 ldr r12, [r0]
293 add r12, r12, r0 @ the local stack
294 stmia r12, {r1-r6, lr} @ v7_invalidate_l1 touches r0-r6
Russell Kingbac51ad2015-07-09 00:30:24 +0100295 bl v7_invalidate_l1
Nicolas Pitreb563d062015-12-04 21:36:40 +0100296 ldmia r12, {r1-r6, lr}
Jon Callan73b63ef2008-11-06 13:23:09 +0000297#ifdef CONFIG_SMP
Russell King0fc03d42016-03-29 11:08:22 +0100298 orr r10, r10, #(1 << 6) @ Enable SMP/nAMP mode
Russell Kingf00ec482010-09-04 10:47:48 +0100299 ALT_SMP(mrc p15, 0, r0, c1, c0, 1)
Russell King0fc03d42016-03-29 11:08:22 +0100300 ALT_UP(mov r0, r10) @ fake it for UP
301 orr r10, r10, r0 @ Set required bits
302 teq r10, r0 @ Were they already set?
303 mcrne p15, 0, r10, c1, c0, 1 @ No, update register
Jon Callan73b63ef2008-11-06 13:23:09 +0000304#endif
Russell Kingbac51ad2015-07-09 00:30:24 +0100305 b __v7_setup_cont
Gregory CLEMENTde490192012-10-03 11:58:07 +0200306
Russell Kingc76f2382015-04-04 21:46:35 +0100307/*
308 * Errata:
309 * r0, r10 available for use
310 * r1, r2, r4, r5, r9, r13: must be preserved
311 * r3: contains MIDR rX number in bits 23-20
312 * r6: contains MIDR rXpY as 8-bit XY number
313 * r9: MIDR
314 */
Russell King17e7bf82015-04-04 21:34:33 +0100315__ca8_errata:
316#if defined(CONFIG_ARM_ERRATA_430973) && !defined(CONFIG_ARCH_MULTIPLATFORM)
317 teq r3, #0x00100000 @ only present in r1p*
Russell Kingc76f2382015-04-04 21:46:35 +0100318 mrceq p15, 0, r0, c1, c0, 1 @ read aux control register
319 orreq r0, r0, #(1 << 6) @ set IBE to 1
320 mcreq p15, 0, r0, c1, c0, 1 @ write aux control register
Russell King17e7bf82015-04-04 21:34:33 +0100321#endif
322#ifdef CONFIG_ARM_ERRATA_458693
323 teq r6, #0x20 @ only present in r2p0
Russell Kingc76f2382015-04-04 21:46:35 +0100324 mrceq p15, 0, r0, c1, c0, 1 @ read aux control register
325 orreq r0, r0, #(1 << 5) @ set L1NEON to 1
326 orreq r0, r0, #(1 << 9) @ set PLDNOP to 1
327 mcreq p15, 0, r0, c1, c0, 1 @ write aux control register
Russell King17e7bf82015-04-04 21:34:33 +0100328#endif
329#ifdef CONFIG_ARM_ERRATA_460075
330 teq r6, #0x20 @ only present in r2p0
Russell Kingc76f2382015-04-04 21:46:35 +0100331 mrceq p15, 1, r0, c9, c0, 2 @ read L2 cache aux ctrl register
332 tsteq r0, #1 << 22
333 orreq r0, r0, #(1 << 22) @ set the Write Allocate disable bit
334 mcreq p15, 1, r0, c9, c0, 2 @ write the L2 cache aux ctrl register
Russell King17e7bf82015-04-04 21:34:33 +0100335#endif
336 b __errata_finish
337
338__ca9_errata:
339#ifdef CONFIG_ARM_ERRATA_742230
340 cmp r6, #0x22 @ only present up to r2p2
Russell Kingc76f2382015-04-04 21:46:35 +0100341 mrcle p15, 0, r0, c15, c0, 1 @ read diagnostic register
342 orrle r0, r0, #1 << 4 @ set bit #4
343 mcrle p15, 0, r0, c15, c0, 1 @ write diagnostic register
Russell King17e7bf82015-04-04 21:34:33 +0100344#endif
345#ifdef CONFIG_ARM_ERRATA_742231
346 teq r6, #0x20 @ present in r2p0
347 teqne r6, #0x21 @ present in r2p1
348 teqne r6, #0x22 @ present in r2p2
Russell Kingc76f2382015-04-04 21:46:35 +0100349 mrceq p15, 0, r0, c15, c0, 1 @ read diagnostic register
350 orreq r0, r0, #1 << 12 @ set bit #12
351 orreq r0, r0, #1 << 22 @ set bit #22
352 mcreq p15, 0, r0, c15, c0, 1 @ write diagnostic register
Russell King17e7bf82015-04-04 21:34:33 +0100353#endif
354#ifdef CONFIG_ARM_ERRATA_743622
355 teq r3, #0x00200000 @ only present in r2p*
Russell Kingc76f2382015-04-04 21:46:35 +0100356 mrceq p15, 0, r0, c15, c0, 1 @ read diagnostic register
357 orreq r0, r0, #1 << 6 @ set bit #6
358 mcreq p15, 0, r0, c15, c0, 1 @ write diagnostic register
Russell King17e7bf82015-04-04 21:34:33 +0100359#endif
360#if defined(CONFIG_ARM_ERRATA_751472) && defined(CONFIG_SMP)
361 ALT_SMP(cmp r6, #0x30) @ present prior to r3p0
362 ALT_UP_B(1f)
Russell Kingc76f2382015-04-04 21:46:35 +0100363 mrclt p15, 0, r0, c15, c0, 1 @ read diagnostic register
364 orrlt r0, r0, #1 << 11 @ set bit #11
365 mcrlt p15, 0, r0, c15, c0, 1 @ write diagnostic register
Russell King17e7bf82015-04-04 21:34:33 +01003661:
367#endif
368 b __errata_finish
369
370__ca15_errata:
371#ifdef CONFIG_ARM_ERRATA_773022
372 cmp r6, #0x4 @ only present up to r0p4
Russell Kingc76f2382015-04-04 21:46:35 +0100373 mrcle p15, 0, r0, c1, c0, 1 @ read aux control register
374 orrle r0, r0, #1 << 1 @ disable loop buffer
375 mcrle p15, 0, r0, c1, c0, 1 @ write aux control register
Russell King17e7bf82015-04-04 21:34:33 +0100376#endif
377 b __errata_finish
378
Doug Anderson62c0f4a2016-04-07 00:25:00 +0100379__ca12_errata:
380#ifdef CONFIG_ARM_ERRATA_818325_852422
381 mrc p15, 0, r10, c15, c0, 1 @ read diagnostic register
382 orr r10, r10, #1 << 12 @ set bit #12
383 mcr p15, 0, r10, c15, c0, 1 @ write diagnostic register
384#endif
Doug Anderson416bcf22016-04-07 00:26:05 +0100385#ifdef CONFIG_ARM_ERRATA_821420
386 mrc p15, 0, r10, c15, c0, 2 @ read internal feature reg
387 orr r10, r10, #1 << 1 @ set bit #1
388 mcr p15, 0, r10, c15, c0, 2 @ write internal feature reg
389#endif
Doug Anderson9f6f9352016-04-07 00:27:26 +0100390#ifdef CONFIG_ARM_ERRATA_825619
391 mrc p15, 0, r10, c15, c0, 1 @ read diagnostic register
392 orr r10, r10, #1 << 24 @ set bit #24
393 mcr p15, 0, r10, c15, c0, 1 @ write diagnostic register
394#endif
Doug Anderson62c0f4a2016-04-07 00:25:00 +0100395 b __errata_finish
396
397__ca17_errata:
Doug Anderson9f6f9352016-04-07 00:27:26 +0100398#ifdef CONFIG_ARM_ERRATA_852421
399 cmp r6, #0x12 @ only present up to r1p2
400 mrcle p15, 0, r10, c15, c0, 1 @ read diagnostic register
401 orrle r10, r10, #1 << 24 @ set bit #24
402 mcrle p15, 0, r10, c15, c0, 1 @ write diagnostic register
403#endif
Doug Anderson62c0f4a2016-04-07 00:25:00 +0100404#ifdef CONFIG_ARM_ERRATA_852423
405 cmp r6, #0x12 @ only present up to r1p2
406 mrcle p15, 0, r10, c15, c0, 1 @ read diagnostic register
407 orrle r10, r10, #1 << 12 @ set bit #12
408 mcrle p15, 0, r10, c15, c0, 1 @ write diagnostic register
409#endif
410 b __errata_finish
411
Gregory CLEMENTde490192012-10-03 11:58:07 +0200412__v7_pj4b_setup:
413#ifdef CONFIG_CPU_PJ4B
414
415/* Auxiliary Debug Modes Control 1 Register */
416#define PJ4B_STATIC_BP (1 << 2) /* Enable Static BP */
417#define PJ4B_INTER_PARITY (1 << 8) /* Disable Internal Parity Handling */
Gregory CLEMENTde490192012-10-03 11:58:07 +0200418#define PJ4B_CLEAN_LINE (1 << 16) /* Disable data transfer for clean line */
419
420/* Auxiliary Debug Modes Control 2 Register */
421#define PJ4B_FAST_LDR (1 << 23) /* Disable fast LDR */
422#define PJ4B_SNOOP_DATA (1 << 25) /* Do not interleave write and snoop data */
423#define PJ4B_CWF (1 << 27) /* Disable Critical Word First feature */
424#define PJ4B_OUTSDNG_NC (1 << 29) /* Disable outstanding non cacheable rqst */
425#define PJ4B_L1_REP_RR (1 << 30) /* L1 replacement - Strict round robin */
426#define PJ4B_AUX_DBG_CTRL2 (PJ4B_SNOOP_DATA | PJ4B_CWF |\
427 PJ4B_OUTSDNG_NC | PJ4B_L1_REP_RR)
428
429/* Auxiliary Functional Modes Control Register 0 */
430#define PJ4B_SMP_CFB (1 << 1) /* Set SMP mode. Join the coherency fabric */
431#define PJ4B_L1_PAR_CHK (1 << 2) /* Support L1 parity checking */
432#define PJ4B_BROADCAST_CACHE (1 << 8) /* Broadcast Cache and TLB maintenance */
433
434/* Auxiliary Debug Modes Control 0 Register */
435#define PJ4B_WFI_WFE (1 << 22) /* WFI/WFE - serve the DVM and back to idle */
436
437 /* Auxiliary Debug Modes Control 1 Register */
438 mrc p15, 1, r0, c15, c1, 1
439 orr r0, r0, #PJ4B_CLEAN_LINE
Gregory CLEMENTde490192012-10-03 11:58:07 +0200440 orr r0, r0, #PJ4B_INTER_PARITY
441 bic r0, r0, #PJ4B_STATIC_BP
442 mcr p15, 1, r0, c15, c1, 1
443
444 /* Auxiliary Debug Modes Control 2 Register */
445 mrc p15, 1, r0, c15, c1, 2
446 bic r0, r0, #PJ4B_FAST_LDR
447 orr r0, r0, #PJ4B_AUX_DBG_CTRL2
448 mcr p15, 1, r0, c15, c1, 2
449
450 /* Auxiliary Functional Modes Control Register 0 */
451 mrc p15, 1, r0, c15, c2, 0
452#ifdef CONFIG_SMP
453 orr r0, r0, #PJ4B_SMP_CFB
454#endif
455 orr r0, r0, #PJ4B_L1_PAR_CHK
456 orr r0, r0, #PJ4B_BROADCAST_CACHE
457 mcr p15, 1, r0, c15, c2, 0
458
459 /* Auxiliary Debug Modes Control 0 Register */
460 mrc p15, 1, r0, c15, c1, 0
461 orr r0, r0, #PJ4B_WFI_WFE
462 mcr p15, 1, r0, c15, c1, 0
463
464#endif /* CONFIG_CPU_PJ4B */
465
Daniel Walker14eff182010-09-17 16:42:10 +0100466__v7_setup:
Nicolas Pitreb563d062015-12-04 21:36:40 +0100467 adr r0, __v7_setup_stack_ptr
468 ldr r12, [r0]
469 add r12, r12, r0 @ the local stack
470 stmia r12, {r1-r6, lr} @ v7_invalidate_l1 touches r0-r6
Russell King02b4e272015-05-19 17:06:44 +0100471 bl v7_invalidate_l1
Nicolas Pitreb563d062015-12-04 21:36:40 +0100472 ldmia r12, {r1-r6, lr}
Russell King1946d6e2009-06-01 12:50:33 +0100473
Russell Kingbac51ad2015-07-09 00:30:24 +0100474__v7_setup_cont:
Russell Kingc76f2382015-04-04 21:46:35 +0100475 and r0, r9, #0xff000000 @ ARM?
476 teq r0, #0x41000000
Russell King17e7bf82015-04-04 21:34:33 +0100477 bne __errata_finish
Russell King44194962015-04-04 21:36:35 +0100478 and r3, r9, #0x00f00000 @ variant
479 and r6, r9, #0x0000000f @ revision
Russell Kingb2c3e382015-04-04 20:09:46 +0100480 orr r6, r6, r3, lsr #20-4 @ combine variant and revision
Russell King44194962015-04-04 21:36:35 +0100481 ubfx r0, r9, #4, #12 @ primary part number
Russell King1946d6e2009-06-01 12:50:33 +0100482
Will Deacon64918482010-09-14 09:50:03 +0100483 /* Cortex-A8 Errata */
484 ldr r10, =0x00000c08 @ Cortex-A8 primary part number
485 teq r0, r10
Russell King17e7bf82015-04-04 21:34:33 +0100486 beq __ca8_errata
Russell King1946d6e2009-06-01 12:50:33 +0100487
Will Deacon9f050272010-09-14 09:51:43 +0100488 /* Cortex-A9 Errata */
Russell King17e7bf82015-04-04 21:34:33 +0100489 ldr r10, =0x00000c09 @ Cortex-A9 primary part number
Will Deacon9f050272010-09-14 09:51:43 +0100490 teq r0, r10
Russell King17e7bf82015-04-04 21:34:33 +0100491 beq __ca9_errata
Will Deacon9f050272010-09-14 09:51:43 +0100492
Doug Anderson62c0f4a2016-04-07 00:25:00 +0100493 /* Cortex-A12 Errata */
494 ldr r10, =0x00000c0d @ Cortex-A12 primary part number
495 teq r0, r10
496 beq __ca12_errata
497
498 /* Cortex-A17 Errata */
499 ldr r10, =0x00000c0e @ Cortex-A17 primary part number
500 teq r0, r10
501 beq __ca17_errata
502
Will Deacon84b65042013-08-20 17:29:55 +0100503 /* Cortex-A15 Errata */
Russell King17e7bf82015-04-04 21:34:33 +0100504 ldr r10, =0x00000c0f @ Cortex-A15 primary part number
Will Deacon84b65042013-08-20 17:29:55 +0100505 teq r0, r10
Russell King17e7bf82015-04-04 21:34:33 +0100506 beq __ca15_errata
Will Deacon84b65042013-08-20 17:29:55 +0100507
Russell King17e7bf82015-04-04 21:34:33 +0100508__errata_finish:
509 mov r10, #0
Catalin Marinasbbe88882007-05-08 22:27:46 +0100510 mcr p15, 0, r10, c7, c5, 0 @ I+BTB cache invalidate
Catalin Marinas2eb8c822007-07-20 11:43:02 +0100511#ifdef CONFIG_MMU
Catalin Marinasbbe88882007-05-08 22:27:46 +0100512 mcr p15, 0, r10, c8, c7, 0 @ invalidate I + D TLBs
Russell Kingb2c3e382015-04-04 20:09:46 +0100513 v7_ttb_setup r10, r4, r5, r8, r3 @ TTBCR, TTBRx setup
514 ldr r3, =PRRR @ PRRR
Russell Kingf6b0fa02011-02-06 15:48:39 +0000515 ldr r6, =NMRR @ NMRR
Russell Kingb2c3e382015-04-04 20:09:46 +0100516 mcr p15, 0, r3, c10, c2, 0 @ write PRRR
Russell King3f69c0c2008-09-15 17:23:10 +0100517 mcr p15, 0, r6, c10, c2, 1 @ write NMRR
Catalin Marinasbdaaaec2009-07-24 12:35:06 +0100518#endif
Will Deaconbae0ca22014-02-07 19:12:20 +0100519 dsb @ Complete invalidations
Jonathan Austin078c0452012-04-12 17:45:25 +0100520#ifndef CONFIG_ARM_THUMBEE
521 mrc p15, 0, r0, c0, c1, 0 @ read ID_PFR0 for ThumbEE
522 and r0, r0, #(0xf << 12) @ ThumbEE enabled field
523 teq r0, #(1 << 12) @ check if ThumbEE is present
524 bne 1f
Russell Kingb2c3e382015-04-04 20:09:46 +0100525 mov r3, #0
526 mcr p14, 6, r3, c1, c0, 0 @ Initialize TEEHBR to 0
Jonathan Austin078c0452012-04-12 17:45:25 +0100527 mrc p14, 6, r0, c0, c0, 0 @ load TEECR
528 orr r0, r0, #1 @ set the 1st bit in order to
529 mcr p14, 6, r0, c0, c0, 0 @ stop userspace TEEHBR access
5301:
531#endif
Russell Kingb2c3e382015-04-04 20:09:46 +0100532 adr r3, v7_crval
533 ldmia r3, {r3, r6}
Ben Dooks457c2402013-02-12 18:59:57 +0000534 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables
Leif Lindholm64d2dc32010-09-16 18:00:47 +0100535#ifdef CONFIG_SWP_EMULATE
Russell Kingb2c3e382015-04-04 20:09:46 +0100536 orr r3, r3, #(1 << 10) @ set SW bit in "clear"
Leif Lindholm64d2dc32010-09-16 18:00:47 +0100537 bic r6, r6, #(1 << 10) @ clear it in "mmuset"
538#endif
Catalin Marinas2eb8c822007-07-20 11:43:02 +0100539 mrc p15, 0, r0, c1, c0, 0 @ read control register
Russell Kingb2c3e382015-04-04 20:09:46 +0100540 bic r0, r0, r3 @ clear bits them
Catalin Marinas2eb8c822007-07-20 11:43:02 +0100541 orr r0, r0, r6 @ set them
Catalin Marinas347c8b72009-07-24 12:32:56 +0100542 THUMB( orr r0, r0, #1 << 30 ) @ Thumb exceptions
Russell King6ebbf2c2014-06-30 16:29:12 +0100543 ret lr @ return to head.S:__ret
Catalin Marinasbbe88882007-05-08 22:27:46 +0100544
Catalin Marinas8d2cd3a2011-11-22 17:30:28 +0000545 .align 2
Nicolas Pitreb563d062015-12-04 21:36:40 +0100546__v7_setup_stack_ptr:
Russell King8ff97fa2016-02-16 17:33:56 +0000547 .word PHYS_RELATIVE(__v7_setup_stack, .)
Nicolas Pitreb563d062015-12-04 21:36:40 +0100548ENDPROC(__v7_setup)
549
550 .bss
551 .align 2
Catalin Marinasbbe88882007-05-08 22:27:46 +0100552__v7_setup_stack:
Nicolas Pitreb563d062015-12-04 21:36:40 +0100553 .space 4 * 7 @ 7 registers
Catalin Marinasbbe88882007-05-08 22:27:46 +0100554
Russell King5085f3f2010-10-01 15:37:05 +0100555 __INITDATA
556
Russell Kingf5fe12b2018-05-14 14:20:21 +0100557 .weak cpu_v7_bugs_init
558
Dave Martin78a8f3c2011-06-23 17:26:19 +0100559 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Russell Kingf5fe12b2018-05-14 14:20:21 +0100560 define_processor_functions v7, dabort=v7_early_abort, pabort=v7_pabort, suspend=1, bugs=cpu_v7_bugs_init
Russell King06c23f52018-04-20 10:06:27 +0100561
562#ifdef CONFIG_HARDEN_BRANCH_PREDICTOR
563 @ generic v7 bpiall on context switch
564 globl_equ cpu_v7_bpiall_proc_init, cpu_v7_proc_init
565 globl_equ cpu_v7_bpiall_proc_fin, cpu_v7_proc_fin
566 globl_equ cpu_v7_bpiall_reset, cpu_v7_reset
567 globl_equ cpu_v7_bpiall_do_idle, cpu_v7_do_idle
568 globl_equ cpu_v7_bpiall_dcache_clean_area, cpu_v7_dcache_clean_area
569 globl_equ cpu_v7_bpiall_set_pte_ext, cpu_v7_set_pte_ext
570 globl_equ cpu_v7_bpiall_suspend_size, cpu_v7_suspend_size
571#ifdef CONFIG_ARM_CPU_SUSPEND
572 globl_equ cpu_v7_bpiall_do_suspend, cpu_v7_do_suspend
573 globl_equ cpu_v7_bpiall_do_resume, cpu_v7_do_resume
Russell Kinga6d746782015-04-07 15:35:24 +0100574#endif
Russell Kingf5fe12b2018-05-14 14:20:21 +0100575 define_processor_functions v7_bpiall, dabort=v7_early_abort, pabort=v7_pabort, suspend=1, bugs=cpu_v7_bugs_init
Russell King06c23f52018-04-20 10:06:27 +0100576
577#define HARDENED_BPIALL_PROCESSOR_FUNCTIONS v7_bpiall_processor_functions
578#else
579#define HARDENED_BPIALL_PROCESSOR_FUNCTIONS v7_processor_functions
580#endif
581
Catalin Marinasbbe88882007-05-08 22:27:46 +0100582#ifndef CONFIG_ARM_LPAE
Russell King06c23f52018-04-20 10:06:27 +0100583 @ Cortex-A8 - always needs bpiall switch_mm implementation
584 globl_equ cpu_ca8_proc_init, cpu_v7_proc_init
585 globl_equ cpu_ca8_proc_fin, cpu_v7_proc_fin
586 globl_equ cpu_ca8_reset, cpu_v7_reset
587 globl_equ cpu_ca8_do_idle, cpu_v7_do_idle
588 globl_equ cpu_ca8_dcache_clean_area, cpu_v7_dcache_clean_area
589 globl_equ cpu_ca8_set_pte_ext, cpu_v7_set_pte_ext
590 globl_equ cpu_ca8_switch_mm, cpu_v7_bpiall_switch_mm
591 globl_equ cpu_ca8_suspend_size, cpu_v7_suspend_size
592#ifdef CONFIG_ARM_CPU_SUSPEND
593 globl_equ cpu_ca8_do_suspend, cpu_v7_do_suspend
594 globl_equ cpu_ca8_do_resume, cpu_v7_do_resume
595#endif
Russell Kinge388b802018-05-10 13:09:54 +0100596 define_processor_functions ca8, dabort=v7_early_abort, pabort=v7_pabort, suspend=1, bugs=cpu_v7_ca8_ibe
Russell King06c23f52018-04-20 10:06:27 +0100597
598 @ Cortex-A9 - needs more registers preserved across suspend/resume
599 @ and bpiall switch_mm for hardening
600 globl_equ cpu_ca9mp_proc_init, cpu_v7_proc_init
601 globl_equ cpu_ca9mp_proc_fin, cpu_v7_proc_fin
602 globl_equ cpu_ca9mp_reset, cpu_v7_reset
603 globl_equ cpu_ca9mp_do_idle, cpu_v7_do_idle
604 globl_equ cpu_ca9mp_dcache_clean_area, cpu_v7_dcache_clean_area
605#ifdef CONFIG_HARDEN_BRANCH_PREDICTOR
606 globl_equ cpu_ca9mp_switch_mm, cpu_v7_bpiall_switch_mm
607#else
608 globl_equ cpu_ca9mp_switch_mm, cpu_v7_switch_mm
609#endif
610 globl_equ cpu_ca9mp_set_pte_ext, cpu_v7_set_pte_ext
Russell Kingf5fe12b2018-05-14 14:20:21 +0100611 define_processor_functions ca9mp, dabort=v7_early_abort, pabort=v7_pabort, suspend=1, bugs=cpu_v7_bugs_init
Shawn Guoddd0c532014-07-16 07:40:53 +0100612#endif
Russell King06c23f52018-04-20 10:06:27 +0100613
614 @ Cortex-A15 - needs iciallu switch_mm for hardening
615 globl_equ cpu_ca15_proc_init, cpu_v7_proc_init
616 globl_equ cpu_ca15_proc_fin, cpu_v7_proc_fin
617 globl_equ cpu_ca15_reset, cpu_v7_reset
618 globl_equ cpu_ca15_do_idle, cpu_v7_do_idle
619 globl_equ cpu_ca15_dcache_clean_area, cpu_v7_dcache_clean_area
620#ifdef CONFIG_HARDEN_BRANCH_PREDICTOR
621 globl_equ cpu_ca15_switch_mm, cpu_v7_iciallu_switch_mm
622#else
623 globl_equ cpu_ca15_switch_mm, cpu_v7_switch_mm
624#endif
625 globl_equ cpu_ca15_set_pte_ext, cpu_v7_set_pte_ext
626 globl_equ cpu_ca15_suspend_size, cpu_v7_suspend_size
627 globl_equ cpu_ca15_do_suspend, cpu_v7_do_suspend
628 globl_equ cpu_ca15_do_resume, cpu_v7_do_resume
Russell Kinge388b802018-05-10 13:09:54 +0100629 define_processor_functions ca15, dabort=v7_early_abort, pabort=v7_pabort, suspend=1, bugs=cpu_v7_ca15_ibe
Gregory CLEMENT3e0a07f2013-06-23 10:17:11 +0100630#ifdef CONFIG_CPU_PJ4B
631 define_processor_functions pj4b, dabort=v7_early_abort, pabort=v7_pabort, suspend=1
632#endif
Catalin Marinasbbe88882007-05-08 22:27:46 +0100633
Russell King5085f3f2010-10-01 15:37:05 +0100634 .section ".rodata"
635
Dave Martin78a8f3c2011-06-23 17:26:19 +0100636 string cpu_arch_name, "armv7"
637 string cpu_elf_name, "v7"
Catalin Marinasbbe88882007-05-08 22:27:46 +0100638 .align
639
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100640 .section ".proc.info.init", #alloc
Catalin Marinasbbe88882007-05-08 22:27:46 +0100641
Pawel Molldc939cd2011-05-20 14:39:28 +0100642 /*
643 * Standard v7 proc info content
644 */
Florian Fainelli32882912017-12-01 01:10:08 +0100645.macro __v7_proc name, initfunc, mm_mmuflags = 0, io_mmuflags = 0, hwcaps = 0, proc_fns = v7_processor_functions, cache_fns = v7_cache_fns
Pawel Molldc939cd2011-05-20 14:39:28 +0100646 ALT_SMP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \
Catalin Marinas1b6ba462011-11-22 17:30:29 +0000647 PMD_SECT_AF | PMD_FLAGS_SMP | \mm_mmuflags)
Pawel Molldc939cd2011-05-20 14:39:28 +0100648 ALT_UP(.long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | PMD_SECT_AP_READ | \
Catalin Marinas1b6ba462011-11-22 17:30:29 +0000649 PMD_SECT_AF | PMD_FLAGS_UP | \mm_mmuflags)
650 .long PMD_TYPE_SECT | PMD_SECT_AP_WRITE | \
651 PMD_SECT_AP_READ | PMD_SECT_AF | \io_mmuflags
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100652 initfn \initfunc, \name
Daniel Walker14eff182010-09-17 16:42:10 +0100653 .long cpu_arch_name
654 .long cpu_elf_name
Pawel Molldc939cd2011-05-20 14:39:28 +0100655 .long HWCAP_SWP | HWCAP_HALF | HWCAP_THUMB | HWCAP_FAST_MULT | \
656 HWCAP_EDSP | HWCAP_TLS | \hwcaps
Daniel Walker14eff182010-09-17 16:42:10 +0100657 .long cpu_v7_name
Gregory CLEMENT3e0a07f2013-06-23 10:17:11 +0100658 .long \proc_fns
Daniel Walker14eff182010-09-17 16:42:10 +0100659 .long v7wbi_tlb_fns
660 .long v6_user_fns
Florian Fainelli32882912017-12-01 01:10:08 +0100661 .long \cache_fns
Pawel Molldc939cd2011-05-20 14:39:28 +0100662.endm
663
Catalin Marinas1b6ba462011-11-22 17:30:29 +0000664#ifndef CONFIG_ARM_LPAE
Pawel Molldc939cd2011-05-20 14:39:28 +0100665 /*
Pawel Moll15eb1692011-05-20 14:39:29 +0100666 * ARM Ltd. Cortex A5 processor.
667 */
668 .type __v7_ca5mp_proc_info, #object
669__v7_ca5mp_proc_info:
670 .long 0x410fc050
671 .long 0xff0ffff0
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100672 __v7_proc __v7_ca5mp_proc_info, __v7_ca5mp_setup
Pawel Moll15eb1692011-05-20 14:39:29 +0100673 .size __v7_ca5mp_proc_info, . - __v7_ca5mp_proc_info
674
675 /*
Pawel Molldc939cd2011-05-20 14:39:28 +0100676 * ARM Ltd. Cortex A9 processor.
677 */
678 .type __v7_ca9mp_proc_info, #object
679__v7_ca9mp_proc_info:
680 .long 0x410fc090
681 .long 0xff0ffff0
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100682 __v7_proc __v7_ca9mp_proc_info, __v7_ca9mp_setup, proc_fns = ca9mp_processor_functions
Daniel Walker14eff182010-09-17 16:42:10 +0100683 .size __v7_ca9mp_proc_info, . - __v7_ca9mp_proc_info
Gregory CLEMENTde490192012-10-03 11:58:07 +0200684
Russell Kinga6d746782015-04-07 15:35:24 +0100685 /*
686 * ARM Ltd. Cortex A8 processor.
687 */
688 .type __v7_ca8_proc_info, #object
689__v7_ca8_proc_info:
690 .long 0x410fc080
691 .long 0xff0ffff0
692 __v7_proc __v7_ca8_proc_info, __v7_setup, proc_fns = ca8_processor_functions
693 .size __v7_ca8_proc_info, . - __v7_ca8_proc_info
694
Gregory CLEMENTb361d612013-04-09 13:37:20 +0100695#endif /* CONFIG_ARM_LPAE */
696
Gregory CLEMENTde490192012-10-03 11:58:07 +0200697 /*
698 * Marvell PJ4B processor.
699 */
Gregory CLEMENT3e0a07f2013-06-23 10:17:11 +0100700#ifdef CONFIG_CPU_PJ4B
Gregory CLEMENTde490192012-10-03 11:58:07 +0200701 .type __v7_pj4b_proc_info, #object
702__v7_pj4b_proc_info:
Gregory CLEMENT049be072013-06-10 18:05:51 +0100703 .long 0x560f5800
704 .long 0xff0fff00
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100705 __v7_proc __v7_pj4b_proc_info, __v7_pj4b_setup, proc_fns = pj4b_processor_functions
Gregory CLEMENTde490192012-10-03 11:58:07 +0200706 .size __v7_pj4b_proc_info, . - __v7_pj4b_proc_info
Gregory CLEMENT3e0a07f2013-06-23 10:17:11 +0100707#endif
Daniel Walker14eff182010-09-17 16:42:10 +0100708
Catalin Marinasbbe88882007-05-08 22:27:46 +0100709 /*
Jonathan Austinc90ad5c2012-03-15 14:27:07 +0000710 * ARM Ltd. Cortex R7 processor.
711 */
712 .type __v7_cr7mp_proc_info, #object
713__v7_cr7mp_proc_info:
714 .long 0x410fc170
715 .long 0xff0ffff0
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100716 __v7_proc __v7_cr7mp_proc_info, __v7_cr7mp_setup
Jonathan Austinc90ad5c2012-03-15 14:27:07 +0000717 .size __v7_cr7mp_proc_info, . - __v7_cr7mp_proc_info
718
719 /*
Luca Scalabrino8aeaf4a2018-03-21 14:38:21 +0100720 * ARM Ltd. Cortex R8 processor.
721 */
722 .type __v7_cr8mp_proc_info, #object
723__v7_cr8mp_proc_info:
724 .long 0x410fc180
725 .long 0xff0ffff0
726 __v7_proc __v7_cr8mp_proc_info, __v7_cr8mp_setup
727 .size __v7_cr8mp_proc_info, . - __v7_cr8mp_proc_info
728
729 /*
Will Deacon868dbf92012-01-20 12:01:14 +0100730 * ARM Ltd. Cortex A7 processor.
731 */
732 .type __v7_ca7mp_proc_info, #object
733__v7_ca7mp_proc_info:
734 .long 0x410fc070
735 .long 0xff0ffff0
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100736 __v7_proc __v7_ca7mp_proc_info, __v7_ca7mp_setup
Will Deacon868dbf92012-01-20 12:01:14 +0100737 .size __v7_ca7mp_proc_info, . - __v7_ca7mp_proc_info
738
739 /*
Jonathan Austinddb2ff72014-01-13 12:10:57 +0100740 * ARM Ltd. Cortex A12 processor.
741 */
742 .type __v7_ca12mp_proc_info, #object
743__v7_ca12mp_proc_info:
744 .long 0x410fc0d0
745 .long 0xff0ffff0
Russell King06c23f52018-04-20 10:06:27 +0100746 __v7_proc __v7_ca12mp_proc_info, __v7_ca12mp_setup, proc_fns = HARDENED_BPIALL_PROCESSOR_FUNCTIONS
Jonathan Austinddb2ff72014-01-13 12:10:57 +0100747 .size __v7_ca12mp_proc_info, . - __v7_ca12mp_proc_info
748
749 /*
Will Deacon7665d9d2011-01-12 17:10:45 +0000750 * ARM Ltd. Cortex A15 processor.
751 */
752 .type __v7_ca15mp_proc_info, #object
753__v7_ca15mp_proc_info:
754 .long 0x410fc0f0
755 .long 0xff0ffff0
Russell King06c23f52018-04-20 10:06:27 +0100756 __v7_proc __v7_ca15mp_proc_info, __v7_ca15mp_setup, proc_fns = ca15_processor_functions
Will Deacon7665d9d2011-01-12 17:10:45 +0000757 .size __v7_ca15mp_proc_info, . - __v7_ca15mp_proc_info
758
759 /*
Marc Carinoc51e78e2014-07-23 00:31:43 +0100760 * Broadcom Corporation Brahma-B15 processor.
761 */
762 .type __v7_b15mp_proc_info, #object
763__v7_b15mp_proc_info:
764 .long 0x420f00f0
765 .long 0xff0ffff0
Russell King06c23f52018-04-20 10:06:27 +0100766 __v7_proc __v7_b15mp_proc_info, __v7_b15mp_setup, proc_fns = ca15_processor_functions, cache_fns = b15_cache_fns
Marc Carinoc51e78e2014-07-23 00:31:43 +0100767 .size __v7_b15mp_proc_info, . - __v7_b15mp_proc_info
768
769 /*
Will Deaconcd000cf2014-05-02 17:06:02 +0100770 * ARM Ltd. Cortex A17 processor.
771 */
772 .type __v7_ca17mp_proc_info, #object
773__v7_ca17mp_proc_info:
774 .long 0x410fc0e0
775 .long 0xff0ffff0
Russell King06c23f52018-04-20 10:06:27 +0100776 __v7_proc __v7_ca17mp_proc_info, __v7_ca17mp_setup, proc_fns = HARDENED_BPIALL_PROCESSOR_FUNCTIONS
Will Deaconcd000cf2014-05-02 17:06:02 +0100777 .size __v7_ca17mp_proc_info, . - __v7_ca17mp_proc_info
778
Russell King06c23f52018-04-20 10:06:27 +0100779 /* ARM Ltd. Cortex A73 processor */
780 .type __v7_ca73_proc_info, #object
781__v7_ca73_proc_info:
782 .long 0x410fd090
783 .long 0xff0ffff0
784 __v7_proc __v7_ca73_proc_info, __v7_setup, proc_fns = HARDENED_BPIALL_PROCESSOR_FUNCTIONS
785 .size __v7_ca73_proc_info, . - __v7_ca73_proc_info
786
787 /* ARM Ltd. Cortex A75 processor */
788 .type __v7_ca75_proc_info, #object
789__v7_ca75_proc_info:
790 .long 0x410fd0a0
791 .long 0xff0ffff0
792 __v7_proc __v7_ca75_proc_info, __v7_setup, proc_fns = HARDENED_BPIALL_PROCESSOR_FUNCTIONS
793 .size __v7_ca75_proc_info, . - __v7_ca75_proc_info
794
Will Deaconcd000cf2014-05-02 17:06:02 +0100795 /*
Stepan Moskovchenko120ecfa2013-03-18 19:44:16 +0100796 * Qualcomm Inc. Krait processors.
797 */
798 .type __krait_proc_info, #object
799__krait_proc_info:
800 .long 0x510f0400 @ Required ID value
801 .long 0xff0ffc00 @ Mask for ID
802 /*
803 * Some Krait processors don't indicate support for SDIV and UDIV
804 * instructions in the ARM instruction set, even though they actually
Stephen Boyd6f0f2a92014-11-10 21:56:40 +0100805 * do support them. They also don't indicate support for fused multiply
806 * instructions even though they actually do support them.
Stepan Moskovchenko120ecfa2013-03-18 19:44:16 +0100807 */
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100808 __v7_proc __krait_proc_info, __v7_setup, hwcaps = HWCAP_IDIV | HWCAP_VFPv4
Stepan Moskovchenko120ecfa2013-03-18 19:44:16 +0100809 .size __krait_proc_info, . - __krait_proc_info
810
811 /*
Catalin Marinasbbe88882007-05-08 22:27:46 +0100812 * Match any ARMv7 processor core.
813 */
814 .type __v7_proc_info, #object
815__v7_proc_info:
816 .long 0x000f0000 @ Required ID value
817 .long 0x000f0000 @ Mask for ID
Ard Biesheuvelbf357062015-03-18 07:29:32 +0100818 __v7_proc __v7_proc_info, __v7_setup
Catalin Marinasbbe88882007-05-08 22:27:46 +0100819 .size __v7_proc_info, . - __v7_proc_info