2 * linux/arch/arm/boot/compressed/head.S
4 * Copyright (C) 1996-2002 Russell King
5 * Copyright (C) 2004 Hyok S. Choi (MPU support)
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.
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)
28 mcr p14, 0, \ch, c0, c5, 0
30 #elif defined(CONFIG_CPU_XSCALE)
34 mcr p14, 0, \ch, c8, c0, 0
40 mcr p14, 0, \ch, c1, c0, 0
46 #include <mach/debug-macro.S>
52 #if defined(CONFIG_ARCH_SA1100)
54 mov \rb, #0x80000000 @ physical base address
55 #ifdef CONFIG_DEBUG_LL_SER3
56 add \rb, \rb, #0x00050000 @ Ser3
58 add \rb, \rb, #0x00010000 @ Ser1
61 #elif defined(CONFIG_ARCH_S3C2410)
64 add \rb, \rb, #0x4000 * CONFIG_S3C_LOWLEVEL_UART_PORT
85 .macro debug_reloc_start
88 kphex r6, 8 /* processor id */
90 kphex r7, 8 /* architecture id */
91 #ifdef CONFIG_CPU_CP15
93 mrc p15, 0, r0, c1, c0
94 kphex r0, 8 /* control reg */
97 kphex r5, 8 /* decompressed kernel start */
99 kphex r9, 8 /* decompressed kernel end */
101 kphex r4, 8 /* kernel execution address */
106 .macro debug_reloc_end
108 kphex r5, 8 /* end of kernel */
111 bl memdump /* dump 256 bytes at start of kernel */
115 .section ".start", #alloc, #execinstr
117 * sort out different calling conventions
121 .type start,#function
127 .word 0x016f2818 @ Magic numbers to help the loader
128 .word start @ absolute load/run zImage address
129 .word _edata @ zImage end address
130 1: mov r7, r1 @ save architecture ID
131 mov r8, r2 @ save atags pointer
133 #ifndef __ARM_ARCH_2__
135 * Booting from Angel - need to enter SVC mode and disable
136 * FIQs/IRQs (numeric definitions from angel arm.h source).
137 * We only do this if we were in user mode on entry.
139 mrs r2, cpsr @ get current mode
140 tst r2, #3 @ not user?
142 mov r0, #0x17 @ angel_SWIreason_EnterSVC
143 swi 0x123456 @ angel_SWI_ARM
145 mrs r2, cpsr @ turn off interrupts to
146 orr r2, r2, #0xc0 @ prevent angel from running
149 teqp pc, #0x0c000003 @ turn off interrupts
153 * Note that some cache flushing and other stuff may
154 * be needed here - is there an Angel SWI call for this?
158 * some architecture specific code can be inserted
159 * by the linker here, but it should preserve r7, r8, and r9.
164 ldmia r0, {r1, r2, r3, r4, r5, r6, ip, sp}
165 subs r0, r0, r1 @ calculate the delta offset
167 @ if delta is zero, we are
168 beq not_relocated @ running at the address we
172 * We're running at a different address. We need to fix
173 * up various pointers:
174 * r5 - zImage base address
182 #ifndef CONFIG_ZBOOT_ROM
184 * If we're running fully PIC === CONFIG_ZBOOT_ROM = n,
185 * we need to fix up pointers into the BSS region.
195 * Relocate all entries in the GOT table.
197 1: ldr r1, [r6, #0] @ relocate entries in the GOT
198 add r1, r1, r0 @ table. This fixes up the
199 str r1, [r6], #4 @ C references.
205 * Relocate entries in the GOT table. We only relocate
206 * the entries that are outside the (relocated) BSS region.
208 1: ldr r1, [r6, #0] @ relocate entries in the GOT
209 cmp r1, r2 @ entry < bss_start ||
210 cmphs r3, r1 @ _end < entry
211 addlo r1, r1, r0 @ table. This fixes up the
212 str r1, [r6], #4 @ C references.
217 not_relocated: mov r0, #0
218 1: str r0, [r2], #4 @ clear bss
226 * The C runtime environment should now be setup
227 * sufficiently. Turn the cache on, set up some
228 * pointers, and start decompressing.
232 mov r1, sp @ malloc space above stack
233 add r2, sp, #0x10000 @ 64k max
236 * Check to see if we will overwrite ourselves.
237 * r4 = final kernel address
238 * r5 = start of this image
239 * r2 = end of malloc space (and therefore this image)
242 * r4 + image length <= r5 -> OK
246 sub r3, sp, r5 @ > compressed kernel size
247 add r0, r4, r3, lsl #2 @ allow for 4x expansion
251 mov r5, r2 @ decompress after malloc space
256 add r0, r0, #127 + 128 @ alignment + stack
257 bic r0, r0, #127 @ align the kernel length
259 * r0 = decompressed kernel length
261 * r4 = kernel execution address
262 * r5 = decompressed kernel start
264 * r7 = architecture ID
268 add r1, r5, r0 @ end of decompressed kernel
272 1: ldmia r2!, {r9 - r14} @ copy relocation code
273 stmia r1!, {r9 - r14}
274 ldmia r2!, {r9 - r14}
275 stmia r1!, {r9 - r14}
278 add sp, r1, #128 @ relocate the stack
281 add pc, r5, r0 @ call relocation code
284 * We're not in danger of overwriting ourselves. Do this the simple way.
286 * r4 = kernel execution address
287 * r7 = architecture ID
289 wont_overwrite: mov r0, r4
296 .word __bss_start @ r2
300 .word _got_start @ r6
302 .word user_stack+4096 @ sp
303 LC1: .word reloc_end - reloc_start
306 #ifdef CONFIG_ARCH_RPC
308 params: ldr r0, =params_phys
315 * Turn on the cache. We need to setup some page tables so that we
316 * can have both the I and D caches on.
318 * We place the page tables 16k down from the kernel execution address,
319 * and we hope that nothing else is using it. If we're using it, we
323 * r4 = kernel execution address
325 * r7 = architecture number
327 * r9 = run-time address of "start" (???)
329 * r1, r2, r3, r9, r10, r12 corrupted
330 * This routine must preserve:
334 cache_on: mov r3, #8 @ cache_on function
338 * Initialize the highest priority protection region, PR7
339 * to cover all 32bit address and cacheable and bufferable.
341 __armv4_mpu_cache_on:
342 mov r0, #0x3f @ 4G, the whole
343 mcr p15, 0, r0, c6, c7, 0 @ PR7 Area Setting
344 mcr p15, 0, r0, c6, c7, 1
347 mcr p15, 0, r0, c2, c0, 0 @ D-cache on
348 mcr p15, 0, r0, c2, c0, 1 @ I-cache on
349 mcr p15, 0, r0, c3, c0, 0 @ write-buffer on
352 mcr p15, 0, r0, c5, c0, 1 @ I-access permission
353 mcr p15, 0, r0, c5, c0, 0 @ D-access permission
356 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
357 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache
358 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
359 mrc p15, 0, r0, c1, c0, 0 @ read control reg
360 @ ...I .... ..D. WC.M
361 orr r0, r0, #0x002d @ .... .... ..1. 11.1
362 orr r0, r0, #0x1000 @ ...1 .... .... ....
364 mcr p15, 0, r0, c1, c0, 0 @ write control reg
367 mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache
368 mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache
371 __armv3_mpu_cache_on:
372 mov r0, #0x3f @ 4G, the whole
373 mcr p15, 0, r0, c6, c7, 0 @ PR7 Area Setting
376 mcr p15, 0, r0, c2, c0, 0 @ cache on
377 mcr p15, 0, r0, c3, c0, 0 @ write-buffer on
380 mcr p15, 0, r0, c5, c0, 0 @ access permission
383 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
384 mrc p15, 0, r0, c1, c0, 0 @ read control reg
385 @ .... .... .... WC.M
386 orr r0, r0, #0x000d @ .... .... .... 11.1
388 mcr p15, 0, r0, c1, c0, 0 @ write control reg
390 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
393 __setup_mmu: sub r3, r4, #16384 @ Page directory size
394 bic r3, r3, #0xff @ Align the pointer
397 * Initialise the page tables, turning on the cacheable and bufferable
398 * bits for the RAM area only.
402 mov r9, r9, lsl #18 @ start of RAM
403 add r10, r9, #0x10000000 @ a reasonable RAM size
407 1: cmp r1, r9 @ if virt > start of RAM
408 orrhs r1, r1, #0x0c @ set cacheable, bufferable
409 cmp r1, r10 @ if virt > end of RAM
410 bichs r1, r1, #0x0c @ clear cacheable, bufferable
411 str r1, [r0], #4 @ 1:1 mapping
416 * If ever we are running from Flash, then we surely want the cache
417 * to be enabled also for our execution instance... We map 2MB of it
418 * so there is no map overlap problem for up to 1 MB compressed kernel.
419 * If the execution is in RAM then we would only be duplicating the above.
424 orr r1, r1, r2, lsl #20
425 add r0, r3, r2, lsl #2
432 __armv4_mmu_cache_on:
436 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
437 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
438 mrc p15, 0, r0, c1, c0, 0 @ read control reg
439 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
441 bl __common_mmu_cache_on
443 mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
446 __armv7_mmu_cache_on:
448 mrc p15, 0, r11, c0, c1, 4 @ read ID_MMFR0
452 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
454 mcrne p15, 0, r0, c8, c7, 0 @ flush I,D TLBs
455 mrc p15, 0, r0, c1, c0, 0 @ read control reg
456 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
457 orr r0, r0, #0x003c @ write buffer
458 orrne r0, r0, #1 @ MMU enabled
460 mcrne p15, 0, r3, c2, c0, 0 @ load page table pointer
461 mcrne p15, 0, r1, c3, c0, 0 @ load domain access control
462 mcr p15, 0, r0, c1, c0, 0 @ load control register
463 mrc p15, 0, r0, c1, c0, 0 @ and read it back
465 mcr p15, 0, r0, c7, c5, 4 @ ISB
472 mcr p15, 0, r0, c7, c7, 0 @ Invalidate whole cache
473 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
474 mcr p15, 0, r0, c8, c7, 0 @ flush UTLB
475 mrc p15, 0, r0, c1, c0, 0 @ read control reg
476 orr r0, r0, #0x1000 @ I-cache enable
477 bl __common_mmu_cache_on
479 mcr p15, 0, r0, c8, c7, 0 @ flush UTLB
486 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
487 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
489 bl __common_mmu_cache_on
491 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
494 __common_mmu_cache_on:
496 orr r0, r0, #0x000d @ Write buffer, mmu
499 mcr p15, 0, r3, c2, c0, 0 @ load page table pointer
500 mcr p15, 0, r1, c3, c0, 0 @ load domain access control
502 .align 5 @ cache line aligned
503 1: mcr p15, 0, r0, c1, c0, 0 @ load control register
504 mrc p15, 0, r0, c1, c0, 0 @ and read it back to
505 sub pc, lr, r0, lsr #32 @ properly flush pipeline
508 * All code following this line is relocatable. It is relocated by
509 * the above code to the end of the decompressed kernel image and
510 * executed there. During this time, we have no stacks.
512 * r0 = decompressed kernel length
514 * r4 = kernel execution address
515 * r5 = decompressed kernel start
517 * r7 = architecture ID
522 reloc_start: add r9, r5, r0
523 sub r9, r9, #128 @ do not copy the stack
528 ldmia r5!, {r0, r2, r3, r10 - r14} @ relocate kernel
529 stmia r1!, {r0, r2, r3, r10 - r14}
534 add sp, r1, #128 @ relocate the stack
537 call_kernel: bl cache_clean_flush
539 mov r0, #0 @ must be zero
540 mov r1, r7 @ restore architecture number
541 mov r2, r8 @ restore atags pointer
542 mov pc, r4 @ call kernel
545 * Here follow the relocatable cache support functions for the
546 * various processors. This is a generic hook for locating an
547 * entry and jumping to an instruction at the specified offset
548 * from the start of the block. Please note this is all position
558 call_cache_fn: adr r12, proc_types
559 #ifdef CONFIG_CPU_CP15
560 mrc p15, 0, r6, c0, c0 @ get processor ID
562 ldr r6, =CONFIG_PROCESSOR_ID
564 1: ldr r1, [r12, #0] @ get value
565 ldr r2, [r12, #4] @ get mask
566 eor r1, r1, r6 @ (real ^ match)
568 addeq pc, r12, r3 @ call cache function
573 * Table for cache operations. This is basically:
576 * - 'cache on' method instruction
577 * - 'cache off' method instruction
578 * - 'cache flush' method instruction
580 * We match an entry using: ((real_id ^ match) & mask) == 0
582 * Writethrough caches generally only need 'on' and 'off'
583 * methods. Writeback caches _must_ have the flush method
586 .type proc_types,#object
588 .word 0x41560600 @ ARM6/610
590 b __arm6_mmu_cache_off @ works, but slow
591 b __arm6_mmu_cache_off
593 @ b __arm6_mmu_cache_on @ untested
594 @ b __arm6_mmu_cache_off
595 @ b __armv3_mmu_cache_flush
597 .word 0x00000000 @ old ARM ID
603 .word 0x41007000 @ ARM7/710
605 b __arm7_mmu_cache_off
606 b __arm7_mmu_cache_off
609 .word 0x41807200 @ ARM720T (writethrough)
611 b __armv4_mmu_cache_on
612 b __armv4_mmu_cache_off
615 .word 0x41007400 @ ARM74x
617 b __armv3_mpu_cache_on
618 b __armv3_mpu_cache_off
619 b __armv3_mpu_cache_flush
621 .word 0x41009400 @ ARM94x
623 b __armv4_mpu_cache_on
624 b __armv4_mpu_cache_off
625 b __armv4_mpu_cache_flush
627 .word 0x00007000 @ ARM7 IDs
633 @ Everything from here on will be the new ID system.
635 .word 0x4401a100 @ sa110 / sa1100
637 b __armv4_mmu_cache_on
638 b __armv4_mmu_cache_off
639 b __armv4_mmu_cache_flush
641 .word 0x6901b110 @ sa1110
643 b __armv4_mmu_cache_on
644 b __armv4_mmu_cache_off
645 b __armv4_mmu_cache_flush
648 .word 0xff0ffff0 @ PXA935
649 b __armv4_mmu_cache_on
650 b __armv4_mmu_cache_off
651 b __armv4_mmu_cache_flush
653 .word 0x56158000 @ PXA168
655 b __armv4_mmu_cache_on
656 b __armv4_mmu_cache_off
657 b __armv5tej_mmu_cache_flush
660 .word 0xff0ffff0 @ PXA935
661 b __armv4_mmu_cache_on
662 b __armv4_mmu_cache_off
663 b __armv4_mmu_cache_flush
665 .word 0x56050000 @ Feroceon
667 b __armv4_mmu_cache_on
668 b __armv4_mmu_cache_off
669 b __armv5tej_mmu_cache_flush
671 .word 0x66015261 @ FA526
674 b __armv4_mmu_cache_off
675 b __fa526_cache_flush
677 @ These match on the architecture ID
679 .word 0x00020000 @ ARMv4T
681 b __armv4_mmu_cache_on
682 b __armv4_mmu_cache_off
683 b __armv4_mmu_cache_flush
685 .word 0x00050000 @ ARMv5TE
687 b __armv4_mmu_cache_on
688 b __armv4_mmu_cache_off
689 b __armv4_mmu_cache_flush
691 .word 0x00060000 @ ARMv5TEJ
693 b __armv4_mmu_cache_on
694 b __armv4_mmu_cache_off
695 b __armv5tej_mmu_cache_flush
697 .word 0x0007b000 @ ARMv6
699 b __armv4_mmu_cache_on
700 b __armv4_mmu_cache_off
701 b __armv6_mmu_cache_flush
703 .word 0x000f0000 @ new CPU Id
705 b __armv7_mmu_cache_on
706 b __armv7_mmu_cache_off
707 b __armv7_mmu_cache_flush
709 .word 0 @ unrecognised type
715 .size proc_types, . - proc_types
718 * Turn off the Cache and MMU. ARMv3 does not support
719 * reading the control register, but ARMv4 does.
721 * On entry, r6 = processor ID
722 * On exit, r0, r1, r2, r3, r12 corrupted
723 * This routine must preserve: r4, r6, r7
726 cache_off: mov r3, #12 @ cache_off function
729 __armv4_mpu_cache_off:
730 mrc p15, 0, r0, c1, c0
732 mcr p15, 0, r0, c1, c0 @ turn MPU and cache off
734 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer
735 mcr p15, 0, r0, c7, c6, 0 @ flush D-Cache
736 mcr p15, 0, r0, c7, c5, 0 @ flush I-Cache
739 __armv3_mpu_cache_off:
740 mrc p15, 0, r0, c1, c0
742 mcr p15, 0, r0, c1, c0, 0 @ turn MPU and cache off
744 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
747 __armv4_mmu_cache_off:
748 mrc p15, 0, r0, c1, c0
750 mcr p15, 0, r0, c1, c0 @ turn MMU and cache off
752 mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4
753 mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4
756 __armv7_mmu_cache_off:
757 mrc p15, 0, r0, c1, c0
759 mcr p15, 0, r0, c1, c0 @ turn MMU and cache off
761 bl __armv7_mmu_cache_flush
763 mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB
764 mcr p15, 0, r0, c7, c5, 6 @ invalidate BTC
765 mcr p15, 0, r0, c7, c10, 4 @ DSB
766 mcr p15, 0, r0, c7, c5, 4 @ ISB
769 __arm6_mmu_cache_off:
770 mov r0, #0x00000030 @ ARM6 control reg.
771 b __armv3_mmu_cache_off
773 __arm7_mmu_cache_off:
774 mov r0, #0x00000070 @ ARM7 control reg.
775 b __armv3_mmu_cache_off
777 __armv3_mmu_cache_off:
778 mcr p15, 0, r0, c1, c0, 0 @ turn MMU and cache off
780 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
781 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
785 * Clean and flush the cache to maintain consistency.
790 * r1, r2, r3, r11, r12 corrupted
791 * This routine must preserve:
799 __armv4_mpu_cache_flush:
802 mcr p15, 0, ip, c7, c6, 0 @ invalidate D cache
803 mov r1, #7 << 5 @ 8 segments
804 1: orr r3, r1, #63 << 26 @ 64 entries
805 2: mcr p15, 0, r3, c7, c14, 2 @ clean & invalidate D index
806 subs r3, r3, #1 << 26
807 bcs 2b @ entries 63 to 0
809 bcs 1b @ segments 7 to 0
812 mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache
813 mcr p15, 0, ip, c7, c10, 4 @ drain WB
818 mcr p15, 0, r1, c7, c14, 0 @ clean and invalidate D cache
819 mcr p15, 0, r1, c7, c5, 0 @ flush I cache
820 mcr p15, 0, r1, c7, c10, 4 @ drain WB
823 __armv6_mmu_cache_flush:
825 mcr p15, 0, r1, c7, c14, 0 @ clean+invalidate D
826 mcr p15, 0, r1, c7, c5, 0 @ invalidate I+BTB
827 mcr p15, 0, r1, c7, c15, 0 @ clean+invalidate unified
828 mcr p15, 0, r1, c7, c10, 4 @ drain WB
831 __armv7_mmu_cache_flush:
832 mrc p15, 0, r10, c0, c1, 5 @ read ID_MMFR1
833 tst r10, #0xf << 16 @ hierarchical cache (ARMv7)
836 mcr p15, 0, r10, c7, c14, 0 @ clean+invalidate D
839 mcr p15, 0, r10, c7, c10, 5 @ DMB
840 stmfd sp!, {r0-r5, r7, r9, r11}
841 mrc p15, 1, r0, c0, c0, 1 @ read clidr
842 ands r3, r0, #0x7000000 @ extract loc from clidr
843 mov r3, r3, lsr #23 @ left align loc bit field
844 beq finished @ if loc is 0, then no need to clean
845 mov r10, #0 @ start clean at cache level 0
847 add r2, r10, r10, lsr #1 @ work out 3x current cache level
848 mov r1, r0, lsr r2 @ extract cache type bits from clidr
849 and r1, r1, #7 @ mask of the bits for current cache only
850 cmp r1, #2 @ see what cache we have at this level
851 blt skip @ skip if no cache, or just i-cache
852 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
853 mcr p15, 0, r10, c7, c5, 4 @ isb to sych the new cssr&csidr
854 mrc p15, 1, r1, c0, c0, 0 @ read the new csidr
855 and r2, r1, #7 @ extract the length of the cache lines
856 add r2, r2, #4 @ add 4 (line length offset)
858 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
859 clz r5, r4 @ find bit position of way size increment
861 ands r7, r7, r1, lsr #13 @ extract max number of the index size
863 mov r9, r4 @ create working copy of max way size
865 orr r11, r10, r9, lsl r5 @ factor way and cache number into r11
866 orr r11, r11, r7, lsl r2 @ factor index number into r11
867 mcr p15, 0, r11, c7, c14, 2 @ clean & invalidate by set/way
868 subs r9, r9, #1 @ decrement the way
870 subs r7, r7, #1 @ decrement the index
873 add r10, r10, #2 @ increment cache number
877 ldmfd sp!, {r0-r5, r7, r9, r11}
878 mov r10, #0 @ swith back to cache level 0
879 mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr
881 mcr p15, 0, r10, c7, c10, 4 @ DSB
882 mcr p15, 0, r10, c7, c5, 0 @ invalidate I+BTB
883 mcr p15, 0, r10, c7, c10, 4 @ DSB
884 mcr p15, 0, r10, c7, c5, 4 @ ISB
887 __armv5tej_mmu_cache_flush:
888 1: mrc p15, 0, r15, c7, c14, 3 @ test,clean,invalidate D cache
890 mcr p15, 0, r0, c7, c5, 0 @ flush I cache
891 mcr p15, 0, r0, c7, c10, 4 @ drain WB
894 __armv4_mmu_cache_flush:
895 mov r2, #64*1024 @ default: 32K dcache size (*2)
896 mov r11, #32 @ default: 32 byte line size
897 mrc p15, 0, r3, c0, c0, 1 @ read cache type
898 teq r3, r6 @ cache ID register present?
903 mov r2, r2, lsl r1 @ base dcache size *2
904 tst r3, #1 << 14 @ test M bit
905 addne r2, r2, r2, lsr #1 @ +1/2 size if M == 1
909 mov r11, r11, lsl r3 @ cache line size in bytes
911 bic r1, pc, #63 @ align to longest cache line
913 1: ldr r3, [r1], r11 @ s/w flush D cache
917 mcr p15, 0, r1, c7, c5, 0 @ flush I cache
918 mcr p15, 0, r1, c7, c6, 0 @ flush D cache
919 mcr p15, 0, r1, c7, c10, 4 @ drain WB
922 __armv3_mmu_cache_flush:
923 __armv3_mpu_cache_flush:
925 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
929 * Various debugging routines for printing hex characters and
930 * memory, which again must be relocatable.
933 .type phexbuf,#object
935 .size phexbuf, . - phexbuf
937 phex: adr r3, phexbuf
974 2: mov r0, r11, lsl #2
982 ldr r0, [r12, r11, lsl #2]
1004 .section ".stack", "w"
1005 user_stack: .space 4096