blob: 7b1f31295a0aef74e0116cb44eaf0b48310c5188 [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>
12
13/*
14 * Debugging stuff
15 *
16 * Note that these macros must not contain any code which is not
17 * 100% relocatable. Any attempt to do so will result in a crash.
18 * Please select one of the following when turning on debugging.
19 */
20#ifdef DEBUG
Russell King5cd0c342005-05-03 12:18:46 +010021
Russell King5cd0c342005-05-03 12:18:46 +010022#if defined(CONFIG_DEBUG_ICEDCC)
Tony Lindgren7d95ded2006-09-20 13:03:34 +010023
24#ifdef CONFIG_CPU_V6
25 .macro loadsp, rb
26 .endm
27 .macro writeb, ch, rb
28 mcr p14, 0, \ch, c0, c5, 0
29 .endm
30#else
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 .macro loadsp, rb
32 .endm
Russell King224b5be2005-11-16 14:59:51 +000033 .macro writeb, ch, rb
Uwe Kleine-König41a9e682007-12-13 09:31:34 +010034 mcr p14, 0, \ch, c1, c0, 0
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 .endm
Tony Lindgren7d95ded2006-09-20 13:03:34 +010036#endif
37
Russell King5cd0c342005-05-03 12:18:46 +010038#else
Russell King224b5be2005-11-16 14:59:51 +000039
Russell Kinga09e64f2008-08-05 16:14:15 +010040#include <mach/debug-macro.S>
Russell King224b5be2005-11-16 14:59:51 +000041
Russell King5cd0c342005-05-03 12:18:46 +010042 .macro writeb, ch, rb
43 senduart \ch, \rb
44 .endm
45
Russell King224b5be2005-11-16 14:59:51 +000046#if defined(CONFIG_ARCH_SA1100)
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 .macro loadsp, rb
48 mov \rb, #0x80000000 @ physical base address
Russell King224b5be2005-11-16 14:59:51 +000049#ifdef CONFIG_DEBUG_LL_SER3
Linus Torvalds1da177e2005-04-16 15:20:36 -070050 add \rb, \rb, #0x00050000 @ Ser3
Russell King224b5be2005-11-16 14:59:51 +000051#else
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 add \rb, \rb, #0x00010000 @ Ser1
Russell King224b5be2005-11-16 14:59:51 +000053#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 .endm
Linus Torvalds1da177e2005-04-16 15:20:36 -070055#elif defined(CONFIG_ARCH_S3C2410)
Russell King5cd0c342005-05-03 12:18:46 +010056 .macro loadsp, rb
Linus Torvalds1da177e2005-04-16 15:20:36 -070057 mov \rb, #0x50000000
Ben Dooksc7657842007-07-22 16:11:20 +010058 add \rb, \rb, #0x4000 * CONFIG_S3C_LOWLEVEL_UART_PORT
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 .endm
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#else
Russell King224b5be2005-11-16 14:59:51 +000061 .macro loadsp, rb
62 addruart \rb
63 .endm
Linus Torvalds1da177e2005-04-16 15:20:36 -070064#endif
65#endif
Russell King5cd0c342005-05-03 12:18:46 +010066#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
68 .macro kputc,val
69 mov r0, \val
70 bl putc
71 .endm
72
73 .macro kphex,val,len
74 mov r0, \val
75 mov r1, #\len
76 bl phex
77 .endm
78
79 .macro debug_reloc_start
80#ifdef DEBUG
81 kputc #'\n'
82 kphex r6, 8 /* processor id */
83 kputc #':'
84 kphex r7, 8 /* architecture id */
Hyok S. Choif12d0d72006-09-26 17:36:37 +090085#ifdef CONFIG_CPU_CP15
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 kputc #':'
87 mrc p15, 0, r0, c1, c0
88 kphex r0, 8 /* control reg */
Hyok S. Choif12d0d72006-09-26 17:36:37 +090089#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 kputc #'\n'
91 kphex r5, 8 /* decompressed kernel start */
92 kputc #'-'
Russell Kingf4619022006-01-12 17:17:57 +000093 kphex r9, 8 /* decompressed kernel end */
Linus Torvalds1da177e2005-04-16 15:20:36 -070094 kputc #'>'
95 kphex r4, 8 /* kernel execution address */
96 kputc #'\n'
97#endif
98 .endm
99
100 .macro debug_reloc_end
101#ifdef DEBUG
102 kphex r5, 8 /* end of kernel */
103 kputc #'\n'
104 mov r0, r4
105 bl memdump /* dump 256 bytes at start of kernel */
106#endif
107 .endm
108
109 .section ".start", #alloc, #execinstr
110/*
111 * sort out different calling conventions
112 */
113 .align
114start:
115 .type start,#function
116 .rept 8
117 mov r0, r0
118 .endr
119
120 b 1f
121 .word 0x016f2818 @ Magic numbers to help the loader
122 .word start @ absolute load/run zImage address
123 .word _edata @ zImage end address
1241: mov r7, r1 @ save architecture ID
Russell Kingf4619022006-01-12 17:17:57 +0000125 mov r8, r2 @ save atags pointer
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126
127#ifndef __ARM_ARCH_2__
128 /*
129 * Booting from Angel - need to enter SVC mode and disable
130 * FIQs/IRQs (numeric definitions from angel arm.h source).
131 * We only do this if we were in user mode on entry.
132 */
133 mrs r2, cpsr @ get current mode
134 tst r2, #3 @ not user?
135 bne not_angel
136 mov r0, #0x17 @ angel_SWIreason_EnterSVC
137 swi 0x123456 @ angel_SWI_ARM
138not_angel:
139 mrs r2, cpsr @ turn off interrupts to
140 orr r2, r2, #0xc0 @ prevent angel from running
141 msr cpsr_c, r2
142#else
143 teqp pc, #0x0c000003 @ turn off interrupts
144#endif
145
146 /*
147 * Note that some cache flushing and other stuff may
148 * be needed here - is there an Angel SWI call for this?
149 */
150
151 /*
152 * some architecture specific code can be inserted
Russell Kingf4619022006-01-12 17:17:57 +0000153 * by the linker here, but it should preserve r7, r8, and r9.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 */
155
156 .text
157 adr r0, LC0
158 ldmia r0, {r1, r2, r3, r4, r5, r6, ip, sp}
159 subs r0, r0, r1 @ calculate the delta offset
160
161 @ if delta is zero, we are
162 beq not_relocated @ running at the address we
163 @ were linked at.
164
165 /*
166 * We're running at a different address. We need to fix
167 * up various pointers:
168 * r5 - zImage base address
169 * r6 - GOT start
170 * ip - GOT end
171 */
172 add r5, r5, r0
173 add r6, r6, r0
174 add ip, ip, r0
175
176#ifndef CONFIG_ZBOOT_ROM
177 /*
178 * If we're running fully PIC === CONFIG_ZBOOT_ROM = n,
179 * we need to fix up pointers into the BSS region.
180 * r2 - BSS start
181 * r3 - BSS end
182 * sp - stack pointer
183 */
184 add r2, r2, r0
185 add r3, r3, r0
186 add sp, sp, r0
187
188 /*
189 * Relocate all entries in the GOT table.
190 */
1911: ldr r1, [r6, #0] @ relocate entries in the GOT
192 add r1, r1, r0 @ table. This fixes up the
193 str r1, [r6], #4 @ C references.
194 cmp r6, ip
195 blo 1b
196#else
197
198 /*
199 * Relocate entries in the GOT table. We only relocate
200 * the entries that are outside the (relocated) BSS region.
201 */
2021: ldr r1, [r6, #0] @ relocate entries in the GOT
203 cmp r1, r2 @ entry < bss_start ||
204 cmphs r3, r1 @ _end < entry
205 addlo r1, r1, r0 @ table. This fixes up the
206 str r1, [r6], #4 @ C references.
207 cmp r6, ip
208 blo 1b
209#endif
210
211not_relocated: mov r0, #0
2121: str r0, [r2], #4 @ clear bss
213 str r0, [r2], #4
214 str r0, [r2], #4
215 str r0, [r2], #4
216 cmp r2, r3
217 blo 1b
218
219 /*
220 * The C runtime environment should now be setup
221 * sufficiently. Turn the cache on, set up some
222 * pointers, and start decompressing.
223 */
224 bl cache_on
225
226 mov r1, sp @ malloc space above stack
227 add r2, sp, #0x10000 @ 64k max
228
229/*
230 * Check to see if we will overwrite ourselves.
231 * r4 = final kernel address
232 * r5 = start of this image
233 * r2 = end of malloc space (and therefore this image)
234 * We basically want:
235 * r4 >= r2 -> OK
236 * r4 + image length <= r5 -> OK
237 */
238 cmp r4, r2
239 bhs wont_overwrite
Lennert Buytenhek2552fc22006-09-29 21:14:05 +0100240 sub r3, sp, r5 @ > compressed kernel size
241 add r0, r4, r3, lsl #2 @ allow for 4x expansion
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242 cmp r0, r5
243 bls wont_overwrite
244
245 mov r5, r2 @ decompress after malloc space
246 mov r0, r5
247 mov r3, r7
248 bl decompress_kernel
249
Catalin Marinasc7341d42007-06-01 17:13:59 +0100250 add r0, r0, #127 + 128 @ alignment + stack
Linus Torvalds1da177e2005-04-16 15:20:36 -0700251 bic r0, r0, #127 @ align the kernel length
252/*
253 * r0 = decompressed kernel length
254 * r1-r3 = unused
255 * r4 = kernel execution address
256 * r5 = decompressed kernel start
257 * r6 = processor ID
258 * r7 = architecture ID
Russell Kingf4619022006-01-12 17:17:57 +0000259 * r8 = atags pointer
260 * r9-r14 = corrupted
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261 */
262 add r1, r5, r0 @ end of decompressed kernel
263 adr r2, reloc_start
264 ldr r3, LC1
265 add r3, r2, r3
Russell Kingf4619022006-01-12 17:17:57 +00002661: ldmia r2!, {r9 - r14} @ copy relocation code
267 stmia r1!, {r9 - r14}
268 ldmia r2!, {r9 - r14}
269 stmia r1!, {r9 - r14}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270 cmp r2, r3
271 blo 1b
Catalin Marinasc7341d42007-06-01 17:13:59 +0100272 add sp, r1, #128 @ relocate the stack
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273
274 bl cache_clean_flush
275 add pc, r5, r0 @ call relocation code
276
277/*
278 * We're not in danger of overwriting ourselves. Do this the simple way.
279 *
280 * r4 = kernel execution address
281 * r7 = architecture ID
282 */
283wont_overwrite: mov r0, r4
284 mov r3, r7
285 bl decompress_kernel
286 b call_kernel
287
288 .type LC0, #object
289LC0: .word LC0 @ r1
290 .word __bss_start @ r2
291 .word _end @ r3
292 .word zreladdr @ r4
293 .word _start @ r5
294 .word _got_start @ r6
295 .word _got_end @ ip
296 .word user_stack+4096 @ sp
297LC1: .word reloc_end - reloc_start
298 .size LC0, . - LC0
299
300#ifdef CONFIG_ARCH_RPC
301 .globl params
302params: ldr r0, =params_phys
303 mov pc, lr
304 .ltorg
305 .align
306#endif
307
308/*
309 * Turn on the cache. We need to setup some page tables so that we
310 * can have both the I and D caches on.
311 *
312 * We place the page tables 16k down from the kernel execution address,
313 * and we hope that nothing else is using it. If we're using it, we
314 * will go pop!
315 *
316 * On entry,
317 * r4 = kernel execution address
318 * r6 = processor ID
319 * r7 = architecture number
Russell Kingf4619022006-01-12 17:17:57 +0000320 * r8 = atags pointer
321 * r9 = run-time address of "start" (???)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 * On exit,
Russell Kingf4619022006-01-12 17:17:57 +0000323 * r1, r2, r3, r9, r10, r12 corrupted
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 * This routine must preserve:
Russell Kingf4619022006-01-12 17:17:57 +0000325 * r4, r5, r6, r7, r8
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 */
327 .align 5
328cache_on: mov r3, #8 @ cache_on function
329 b call_cache_fn
330
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100331/*
332 * Initialize the highest priority protection region, PR7
333 * to cover all 32bit address and cacheable and bufferable.
334 */
335__armv4_mpu_cache_on:
336 mov r0, #0x3f @ 4G, the whole
337 mcr p15, 0, r0, c6, c7, 0 @ PR7 Area Setting
338 mcr p15, 0, r0, c6, c7, 1
339
340 mov r0, #0x80 @ PR7
341 mcr p15, 0, r0, c2, c0, 0 @ D-cache on
342 mcr p15, 0, r0, c2, c0, 1 @ I-cache on
343 mcr p15, 0, r0, c3, c0, 0 @ write-buffer on
344
345 mov r0, #0xc000
346 mcr p15, 0, r0, c5, c0, 1 @ I-access permission
347 mcr p15, 0, r0, c5, c0, 0 @ D-access permission
348
349 mov r0, #0
350 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
351 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache
352 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
353 mrc p15, 0, r0, c1, c0, 0 @ read control reg
354 @ ...I .... ..D. WC.M
355 orr r0, r0, #0x002d @ .... .... ..1. 11.1
356 orr r0, r0, #0x1000 @ ...1 .... .... ....
357
358 mcr p15, 0, r0, c1, c0, 0 @ write control reg
359
360 mov r0, #0
361 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache
362 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
363 mov pc, lr
364
365__armv3_mpu_cache_on:
366 mov r0, #0x3f @ 4G, the whole
367 mcr p15, 0, r0, c6, c7, 0 @ PR7 Area Setting
368
369 mov r0, #0x80 @ PR7
370 mcr p15, 0, r0, c2, c0, 0 @ cache on
371 mcr p15, 0, r0, c3, c0, 0 @ write-buffer on
372
373 mov r0, #0xc000
374 mcr p15, 0, r0, c5, c0, 0 @ access permission
375
376 mov r0, #0
377 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
378 mrc p15, 0, r0, c1, c0, 0 @ read control reg
379 @ .... .... .... WC.M
380 orr r0, r0, #0x000d @ .... .... .... 11.1
381 mov r0, #0
382 mcr p15, 0, r0, c1, c0, 0 @ write control reg
383
384 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
385 mov pc, lr
386
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387__setup_mmu: sub r3, r4, #16384 @ Page directory size
388 bic r3, r3, #0xff @ Align the pointer
389 bic r3, r3, #0x3f00
390/*
391 * Initialise the page tables, turning on the cacheable and bufferable
392 * bits for the RAM area only.
393 */
394 mov r0, r3
Russell Kingf4619022006-01-12 17:17:57 +0000395 mov r9, r0, lsr #18
396 mov r9, r9, lsl #18 @ start of RAM
397 add r10, r9, #0x10000000 @ a reasonable RAM size
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 mov r1, #0x12
399 orr r1, r1, #3 << 10
400 add r2, r3, #16384
Nicolas Pitre265d5e42006-01-18 22:38:51 +00004011: cmp r1, r9 @ if virt > start of RAM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 orrhs r1, r1, #0x0c @ set cacheable, bufferable
Russell Kingf4619022006-01-12 17:17:57 +0000403 cmp r1, r10 @ if virt > end of RAM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 bichs r1, r1, #0x0c @ clear cacheable, bufferable
405 str r1, [r0], #4 @ 1:1 mapping
406 add r1, r1, #1048576
407 teq r0, r2
408 bne 1b
409/*
410 * If ever we are running from Flash, then we surely want the cache
411 * to be enabled also for our execution instance... We map 2MB of it
412 * so there is no map overlap problem for up to 1 MB compressed kernel.
413 * If the execution is in RAM then we would only be duplicating the above.
414 */
415 mov r1, #0x1e
416 orr r1, r1, #3 << 10
417 mov r2, pc, lsr #20
418 orr r1, r1, r2, lsl #20
419 add r0, r3, r2, lsl #2
420 str r1, [r0], #4
421 add r1, r1, #1048576
422 str r1, [r0]
423 mov pc, lr
Catalin Marinas93ed3972008-08-28 11:22:32 +0100424ENDPROC(__setup_mmu)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000426__armv4_mmu_cache_on:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 mov r12, lr
428 bl __setup_mmu
429 mov r0, #0
430 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
431 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
432 mrc p15, 0, r0, c1, c0, 0 @ read control reg
433 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
434 orr r0, r0, #0x0030
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000435 bl __common_mmu_cache_on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436 mov r0, #0
437 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
438 mov pc, r12
439
Catalin Marinas7d09e852007-06-01 17:14:53 +0100440__armv7_mmu_cache_on:
441 mov r12, lr
442 mrc p15, 0, r11, c0, c1, 4 @ read ID_MMFR0
443 tst r11, #0xf @ VMSA
444 blne __setup_mmu
445 mov r0, #0
446 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
447 tst r11, #0xf @ VMSA
448 mcrne p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
449 mrc p15, 0, r0, c1, c0, 0 @ read control reg
450 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
451 orr r0, r0, #0x003c @ write buffer
452 orrne r0, r0, #1 @ MMU enabled
453 movne r1, #-1
454 mcrne p15, 0, r3, c2, c0, 0 @ load page table pointer
455 mcrne p15, 0, r1, c3, c0, 0 @ load domain access control
456 mcr p15, 0, r0, c1, c0, 0 @ load control register
457 mrc p15, 0, r0, c1, c0, 0 @ and read it back
458 mov r0, #0
459 mcr p15, 0, r0, c7, c5, 4 @ ISB
460 mov pc, r12
461
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000462__arm6_mmu_cache_on:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 mov r12, lr
464 bl __setup_mmu
465 mov r0, #0
466 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
467 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
468 mov r0, #0x30
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000469 bl __common_mmu_cache_on
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 mov r0, #0
471 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
472 mov pc, r12
473
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000474__common_mmu_cache_on:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475#ifndef DEBUG
476 orr r0, r0, #0x000d @ Write buffer, mmu
477#endif
478 mov r1, #-1
479 mcr p15, 0, r3, c2, c0, 0 @ load page table pointer
480 mcr p15, 0, r1, c3, c0, 0 @ load domain access control
Nicolas Pitre2dc76672006-07-01 21:29:32 +0100481 b 1f
482 .align 5 @ cache line aligned
4831: mcr p15, 0, r0, c1, c0, 0 @ load control register
484 mrc p15, 0, r0, c1, c0, 0 @ and read it back to
485 sub pc, lr, r0, lsr #32 @ properly flush pipeline
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486
487/*
488 * All code following this line is relocatable. It is relocated by
489 * the above code to the end of the decompressed kernel image and
490 * executed there. During this time, we have no stacks.
491 *
492 * r0 = decompressed kernel length
493 * r1-r3 = unused
494 * r4 = kernel execution address
495 * r5 = decompressed kernel start
496 * r6 = processor ID
497 * r7 = architecture ID
Russell Kingf4619022006-01-12 17:17:57 +0000498 * r8 = atags pointer
499 * r9-r14 = corrupted
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 */
501 .align 5
Russell Kingf4619022006-01-12 17:17:57 +0000502reloc_start: add r9, r5, r0
Catalin Marinasc7341d42007-06-01 17:13:59 +0100503 sub r9, r9, #128 @ do not copy the stack
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 debug_reloc_start
505 mov r1, r4
5061:
507 .rept 4
Russell Kingf4619022006-01-12 17:17:57 +0000508 ldmia r5!, {r0, r2, r3, r10 - r14} @ relocate kernel
509 stmia r1!, {r0, r2, r3, r10 - r14}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 .endr
511
Russell Kingf4619022006-01-12 17:17:57 +0000512 cmp r5, r9
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 blo 1b
Catalin Marinasc7341d42007-06-01 17:13:59 +0100514 add sp, r1, #128 @ relocate the stack
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 debug_reloc_end
516
517call_kernel: bl cache_clean_flush
518 bl cache_off
Russell Kingf4619022006-01-12 17:17:57 +0000519 mov r0, #0 @ must be zero
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520 mov r1, r7 @ restore architecture number
Russell Kingf4619022006-01-12 17:17:57 +0000521 mov r2, r8 @ restore atags pointer
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 mov pc, r4 @ call kernel
523
524/*
525 * Here follow the relocatable cache support functions for the
526 * various processors. This is a generic hook for locating an
527 * entry and jumping to an instruction at the specified offset
528 * from the start of the block. Please note this is all position
529 * independent code.
530 *
531 * r1 = corrupted
532 * r2 = corrupted
533 * r3 = block offset
534 * r6 = corrupted
535 * r12 = corrupted
536 */
537
538call_cache_fn: adr r12, proc_types
Hyok S. Choif12d0d72006-09-26 17:36:37 +0900539#ifdef CONFIG_CPU_CP15
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 mrc p15, 0, r6, c0, c0 @ get processor ID
Hyok S. Choif12d0d72006-09-26 17:36:37 +0900541#else
542 ldr r6, =CONFIG_PROCESSOR_ID
543#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07005441: ldr r1, [r12, #0] @ get value
545 ldr r2, [r12, #4] @ get mask
546 eor r1, r1, r6 @ (real ^ match)
547 tst r1, r2 @ & mask
548 addeq pc, r12, r3 @ call cache function
549 add r12, r12, #4*5
550 b 1b
551
552/*
553 * Table for cache operations. This is basically:
554 * - CPU ID match
555 * - CPU ID mask
556 * - 'cache on' method instruction
557 * - 'cache off' method instruction
558 * - 'cache flush' method instruction
559 *
560 * We match an entry using: ((real_id ^ match) & mask) == 0
561 *
562 * Writethrough caches generally only need 'on' and 'off'
563 * methods. Writeback caches _must_ have the flush method
564 * defined.
565 */
566 .type proc_types,#object
567proc_types:
568 .word 0x41560600 @ ARM6/610
569 .word 0xffffffe0
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000570 b __arm6_mmu_cache_off @ works, but slow
571 b __arm6_mmu_cache_off
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 mov pc, lr
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000573@ b __arm6_mmu_cache_on @ untested
574@ b __arm6_mmu_cache_off
575@ b __armv3_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576
577 .word 0x00000000 @ old ARM ID
578 .word 0x0000f000
579 mov pc, lr
580 mov pc, lr
581 mov pc, lr
582
583 .word 0x41007000 @ ARM7/710
584 .word 0xfff8fe00
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000585 b __arm7_mmu_cache_off
586 b __arm7_mmu_cache_off
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587 mov pc, lr
588
589 .word 0x41807200 @ ARM720T (writethrough)
590 .word 0xffffff00
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000591 b __armv4_mmu_cache_on
592 b __armv4_mmu_cache_off
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 mov pc, lr
594
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100595 .word 0x41007400 @ ARM74x
596 .word 0xff00ff00
597 b __armv3_mpu_cache_on
598 b __armv3_mpu_cache_off
599 b __armv3_mpu_cache_flush
600
601 .word 0x41009400 @ ARM94x
602 .word 0xff00ff00
603 b __armv4_mpu_cache_on
604 b __armv4_mpu_cache_off
605 b __armv4_mpu_cache_flush
606
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 .word 0x00007000 @ ARM7 IDs
608 .word 0x0000f000
609 mov pc, lr
610 mov pc, lr
611 mov pc, lr
612
613 @ Everything from here on will be the new ID system.
614
615 .word 0x4401a100 @ sa110 / sa1100
616 .word 0xffffffe0
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000617 b __armv4_mmu_cache_on
618 b __armv4_mmu_cache_off
619 b __armv4_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620
621 .word 0x6901b110 @ sa1110
622 .word 0xfffffff0
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000623 b __armv4_mmu_cache_on
624 b __armv4_mmu_cache_off
625 b __armv4_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626
Nicolas Pitre2e2023f2008-06-03 23:06:21 +0200627 .word 0x56050000 @ Feroceon
628 .word 0xff0f0000
Nicolas Pitre3ebb5a22007-10-31 15:31:48 -0400629 b __armv4_mmu_cache_on
630 b __armv4_mmu_cache_off
631 b __armv5tej_mmu_cache_flush
632
Linus Torvalds1da177e2005-04-16 15:20:36 -0700633 @ These match on the architecture ID
634
635 .word 0x00020000 @ ARMv4T
636 .word 0x000f0000
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000637 b __armv4_mmu_cache_on
638 b __armv4_mmu_cache_off
639 b __armv4_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640
641 .word 0x00050000 @ ARMv5TE
642 .word 0x000f0000
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000643 b __armv4_mmu_cache_on
644 b __armv4_mmu_cache_off
645 b __armv4_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646
647 .word 0x00060000 @ ARMv5TEJ
648 .word 0x000f0000
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000649 b __armv4_mmu_cache_on
650 b __armv4_mmu_cache_off
Nicolas Pitre15754bf2007-10-31 15:15:29 -0400651 b __armv5tej_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652
Catalin Marinas45a7b9c2006-06-18 16:21:50 +0100653 .word 0x0007b000 @ ARMv6
Catalin Marinas7d09e852007-06-01 17:14:53 +0100654 .word 0x000ff000
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000655 b __armv4_mmu_cache_on
656 b __armv4_mmu_cache_off
657 b __armv6_mmu_cache_flush
Linus Torvalds1da177e2005-04-16 15:20:36 -0700658
Catalin Marinas7d09e852007-06-01 17:14:53 +0100659 .word 0x000f0000 @ new CPU Id
660 .word 0x000f0000
661 b __armv7_mmu_cache_on
662 b __armv7_mmu_cache_off
663 b __armv7_mmu_cache_flush
664
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665 .word 0 @ unrecognised type
666 .word 0
667 mov pc, lr
668 mov pc, lr
669 mov pc, lr
670
671 .size proc_types, . - proc_types
672
673/*
674 * Turn off the Cache and MMU. ARMv3 does not support
675 * reading the control register, but ARMv4 does.
676 *
677 * On entry, r6 = processor ID
678 * On exit, r0, r1, r2, r3, r12 corrupted
679 * This routine must preserve: r4, r6, r7
680 */
681 .align 5
682cache_off: mov r3, #12 @ cache_off function
683 b call_cache_fn
684
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100685__armv4_mpu_cache_off:
686 mrc p15, 0, r0, c1, c0
687 bic r0, r0, #0x000d
688 mcr p15, 0, r0, c1, c0 @ turn MPU and cache off
689 mov r0, #0
690 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
691 mcr p15, 0, r0, c7, c6, 0 @ flush D-Cache
692 mcr p15, 0, r0, c7, c5, 0 @ flush I-Cache
693 mov pc, lr
694
695__armv3_mpu_cache_off:
696 mrc p15, 0, r0, c1, c0
697 bic r0, r0, #0x000d
698 mcr p15, 0, r0, c1, c0, 0 @ turn MPU and cache off
699 mov r0, #0
700 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
701 mov pc, lr
702
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000703__armv4_mmu_cache_off:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 mrc p15, 0, r0, c1, c0
705 bic r0, r0, #0x000d
706 mcr p15, 0, r0, c1, c0 @ turn MMU and cache off
707 mov r0, #0
708 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4
709 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4
710 mov pc, lr
711
Catalin Marinas7d09e852007-06-01 17:14:53 +0100712__armv7_mmu_cache_off:
713 mrc p15, 0, r0, c1, c0
714 bic r0, r0, #0x000d
715 mcr p15, 0, r0, c1, c0 @ turn MMU and cache off
716 mov r12, lr
717 bl __armv7_mmu_cache_flush
718 mov r0, #0
719 mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB
Catalin Marinasc30c2f92008-11-06 13:23:07 +0000720 mcr p15, 0, r0, c7, c5, 6 @ invalidate BTC
721 mcr p15, 0, r0, c7, c10, 4 @ DSB
722 mcr p15, 0, r0, c7, c5, 4 @ ISB
Catalin Marinas7d09e852007-06-01 17:14:53 +0100723 mov pc, r12
724
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000725__arm6_mmu_cache_off:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726 mov r0, #0x00000030 @ ARM6 control reg.
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000727 b __armv3_mmu_cache_off
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000729__arm7_mmu_cache_off:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 mov r0, #0x00000070 @ ARM7 control reg.
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000731 b __armv3_mmu_cache_off
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000733__armv3_mmu_cache_off:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734 mcr p15, 0, r0, c1, c0, 0 @ turn MMU and cache off
735 mov r0, #0
736 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
737 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
738 mov pc, lr
739
740/*
741 * Clean and flush the cache to maintain consistency.
742 *
743 * On entry,
744 * r6 = processor ID
745 * On exit,
746 * r1, r2, r3, r11, r12 corrupted
747 * This routine must preserve:
748 * r0, r4, r5, r6, r7
749 */
750 .align 5
751cache_clean_flush:
752 mov r3, #16
753 b call_cache_fn
754
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100755__armv4_mpu_cache_flush:
756 mov r2, #1
757 mov r3, #0
758 mcr p15, 0, ip, c7, c6, 0 @ invalidate D cache
759 mov r1, #7 << 5 @ 8 segments
7601: orr r3, r1, #63 << 26 @ 64 entries
7612: mcr p15, 0, r3, c7, c14, 2 @ clean & invalidate D index
762 subs r3, r3, #1 << 26
763 bcs 2b @ entries 63 to 0
764 subs r1, r1, #1 << 5
765 bcs 1b @ segments 7 to 0
766
767 teq r2, #0
768 mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache
769 mcr p15, 0, ip, c7, c10, 4 @ drain WB
770 mov pc, lr
771
772
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000773__armv6_mmu_cache_flush:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774 mov r1, #0
775 mcr p15, 0, r1, c7, c14, 0 @ clean+invalidate D
776 mcr p15, 0, r1, c7, c5, 0 @ invalidate I+BTB
777 mcr p15, 0, r1, c7, c15, 0 @ clean+invalidate unified
778 mcr p15, 0, r1, c7, c10, 4 @ drain WB
779 mov pc, lr
780
Catalin Marinas7d09e852007-06-01 17:14:53 +0100781__armv7_mmu_cache_flush:
782 mrc p15, 0, r10, c0, c1, 5 @ read ID_MMFR1
783 tst r10, #0xf << 16 @ hierarchical cache (ARMv7)
Catalin Marinas7d09e852007-06-01 17:14:53 +0100784 mov r10, #0
Catalin Marinasc30c2f92008-11-06 13:23:07 +0000785 beq hierarchical
Catalin Marinas7d09e852007-06-01 17:14:53 +0100786 mcr p15, 0, r10, c7, c14, 0 @ clean+invalidate D
787 b iflush
788hierarchical:
Catalin Marinasc30c2f92008-11-06 13:23:07 +0000789 mcr p15, 0, r10, c7, c10, 5 @ DMB
790 stmfd sp!, {r0-r5, r7, r9, r11}
Catalin Marinas7d09e852007-06-01 17:14:53 +0100791 mrc p15, 1, r0, c0, c0, 1 @ read clidr
792 ands r3, r0, #0x7000000 @ extract loc from clidr
793 mov r3, r3, lsr #23 @ left align loc bit field
794 beq finished @ if loc is 0, then no need to clean
795 mov r10, #0 @ start clean at cache level 0
796loop1:
797 add r2, r10, r10, lsr #1 @ work out 3x current cache level
798 mov r1, r0, lsr r2 @ extract cache type bits from clidr
799 and r1, r1, #7 @ mask of the bits for current cache only
800 cmp r1, #2 @ see what cache we have at this level
801 blt skip @ skip if no cache, or just i-cache
802 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
803 mcr p15, 0, r10, c7, c5, 4 @ isb to sych the new cssr&csidr
804 mrc p15, 1, r1, c0, c0, 0 @ read the new csidr
805 and r2, r1, #7 @ extract the length of the cache lines
806 add r2, r2, #4 @ add 4 (line length offset)
807 ldr r4, =0x3ff
808 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
Catalin Marinas000b5022008-10-03 11:09:10 +0100809 clz r5, r4 @ find bit position of way size increment
Catalin Marinas7d09e852007-06-01 17:14:53 +0100810 ldr r7, =0x7fff
811 ands r7, r7, r1, lsr #13 @ extract max number of the index size
812loop2:
813 mov r9, r4 @ create working copy of max way size
814loop3:
815 orr r11, r10, r9, lsl r5 @ factor way and cache number into r11
816 orr r11, r11, r7, lsl r2 @ factor index number into r11
817 mcr p15, 0, r11, c7, c14, 2 @ clean & invalidate by set/way
818 subs r9, r9, #1 @ decrement the way
819 bge loop3
820 subs r7, r7, #1 @ decrement the index
821 bge loop2
822skip:
823 add r10, r10, #2 @ increment cache number
824 cmp r3, r10
825 bgt loop1
826finished:
Catalin Marinasc30c2f92008-11-06 13:23:07 +0000827 ldmfd sp!, {r0-r5, r7, r9, r11}
Catalin Marinas7d09e852007-06-01 17:14:53 +0100828 mov r10, #0 @ swith back to cache level 0
829 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
Catalin Marinas7d09e852007-06-01 17:14:53 +0100830iflush:
Catalin Marinasc30c2f92008-11-06 13:23:07 +0000831 mcr p15, 0, r10, c7, c10, 4 @ DSB
Catalin Marinas7d09e852007-06-01 17:14:53 +0100832 mcr p15, 0, r10, c7, c5, 0 @ invalidate I+BTB
Catalin Marinasc30c2f92008-11-06 13:23:07 +0000833 mcr p15, 0, r10, c7, c10, 4 @ DSB
834 mcr p15, 0, r10, c7, c5, 4 @ ISB
Catalin Marinas7d09e852007-06-01 17:14:53 +0100835 mov pc, lr
836
Nicolas Pitre15754bf2007-10-31 15:15:29 -0400837__armv5tej_mmu_cache_flush:
8381: mrc p15, 0, r15, c7, c14, 3 @ test,clean,invalidate D cache
839 bne 1b
840 mcr p15, 0, r0, c7, c5, 0 @ flush I cache
841 mcr p15, 0, r0, c7, c10, 4 @ drain WB
842 mov pc, lr
843
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000844__armv4_mmu_cache_flush:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 mov r2, #64*1024 @ default: 32K dcache size (*2)
846 mov r11, #32 @ default: 32 byte line size
847 mrc p15, 0, r3, c0, c0, 1 @ read cache type
848 teq r3, r6 @ cache ID register present?
849 beq no_cache_id
850 mov r1, r3, lsr #18
851 and r1, r1, #7
852 mov r2, #1024
853 mov r2, r2, lsl r1 @ base dcache size *2
854 tst r3, #1 << 14 @ test M bit
855 addne r2, r2, r2, lsr #1 @ +1/2 size if M == 1
856 mov r3, r3, lsr #12
857 and r3, r3, #3
858 mov r11, #8
859 mov r11, r11, lsl r3 @ cache line size in bytes
860no_cache_id:
861 bic r1, pc, #63 @ align to longest cache line
862 add r2, r1, r2
8631: ldr r3, [r1], r11 @ s/w flush D cache
864 teq r1, r2
865 bne 1b
866
867 mcr p15, 0, r1, c7, c5, 0 @ flush I cache
868 mcr p15, 0, r1, c7, c6, 0 @ flush D cache
869 mcr p15, 0, r1, c7, c10, 4 @ drain WB
870 mov pc, lr
871
Hyok S. Choic76b6b42006-03-24 09:53:18 +0000872__armv3_mmu_cache_flush:
Hyok S. Choi10c2df62006-03-27 10:21:34 +0100873__armv3_mpu_cache_flush:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874 mov r1, #0
875 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
876 mov pc, lr
877
878/*
879 * Various debugging routines for printing hex characters and
880 * memory, which again must be relocatable.
881 */
882#ifdef DEBUG
883 .type phexbuf,#object
884phexbuf: .space 12
885 .size phexbuf, . - phexbuf
886
887phex: adr r3, phexbuf
888 mov r2, #0
889 strb r2, [r3, r1]
8901: subs r1, r1, #1
891 movmi r0, r3
892 bmi puts
893 and r2, r0, #15
894 mov r0, r0, lsr #4
895 cmp r2, #10
896 addge r2, r2, #7
897 add r2, r2, #'0'
898 strb r2, [r3, r1]
899 b 1b
900
901puts: loadsp r3
9021: ldrb r2, [r0], #1
903 teq r2, #0
904 moveq pc, lr
Russell King5cd0c342005-05-03 12:18:46 +01009052: writeb r2, r3
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 mov r1, #0x00020000
9073: subs r1, r1, #1
908 bne 3b
909 teq r2, #'\n'
910 moveq r2, #'\r'
911 beq 2b
912 teq r0, #0
913 bne 1b
914 mov pc, lr
915putc:
916 mov r2, r0
917 mov r0, #0
918 loadsp r3
919 b 2b
920
921memdump: mov r12, r0
922 mov r10, lr
923 mov r11, #0
9242: mov r0, r11, lsl #2
925 add r0, r0, r12
926 mov r1, #8
927 bl phex
928 mov r0, #':'
929 bl putc
9301: mov r0, #' '
931 bl putc
932 ldr r0, [r12, r11, lsl #2]
933 mov r1, #8
934 bl phex
935 and r0, r11, #7
936 teq r0, #3
937 moveq r0, #' '
938 bleq putc
939 and r0, r11, #7
940 add r11, r11, #1
941 teq r0, #7
942 bne 1b
943 mov r0, #'\n'
944 bl putc
945 cmp r11, #64
946 blt 2b
947 mov pc, r10
948#endif
949
Catalin Marinas92c83ff2007-06-22 14:27:50 +0100950 .ltorg
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951reloc_end:
952
953 .align
954 .section ".stack", "w"
955user_stack: .space 4096