2 * linux/arch/arm/boot/compressed/head.S
4 * Copyright (C) 1996-2002 Russell King
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.
10 #include <linux/config.h>
11 #include <linux/linkage.h>
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.
22 #if defined(CONFIG_DEBUG_ICEDCC)
26 mcr p14, 0, \ch, c0, c1, 0
30 #include <asm/arch/debug-macro.S>
36 #if defined(CONFIG_ARCH_SA1100)
38 mov \rb, #0x80000000 @ physical base address
39 #ifdef CONFIG_DEBUG_LL_SER3
40 add \rb, \rb, #0x00050000 @ Ser3
42 add \rb, \rb, #0x00010000 @ Ser1
45 #elif defined(CONFIG_ARCH_IOP331)
48 orr \rb, \rb, #0x00ff0000
49 orr \rb, \rb, #0x0000f700 @ location of the UART
51 #elif defined(CONFIG_ARCH_S3C2410)
54 add \rb, \rb, #0x4000 * CONFIG_S3C2410_LOWLEVEL_UART_PORT
75 .macro debug_reloc_start
78 kphex r6, 8 /* processor id */
80 kphex r7, 8 /* architecture id */
82 mrc p15, 0, r0, c1, c0
83 kphex r0, 8 /* control reg */
85 kphex r5, 8 /* decompressed kernel start */
87 kphex r8, 8 /* decompressed kernel end */
89 kphex r4, 8 /* kernel execution address */
94 .macro debug_reloc_end
96 kphex r5, 8 /* end of kernel */
99 bl memdump /* dump 256 bytes at start of kernel */
103 .section ".start", #alloc, #execinstr
105 * sort out different calling conventions
109 .type start,#function
115 .word 0x016f2818 @ Magic numbers to help the loader
116 .word start @ absolute load/run zImage address
117 .word _edata @ zImage end address
118 1: mov r7, r1 @ save architecture ID
121 #ifndef __ARM_ARCH_2__
123 * Booting from Angel - need to enter SVC mode and disable
124 * FIQs/IRQs (numeric definitions from angel arm.h source).
125 * We only do this if we were in user mode on entry.
127 mrs r2, cpsr @ get current mode
128 tst r2, #3 @ not user?
130 mov r0, #0x17 @ angel_SWIreason_EnterSVC
131 swi 0x123456 @ angel_SWI_ARM
133 mrs r2, cpsr @ turn off interrupts to
134 orr r2, r2, #0xc0 @ prevent angel from running
137 teqp pc, #0x0c000003 @ turn off interrupts
141 * Note that some cache flushing and other stuff may
142 * be needed here - is there an Angel SWI call for this?
146 * some architecture specific code can be inserted
147 * by the linker here, but it should preserve r7 and r8.
152 ldmia r0, {r1, r2, r3, r4, r5, r6, ip, sp}
153 subs r0, r0, r1 @ calculate the delta offset
155 @ if delta is zero, we are
156 beq not_relocated @ running at the address we
160 * We're running at a different address. We need to fix
161 * up various pointers:
162 * r5 - zImage base address
170 #ifndef CONFIG_ZBOOT_ROM
172 * If we're running fully PIC === CONFIG_ZBOOT_ROM = n,
173 * we need to fix up pointers into the BSS region.
183 * Relocate all entries in the GOT table.
185 1: ldr r1, [r6, #0] @ relocate entries in the GOT
186 add r1, r1, r0 @ table. This fixes up the
187 str r1, [r6], #4 @ C references.
193 * Relocate entries in the GOT table. We only relocate
194 * the entries that are outside the (relocated) BSS region.
196 1: ldr r1, [r6, #0] @ relocate entries in the GOT
197 cmp r1, r2 @ entry < bss_start ||
198 cmphs r3, r1 @ _end < entry
199 addlo r1, r1, r0 @ table. This fixes up the
200 str r1, [r6], #4 @ C references.
205 not_relocated: mov r0, #0
206 1: str r0, [r2], #4 @ clear bss
214 * The C runtime environment should now be setup
215 * sufficiently. Turn the cache on, set up some
216 * pointers, and start decompressing.
220 mov r1, sp @ malloc space above stack
221 add r2, sp, #0x10000 @ 64k max
224 * Check to see if we will overwrite ourselves.
225 * r4 = final kernel address
226 * r5 = start of this image
227 * r2 = end of malloc space (and therefore this image)
230 * r4 + image length <= r5 -> OK
234 add r0, r4, #4096*1024 @ 4MB largest kernel size
238 mov r5, r2 @ decompress after malloc space
244 bic r0, r0, #127 @ align the kernel length
246 * r0 = decompressed kernel length
248 * r4 = kernel execution address
249 * r5 = decompressed kernel start
251 * r7 = architecture ID
254 add r1, r5, r0 @ end of decompressed kernel
258 1: ldmia r2!, {r8 - r13} @ copy relocation code
259 stmia r1!, {r8 - r13}
260 ldmia r2!, {r8 - r13}
261 stmia r1!, {r8 - r13}
266 add pc, r5, r0 @ call relocation code
269 * We're not in danger of overwriting ourselves. Do this the simple way.
271 * r4 = kernel execution address
272 * r7 = architecture ID
274 wont_overwrite: mov r0, r4
281 .word __bss_start @ r2
285 .word _got_start @ r6
287 .word user_stack+4096 @ sp
288 LC1: .word reloc_end - reloc_start
291 #ifdef CONFIG_ARCH_RPC
293 params: ldr r0, =params_phys
300 * Turn on the cache. We need to setup some page tables so that we
301 * can have both the I and D caches on.
303 * We place the page tables 16k down from the kernel execution address,
304 * and we hope that nothing else is using it. If we're using it, we
308 * r4 = kernel execution address
310 * r7 = architecture number
311 * r8 = run-time address of "start"
313 * r1, r2, r3, r8, r9, r12 corrupted
314 * This routine must preserve:
318 cache_on: mov r3, #8 @ cache_on function
321 __setup_mmu: sub r3, r4, #16384 @ Page directory size
322 bic r3, r3, #0xff @ Align the pointer
325 * Initialise the page tables, turning on the cacheable and bufferable
326 * bits for the RAM area only.
330 mov r8, r8, lsl #18 @ start of RAM
331 add r9, r8, #0x10000000 @ a reasonable RAM size
335 1: cmp r1, r8 @ if virt > start of RAM
336 orrhs r1, r1, #0x0c @ set cacheable, bufferable
337 cmp r1, r9 @ if virt > end of RAM
338 bichs r1, r1, #0x0c @ clear cacheable, bufferable
339 str r1, [r0], #4 @ 1:1 mapping
344 * If ever we are running from Flash, then we surely want the cache
345 * to be enabled also for our execution instance... We map 2MB of it
346 * so there is no map overlap problem for up to 1 MB compressed kernel.
347 * If the execution is in RAM then we would only be duplicating the above.
352 orr r1, r1, r2, lsl #20
353 add r0, r3, r2, lsl #2
363 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
364 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
365 mrc p15, 0, r0, c1, c0, 0 @ read control reg
366 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
370 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
377 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
378 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
382 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
387 orr r0, r0, #0x000d @ Write buffer, mmu
390 mcr p15, 0, r3, c2, c0, 0 @ load page table pointer
391 mcr p15, 0, r1, c3, c0, 0 @ load domain access control
392 mcr p15, 0, r0, c1, c0, 0 @ load control register
396 * All code following this line is relocatable. It is relocated by
397 * the above code to the end of the decompressed kernel image and
398 * executed there. During this time, we have no stacks.
400 * r0 = decompressed kernel length
402 * r4 = kernel execution address
403 * r5 = decompressed kernel start
405 * r7 = architecture ID
409 reloc_start: add r8, r5, r0
414 ldmia r5!, {r0, r2, r3, r9 - r13} @ relocate kernel
415 stmia r1!, {r0, r2, r3, r9 - r13}
422 call_kernel: bl cache_clean_flush
425 mov r1, r7 @ restore architecture number
426 mov pc, r4 @ call kernel
429 * Here follow the relocatable cache support functions for the
430 * various processors. This is a generic hook for locating an
431 * entry and jumping to an instruction at the specified offset
432 * from the start of the block. Please note this is all position
442 call_cache_fn: adr r12, proc_types
443 mrc p15, 0, r6, c0, c0 @ get processor ID
444 1: ldr r1, [r12, #0] @ get value
445 ldr r2, [r12, #4] @ get mask
446 eor r1, r1, r6 @ (real ^ match)
448 addeq pc, r12, r3 @ call cache function
453 * Table for cache operations. This is basically:
456 * - 'cache on' method instruction
457 * - 'cache off' method instruction
458 * - 'cache flush' method instruction
460 * We match an entry using: ((real_id ^ match) & mask) == 0
462 * Writethrough caches generally only need 'on' and 'off'
463 * methods. Writeback caches _must_ have the flush method
466 .type proc_types,#object
468 .word 0x41560600 @ ARM6/610
470 b __arm6_cache_off @ works, but slow
473 @ b __arm6_cache_on @ untested
475 @ b __armv3_cache_flush
477 .word 0x00000000 @ old ARM ID
483 .word 0x41007000 @ ARM7/710
489 .word 0x41807200 @ ARM720T (writethrough)
495 .word 0x00007000 @ ARM7 IDs
501 @ Everything from here on will be the new ID system.
503 .word 0x4401a100 @ sa110 / sa1100
507 b __armv4_cache_flush
509 .word 0x6901b110 @ sa1110
513 b __armv4_cache_flush
515 @ These match on the architecture ID
517 .word 0x00020000 @ ARMv4T
521 b __armv4_cache_flush
523 .word 0x00050000 @ ARMv5TE
527 b __armv4_cache_flush
529 .word 0x00060000 @ ARMv5TEJ
533 b __armv4_cache_flush
535 .word 0x00070000 @ ARMv6
539 b __armv6_cache_flush
541 .word 0 @ unrecognised type
547 .size proc_types, . - proc_types
550 * Turn off the Cache and MMU. ARMv3 does not support
551 * reading the control register, but ARMv4 does.
553 * On entry, r6 = processor ID
554 * On exit, r0, r1, r2, r3, r12 corrupted
555 * This routine must preserve: r4, r6, r7
558 cache_off: mov r3, #12 @ cache_off function
562 mrc p15, 0, r0, c1, c0
564 mcr p15, 0, r0, c1, c0 @ turn MMU and cache off
566 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4
567 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4
571 mov r0, #0x00000030 @ ARM6 control reg.
575 mov r0, #0x00000070 @ ARM7 control reg.
579 mcr p15, 0, r0, c1, c0, 0 @ turn MMU and cache off
581 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
582 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
586 * Clean and flush the cache to maintain consistency.
591 * r1, r2, r3, r11, r12 corrupted
592 * This routine must preserve:
602 mcr p15, 0, r1, c7, c14, 0 @ clean+invalidate D
603 mcr p15, 0, r1, c7, c5, 0 @ invalidate I+BTB
604 mcr p15, 0, r1, c7, c15, 0 @ clean+invalidate unified
605 mcr p15, 0, r1, c7, c10, 4 @ drain WB
609 mov r2, #64*1024 @ default: 32K dcache size (*2)
610 mov r11, #32 @ default: 32 byte line size
611 mrc p15, 0, r3, c0, c0, 1 @ read cache type
612 teq r3, r6 @ cache ID register present?
617 mov r2, r2, lsl r1 @ base dcache size *2
618 tst r3, #1 << 14 @ test M bit
619 addne r2, r2, r2, lsr #1 @ +1/2 size if M == 1
623 mov r11, r11, lsl r3 @ cache line size in bytes
625 bic r1, pc, #63 @ align to longest cache line
627 1: ldr r3, [r1], r11 @ s/w flush D cache
631 mcr p15, 0, r1, c7, c5, 0 @ flush I cache
632 mcr p15, 0, r1, c7, c6, 0 @ flush D cache
633 mcr p15, 0, r1, c7, c10, 4 @ drain WB
638 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
642 * Various debugging routines for printing hex characters and
643 * memory, which again must be relocatable.
646 .type phexbuf,#object
648 .size phexbuf, . - phexbuf
650 phex: adr r3, phexbuf
687 2: mov r0, r11, lsl #2
695 ldr r0, [r12, r11, lsl #2]
716 .section ".stack", "w"
717 user_stack: .space 4096