blob: 3a8b32df6b31e0eafc8f31ffa83eab07559f6d72 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/arch/arm/boot/compressed/head.S
3 *
4 * Copyright (C) 1996-2002 Russell King
Hyok S. Choi10c2df62006-03-27 10:21:34 +01005 * Copyright (C) 2004 Hyok S. Choi (MPU support)
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include <linux/linkage.h>
Dave Martin424e5992012-02-10 18:07:07 -080012#include <asm/assembler.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Arnd Bergmannda94a822013-05-31 22:50:47 +010014 .arch armv7-a
Linus Torvalds1da177e2005-04-16 15:20:36 -070015/*
16 * Debugging stuff
17 *
18 * Note that these macros must not contain any code which is not
19 * 100% relocatable. Any attempt to do so will result in a crash.
20 * Please select one of the following when turning on debugging.
21 */
22#ifdef DEBUG
Russell King5cd0c3442005-05-03 12:18:46 +010023
Russell King5cd0c3442005-05-03 12:18:46 +010024#if defined(CONFIG_DEBUG_ICEDCC)
Tony Lindgren7d95ded2006-09-20 13:03:34 +010025
Stephen Boyddfad5492011-03-23 22:46:15 +010026#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V6K) || defined(CONFIG_CPU_V7)
Tony Lindgren4e6d4882010-02-01 23:26:53 +010027 .macro loadsp, rb, tmp
Tony Lindgren7d95ded2006-09-20 13:03:34 +010028 .endm
29 .macro writeb, ch, rb
30 mcr p14, 0, \ch, c0, c5, 0
31 .endm
Jean-Christop PLAGNIOL-VILLARDc633c3c2009-02-25 04:20:40 +010032#elif defined(CONFIG_CPU_XSCALE)
Tony Lindgren4e6d4882010-02-01 23:26:53 +010033 .macro loadsp, rb, tmp
Jean-Christop PLAGNIOL-VILLARDc633c3c2009-02-25 04:20:40 +010034 .endm
35 .macro writeb, ch, rb
36 mcr p14, 0, \ch, c8, c0, 0
37 .endm
Tony Lindgren7d95ded2006-09-20 13:03:34 +010038#else
Tony Lindgren4e6d4882010-02-01 23:26:53 +010039 .macro loadsp, rb, tmp
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 .endm
Russell King224b5be2005-11-16 14:59:51 +000041 .macro writeb, ch, rb
Uwe Kleine-König41a9e682007-12-13 09:31:34 +010042 mcr p14, 0, \ch, c1, c0, 0
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 .endm
Tony Lindgren7d95ded2006-09-20 13:03:34 +010044#endif
45
Russell King5cd0c3442005-05-03 12:18:46 +010046#else
Russell King224b5be2005-11-16 14:59:51 +000047
Shawn Guo4beba082012-12-11 07:06:37 +010048#include CONFIG_DEBUG_LL_INCLUDE
Russell King224b5be2005-11-16 14:59:51 +000049
Russell King5cd0c3442005-05-03 12:18:46 +010050 .macro writeb, ch, rb
51 senduart \ch, \rb
52 .endm
53
Russell King224b5be2005-11-16 14:59:51 +000054#if defined(CONFIG_ARCH_SA1100)
Tony Lindgren4e6d4882010-02-01 23:26:53 +010055 .macro loadsp, rb, tmp
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 mov \rb, #0x80000000 @ physical base address
Russell King224b5be2005-11-16 14:59:51 +000057#ifdef CONFIG_DEBUG_LL_SER3
Linus Torvalds1da177e2005-04-16 15:20:36 -070058 add \rb, \rb, #0x00050000 @ Ser3
Russell King224b5be2005-11-16 14:59:51 +000059#else
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 add \rb, \rb, #0x00010000 @ Ser1
Russell King224b5be2005-11-16 14:59:51 +000061#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 .endm
Linus Torvalds1da177e2005-04-16 15:20:36 -070063#else
Tony Lindgren4e6d4882010-02-01 23:26:53 +010064 .macro loadsp, rb, tmp
65 addruart \rb, \tmp
Russell King224b5be2005-11-16 14:59:51 +000066 .endm
Linus Torvalds1da177e2005-04-16 15:20:36 -070067#endif
68#endif
Russell King5cd0c3442005-05-03 12:18:46 +010069#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
71 .macro kputc,val
72 mov r0, \val
73 bl putc
74 .endm
75
76 .macro kphex,val,len
77 mov r0, \val
78 mov r1, #\len
79 bl phex
80 .endm
81
82 .macro debug_reloc_start
83#ifdef DEBUG
84 kputc #'\n'
85 kphex r6, 8 /* processor id */
86 kputc #':'
87 kphex r7, 8 /* architecture id */
Hyok S. Choif12d0d72006-09-26 17:36:37 +090088#ifdef CONFIG_CPU_CP15
Linus Torvalds1da177e2005-04-16 15:20:36 -070089 kputc #':'
90 mrc p15, 0, r0, c1, c0
91 kphex r0, 8 /* control reg */
Hyok S. Choif12d0d72006-09-26 17:36:37 +090092#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070093 kputc #'\n'
94 kphex r5, 8 /* decompressed kernel start */
95 kputc #'-'
Russell Kingf4619022006-01-12 17:17:57 +000096 kphex r9, 8 /* decompressed kernel end */
Linus Torvalds1da177e2005-04-16 15:20:36 -070097 kputc #'>'
98 kphex r4, 8 /* kernel execution address */
99 kputc #'\n'
100#endif
101 .endm
102
103 .macro debug_reloc_end
104#ifdef DEBUG
105 kphex r5, 8 /* end of kernel */
106 kputc #'\n'
107 mov r0, r4
108 bl memdump /* dump 256 bytes at start of kernel */
109#endif
110 .endm
111
112 .section ".start", #alloc, #execinstr
113/*
114 * sort out different calling conventions
115 */
116 .align
Dave Martin26e5ca92010-11-29 19:43:27 +0100117 .arm @ Always enter in ARM state
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118start:
119 .type start,#function
Nicolas Pitreb11fe382011-02-12 22:25:27 +0100120 .rept 7
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121 mov r0, r0
122 .endr
Nicolas Pitreb11fe382011-02-12 22:25:27 +0100123 ARM( mov r0, r0 )
124 ARM( b 1f )
125 THUMB( adr r12, BSYM(1f) )
126 THUMB( bx r12 )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 .word 0x016f2818 @ Magic numbers to help the loader
129 .word start @ absolute load/run zImage address
130 .word _edata @ zImage end address
Dave Martin26e5ca92010-11-29 19:43:27 +0100131 THUMB( .thumb )
Dave Martin424e5992012-02-10 18:07:07 -08001321:
Ben Dooks97bcb0f2013-02-01 09:40:42 +0000133 ARM_BE8( setend be ) @ go BE8 if compiled for BE8
Dave Martin424e5992012-02-10 18:07:07 -0800134 mrs r9, cpsr
135#ifdef CONFIG_ARM_VIRT_EXT
136 bl __hyp_stub_install @ get into SVC mode, reversibly
137#endif
138 mov r7, r1 @ save architecture ID
Russell Kingf4619022006-01-12 17:17:57 +0000139 mov r8, r2 @ save atags pointer
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 /*
142 * Booting from Angel - need to enter SVC mode and disable
143 * FIQs/IRQs (numeric definitions from angel arm.h source).
144 * We only do this if we were in user mode on entry.
145 */
146 mrs r2, cpsr @ get current mode
147 tst r2, #3 @ not user?
148 bne not_angel
149 mov r0, #0x17 @ angel_SWIreason_EnterSVC
Catalin Marinas0e056f22009-07-24 12:32:58 +0100150 ARM( swi 0x123456 ) @ angel_SWI_ARM
151 THUMB( svc 0xab ) @ angel_SWI_THUMB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152not_angel:
Dave Martin424e5992012-02-10 18:07:07 -0800153 safe_svcmode_maskall r0
154 msr spsr_cxsf, r9 @ Save the CPU boot mode in
155 @ SPSR
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156 /*
157 * Note that some cache flushing and other stuff may
158 * be needed here - is there an Angel SWI call for this?
159 */
160
161 /*
162 * some architecture specific code can be inserted
Russell Kingf4619022006-01-12 17:17:57 +0000163 * by the linker here, but it should preserve r7, r8, and r9.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 */
165
166 .text
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100167
Eric Miaoe69edc792010-07-05 15:56:50 +0200168#ifdef CONFIG_AUTO_ZRELADDR
169 @ determine final kernel image address
Dave Martinbfa64c42010-11-29 19:43:26 +0100170 mov r4, pc
171 and r4, r4, #0xf8000000
Eric Miaoe69edc792010-07-05 15:56:50 +0200172 add r4, r4, #TEXT_OFFSET
173#else
Russell King9e84ed62010-09-09 22:39:41 +0100174 ldr r4, =zreladdr
Eric Miaoe69edc792010-07-05 15:56:50 +0200175#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176
Nicolas Pitre28748652013-06-06 05:13:48 +0100177 /*
178 * Set up a page table only if it won't overwrite ourself.
179 * That means r4 < pc && r4 - 16k page directory > &_end.
180 * Given that r4 > &_end is most unfrequent, we add a rough
181 * additional 1MB of room for a possible appended DTB.
182 */
183 mov r0, pc
184 cmp r0, r4
185 ldrcc r0, LC0+32
186 addcc r0, r0, pc
187 cmpcc r4, r0
188 orrcc r4, r4, #1 @ remember we skipped cache_on
189 blcs cache_on
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100190
191restart: adr r0, LC0
Nicolas Pitre34cc1a82011-04-19 15:42:43 -0400192 ldmia r0, {r1, r2, r3, r6, r10, r11, r12}
Nicolas Pitreadcc2592011-04-27 16:15:11 -0400193 ldr sp, [r0, #28]
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
195 /*
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100196 * We might be running at a different address. We need
197 * to fix up various pointers.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198 */
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100199 sub r0, r0, r1 @ calculate the delta offset
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100200 add r6, r6, r0 @ _edata
Nicolas Pitre34cc1a82011-04-19 15:42:43 -0400201 add r10, r10, r0 @ inflated kernel size location
202
203 /*
204 * The kernel build system appends the size of the
205 * decompressed kernel at the end of the compressed data
206 * in little-endian form.
207 */
208 ldrb r9, [r10, #0]
209 ldrb lr, [r10, #1]
210 orr r9, r9, lr, lsl #8
211 ldrb lr, [r10, #2]
212 ldrb r10, [r10, #3]
213 orr r9, r9, lr, lsl #16
214 orr r9, r9, r10, lsl #24
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100215
216#ifndef CONFIG_ZBOOT_ROM
217 /* malloc space is above the relocated stack (64k max) */
218 add sp, sp, r0
219 add r10, sp, #0x10000
220#else
221 /*
222 * With ZBOOT_ROM the bss/stack is non relocatable,
223 * but someone could still run this code from RAM,
224 * in which case our reference is _edata.
225 */
226 mov r10, r6
227#endif
228
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400229 mov r5, #0 @ init dtb size to 0
230#ifdef CONFIG_ARM_APPENDED_DTB
231/*
232 * r0 = delta
233 * r2 = BSS start
234 * r3 = BSS end
Nicolas Pitre28748652013-06-06 05:13:48 +0100235 * r4 = final kernel address (possibly with LSB set)
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400236 * r5 = appended dtb size (still unknown)
237 * r6 = _edata
238 * r7 = architecture ID
239 * r8 = atags/device tree pointer
240 * r9 = size of decompressed image
241 * r10 = end of this image, including bss/stack/malloc space if non XIP
242 * r11 = GOT start
243 * r12 = GOT end
244 * sp = stack pointer
245 *
246 * if there are device trees (dtb) appended to zImage, advance r10 so that the
247 * dtb data will get relocated along with the kernel if necessary.
248 */
249
250 ldr lr, [r6, #0]
251#ifndef __ARMEB__
252 ldr r1, =0xedfe0dd0 @ sig is 0xd00dfeed big endian
253#else
254 ldr r1, =0xd00dfeed
255#endif
256 cmp lr, r1
257 bne dtb_check_done @ not found
258
Nicolas Pitreb90b9a32011-09-13 22:37:07 -0400259#ifdef CONFIG_ARM_ATAG_DTB_COMPAT
260 /*
261 * OK... Let's do some funky business here.
262 * If we do have a DTB appended to zImage, and we do have
263 * an ATAG list around, we want the later to be translated
264 * and folded into the former here. To be on the safe side,
265 * let's temporarily move the stack away into the malloc
266 * area. No GOT fixup has occurred yet, but none of the
267 * code we're about to call uses any global variable.
268 */
269 add sp, sp, #0x10000
270 stmfd sp!, {r0-r3, ip, lr}
271 mov r0, r8
272 mov r1, r6
273 sub r2, sp, r6
274 bl atags_to_fdt
275
276 /*
277 * If returned value is 1, there is no ATAG at the location
278 * pointed by r8. Try the typical 0x100 offset from start
279 * of RAM and hope for the best.
280 */
281 cmp r0, #1
Nicolas Pitre531a6a92011-10-24 13:30:32 +0100282 sub r0, r4, #TEXT_OFFSET
Nicolas Pitre28748652013-06-06 05:13:48 +0100283 bic r0, r0, #1
Nicolas Pitre531a6a92011-10-24 13:30:32 +0100284 add r0, r0, #0x100
Nicolas Pitreb90b9a32011-09-13 22:37:07 -0400285 mov r1, r6
286 sub r2, sp, r6
Marc Zyngier9c5fd9e2012-04-11 14:52:55 +0100287 bleq atags_to_fdt
Nicolas Pitreb90b9a32011-09-13 22:37:07 -0400288
289 ldmfd sp!, {r0-r3, ip, lr}
290 sub sp, sp, #0x10000
291#endif
292
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400293 mov r8, r6 @ use the appended device tree
294
Nicolas Pitre5ffb04f2011-06-12 01:07:33 -0400295 /*
296 * Make sure that the DTB doesn't end up in the final
297 * kernel's .bss area. To do so, we adjust the decompressed
298 * kernel size to compensate if that .bss size is larger
299 * than the relocated code.
300 */
301 ldr r5, =_kernel_bss_size
302 adr r1, wont_overwrite
303 sub r1, r6, r1
304 subs r1, r5, r1
305 addhi r9, r9, r1
306
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400307 /* Get the dtb's size */
308 ldr r5, [r6, #4]
309#ifndef __ARMEB__
310 /* convert r5 (dtb size) to little endian */
311 eor r1, r5, r5, ror #16
312 bic r1, r1, #0x00ff0000
313 mov r5, r5, ror #8
314 eor r5, r5, r1, lsr #8
315#endif
316
317 /* preserve 64-bit alignment */
318 add r5, r5, #7
319 bic r5, r5, #7
320
321 /* relocate some pointers past the appended dtb */
322 add r6, r6, r5
323 add r10, r10, r5
324 add sp, sp, r5
325dtb_check_done:
326#endif
327
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100328/*
329 * Check to see if we will overwrite ourselves.
Nicolas Pitre28748652013-06-06 05:13:48 +0100330 * r4 = final kernel address (possibly with LSB set)
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100331 * r9 = size of decompressed image
332 * r10 = end of this image, including bss/stack/malloc space if non XIP
333 * We basically want:
Nicolas Pitreea9df3b2011-04-21 22:52:06 -0400334 * r4 - 16k page directory >= r10 -> OK
Nicolas Pitre5ffb04f2011-06-12 01:07:33 -0400335 * r4 + image length <= address of wont_overwrite -> OK
Nicolas Pitre28748652013-06-06 05:13:48 +0100336 * Note: the possible LSB in r4 is harmless here.
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100337 */
Nicolas Pitreea9df3b2011-04-21 22:52:06 -0400338 add r10, r10, #16384
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100339 cmp r4, r10
340 bhs wont_overwrite
341 add r10, r4, r9
Nicolas Pitre5ffb04f2011-06-12 01:07:33 -0400342 adr r9, wont_overwrite
343 cmp r10, r9
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100344 bls wont_overwrite
345
346/*
347 * Relocate ourselves past the end of the decompressed kernel.
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100348 * r6 = _edata
349 * r10 = end of the decompressed kernel
350 * Because we always copy ahead, we need to do it from the end and go
351 * backward in case the source and destination overlap.
352 */
Nicolas Pitreadcc2592011-04-27 16:15:11 -0400353 /*
354 * Bump to the next 256-byte boundary with the size of
355 * the relocation code added. This avoids overwriting
356 * ourself when the offset is small.
357 */
358 add r10, r10, #((reloc_code_end - restart + 256) & ~255)
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100359 bic r10, r10, #255
360
Nicolas Pitreadcc2592011-04-27 16:15:11 -0400361 /* Get start of code we want to copy and align it down. */
362 adr r5, restart
363 bic r5, r5, #31
364
Dave Martin424e5992012-02-10 18:07:07 -0800365/* Relocate the hyp vector base if necessary */
366#ifdef CONFIG_ARM_VIRT_EXT
367 mrs r0, spsr
368 and r0, r0, #MODE_MASK
369 cmp r0, #HYP_MODE
370 bne 1f
371
372 bl __hyp_get_vectors
373 sub r0, r0, r5
374 add r0, r0, r10
375 bl __hyp_set_vectors
3761:
377#endif
378
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100379 sub r9, r6, r5 @ size to copy
380 add r9, r9, #31 @ rounded up to a multiple
381 bic r9, r9, #31 @ ... of 32 bytes
382 add r6, r9, r5
383 add r9, r9, r10
384
3851: ldmdb r6!, {r0 - r3, r10 - r12, lr}
386 cmp r6, r5
387 stmdb r9!, {r0 - r3, r10 - r12, lr}
388 bhi 1b
389
390 /* Preserve offset to relocated code. */
391 sub r6, r9, r6
392
Tony Lindgren7c2527f2011-04-26 05:37:46 -0700393#ifndef CONFIG_ZBOOT_ROM
394 /* cache_clean_flush may use the stack, so relocate it */
395 add sp, sp, r6
396#endif
397
Nicolas Pitre28748652013-06-06 05:13:48 +0100398 tst r4, #1
399 bleq cache_clean_flush
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100400
401 adr r0, BSYM(restart)
402 add r0, r0, r6
403 mov pc, r0
404
405wont_overwrite:
406/*
407 * If delta is zero, we are running at the address we were linked at.
408 * r0 = delta
409 * r2 = BSS start
410 * r3 = BSS end
Nicolas Pitre28748652013-06-06 05:13:48 +0100411 * r4 = kernel execution address (possibly with LSB set)
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400412 * r5 = appended dtb size (0 if not present)
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100413 * r7 = architecture ID
414 * r8 = atags pointer
415 * r11 = GOT start
416 * r12 = GOT end
417 * sp = stack pointer
418 */
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400419 orrs r1, r0, r5
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100420 beq not_relocated
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400421
Russell King98e12b52010-02-25 23:56:38 +0000422 add r11, r11, r0
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100423 add r12, r12, r0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424
425#ifndef CONFIG_ZBOOT_ROM
426 /*
427 * If we're running fully PIC === CONFIG_ZBOOT_ROM = n,
428 * we need to fix up pointers into the BSS region.
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100429 * Note that the stack pointer has already been fixed up.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 */
431 add r2, r2, r0
432 add r3, r3, r0
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433
434 /*
435 * Relocate all entries in the GOT table.
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400436 * Bump bss entries to _edata + dtb size
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 */
Russell King98e12b52010-02-25 23:56:38 +00004381: ldr r1, [r11, #0] @ relocate entries in the GOT
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400439 add r1, r1, r0 @ This fixes up C references
440 cmp r1, r2 @ if entry >= bss_start &&
441 cmphs r3, r1 @ bss_end > entry
442 addhi r1, r1, r5 @ entry += dtb size
443 str r1, [r11], #4 @ next entry
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100444 cmp r11, r12
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445 blo 1b
John Bonesioe2a6a3a2011-05-27 18:45:50 -0400446
447 /* bump our bss pointers too */
448 add r2, r2, r5
449 add r3, r3, r5
450
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451#else
452
453 /*
454 * Relocate entries in the GOT table. We only relocate
455 * the entries that are outside the (relocated) BSS region.
456 */
Russell King98e12b52010-02-25 23:56:38 +00004571: ldr r1, [r11, #0] @ relocate entries in the GOT
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 cmp r1, r2 @ entry < bss_start ||
459 cmphs r3, r1 @ _end < entry
460 addlo r1, r1, r0 @ table. This fixes up the
Russell King98e12b52010-02-25 23:56:38 +0000461 str r1, [r11], #4 @ C references.
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100462 cmp r11, r12
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 blo 1b
464#endif
465
466not_relocated: mov r0, #0
4671: str r0, [r2], #4 @ clear bss
468 str r0, [r2], #4
469 str r0, [r2], #4
470 str r0, [r2], #4
471 cmp r2, r3
472 blo 1b
473
Nicolas Pitre28748652013-06-06 05:13:48 +0100474 /*
475 * Did we skip the cache setup earlier?
476 * That is indicated by the LSB in r4.
477 * Do it now if so.
478 */
479 tst r4, #1
480 bic r4, r4, #1
481 blne cache_on
482
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100483/*
484 * The C runtime environment should now be setup sufficiently.
485 * Set up some pointers, and start decompressing.
486 * r4 = kernel execution address
487 * r7 = architecture ID
488 * r8 = atags pointer
489 */
490 mov r0, r4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491 mov r1, sp @ malloc space above stack
492 add r2, sp, #0x10000 @ 64k max
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493 mov r3, r7
494 bl decompress_kernel
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 bl cache_clean_flush
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100496 bl cache_off
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100497 mov r1, r7 @ restore architecture number
498 mov r2, r8 @ restore atags pointer
Dave Martin424e5992012-02-10 18:07:07 -0800499
500#ifdef CONFIG_ARM_VIRT_EXT
501 mrs r0, spsr @ Get saved CPU boot mode
502 and r0, r0, #MODE_MASK
503 cmp r0, #HYP_MODE @ if not booted in HYP mode...
504 bne __enter_kernel @ boot kernel directly
505
506 adr r12, .L__hyp_reentry_vectors_offset
507 ldr r0, [r12]
508 add r0, r0, r12
509
510 bl __hyp_set_vectors
511 __HVC(0) @ otherwise bounce to hyp mode
512
513 b . @ should never be reached
514
515 .align 2
516.L__hyp_reentry_vectors_offset: .long __hyp_reentry_vectors - .
517#else
518 b __enter_kernel
519#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520
Catalin Marinas88987ef2009-07-24 12:32:52 +0100521 .align 2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 .type LC0, #object
523LC0: .word LC0 @ r1
524 .word __bss_start @ r2
525 .word _end @ r3
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100526 .word _edata @ r6
Nicolas Pitre34cc1a82011-04-19 15:42:43 -0400527 .word input_data_end - 4 @ r10 (inflated size location)
Russell King98e12b52010-02-25 23:56:38 +0000528 .word _got_start @ r11
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 .word _got_end @ ip
Nicolas Pitre8d7e4cc2011-04-27 14:54:39 -0400530 .word .L_user_stack_end @ sp
Nicolas Pitre28748652013-06-06 05:13:48 +0100531 .word _end - restart + 16384 + 1024*1024
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 .size LC0, . - LC0
533
534#ifdef CONFIG_ARCH_RPC
535 .globl params
Eric Miaodb7b2b42010-06-03 15:36:49 +0800536params: ldr r0, =0x10000100 @ params_phys for RPC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 mov pc, lr
538 .ltorg
539 .align
540#endif
541
542/*
543 * Turn on the cache. We need to setup some page tables so that we
544 * can have both the I and D caches on.
545 *
546 * We place the page tables 16k down from the kernel execution address,
547 * and we hope that nothing else is using it. If we're using it, we
548 * will go pop!
549 *
550 * On entry,
551 * r4 = kernel execution address
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552 * r7 = architecture number
Russell Kingf4619022006-01-12 17:17:57 +0000553 * r8 = atags pointer
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 * On exit,
Uwe Kleine-König21b28412010-01-26 22:08:09 +0100555 * r0, r1, r2, r3, r9, r10, r12 corrupted
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 * This routine must preserve:
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100557 * r4, r7, r8
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 */
559 .align 5
560cache_on: mov r3, #8 @ cache_on function
561 b call_cache_fn
562
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100563/*
564 * Initialize the highest priority protection region, PR7
565 * to cover all 32bit address and cacheable and bufferable.
566 */
567__armv4_mpu_cache_on:
568 mov r0, #0x3f @ 4G, the whole
569 mcr p15, 0, r0, c6, c7, 0 @ PR7 Area Setting
570 mcr p15, 0, r0, c6, c7, 1
571
572 mov r0, #0x80 @ PR7
573 mcr p15, 0, r0, c2, c0, 0 @ D-cache on
574 mcr p15, 0, r0, c2, c0, 1 @ I-cache on
575 mcr p15, 0, r0, c3, c0, 0 @ write-buffer on
576
577 mov r0, #0xc000
578 mcr p15, 0, r0, c5, c0, 1 @ I-access permission
579 mcr p15, 0, r0, c5, c0, 0 @ D-access permission
580
581 mov r0, #0
582 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
583 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache
584 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
585 mrc p15, 0, r0, c1, c0, 0 @ read control reg
586 @ ...I .... ..D. WC.M
587 orr r0, r0, #0x002d @ .... .... ..1. 11.1
588 orr r0, r0, #0x1000 @ ...1 .... .... ....
589
590 mcr p15, 0, r0, c1, c0, 0 @ write control reg
591
592 mov r0, #0
593 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache
594 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
595 mov pc, lr
596
597__armv3_mpu_cache_on:
598 mov r0, #0x3f @ 4G, the whole
599 mcr p15, 0, r0, c6, c7, 0 @ PR7 Area Setting
600
601 mov r0, #0x80 @ PR7
602 mcr p15, 0, r0, c2, c0, 0 @ cache on
603 mcr p15, 0, r0, c3, c0, 0 @ write-buffer on
604
605 mov r0, #0xc000
606 mcr p15, 0, r0, c5, c0, 0 @ access permission
607
608 mov r0, #0
609 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
Uwe Kleine-König4a8d57a2010-01-26 22:14:23 +0100610 /*
611 * ?? ARMv3 MMU does not allow reading the control register,
612 * does this really work on ARMv3 MPU?
613 */
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100614 mrc p15, 0, r0, c1, c0, 0 @ read control reg
615 @ .... .... .... WC.M
616 orr r0, r0, #0x000d @ .... .... .... 11.1
Uwe Kleine-König4a8d57a2010-01-26 22:14:23 +0100617 /* ?? this overwrites the value constructed above? */
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100618 mov r0, #0
619 mcr p15, 0, r0, c1, c0, 0 @ write control reg
620
Uwe Kleine-König4a8d57a2010-01-26 22:14:23 +0100621 /* ?? invalidate for the second time? */
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100622 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
623 mov pc, lr
624
Russell King1fdc08a2012-05-10 09:48:34 +0100625#ifdef CONFIG_CPU_DCACHE_WRITETHROUGH
626#define CB_BITS 0x08
627#else
628#define CB_BITS 0x0c
629#endif
630
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631__setup_mmu: sub r3, r4, #16384 @ Page directory size
632 bic r3, r3, #0xff @ Align the pointer
633 bic r3, r3, #0x3f00
634/*
635 * Initialise the page tables, turning on the cacheable and bufferable
636 * bits for the RAM area only.
637 */
638 mov r0, r3
Russell Kingf4619022006-01-12 17:17:57 +0000639 mov r9, r0, lsr #18
640 mov r9, r9, lsl #18 @ start of RAM
641 add r10, r9, #0x10000000 @ a reasonable RAM size
Russell King1fdc08a2012-05-10 09:48:34 +0100642 mov r1, #0x12 @ XN|U + section mapping
643 orr r1, r1, #3 << 10 @ AP=11
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 add r2, r3, #16384
Nicolas Pitre265d5e42006-01-18 22:38:51 +00006451: cmp r1, r9 @ if virt > start of RAM
Russell King1fdc08a2012-05-10 09:48:34 +0100646 cmphs r10, r1 @ && end of RAM > virt
647 bic r1, r1, #0x1c @ clear XN|U + C + B
648 orrlo r1, r1, #0x10 @ Set XN|U for non-RAM
649 orrhs r1, r1, r6 @ set RAM section settings
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 str r1, [r0], #4 @ 1:1 mapping
651 add r1, r1, #1048576
652 teq r0, r2
653 bne 1b
654/*
655 * If ever we are running from Flash, then we surely want the cache
656 * to be enabled also for our execution instance... We map 2MB of it
657 * so there is no map overlap problem for up to 1 MB compressed kernel.
658 * If the execution is in RAM then we would only be duplicating the above.
659 */
Russell King1fdc08a2012-05-10 09:48:34 +0100660 orr r1, r6, #0x04 @ ensure B is set for this
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 orr r1, r1, #3 << 10
Dave Martinbfa64c42010-11-29 19:43:26 +0100662 mov r2, pc
663 mov r2, r2, lsr #20
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 orr r1, r1, r2, lsl #20
665 add r0, r3, r2, lsl #2
666 str r1, [r0], #4
667 add r1, r1, #1048576
668 str r1, [r0]
669 mov pc, lr
Catalin Marinas93ed3972008-08-28 11:22:32 +0100670ENDPROC(__setup_mmu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671
Dave Martin50101922012-11-22 12:50:43 +0100672@ Enable unaligned access on v6, to allow better code generation
673@ for the decompressor C code:
674__armv6_mmu_cache_on:
675 mrc p15, 0, r0, c1, c0, 0 @ read SCTLR
676 bic r0, r0, #2 @ A (no unaligned access fault)
677 orr r0, r0, #1 << 22 @ U (v6 unaligned access model)
678 mcr p15, 0, r0, c1, c0, 0 @ write SCTLR
679 b __armv4_mmu_cache_on
680
Mark A. Greeraf3e4fd2011-04-01 15:41:26 +0100681__arm926ejs_mmu_cache_on:
682#ifdef CONFIG_CPU_DCACHE_WRITETHROUGH
683 mov r0, #4 @ put dcache in WT mode
684 mcr p15, 7, r0, c15, c0, 0
685#endif
686
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000687__armv4_mmu_cache_on:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 mov r12, lr
Catalin Marinas8bdca0a2009-07-24 12:35:06 +0100689#ifdef CONFIG_MMU
Russell King1fdc08a2012-05-10 09:48:34 +0100690 mov r6, #CB_BITS | 0x12 @ U
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691 bl __setup_mmu
692 mov r0, #0
693 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
694 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
695 mrc p15, 0, r0, c1, c0, 0 @ read control reg
696 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
697 orr r0, r0, #0x0030
Ben Dooks457c2402013-02-12 18:59:57 +0000698 ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000699 bl __common_mmu_cache_on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 mov r0, #0
701 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
Catalin Marinas8bdca0a2009-07-24 12:35:06 +0100702#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703 mov pc, r12
704
Catalin Marinas7d09e852007-06-01 17:14:53 +0100705__armv7_mmu_cache_on:
706 mov r12, lr
Catalin Marinas8bdca0a2009-07-24 12:35:06 +0100707#ifdef CONFIG_MMU
Catalin Marinas7d09e852007-06-01 17:14:53 +0100708 mrc p15, 0, r11, c0, c1, 4 @ read ID_MMFR0
709 tst r11, #0xf @ VMSA
Russell King1fdc08a2012-05-10 09:48:34 +0100710 movne r6, #CB_BITS | 0x02 @ !XN
Catalin Marinas7d09e852007-06-01 17:14:53 +0100711 blne __setup_mmu
712 mov r0, #0
713 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
714 tst r11, #0xf @ VMSA
715 mcrne p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
Catalin Marinas8bdca0a2009-07-24 12:35:06 +0100716#endif
Catalin Marinas7d09e852007-06-01 17:14:53 +0100717 mrc p15, 0, r0, c1, c0, 0 @ read control reg
Matthew Leache1e5b7e2012-09-11 17:56:57 +0100718 bic r0, r0, #1 << 28 @ clear SCTLR.TRE
Catalin Marinas7d09e852007-06-01 17:14:53 +0100719 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
720 orr r0, r0, #0x003c @ write buffer
Dave Martin50101922012-11-22 12:50:43 +0100721 bic r0, r0, #2 @ A (no unaligned access fault)
722 orr r0, r0, #1 << 22 @ U (v6 unaligned access model)
723 @ (needed for ARM1176)
Catalin Marinas8bdca0a2009-07-24 12:35:06 +0100724#ifdef CONFIG_MMU
Ben Dooks457c2402013-02-12 18:59:57 +0000725 ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables
Will Deacondbece452012-08-24 15:20:59 +0100726 mrcne p15, 0, r6, c2, c0, 2 @ read ttb control reg
Catalin Marinas7d09e852007-06-01 17:14:53 +0100727 orrne r0, r0, #1 @ MMU enabled
Russell King1fdc08a2012-05-10 09:48:34 +0100728 movne r1, #0xfffffffd @ domain 0 = client
Will Deacondbece452012-08-24 15:20:59 +0100729 bic r6, r6, #1 << 31 @ 32-bit translation system
730 bic r6, r6, #3 << 0 @ use only ttbr0
Catalin Marinas7d09e852007-06-01 17:14:53 +0100731 mcrne p15, 0, r3, c2, c0, 0 @ load page table pointer
732 mcrne p15, 0, r1, c3, c0, 0 @ load domain access control
Will Deacondbece452012-08-24 15:20:59 +0100733 mcrne p15, 0, r6, c2, c0, 2 @ load ttb control
Catalin Marinas8bdca0a2009-07-24 12:35:06 +0100734#endif
Will Deacond675d0b2011-11-22 17:30:28 +0000735 mcr p15, 0, r0, c7, c5, 4 @ ISB
Catalin Marinas7d09e852007-06-01 17:14:53 +0100736 mcr p15, 0, r0, c1, c0, 0 @ load control register
737 mrc p15, 0, r0, c1, c0, 0 @ and read it back
738 mov r0, #0
739 mcr p15, 0, r0, c7, c5, 4 @ ISB
740 mov pc, r12
741
Paulius Zaleckas28853ac2009-03-25 13:10:01 +0200742__fa526_cache_on:
743 mov r12, lr
Russell King1fdc08a2012-05-10 09:48:34 +0100744 mov r6, #CB_BITS | 0x12 @ U
Paulius Zaleckas28853ac2009-03-25 13:10:01 +0200745 bl __setup_mmu
746 mov r0, #0
747 mcr p15, 0, r0, c7, c7, 0 @ Invalidate whole cache
748 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
749 mcr p15, 0, r0, c8, c7, 0 @ flush UTLB
750 mrc p15, 0, r0, c1, c0, 0 @ read control reg
751 orr r0, r0, #0x1000 @ I-cache enable
752 bl __common_mmu_cache_on
753 mov r0, #0
754 mcr p15, 0, r0, c8, c7, 0 @ flush UTLB
755 mov pc, r12
756
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000757__common_mmu_cache_on:
Catalin Marinas0e056f22009-07-24 12:32:58 +0100758#ifndef CONFIG_THUMB2_KERNEL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759#ifndef DEBUG
760 orr r0, r0, #0x000d @ Write buffer, mmu
761#endif
762 mov r1, #-1
763 mcr p15, 0, r3, c2, c0, 0 @ load page table pointer
764 mcr p15, 0, r1, c3, c0, 0 @ load domain access control
Nicolas Pitre2dc76672006-07-01 21:29:32 +0100765 b 1f
766 .align 5 @ cache line aligned
7671: mcr p15, 0, r0, c1, c0, 0 @ load control register
768 mrc p15, 0, r0, c1, c0, 0 @ and read it back to
769 sub pc, lr, r0, lsr #32 @ properly flush pipeline
Catalin Marinas0e056f22009-07-24 12:32:58 +0100770#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771
Dave Martin946a1052011-06-14 14:20:44 +0100772#define PROC_ENTRY_SIZE (4*5)
773
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775 * Here follow the relocatable cache support functions for the
776 * various processors. This is a generic hook for locating an
777 * entry and jumping to an instruction at the specified offset
778 * from the start of the block. Please note this is all position
779 * independent code.
780 *
781 * r1 = corrupted
782 * r2 = corrupted
783 * r3 = block offset
Russell King98e12b52010-02-25 23:56:38 +0000784 * r9 = corrupted
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785 * r12 = corrupted
786 */
787
788call_cache_fn: adr r12, proc_types
Hyok S. Choif12d0d72006-09-26 17:36:37 +0900789#ifdef CONFIG_CPU_CP15
Russell King98e12b52010-02-25 23:56:38 +0000790 mrc p15, 0, r9, c0, c0 @ get processor ID
Hyok S. Choif12d0d72006-09-26 17:36:37 +0900791#else
Russell King98e12b52010-02-25 23:56:38 +0000792 ldr r9, =CONFIG_PROCESSOR_ID
Hyok S. Choif12d0d72006-09-26 17:36:37 +0900793#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07007941: ldr r1, [r12, #0] @ get value
795 ldr r2, [r12, #4] @ get mask
Russell King98e12b52010-02-25 23:56:38 +0000796 eor r1, r1, r9 @ (real ^ match)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797 tst r1, r2 @ & mask
Catalin Marinas0e056f22009-07-24 12:32:58 +0100798 ARM( addeq pc, r12, r3 ) @ call cache function
799 THUMB( addeq r12, r3 )
800 THUMB( moveq pc, r12 ) @ call cache function
Dave Martin946a1052011-06-14 14:20:44 +0100801 add r12, r12, #PROC_ENTRY_SIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 b 1b
803
804/*
805 * Table for cache operations. This is basically:
806 * - CPU ID match
807 * - CPU ID mask
808 * - 'cache on' method instruction
809 * - 'cache off' method instruction
810 * - 'cache flush' method instruction
811 *
812 * We match an entry using: ((real_id ^ match) & mask) == 0
813 *
814 * Writethrough caches generally only need 'on' and 'off'
815 * methods. Writeback caches _must_ have the flush method
816 * defined.
817 */
Catalin Marinas88987ef2009-07-24 12:32:52 +0100818 .align 2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 .type proc_types,#object
820proc_types:
Marc Cced2a3b2013-06-05 22:02:23 +0100821 .word 0x41000000 @ old ARM ID
822 .word 0xff00f000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100824 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100826 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100828 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829
830 .word 0x41007000 @ ARM7/710
831 .word 0xfff8fe00
Russell King4cdfc2e2012-05-09 15:18:19 +0100832 mov pc, lr
833 THUMB( nop )
834 mov pc, lr
835 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700836 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100837 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838
839 .word 0x41807200 @ ARM720T (writethrough)
840 .word 0xffffff00
Catalin Marinas0e056f22009-07-24 12:32:58 +0100841 W(b) __armv4_mmu_cache_on
842 W(b) __armv4_mmu_cache_off
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100844 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100846 .word 0x41007400 @ ARM74x
847 .word 0xff00ff00
Catalin Marinas0e056f22009-07-24 12:32:58 +0100848 W(b) __armv3_mpu_cache_on
849 W(b) __armv3_mpu_cache_off
850 W(b) __armv3_mpu_cache_flush
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100851
852 .word 0x41009400 @ ARM94x
853 .word 0xff00ff00
Catalin Marinas0e056f22009-07-24 12:32:58 +0100854 W(b) __armv4_mpu_cache_on
855 W(b) __armv4_mpu_cache_off
856 W(b) __armv4_mpu_cache_flush
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100857
Mark A. Greeraf3e4fd2011-04-01 15:41:26 +0100858 .word 0x41069260 @ ARM926EJ-S (v5TEJ)
859 .word 0xff0ffff0
Nicolas Pitre720c60e2011-06-09 05:05:27 +0100860 W(b) __arm926ejs_mmu_cache_on
861 W(b) __armv4_mmu_cache_off
862 W(b) __armv5tej_mmu_cache_flush
Mark A. Greeraf3e4fd2011-04-01 15:41:26 +0100863
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 .word 0x00007000 @ ARM7 IDs
865 .word 0x0000f000
866 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100867 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100869 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100871 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872
873 @ Everything from here on will be the new ID system.
874
875 .word 0x4401a100 @ sa110 / sa1100
876 .word 0xffffffe0
Catalin Marinas0e056f22009-07-24 12:32:58 +0100877 W(b) __armv4_mmu_cache_on
878 W(b) __armv4_mmu_cache_off
879 W(b) __armv4_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880
881 .word 0x6901b110 @ sa1110
882 .word 0xfffffff0
Catalin Marinas0e056f22009-07-24 12:32:58 +0100883 W(b) __armv4_mmu_cache_on
884 W(b) __armv4_mmu_cache_off
885 W(b) __armv4_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886
Haojian Zhuang4157d312010-03-12 05:47:55 -0500887 .word 0x56056900
888 .word 0xffffff00 @ PXA9xx
Catalin Marinas0e056f22009-07-24 12:32:58 +0100889 W(b) __armv4_mmu_cache_on
890 W(b) __armv4_mmu_cache_off
891 W(b) __armv4_mmu_cache_flush
Eric Miao59c7bcd2008-11-29 21:42:39 +0800892
Eric Miao49cbe782009-01-20 14:15:18 +0800893 .word 0x56158000 @ PXA168
894 .word 0xfffff000
Catalin Marinas0e056f22009-07-24 12:32:58 +0100895 W(b) __armv4_mmu_cache_on
896 W(b) __armv4_mmu_cache_off
897 W(b) __armv5tej_mmu_cache_flush
Eric Miao49cbe782009-01-20 14:15:18 +0800898
Nicolas Pitre2e2023f2008-06-03 23:06:21 +0200899 .word 0x56050000 @ Feroceon
900 .word 0xff0f0000
Catalin Marinas0e056f22009-07-24 12:32:58 +0100901 W(b) __armv4_mmu_cache_on
902 W(b) __armv4_mmu_cache_off
903 W(b) __armv5tej_mmu_cache_flush
Nicolas Pitre3ebb5a22007-10-31 15:31:48 -0400904
Joonyoung Shim55879312009-06-16 20:05:57 +0900905#ifdef CONFIG_CPU_FEROCEON_OLD_ID
906 /* this conflicts with the standard ARMv5TE entry */
907 .long 0x41009260 @ Old Feroceon
908 .long 0xff00fff0
909 b __armv4_mmu_cache_on
910 b __armv4_mmu_cache_off
911 b __armv5tej_mmu_cache_flush
912#endif
913
Paulius Zaleckas28853ac2009-03-25 13:10:01 +0200914 .word 0x66015261 @ FA526
915 .word 0xff01fff1
Catalin Marinas0e056f22009-07-24 12:32:58 +0100916 W(b) __fa526_cache_on
917 W(b) __armv4_mmu_cache_off
918 W(b) __fa526_cache_flush
Paulius Zaleckas28853ac2009-03-25 13:10:01 +0200919
Linus Torvalds1da177e2005-04-16 15:20:36 -0700920 @ These match on the architecture ID
921
922 .word 0x00020000 @ ARMv4T
923 .word 0x000f0000
Catalin Marinas0e056f22009-07-24 12:32:58 +0100924 W(b) __armv4_mmu_cache_on
925 W(b) __armv4_mmu_cache_off
926 W(b) __armv4_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927
928 .word 0x00050000 @ ARMv5TE
929 .word 0x000f0000
Catalin Marinas0e056f22009-07-24 12:32:58 +0100930 W(b) __armv4_mmu_cache_on
931 W(b) __armv4_mmu_cache_off
932 W(b) __armv4_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933
934 .word 0x00060000 @ ARMv5TEJ
935 .word 0x000f0000
Catalin Marinas0e056f22009-07-24 12:32:58 +0100936 W(b) __armv4_mmu_cache_on
937 W(b) __armv4_mmu_cache_off
Sascha Hauer75216852010-03-15 15:14:50 +0100938 W(b) __armv5tej_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939
Catalin Marinas45a7b9c2006-06-18 16:21:50 +0100940 .word 0x0007b000 @ ARMv6
Catalin Marinas7d09e852007-06-01 17:14:53 +0100941 .word 0x000ff000
Dave Martin50101922012-11-22 12:50:43 +0100942 W(b) __armv6_mmu_cache_on
Catalin Marinas0e056f22009-07-24 12:32:58 +0100943 W(b) __armv4_mmu_cache_off
944 W(b) __armv6_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945
Catalin Marinas7d09e852007-06-01 17:14:53 +0100946 .word 0x000f0000 @ new CPU Id
947 .word 0x000f0000
Catalin Marinas0e056f22009-07-24 12:32:58 +0100948 W(b) __armv7_mmu_cache_on
949 W(b) __armv7_mmu_cache_off
950 W(b) __armv7_mmu_cache_flush
Catalin Marinas7d09e852007-06-01 17:14:53 +0100951
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952 .word 0 @ unrecognised type
953 .word 0
954 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100955 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100957 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958 mov pc, lr
Catalin Marinas0e056f22009-07-24 12:32:58 +0100959 THUMB( nop )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960
961 .size proc_types, . - proc_types
962
Dave Martin946a1052011-06-14 14:20:44 +0100963 /*
964 * If you get a "non-constant expression in ".if" statement"
965 * error from the assembler on this line, check that you have
966 * not accidentally written a "b" instruction where you should
967 * have written W(b).
968 */
969 .if (. - proc_types) % PROC_ENTRY_SIZE != 0
970 .error "The size of one or more proc_types entries is wrong."
971 .endif
972
Linus Torvalds1da177e2005-04-16 15:20:36 -0700973/*
974 * Turn off the Cache and MMU. ARMv3 does not support
975 * reading the control register, but ARMv4 does.
976 *
Uwe Kleine-König21b28412010-01-26 22:08:09 +0100977 * On exit,
978 * r0, r1, r2, r3, r9, r12 corrupted
979 * This routine must preserve:
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +0100980 * r4, r7, r8
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981 */
982 .align 5
983cache_off: mov r3, #12 @ cache_off function
984 b call_cache_fn
985
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100986__armv4_mpu_cache_off:
987 mrc p15, 0, r0, c1, c0
988 bic r0, r0, #0x000d
989 mcr p15, 0, r0, c1, c0 @ turn MPU and cache off
990 mov r0, #0
991 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
992 mcr p15, 0, r0, c7, c6, 0 @ flush D-Cache
993 mcr p15, 0, r0, c7, c5, 0 @ flush I-Cache
994 mov pc, lr
995
996__armv3_mpu_cache_off:
997 mrc p15, 0, r0, c1, c0
998 bic r0, r0, #0x000d
999 mcr p15, 0, r0, c1, c0, 0 @ turn MPU and cache off
1000 mov r0, #0
1001 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
1002 mov pc, lr
1003
Hyok S. Choic76b6b42006-03-24 09:53:18 +00001004__armv4_mmu_cache_off:
Catalin Marinas8bdca0a2009-07-24 12:35:06 +01001005#ifdef CONFIG_MMU
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006 mrc p15, 0, r0, c1, c0
1007 bic r0, r0, #0x000d
1008 mcr p15, 0, r0, c1, c0 @ turn MMU and cache off
1009 mov r0, #0
1010 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4
1011 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4
Catalin Marinas8bdca0a2009-07-24 12:35:06 +01001012#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001013 mov pc, lr
1014
Catalin Marinas7d09e852007-06-01 17:14:53 +01001015__armv7_mmu_cache_off:
1016 mrc p15, 0, r0, c1, c0
Catalin Marinas8bdca0a2009-07-24 12:35:06 +01001017#ifdef CONFIG_MMU
Catalin Marinas7d09e852007-06-01 17:14:53 +01001018 bic r0, r0, #0x000d
Catalin Marinas8bdca0a2009-07-24 12:35:06 +01001019#else
1020 bic r0, r0, #0x000c
1021#endif
Catalin Marinas7d09e852007-06-01 17:14:53 +01001022 mcr p15, 0, r0, c1, c0 @ turn MMU and cache off
1023 mov r12, lr
1024 bl __armv7_mmu_cache_flush
1025 mov r0, #0
Catalin Marinas8bdca0a2009-07-24 12:35:06 +01001026#ifdef CONFIG_MMU
Catalin Marinas7d09e852007-06-01 17:14:53 +01001027 mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB
Catalin Marinas8bdca0a2009-07-24 12:35:06 +01001028#endif
Catalin Marinasc30c2f92008-11-06 13:23:07 +00001029 mcr p15, 0, r0, c7, c5, 6 @ invalidate BTC
1030 mcr p15, 0, r0, c7, c10, 4 @ DSB
1031 mcr p15, 0, r0, c7, c5, 4 @ ISB
Catalin Marinas7d09e852007-06-01 17:14:53 +01001032 mov pc, r12
1033
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034/*
1035 * Clean and flush the cache to maintain consistency.
1036 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 * On exit,
Uwe Kleine-König21b28412010-01-26 22:08:09 +01001038 * r1, r2, r3, r9, r10, r11, r12 corrupted
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 * This routine must preserve:
Nicolas Pitre6d7d0ae2011-02-21 07:06:45 +01001040 * r4, r6, r7, r8
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041 */
1042 .align 5
1043cache_clean_flush:
1044 mov r3, #16
1045 b call_cache_fn
1046
Hyok S. Choi10c2df62006-03-27 10:21:34 +01001047__armv4_mpu_cache_flush:
1048 mov r2, #1
1049 mov r3, #0
1050 mcr p15, 0, ip, c7, c6, 0 @ invalidate D cache
1051 mov r1, #7 << 5 @ 8 segments
10521: orr r3, r1, #63 << 26 @ 64 entries
10532: mcr p15, 0, r3, c7, c14, 2 @ clean & invalidate D index
1054 subs r3, r3, #1 << 26
1055 bcs 2b @ entries 63 to 0
1056 subs r1, r1, #1 << 5
1057 bcs 1b @ segments 7 to 0
1058
1059 teq r2, #0
1060 mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache
1061 mcr p15, 0, ip, c7, c10, 4 @ drain WB
1062 mov pc, lr
1063
Paulius Zaleckas28853ac2009-03-25 13:10:01 +02001064__fa526_cache_flush:
1065 mov r1, #0
1066 mcr p15, 0, r1, c7, c14, 0 @ clean and invalidate D cache
1067 mcr p15, 0, r1, c7, c5, 0 @ flush I cache
1068 mcr p15, 0, r1, c7, c10, 4 @ drain WB
1069 mov pc, lr
Hyok S. Choi10c2df62006-03-27 10:21:34 +01001070
Hyok S. Choic76b6b42006-03-24 09:53:18 +00001071__armv6_mmu_cache_flush:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072 mov r1, #0
1073 mcr p15, 0, r1, c7, c14, 0 @ clean+invalidate D
1074 mcr p15, 0, r1, c7, c5, 0 @ invalidate I+BTB
1075 mcr p15, 0, r1, c7, c15, 0 @ clean+invalidate unified
1076 mcr p15, 0, r1, c7, c10, 4 @ drain WB
1077 mov pc, lr
1078
Catalin Marinas7d09e852007-06-01 17:14:53 +01001079__armv7_mmu_cache_flush:
1080 mrc p15, 0, r10, c0, c1, 5 @ read ID_MMFR1
1081 tst r10, #0xf << 16 @ hierarchical cache (ARMv7)
Catalin Marinas7d09e852007-06-01 17:14:53 +01001082 mov r10, #0
Catalin Marinasc30c2f92008-11-06 13:23:07 +00001083 beq hierarchical
Catalin Marinas7d09e852007-06-01 17:14:53 +01001084 mcr p15, 0, r10, c7, c14, 0 @ clean+invalidate D
1085 b iflush
1086hierarchical:
Catalin Marinasc30c2f92008-11-06 13:23:07 +00001087 mcr p15, 0, r10, c7, c10, 5 @ DMB
Catalin Marinas0e056f22009-07-24 12:32:58 +01001088 stmfd sp!, {r0-r7, r9-r11}
Catalin Marinas7d09e852007-06-01 17:14:53 +01001089 mrc p15, 1, r0, c0, c0, 1 @ read clidr
1090 ands r3, r0, #0x7000000 @ extract loc from clidr
1091 mov r3, r3, lsr #23 @ left align loc bit field
1092 beq finished @ if loc is 0, then no need to clean
1093 mov r10, #0 @ start clean at cache level 0
1094loop1:
1095 add r2, r10, r10, lsr #1 @ work out 3x current cache level
1096 mov r1, r0, lsr r2 @ extract cache type bits from clidr
1097 and r1, r1, #7 @ mask of the bits for current cache only
1098 cmp r1, #2 @ see what cache we have at this level
1099 blt skip @ skip if no cache, or just i-cache
1100 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
1101 mcr p15, 0, r10, c7, c5, 4 @ isb to sych the new cssr&csidr
1102 mrc p15, 1, r1, c0, c0, 0 @ read the new csidr
1103 and r2, r1, #7 @ extract the length of the cache lines
1104 add r2, r2, #4 @ add 4 (line length offset)
1105 ldr r4, =0x3ff
1106 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
Catalin Marinas000b5022008-10-03 11:09:10 +01001107 clz r5, r4 @ find bit position of way size increment
Catalin Marinas7d09e852007-06-01 17:14:53 +01001108 ldr r7, =0x7fff
1109 ands r7, r7, r1, lsr #13 @ extract max number of the index size
1110loop2:
1111 mov r9, r4 @ create working copy of max way size
1112loop3:
Catalin Marinas0e056f22009-07-24 12:32:58 +01001113 ARM( orr r11, r10, r9, lsl r5 ) @ factor way and cache number into r11
1114 ARM( orr r11, r11, r7, lsl r2 ) @ factor index number into r11
1115 THUMB( lsl r6, r9, r5 )
1116 THUMB( orr r11, r10, r6 ) @ factor way and cache number into r11
1117 THUMB( lsl r6, r7, r2 )
1118 THUMB( orr r11, r11, r6 ) @ factor index number into r11
Catalin Marinas7d09e852007-06-01 17:14:53 +01001119 mcr p15, 0, r11, c7, c14, 2 @ clean & invalidate by set/way
1120 subs r9, r9, #1 @ decrement the way
1121 bge loop3
1122 subs r7, r7, #1 @ decrement the index
1123 bge loop2
1124skip:
1125 add r10, r10, #2 @ increment cache number
1126 cmp r3, r10
1127 bgt loop1
1128finished:
Catalin Marinas0e056f22009-07-24 12:32:58 +01001129 ldmfd sp!, {r0-r7, r9-r11}
Catalin Marinas7d09e852007-06-01 17:14:53 +01001130 mov r10, #0 @ swith back to cache level 0
1131 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
Catalin Marinas7d09e852007-06-01 17:14:53 +01001132iflush:
Catalin Marinasc30c2f92008-11-06 13:23:07 +00001133 mcr p15, 0, r10, c7, c10, 4 @ DSB
Catalin Marinas7d09e852007-06-01 17:14:53 +01001134 mcr p15, 0, r10, c7, c5, 0 @ invalidate I+BTB
Catalin Marinasc30c2f92008-11-06 13:23:07 +00001135 mcr p15, 0, r10, c7, c10, 4 @ DSB
1136 mcr p15, 0, r10, c7, c5, 4 @ ISB
Catalin Marinas7d09e852007-06-01 17:14:53 +01001137 mov pc, lr
1138
Nicolas Pitre15754bf2007-10-31 15:15:29 -04001139__armv5tej_mmu_cache_flush:
11401: mrc p15, 0, r15, c7, c14, 3 @ test,clean,invalidate D cache
1141 bne 1b
1142 mcr p15, 0, r0, c7, c5, 0 @ flush I cache
1143 mcr p15, 0, r0, c7, c10, 4 @ drain WB
1144 mov pc, lr
1145
Hyok S. Choic76b6b42006-03-24 09:53:18 +00001146__armv4_mmu_cache_flush:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147 mov r2, #64*1024 @ default: 32K dcache size (*2)
1148 mov r11, #32 @ default: 32 byte line size
1149 mrc p15, 0, r3, c0, c0, 1 @ read cache type
Russell King98e12b52010-02-25 23:56:38 +00001150 teq r3, r9 @ cache ID register present?
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151 beq no_cache_id
1152 mov r1, r3, lsr #18
1153 and r1, r1, #7
1154 mov r2, #1024
1155 mov r2, r2, lsl r1 @ base dcache size *2
1156 tst r3, #1 << 14 @ test M bit
1157 addne r2, r2, r2, lsr #1 @ +1/2 size if M == 1
1158 mov r3, r3, lsr #12
1159 and r3, r3, #3
1160 mov r11, #8
1161 mov r11, r11, lsl r3 @ cache line size in bytes
1162no_cache_id:
Catalin Marinas0e056f22009-07-24 12:32:58 +01001163 mov r1, pc
1164 bic r1, r1, #63 @ align to longest cache line
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 add r2, r1, r2
Catalin Marinas0e056f22009-07-24 12:32:58 +010011661:
1167 ARM( ldr r3, [r1], r11 ) @ s/w flush D cache
1168 THUMB( ldr r3, [r1] ) @ s/w flush D cache
1169 THUMB( add r1, r1, r11 )
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170 teq r1, r2
1171 bne 1b
1172
1173 mcr p15, 0, r1, c7, c5, 0 @ flush I cache
1174 mcr p15, 0, r1, c7, c6, 0 @ flush D cache
1175 mcr p15, 0, r1, c7, c10, 4 @ drain WB
1176 mov pc, lr
1177
Hyok S. Choic76b6b42006-03-24 09:53:18 +00001178__armv3_mmu_cache_flush:
Hyok S. Choi10c2df62006-03-27 10:21:34 +01001179__armv3_mpu_cache_flush:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180 mov r1, #0
Uwe Kleine-König63fa7182010-01-26 22:18:09 +01001181 mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cache v3
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182 mov pc, lr
1183
1184/*
1185 * Various debugging routines for printing hex characters and
1186 * memory, which again must be relocatable.
1187 */
1188#ifdef DEBUG
Catalin Marinas88987ef2009-07-24 12:32:52 +01001189 .align 2
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190 .type phexbuf,#object
1191phexbuf: .space 12
1192 .size phexbuf, . - phexbuf
1193
Uwe Kleine-Königbe6f9f02010-01-26 22:22:20 +01001194@ phex corrupts {r0, r1, r2, r3}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195phex: adr r3, phexbuf
1196 mov r2, #0
1197 strb r2, [r3, r1]
11981: subs r1, r1, #1
1199 movmi r0, r3
1200 bmi puts
1201 and r2, r0, #15
1202 mov r0, r0, lsr #4
1203 cmp r2, #10
1204 addge r2, r2, #7
1205 add r2, r2, #'0'
1206 strb r2, [r3, r1]
1207 b 1b
1208
Uwe Kleine-Königbe6f9f02010-01-26 22:22:20 +01001209@ puts corrupts {r0, r1, r2, r3}
Tony Lindgren4e6d4882010-02-01 23:26:53 +01001210puts: loadsp r3, r1
Linus Torvalds1da177e2005-04-16 15:20:36 -070012111: ldrb r2, [r0], #1
1212 teq r2, #0
1213 moveq pc, lr
Russell King5cd0c3442005-05-03 12:18:46 +010012142: writeb r2, r3
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215 mov r1, #0x00020000
12163: subs r1, r1, #1
1217 bne 3b
1218 teq r2, #'\n'
1219 moveq r2, #'\r'
1220 beq 2b
1221 teq r0, #0
1222 bne 1b
1223 mov pc, lr
Uwe Kleine-Königbe6f9f02010-01-26 22:22:20 +01001224@ putc corrupts {r0, r1, r2, r3}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001225putc:
1226 mov r2, r0
1227 mov r0, #0
Tony Lindgren4e6d4882010-02-01 23:26:53 +01001228 loadsp r3, r1
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229 b 2b
1230
Uwe Kleine-Königbe6f9f02010-01-26 22:22:20 +01001231@ memdump corrupts {r0, r1, r2, r3, r10, r11, r12, lr}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232memdump: mov r12, r0
1233 mov r10, lr
1234 mov r11, #0
12352: mov r0, r11, lsl #2
1236 add r0, r0, r12
1237 mov r1, #8
1238 bl phex
1239 mov r0, #':'
1240 bl putc
12411: mov r0, #' '
1242 bl putc
1243 ldr r0, [r12, r11, lsl #2]
1244 mov r1, #8
1245 bl phex
1246 and r0, r11, #7
1247 teq r0, #3
1248 moveq r0, #' '
1249 bleq putc
1250 and r0, r11, #7
1251 add r11, r11, #1
1252 teq r0, #7
1253 bne 1b
1254 mov r0, #'\n'
1255 bl putc
1256 cmp r11, #64
1257 blt 2b
1258 mov pc, r10
1259#endif
1260
Catalin Marinas92c83ff12007-06-22 14:27:50 +01001261 .ltorg
Dave Martin424e5992012-02-10 18:07:07 -08001262
1263#ifdef CONFIG_ARM_VIRT_EXT
1264.align 5
1265__hyp_reentry_vectors:
1266 W(b) . @ reset
1267 W(b) . @ undef
1268 W(b) . @ svc
1269 W(b) . @ pabort
1270 W(b) . @ dabort
1271 W(b) __enter_kernel @ hyp
1272 W(b) . @ irq
1273 W(b) . @ fiq
1274#endif /* CONFIG_ARM_VIRT_EXT */
1275
1276__enter_kernel:
1277 mov r0, #0 @ must be 0
1278 ARM( mov pc, r4 ) @ call kernel
1279 THUMB( bx r4 ) @ entry point is always ARM
1280
Nicolas Pitreadcc2592011-04-27 16:15:11 -04001281reloc_code_end:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282
1283 .align
Russell Kingb0c4d4e2010-11-22 12:00:59 +00001284 .section ".stack", "aw", %nobits
Nicolas Pitre8d7e4cc2011-04-27 14:54:39 -04001285.L_user_stack: .space 4096
1286.L_user_stack_end: