Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * linux/arch/arm/boot/compressed/head.S |
| 3 | * |
| 4 | * Copyright (C) 1996-2002 Russell King |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 5 | * Copyright (C) 2004 Hyok S. Choi (MPU support) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | * |
| 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | #include <linux/linkage.h> |
Dave Martin | 424e599 | 2012-02-10 18:07:07 -0800 | [diff] [blame] | 12 | #include <asm/assembler.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | |
Arnd Bergmann | da94a82 | 2013-05-31 22:50:47 +0100 | [diff] [blame] | 14 | .arch armv7-a |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | /* |
| 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 King | 5cd0c34 | 2005-05-03 12:18:46 +0100 | [diff] [blame] | 23 | |
Russell King | 5cd0c34 | 2005-05-03 12:18:46 +0100 | [diff] [blame] | 24 | #if defined(CONFIG_DEBUG_ICEDCC) |
Tony Lindgren | 7d95ded | 2006-09-20 13:03:34 +0100 | [diff] [blame] | 25 | |
Stephen Boyd | dfad549 | 2011-03-23 22:46:15 +0100 | [diff] [blame] | 26 | #if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V6K) || defined(CONFIG_CPU_V7) |
Tony Lindgren | 4e6d488 | 2010-02-01 23:26:53 +0100 | [diff] [blame] | 27 | .macro loadsp, rb, tmp |
Tony Lindgren | 7d95ded | 2006-09-20 13:03:34 +0100 | [diff] [blame] | 28 | .endm |
| 29 | .macro writeb, ch, rb |
| 30 | mcr p14, 0, \ch, c0, c5, 0 |
| 31 | .endm |
Jean-Christop PLAGNIOL-VILLARD | c633c3c | 2009-02-25 04:20:40 +0100 | [diff] [blame] | 32 | #elif defined(CONFIG_CPU_XSCALE) |
Tony Lindgren | 4e6d488 | 2010-02-01 23:26:53 +0100 | [diff] [blame] | 33 | .macro loadsp, rb, tmp |
Jean-Christop PLAGNIOL-VILLARD | c633c3c | 2009-02-25 04:20:40 +0100 | [diff] [blame] | 34 | .endm |
| 35 | .macro writeb, ch, rb |
| 36 | mcr p14, 0, \ch, c8, c0, 0 |
| 37 | .endm |
Tony Lindgren | 7d95ded | 2006-09-20 13:03:34 +0100 | [diff] [blame] | 38 | #else |
Tony Lindgren | 4e6d488 | 2010-02-01 23:26:53 +0100 | [diff] [blame] | 39 | .macro loadsp, rb, tmp |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | .endm |
Russell King | 224b5be | 2005-11-16 14:59:51 +0000 | [diff] [blame] | 41 | .macro writeb, ch, rb |
Uwe Kleine-König | 41a9e68 | 2007-12-13 09:31:34 +0100 | [diff] [blame] | 42 | mcr p14, 0, \ch, c1, c0, 0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | .endm |
Tony Lindgren | 7d95ded | 2006-09-20 13:03:34 +0100 | [diff] [blame] | 44 | #endif |
| 45 | |
Russell King | 5cd0c34 | 2005-05-03 12:18:46 +0100 | [diff] [blame] | 46 | #else |
Russell King | 224b5be | 2005-11-16 14:59:51 +0000 | [diff] [blame] | 47 | |
Shawn Guo | 4beba08 | 2012-12-11 07:06:37 +0100 | [diff] [blame] | 48 | #include CONFIG_DEBUG_LL_INCLUDE |
Russell King | 224b5be | 2005-11-16 14:59:51 +0000 | [diff] [blame] | 49 | |
Russell King | 5cd0c34 | 2005-05-03 12:18:46 +0100 | [diff] [blame] | 50 | .macro writeb, ch, rb |
| 51 | senduart \ch, \rb |
| 52 | .endm |
| 53 | |
Russell King | 224b5be | 2005-11-16 14:59:51 +0000 | [diff] [blame] | 54 | #if defined(CONFIG_ARCH_SA1100) |
Tony Lindgren | 4e6d488 | 2010-02-01 23:26:53 +0100 | [diff] [blame] | 55 | .macro loadsp, rb, tmp |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | mov \rb, #0x80000000 @ physical base address |
Russell King | 224b5be | 2005-11-16 14:59:51 +0000 | [diff] [blame] | 57 | #ifdef CONFIG_DEBUG_LL_SER3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | add \rb, \rb, #0x00050000 @ Ser3 |
Russell King | 224b5be | 2005-11-16 14:59:51 +0000 | [diff] [blame] | 59 | #else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | add \rb, \rb, #0x00010000 @ Ser1 |
Russell King | 224b5be | 2005-11-16 14:59:51 +0000 | [diff] [blame] | 61 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | .endm |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | #else |
Tony Lindgren | 4e6d488 | 2010-02-01 23:26:53 +0100 | [diff] [blame] | 64 | .macro loadsp, rb, tmp |
| 65 | addruart \rb, \tmp |
Russell King | 224b5be | 2005-11-16 14:59:51 +0000 | [diff] [blame] | 66 | .endm |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | #endif |
| 68 | #endif |
Russell King | 5cd0c34 | 2005-05-03 12:18:46 +0100 | [diff] [blame] | 69 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | |
| 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. Choi | f12d0d7 | 2006-09-26 17:36:37 +0900 | [diff] [blame] | 88 | #ifdef CONFIG_CPU_CP15 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | kputc #':' |
| 90 | mrc p15, 0, r0, c1, c0 |
| 91 | kphex r0, 8 /* control reg */ |
Hyok S. Choi | f12d0d7 | 2006-09-26 17:36:37 +0900 | [diff] [blame] | 92 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | kputc #'\n' |
| 94 | kphex r5, 8 /* decompressed kernel start */ |
| 95 | kputc #'-' |
Russell King | f461902 | 2006-01-12 17:17:57 +0000 | [diff] [blame] | 96 | kphex r9, 8 /* decompressed kernel end */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | 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 Martin | 26e5ca9 | 2010-11-29 19:43:27 +0100 | [diff] [blame] | 117 | .arm @ Always enter in ARM state |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | start: |
| 119 | .type start,#function |
Nicolas Pitre | b11fe38 | 2011-02-12 22:25:27 +0100 | [diff] [blame] | 120 | .rept 7 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | mov r0, r0 |
| 122 | .endr |
Nicolas Pitre | b11fe38 | 2011-02-12 22:25:27 +0100 | [diff] [blame] | 123 | ARM( mov r0, r0 ) |
| 124 | ARM( b 1f ) |
| 125 | THUMB( adr r12, BSYM(1f) ) |
| 126 | THUMB( bx r12 ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | |
Nicolas Pitre | 33656d5 | 2014-06-02 17:32:25 +0100 | [diff] [blame] | 128 | .word _magic_sig @ Magic numbers to help the loader |
| 129 | .word _magic_start @ absolute load/run zImage address |
| 130 | .word _magic_end @ zImage end address |
Nicolas Pitre | 9696fca | 2014-06-19 22:44:32 +0100 | [diff] [blame] | 131 | .word 0x04030201 @ endianness flag |
Nicolas Pitre | 33656d5 | 2014-06-02 17:32:25 +0100 | [diff] [blame] | 132 | |
Dave Martin | 26e5ca9 | 2010-11-29 19:43:27 +0100 | [diff] [blame] | 133 | THUMB( .thumb ) |
Dave Martin | 424e599 | 2012-02-10 18:07:07 -0800 | [diff] [blame] | 134 | 1: |
Ben Dooks | 97bcb0f | 2013-02-01 09:40:42 +0000 | [diff] [blame] | 135 | ARM_BE8( setend be ) @ go BE8 if compiled for BE8 |
Dave Martin | 424e599 | 2012-02-10 18:07:07 -0800 | [diff] [blame] | 136 | mrs r9, cpsr |
| 137 | #ifdef CONFIG_ARM_VIRT_EXT |
| 138 | bl __hyp_stub_install @ get into SVC mode, reversibly |
| 139 | #endif |
| 140 | mov r7, r1 @ save architecture ID |
Russell King | f461902 | 2006-01-12 17:17:57 +0000 | [diff] [blame] | 141 | mov r8, r2 @ save atags pointer |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 143 | /* |
| 144 | * Booting from Angel - need to enter SVC mode and disable |
| 145 | * FIQs/IRQs (numeric definitions from angel arm.h source). |
| 146 | * We only do this if we were in user mode on entry. |
| 147 | */ |
| 148 | mrs r2, cpsr @ get current mode |
| 149 | tst r2, #3 @ not user? |
| 150 | bne not_angel |
| 151 | mov r0, #0x17 @ angel_SWIreason_EnterSVC |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 152 | ARM( swi 0x123456 ) @ angel_SWI_ARM |
| 153 | THUMB( svc 0xab ) @ angel_SWI_THUMB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | not_angel: |
Dave Martin | 424e599 | 2012-02-10 18:07:07 -0800 | [diff] [blame] | 155 | safe_svcmode_maskall r0 |
| 156 | msr spsr_cxsf, r9 @ Save the CPU boot mode in |
| 157 | @ SPSR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | /* |
| 159 | * Note that some cache flushing and other stuff may |
| 160 | * be needed here - is there an Angel SWI call for this? |
| 161 | */ |
| 162 | |
| 163 | /* |
| 164 | * some architecture specific code can be inserted |
Russell King | f461902 | 2006-01-12 17:17:57 +0000 | [diff] [blame] | 165 | * by the linker here, but it should preserve r7, r8, and r9. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | */ |
| 167 | |
| 168 | .text |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 169 | |
Eric Miao | e69edc79 | 2010-07-05 15:56:50 +0200 | [diff] [blame] | 170 | #ifdef CONFIG_AUTO_ZRELADDR |
| 171 | @ determine final kernel image address |
Dave Martin | bfa64c4 | 2010-11-29 19:43:26 +0100 | [diff] [blame] | 172 | mov r4, pc |
| 173 | and r4, r4, #0xf8000000 |
Eric Miao | e69edc79 | 2010-07-05 15:56:50 +0200 | [diff] [blame] | 174 | add r4, r4, #TEXT_OFFSET |
| 175 | #else |
Russell King | 9e84ed6 | 2010-09-09 22:39:41 +0100 | [diff] [blame] | 176 | ldr r4, =zreladdr |
Eric Miao | e69edc79 | 2010-07-05 15:56:50 +0200 | [diff] [blame] | 177 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | |
Nicolas Pitre | 2874865 | 2013-06-06 05:13:48 +0100 | [diff] [blame] | 179 | /* |
| 180 | * Set up a page table only if it won't overwrite ourself. |
| 181 | * That means r4 < pc && r4 - 16k page directory > &_end. |
| 182 | * Given that r4 > &_end is most unfrequent, we add a rough |
| 183 | * additional 1MB of room for a possible appended DTB. |
| 184 | */ |
| 185 | mov r0, pc |
| 186 | cmp r0, r4 |
| 187 | ldrcc r0, LC0+32 |
| 188 | addcc r0, r0, pc |
| 189 | cmpcc r4, r0 |
| 190 | orrcc r4, r4, #1 @ remember we skipped cache_on |
| 191 | blcs cache_on |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 192 | |
| 193 | restart: adr r0, LC0 |
Nicolas Pitre | 34cc1a8 | 2011-04-19 15:42:43 -0400 | [diff] [blame] | 194 | ldmia r0, {r1, r2, r3, r6, r10, r11, r12} |
Nicolas Pitre | adcc259 | 2011-04-27 16:15:11 -0400 | [diff] [blame] | 195 | ldr sp, [r0, #28] |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 196 | |
| 197 | /* |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 198 | * We might be running at a different address. We need |
| 199 | * to fix up various pointers. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | */ |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 201 | sub r0, r0, r1 @ calculate the delta offset |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 202 | add r6, r6, r0 @ _edata |
Nicolas Pitre | 34cc1a8 | 2011-04-19 15:42:43 -0400 | [diff] [blame] | 203 | add r10, r10, r0 @ inflated kernel size location |
| 204 | |
| 205 | /* |
| 206 | * The kernel build system appends the size of the |
| 207 | * decompressed kernel at the end of the compressed data |
| 208 | * in little-endian form. |
| 209 | */ |
| 210 | ldrb r9, [r10, #0] |
| 211 | ldrb lr, [r10, #1] |
| 212 | orr r9, r9, lr, lsl #8 |
| 213 | ldrb lr, [r10, #2] |
| 214 | ldrb r10, [r10, #3] |
| 215 | orr r9, r9, lr, lsl #16 |
| 216 | orr r9, r9, r10, lsl #24 |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 217 | |
| 218 | #ifndef CONFIG_ZBOOT_ROM |
| 219 | /* malloc space is above the relocated stack (64k max) */ |
| 220 | add sp, sp, r0 |
| 221 | add r10, sp, #0x10000 |
| 222 | #else |
| 223 | /* |
| 224 | * With ZBOOT_ROM the bss/stack is non relocatable, |
| 225 | * but someone could still run this code from RAM, |
| 226 | * in which case our reference is _edata. |
| 227 | */ |
| 228 | mov r10, r6 |
| 229 | #endif |
| 230 | |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 231 | mov r5, #0 @ init dtb size to 0 |
| 232 | #ifdef CONFIG_ARM_APPENDED_DTB |
| 233 | /* |
| 234 | * r0 = delta |
| 235 | * r2 = BSS start |
| 236 | * r3 = BSS end |
Nicolas Pitre | 2874865 | 2013-06-06 05:13:48 +0100 | [diff] [blame] | 237 | * r4 = final kernel address (possibly with LSB set) |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 238 | * r5 = appended dtb size (still unknown) |
| 239 | * r6 = _edata |
| 240 | * r7 = architecture ID |
| 241 | * r8 = atags/device tree pointer |
| 242 | * r9 = size of decompressed image |
| 243 | * r10 = end of this image, including bss/stack/malloc space if non XIP |
| 244 | * r11 = GOT start |
| 245 | * r12 = GOT end |
| 246 | * sp = stack pointer |
| 247 | * |
| 248 | * if there are device trees (dtb) appended to zImage, advance r10 so that the |
| 249 | * dtb data will get relocated along with the kernel if necessary. |
| 250 | */ |
| 251 | |
| 252 | ldr lr, [r6, #0] |
| 253 | #ifndef __ARMEB__ |
| 254 | ldr r1, =0xedfe0dd0 @ sig is 0xd00dfeed big endian |
| 255 | #else |
| 256 | ldr r1, =0xd00dfeed |
| 257 | #endif |
| 258 | cmp lr, r1 |
| 259 | bne dtb_check_done @ not found |
| 260 | |
Nicolas Pitre | b90b9a3 | 2011-09-13 22:37:07 -0400 | [diff] [blame] | 261 | #ifdef CONFIG_ARM_ATAG_DTB_COMPAT |
| 262 | /* |
| 263 | * OK... Let's do some funky business here. |
| 264 | * If we do have a DTB appended to zImage, and we do have |
| 265 | * an ATAG list around, we want the later to be translated |
Nicolas Pitre | c2607f7 | 2015-01-27 16:10:42 +0100 | [diff] [blame^] | 266 | * and folded into the former here. No GOT fixup has occurred |
| 267 | * yet, but none of the code we're about to call uses any |
| 268 | * global variable. |
Nicolas Pitre | b90b9a3 | 2011-09-13 22:37:07 -0400 | [diff] [blame] | 269 | */ |
Nicolas Pitre | c2607f7 | 2015-01-27 16:10:42 +0100 | [diff] [blame^] | 270 | |
| 271 | /* Get the initial DTB size */ |
| 272 | ldr r5, [r6, #4] |
| 273 | #ifndef __ARMEB__ |
| 274 | /* convert to little endian */ |
| 275 | eor r1, r5, r5, ror #16 |
| 276 | bic r1, r1, #0x00ff0000 |
| 277 | mov r5, r5, ror #8 |
| 278 | eor r5, r5, r1, lsr #8 |
| 279 | #endif |
| 280 | /* 50% DTB growth should be good enough */ |
| 281 | add r5, r5, r5, lsr #1 |
| 282 | /* preserve 64-bit alignment */ |
| 283 | add r5, r5, #7 |
| 284 | bic r5, r5, #7 |
| 285 | /* clamp to 32KB min and 1MB max */ |
| 286 | cmp r5, #(1 << 15) |
| 287 | movlo r5, #(1 << 15) |
| 288 | cmp r5, #(1 << 20) |
| 289 | movhi r5, #(1 << 20) |
| 290 | /* temporarily relocate the stack past the DTB work space */ |
| 291 | add sp, sp, r5 |
| 292 | |
Nicolas Pitre | b90b9a3 | 2011-09-13 22:37:07 -0400 | [diff] [blame] | 293 | stmfd sp!, {r0-r3, ip, lr} |
| 294 | mov r0, r8 |
| 295 | mov r1, r6 |
Nicolas Pitre | c2607f7 | 2015-01-27 16:10:42 +0100 | [diff] [blame^] | 296 | mov r2, r5 |
Nicolas Pitre | b90b9a3 | 2011-09-13 22:37:07 -0400 | [diff] [blame] | 297 | bl atags_to_fdt |
| 298 | |
| 299 | /* |
| 300 | * If returned value is 1, there is no ATAG at the location |
| 301 | * pointed by r8. Try the typical 0x100 offset from start |
| 302 | * of RAM and hope for the best. |
| 303 | */ |
| 304 | cmp r0, #1 |
Nicolas Pitre | 531a6a9 | 2011-10-24 13:30:32 +0100 | [diff] [blame] | 305 | sub r0, r4, #TEXT_OFFSET |
Nicolas Pitre | 2874865 | 2013-06-06 05:13:48 +0100 | [diff] [blame] | 306 | bic r0, r0, #1 |
Nicolas Pitre | 531a6a9 | 2011-10-24 13:30:32 +0100 | [diff] [blame] | 307 | add r0, r0, #0x100 |
Nicolas Pitre | b90b9a3 | 2011-09-13 22:37:07 -0400 | [diff] [blame] | 308 | mov r1, r6 |
Nicolas Pitre | c2607f7 | 2015-01-27 16:10:42 +0100 | [diff] [blame^] | 309 | mov r2, r5 |
Marc Zyngier | 9c5fd9e | 2012-04-11 14:52:55 +0100 | [diff] [blame] | 310 | bleq atags_to_fdt |
Nicolas Pitre | b90b9a3 | 2011-09-13 22:37:07 -0400 | [diff] [blame] | 311 | |
| 312 | ldmfd sp!, {r0-r3, ip, lr} |
Nicolas Pitre | c2607f7 | 2015-01-27 16:10:42 +0100 | [diff] [blame^] | 313 | sub sp, sp, r5 |
Nicolas Pitre | b90b9a3 | 2011-09-13 22:37:07 -0400 | [diff] [blame] | 314 | #endif |
| 315 | |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 316 | mov r8, r6 @ use the appended device tree |
| 317 | |
Nicolas Pitre | 5ffb04f | 2011-06-12 01:07:33 -0400 | [diff] [blame] | 318 | /* |
| 319 | * Make sure that the DTB doesn't end up in the final |
| 320 | * kernel's .bss area. To do so, we adjust the decompressed |
| 321 | * kernel size to compensate if that .bss size is larger |
| 322 | * than the relocated code. |
| 323 | */ |
| 324 | ldr r5, =_kernel_bss_size |
| 325 | adr r1, wont_overwrite |
| 326 | sub r1, r6, r1 |
| 327 | subs r1, r5, r1 |
| 328 | addhi r9, r9, r1 |
| 329 | |
Nicolas Pitre | c2607f7 | 2015-01-27 16:10:42 +0100 | [diff] [blame^] | 330 | /* Get the current DTB size */ |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 331 | ldr r5, [r6, #4] |
| 332 | #ifndef __ARMEB__ |
| 333 | /* convert r5 (dtb size) to little endian */ |
| 334 | eor r1, r5, r5, ror #16 |
| 335 | bic r1, r1, #0x00ff0000 |
| 336 | mov r5, r5, ror #8 |
| 337 | eor r5, r5, r1, lsr #8 |
| 338 | #endif |
| 339 | |
| 340 | /* preserve 64-bit alignment */ |
| 341 | add r5, r5, #7 |
| 342 | bic r5, r5, #7 |
| 343 | |
| 344 | /* relocate some pointers past the appended dtb */ |
| 345 | add r6, r6, r5 |
| 346 | add r10, r10, r5 |
| 347 | add sp, sp, r5 |
| 348 | dtb_check_done: |
| 349 | #endif |
| 350 | |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 351 | /* |
| 352 | * Check to see if we will overwrite ourselves. |
Nicolas Pitre | 2874865 | 2013-06-06 05:13:48 +0100 | [diff] [blame] | 353 | * r4 = final kernel address (possibly with LSB set) |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 354 | * r9 = size of decompressed image |
| 355 | * r10 = end of this image, including bss/stack/malloc space if non XIP |
| 356 | * We basically want: |
Nicolas Pitre | ea9df3b | 2011-04-21 22:52:06 -0400 | [diff] [blame] | 357 | * r4 - 16k page directory >= r10 -> OK |
Nicolas Pitre | 5ffb04f | 2011-06-12 01:07:33 -0400 | [diff] [blame] | 358 | * r4 + image length <= address of wont_overwrite -> OK |
Nicolas Pitre | 2874865 | 2013-06-06 05:13:48 +0100 | [diff] [blame] | 359 | * Note: the possible LSB in r4 is harmless here. |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 360 | */ |
Nicolas Pitre | ea9df3b | 2011-04-21 22:52:06 -0400 | [diff] [blame] | 361 | add r10, r10, #16384 |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 362 | cmp r4, r10 |
| 363 | bhs wont_overwrite |
| 364 | add r10, r4, r9 |
Nicolas Pitre | 5ffb04f | 2011-06-12 01:07:33 -0400 | [diff] [blame] | 365 | adr r9, wont_overwrite |
| 366 | cmp r10, r9 |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 367 | bls wont_overwrite |
| 368 | |
| 369 | /* |
| 370 | * Relocate ourselves past the end of the decompressed kernel. |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 371 | * r6 = _edata |
| 372 | * r10 = end of the decompressed kernel |
| 373 | * Because we always copy ahead, we need to do it from the end and go |
| 374 | * backward in case the source and destination overlap. |
| 375 | */ |
Nicolas Pitre | adcc259 | 2011-04-27 16:15:11 -0400 | [diff] [blame] | 376 | /* |
| 377 | * Bump to the next 256-byte boundary with the size of |
| 378 | * the relocation code added. This avoids overwriting |
| 379 | * ourself when the offset is small. |
| 380 | */ |
| 381 | add r10, r10, #((reloc_code_end - restart + 256) & ~255) |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 382 | bic r10, r10, #255 |
| 383 | |
Nicolas Pitre | adcc259 | 2011-04-27 16:15:11 -0400 | [diff] [blame] | 384 | /* Get start of code we want to copy and align it down. */ |
| 385 | adr r5, restart |
| 386 | bic r5, r5, #31 |
| 387 | |
Dave Martin | 424e599 | 2012-02-10 18:07:07 -0800 | [diff] [blame] | 388 | /* Relocate the hyp vector base if necessary */ |
| 389 | #ifdef CONFIG_ARM_VIRT_EXT |
| 390 | mrs r0, spsr |
| 391 | and r0, r0, #MODE_MASK |
| 392 | cmp r0, #HYP_MODE |
| 393 | bne 1f |
| 394 | |
| 395 | bl __hyp_get_vectors |
| 396 | sub r0, r0, r5 |
| 397 | add r0, r0, r10 |
| 398 | bl __hyp_set_vectors |
| 399 | 1: |
| 400 | #endif |
| 401 | |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 402 | sub r9, r6, r5 @ size to copy |
| 403 | add r9, r9, #31 @ rounded up to a multiple |
| 404 | bic r9, r9, #31 @ ... of 32 bytes |
| 405 | add r6, r9, r5 |
| 406 | add r9, r9, r10 |
| 407 | |
| 408 | 1: ldmdb r6!, {r0 - r3, r10 - r12, lr} |
| 409 | cmp r6, r5 |
| 410 | stmdb r9!, {r0 - r3, r10 - r12, lr} |
| 411 | bhi 1b |
| 412 | |
| 413 | /* Preserve offset to relocated code. */ |
| 414 | sub r6, r9, r6 |
| 415 | |
Tony Lindgren | 7c2527f | 2011-04-26 05:37:46 -0700 | [diff] [blame] | 416 | #ifndef CONFIG_ZBOOT_ROM |
| 417 | /* cache_clean_flush may use the stack, so relocate it */ |
| 418 | add sp, sp, r6 |
| 419 | #endif |
| 420 | |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 421 | bl cache_clean_flush |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 422 | |
| 423 | adr r0, BSYM(restart) |
| 424 | add r0, r0, r6 |
| 425 | mov pc, r0 |
| 426 | |
| 427 | wont_overwrite: |
| 428 | /* |
| 429 | * If delta is zero, we are running at the address we were linked at. |
| 430 | * r0 = delta |
| 431 | * r2 = BSS start |
| 432 | * r3 = BSS end |
Nicolas Pitre | 2874865 | 2013-06-06 05:13:48 +0100 | [diff] [blame] | 433 | * r4 = kernel execution address (possibly with LSB set) |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 434 | * r5 = appended dtb size (0 if not present) |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 435 | * r7 = architecture ID |
| 436 | * r8 = atags pointer |
| 437 | * r11 = GOT start |
| 438 | * r12 = GOT end |
| 439 | * sp = stack pointer |
| 440 | */ |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 441 | orrs r1, r0, r5 |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 442 | beq not_relocated |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 443 | |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 444 | add r11, r11, r0 |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 445 | add r12, r12, r0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 446 | |
| 447 | #ifndef CONFIG_ZBOOT_ROM |
| 448 | /* |
| 449 | * If we're running fully PIC === CONFIG_ZBOOT_ROM = n, |
| 450 | * we need to fix up pointers into the BSS region. |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 451 | * Note that the stack pointer has already been fixed up. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | */ |
| 453 | add r2, r2, r0 |
| 454 | add r3, r3, r0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | |
| 456 | /* |
| 457 | * Relocate all entries in the GOT table. |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 458 | * Bump bss entries to _edata + dtb size |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 459 | */ |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 460 | 1: ldr r1, [r11, #0] @ relocate entries in the GOT |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 461 | add r1, r1, r0 @ This fixes up C references |
| 462 | cmp r1, r2 @ if entry >= bss_start && |
| 463 | cmphs r3, r1 @ bss_end > entry |
| 464 | addhi r1, r1, r5 @ entry += dtb size |
| 465 | str r1, [r11], #4 @ next entry |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 466 | cmp r11, r12 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | blo 1b |
John Bonesio | e2a6a3a | 2011-05-27 18:45:50 -0400 | [diff] [blame] | 468 | |
| 469 | /* bump our bss pointers too */ |
| 470 | add r2, r2, r5 |
| 471 | add r3, r3, r5 |
| 472 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 473 | #else |
| 474 | |
| 475 | /* |
| 476 | * Relocate entries in the GOT table. We only relocate |
| 477 | * the entries that are outside the (relocated) BSS region. |
| 478 | */ |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 479 | 1: ldr r1, [r11, #0] @ relocate entries in the GOT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 480 | cmp r1, r2 @ entry < bss_start || |
| 481 | cmphs r3, r1 @ _end < entry |
| 482 | addlo r1, r1, r0 @ table. This fixes up the |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 483 | str r1, [r11], #4 @ C references. |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 484 | cmp r11, r12 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 485 | blo 1b |
| 486 | #endif |
| 487 | |
| 488 | not_relocated: mov r0, #0 |
| 489 | 1: str r0, [r2], #4 @ clear bss |
| 490 | str r0, [r2], #4 |
| 491 | str r0, [r2], #4 |
| 492 | str r0, [r2], #4 |
| 493 | cmp r2, r3 |
| 494 | blo 1b |
| 495 | |
Nicolas Pitre | 2874865 | 2013-06-06 05:13:48 +0100 | [diff] [blame] | 496 | /* |
| 497 | * Did we skip the cache setup earlier? |
| 498 | * That is indicated by the LSB in r4. |
| 499 | * Do it now if so. |
| 500 | */ |
| 501 | tst r4, #1 |
| 502 | bic r4, r4, #1 |
| 503 | blne cache_on |
| 504 | |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 505 | /* |
| 506 | * The C runtime environment should now be setup sufficiently. |
| 507 | * Set up some pointers, and start decompressing. |
| 508 | * r4 = kernel execution address |
| 509 | * r7 = architecture ID |
| 510 | * r8 = atags pointer |
| 511 | */ |
| 512 | mov r0, r4 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 513 | mov r1, sp @ malloc space above stack |
| 514 | add r2, sp, #0x10000 @ 64k max |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 515 | mov r3, r7 |
| 516 | bl decompress_kernel |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 517 | bl cache_clean_flush |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 518 | bl cache_off |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 519 | mov r1, r7 @ restore architecture number |
| 520 | mov r2, r8 @ restore atags pointer |
Dave Martin | 424e599 | 2012-02-10 18:07:07 -0800 | [diff] [blame] | 521 | |
| 522 | #ifdef CONFIG_ARM_VIRT_EXT |
| 523 | mrs r0, spsr @ Get saved CPU boot mode |
| 524 | and r0, r0, #MODE_MASK |
| 525 | cmp r0, #HYP_MODE @ if not booted in HYP mode... |
| 526 | bne __enter_kernel @ boot kernel directly |
| 527 | |
| 528 | adr r12, .L__hyp_reentry_vectors_offset |
| 529 | ldr r0, [r12] |
| 530 | add r0, r0, r12 |
| 531 | |
| 532 | bl __hyp_set_vectors |
| 533 | __HVC(0) @ otherwise bounce to hyp mode |
| 534 | |
| 535 | b . @ should never be reached |
| 536 | |
| 537 | .align 2 |
| 538 | .L__hyp_reentry_vectors_offset: .long __hyp_reentry_vectors - . |
| 539 | #else |
| 540 | b __enter_kernel |
| 541 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 542 | |
Catalin Marinas | 88987ef | 2009-07-24 12:32:52 +0100 | [diff] [blame] | 543 | .align 2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 544 | .type LC0, #object |
| 545 | LC0: .word LC0 @ r1 |
| 546 | .word __bss_start @ r2 |
| 547 | .word _end @ r3 |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 548 | .word _edata @ r6 |
Nicolas Pitre | 34cc1a8 | 2011-04-19 15:42:43 -0400 | [diff] [blame] | 549 | .word input_data_end - 4 @ r10 (inflated size location) |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 550 | .word _got_start @ r11 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 551 | .word _got_end @ ip |
Nicolas Pitre | 8d7e4cc | 2011-04-27 14:54:39 -0400 | [diff] [blame] | 552 | .word .L_user_stack_end @ sp |
Nicolas Pitre | 2874865 | 2013-06-06 05:13:48 +0100 | [diff] [blame] | 553 | .word _end - restart + 16384 + 1024*1024 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 554 | .size LC0, . - LC0 |
| 555 | |
| 556 | #ifdef CONFIG_ARCH_RPC |
| 557 | .globl params |
Eric Miao | db7b2b4 | 2010-06-03 15:36:49 +0800 | [diff] [blame] | 558 | params: ldr r0, =0x10000100 @ params_phys for RPC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 559 | mov pc, lr |
| 560 | .ltorg |
| 561 | .align |
| 562 | #endif |
| 563 | |
| 564 | /* |
| 565 | * Turn on the cache. We need to setup some page tables so that we |
| 566 | * can have both the I and D caches on. |
| 567 | * |
| 568 | * We place the page tables 16k down from the kernel execution address, |
| 569 | * and we hope that nothing else is using it. If we're using it, we |
| 570 | * will go pop! |
| 571 | * |
| 572 | * On entry, |
| 573 | * r4 = kernel execution address |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 574 | * r7 = architecture number |
Russell King | f461902 | 2006-01-12 17:17:57 +0000 | [diff] [blame] | 575 | * r8 = atags pointer |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 576 | * On exit, |
Uwe Kleine-König | 21b2841 | 2010-01-26 22:08:09 +0100 | [diff] [blame] | 577 | * r0, r1, r2, r3, r9, r10, r12 corrupted |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 578 | * This routine must preserve: |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 579 | * r4, r7, r8 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 580 | */ |
| 581 | .align 5 |
| 582 | cache_on: mov r3, #8 @ cache_on function |
| 583 | b call_cache_fn |
| 584 | |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 585 | /* |
| 586 | * Initialize the highest priority protection region, PR7 |
| 587 | * to cover all 32bit address and cacheable and bufferable. |
| 588 | */ |
| 589 | __armv4_mpu_cache_on: |
| 590 | mov r0, #0x3f @ 4G, the whole |
| 591 | mcr p15, 0, r0, c6, c7, 0 @ PR7 Area Setting |
| 592 | mcr p15, 0, r0, c6, c7, 1 |
| 593 | |
| 594 | mov r0, #0x80 @ PR7 |
| 595 | mcr p15, 0, r0, c2, c0, 0 @ D-cache on |
| 596 | mcr p15, 0, r0, c2, c0, 1 @ I-cache on |
| 597 | mcr p15, 0, r0, c3, c0, 0 @ write-buffer on |
| 598 | |
| 599 | mov r0, #0xc000 |
| 600 | mcr p15, 0, r0, c5, c0, 1 @ I-access permission |
| 601 | mcr p15, 0, r0, c5, c0, 0 @ D-access permission |
| 602 | |
| 603 | mov r0, #0 |
| 604 | mcr p15, 0, r0, c7, c10, 4 @ drain write buffer |
| 605 | mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache |
| 606 | mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache |
| 607 | mrc p15, 0, r0, c1, c0, 0 @ read control reg |
| 608 | @ ...I .... ..D. WC.M |
| 609 | orr r0, r0, #0x002d @ .... .... ..1. 11.1 |
| 610 | orr r0, r0, #0x1000 @ ...1 .... .... .... |
| 611 | |
| 612 | mcr p15, 0, r0, c1, c0, 0 @ write control reg |
| 613 | |
| 614 | mov r0, #0 |
| 615 | mcr p15, 0, r0, c7, c5, 0 @ flush(inval) I-Cache |
| 616 | mcr p15, 0, r0, c7, c6, 0 @ flush(inval) D-Cache |
| 617 | mov pc, lr |
| 618 | |
| 619 | __armv3_mpu_cache_on: |
| 620 | mov r0, #0x3f @ 4G, the whole |
| 621 | mcr p15, 0, r0, c6, c7, 0 @ PR7 Area Setting |
| 622 | |
| 623 | mov r0, #0x80 @ PR7 |
| 624 | mcr p15, 0, r0, c2, c0, 0 @ cache on |
| 625 | mcr p15, 0, r0, c3, c0, 0 @ write-buffer on |
| 626 | |
| 627 | mov r0, #0xc000 |
| 628 | mcr p15, 0, r0, c5, c0, 0 @ access permission |
| 629 | |
| 630 | mov r0, #0 |
| 631 | mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 |
Uwe Kleine-König | 4a8d57a | 2010-01-26 22:14:23 +0100 | [diff] [blame] | 632 | /* |
| 633 | * ?? ARMv3 MMU does not allow reading the control register, |
| 634 | * does this really work on ARMv3 MPU? |
| 635 | */ |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 636 | mrc p15, 0, r0, c1, c0, 0 @ read control reg |
| 637 | @ .... .... .... WC.M |
| 638 | orr r0, r0, #0x000d @ .... .... .... 11.1 |
Uwe Kleine-König | 4a8d57a | 2010-01-26 22:14:23 +0100 | [diff] [blame] | 639 | /* ?? this overwrites the value constructed above? */ |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 640 | mov r0, #0 |
| 641 | mcr p15, 0, r0, c1, c0, 0 @ write control reg |
| 642 | |
Uwe Kleine-König | 4a8d57a | 2010-01-26 22:14:23 +0100 | [diff] [blame] | 643 | /* ?? invalidate for the second time? */ |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 644 | mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 |
| 645 | mov pc, lr |
| 646 | |
Russell King | 1fdc08a | 2012-05-10 09:48:34 +0100 | [diff] [blame] | 647 | #ifdef CONFIG_CPU_DCACHE_WRITETHROUGH |
| 648 | #define CB_BITS 0x08 |
| 649 | #else |
| 650 | #define CB_BITS 0x0c |
| 651 | #endif |
| 652 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | __setup_mmu: sub r3, r4, #16384 @ Page directory size |
| 654 | bic r3, r3, #0xff @ Align the pointer |
| 655 | bic r3, r3, #0x3f00 |
| 656 | /* |
| 657 | * Initialise the page tables, turning on the cacheable and bufferable |
| 658 | * bits for the RAM area only. |
| 659 | */ |
| 660 | mov r0, r3 |
Russell King | f461902 | 2006-01-12 17:17:57 +0000 | [diff] [blame] | 661 | mov r9, r0, lsr #18 |
| 662 | mov r9, r9, lsl #18 @ start of RAM |
| 663 | add r10, r9, #0x10000000 @ a reasonable RAM size |
Russell King | 1fdc08a | 2012-05-10 09:48:34 +0100 | [diff] [blame] | 664 | mov r1, #0x12 @ XN|U + section mapping |
| 665 | orr r1, r1, #3 << 10 @ AP=11 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 666 | add r2, r3, #16384 |
Nicolas Pitre | 265d5e4 | 2006-01-18 22:38:51 +0000 | [diff] [blame] | 667 | 1: cmp r1, r9 @ if virt > start of RAM |
Russell King | 1fdc08a | 2012-05-10 09:48:34 +0100 | [diff] [blame] | 668 | cmphs r10, r1 @ && end of RAM > virt |
| 669 | bic r1, r1, #0x1c @ clear XN|U + C + B |
| 670 | orrlo r1, r1, #0x10 @ Set XN|U for non-RAM |
| 671 | orrhs r1, r1, r6 @ set RAM section settings |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 672 | str r1, [r0], #4 @ 1:1 mapping |
| 673 | add r1, r1, #1048576 |
| 674 | teq r0, r2 |
| 675 | bne 1b |
| 676 | /* |
| 677 | * If ever we are running from Flash, then we surely want the cache |
| 678 | * to be enabled also for our execution instance... We map 2MB of it |
| 679 | * so there is no map overlap problem for up to 1 MB compressed kernel. |
| 680 | * If the execution is in RAM then we would only be duplicating the above. |
| 681 | */ |
Russell King | 1fdc08a | 2012-05-10 09:48:34 +0100 | [diff] [blame] | 682 | orr r1, r6, #0x04 @ ensure B is set for this |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 683 | orr r1, r1, #3 << 10 |
Dave Martin | bfa64c4 | 2010-11-29 19:43:26 +0100 | [diff] [blame] | 684 | mov r2, pc |
| 685 | mov r2, r2, lsr #20 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 686 | orr r1, r1, r2, lsl #20 |
| 687 | add r0, r3, r2, lsl #2 |
| 688 | str r1, [r0], #4 |
| 689 | add r1, r1, #1048576 |
| 690 | str r1, [r0] |
| 691 | mov pc, lr |
Catalin Marinas | 93ed397 | 2008-08-28 11:22:32 +0100 | [diff] [blame] | 692 | ENDPROC(__setup_mmu) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 693 | |
Dave Martin | 5010192 | 2012-11-22 12:50:43 +0100 | [diff] [blame] | 694 | @ Enable unaligned access on v6, to allow better code generation |
| 695 | @ for the decompressor C code: |
| 696 | __armv6_mmu_cache_on: |
| 697 | mrc p15, 0, r0, c1, c0, 0 @ read SCTLR |
| 698 | bic r0, r0, #2 @ A (no unaligned access fault) |
| 699 | orr r0, r0, #1 << 22 @ U (v6 unaligned access model) |
| 700 | mcr p15, 0, r0, c1, c0, 0 @ write SCTLR |
| 701 | b __armv4_mmu_cache_on |
| 702 | |
Mark A. Greer | af3e4fd | 2011-04-01 15:41:26 +0100 | [diff] [blame] | 703 | __arm926ejs_mmu_cache_on: |
| 704 | #ifdef CONFIG_CPU_DCACHE_WRITETHROUGH |
| 705 | mov r0, #4 @ put dcache in WT mode |
| 706 | mcr p15, 7, r0, c15, c0, 0 |
| 707 | #endif |
| 708 | |
Hyok S. Choi | c76b6b4 | 2006-03-24 09:53:18 +0000 | [diff] [blame] | 709 | __armv4_mmu_cache_on: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 710 | mov r12, lr |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 711 | #ifdef CONFIG_MMU |
Russell King | 1fdc08a | 2012-05-10 09:48:34 +0100 | [diff] [blame] | 712 | mov r6, #CB_BITS | 0x12 @ U |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 713 | bl __setup_mmu |
| 714 | mov r0, #0 |
| 715 | mcr p15, 0, r0, c7, c10, 4 @ drain write buffer |
| 716 | mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs |
| 717 | mrc p15, 0, r0, c1, c0, 0 @ read control reg |
| 718 | orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement |
| 719 | orr r0, r0, #0x0030 |
Ben Dooks | 457c240 | 2013-02-12 18:59:57 +0000 | [diff] [blame] | 720 | ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables |
Hyok S. Choi | c76b6b4 | 2006-03-24 09:53:18 +0000 | [diff] [blame] | 721 | bl __common_mmu_cache_on |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 722 | mov r0, #0 |
| 723 | mcr p15, 0, r0, c8, c7, 0 @ flush I,D TLBs |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 724 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 725 | mov pc, r12 |
| 726 | |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 727 | __armv7_mmu_cache_on: |
| 728 | mov r12, lr |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 729 | #ifdef CONFIG_MMU |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 730 | mrc p15, 0, r11, c0, c1, 4 @ read ID_MMFR0 |
| 731 | tst r11, #0xf @ VMSA |
Russell King | 1fdc08a | 2012-05-10 09:48:34 +0100 | [diff] [blame] | 732 | movne r6, #CB_BITS | 0x02 @ !XN |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 733 | blne __setup_mmu |
| 734 | mov r0, #0 |
| 735 | mcr p15, 0, r0, c7, c10, 4 @ drain write buffer |
| 736 | tst r11, #0xf @ VMSA |
| 737 | mcrne p15, 0, r0, c8, c7, 0 @ flush I,D TLBs |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 738 | #endif |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 739 | mrc p15, 0, r0, c1, c0, 0 @ read control reg |
Matthew Leach | e1e5b7e | 2012-09-11 17:56:57 +0100 | [diff] [blame] | 740 | bic r0, r0, #1 << 28 @ clear SCTLR.TRE |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 741 | orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement |
| 742 | orr r0, r0, #0x003c @ write buffer |
Dave Martin | 5010192 | 2012-11-22 12:50:43 +0100 | [diff] [blame] | 743 | bic r0, r0, #2 @ A (no unaligned access fault) |
| 744 | orr r0, r0, #1 << 22 @ U (v6 unaligned access model) |
| 745 | @ (needed for ARM1176) |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 746 | #ifdef CONFIG_MMU |
Ben Dooks | 457c240 | 2013-02-12 18:59:57 +0000 | [diff] [blame] | 747 | ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables |
Will Deacon | dbece45 | 2012-08-24 15:20:59 +0100 | [diff] [blame] | 748 | mrcne p15, 0, r6, c2, c0, 2 @ read ttb control reg |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 749 | orrne r0, r0, #1 @ MMU enabled |
Russell King | 1fdc08a | 2012-05-10 09:48:34 +0100 | [diff] [blame] | 750 | movne r1, #0xfffffffd @ domain 0 = client |
Will Deacon | dbece45 | 2012-08-24 15:20:59 +0100 | [diff] [blame] | 751 | bic r6, r6, #1 << 31 @ 32-bit translation system |
| 752 | bic r6, r6, #3 << 0 @ use only ttbr0 |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 753 | mcrne p15, 0, r3, c2, c0, 0 @ load page table pointer |
| 754 | mcrne p15, 0, r1, c3, c0, 0 @ load domain access control |
Will Deacon | dbece45 | 2012-08-24 15:20:59 +0100 | [diff] [blame] | 755 | mcrne p15, 0, r6, c2, c0, 2 @ load ttb control |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 756 | #endif |
Will Deacon | d675d0b | 2011-11-22 17:30:28 +0000 | [diff] [blame] | 757 | mcr p15, 0, r0, c7, c5, 4 @ ISB |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 758 | mcr p15, 0, r0, c1, c0, 0 @ load control register |
| 759 | mrc p15, 0, r0, c1, c0, 0 @ and read it back |
| 760 | mov r0, #0 |
| 761 | mcr p15, 0, r0, c7, c5, 4 @ ISB |
| 762 | mov pc, r12 |
| 763 | |
Paulius Zaleckas | 28853ac | 2009-03-25 13:10:01 +0200 | [diff] [blame] | 764 | __fa526_cache_on: |
| 765 | mov r12, lr |
Russell King | 1fdc08a | 2012-05-10 09:48:34 +0100 | [diff] [blame] | 766 | mov r6, #CB_BITS | 0x12 @ U |
Paulius Zaleckas | 28853ac | 2009-03-25 13:10:01 +0200 | [diff] [blame] | 767 | bl __setup_mmu |
| 768 | mov r0, #0 |
| 769 | mcr p15, 0, r0, c7, c7, 0 @ Invalidate whole cache |
| 770 | mcr p15, 0, r0, c7, c10, 4 @ drain write buffer |
| 771 | mcr p15, 0, r0, c8, c7, 0 @ flush UTLB |
| 772 | mrc p15, 0, r0, c1, c0, 0 @ read control reg |
| 773 | orr r0, r0, #0x1000 @ I-cache enable |
| 774 | bl __common_mmu_cache_on |
| 775 | mov r0, #0 |
| 776 | mcr p15, 0, r0, c8, c7, 0 @ flush UTLB |
| 777 | mov pc, r12 |
| 778 | |
Hyok S. Choi | c76b6b4 | 2006-03-24 09:53:18 +0000 | [diff] [blame] | 779 | __common_mmu_cache_on: |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 780 | #ifndef CONFIG_THUMB2_KERNEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 781 | #ifndef DEBUG |
| 782 | orr r0, r0, #0x000d @ Write buffer, mmu |
| 783 | #endif |
| 784 | mov r1, #-1 |
| 785 | mcr p15, 0, r3, c2, c0, 0 @ load page table pointer |
| 786 | mcr p15, 0, r1, c3, c0, 0 @ load domain access control |
Nicolas Pitre | 2dc7667 | 2006-07-01 21:29:32 +0100 | [diff] [blame] | 787 | b 1f |
| 788 | .align 5 @ cache line aligned |
| 789 | 1: mcr p15, 0, r0, c1, c0, 0 @ load control register |
| 790 | mrc p15, 0, r0, c1, c0, 0 @ and read it back to |
| 791 | sub pc, lr, r0, lsr #32 @ properly flush pipeline |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 792 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 793 | |
Dave Martin | 946a105 | 2011-06-14 14:20:44 +0100 | [diff] [blame] | 794 | #define PROC_ENTRY_SIZE (4*5) |
| 795 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 796 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 797 | * Here follow the relocatable cache support functions for the |
| 798 | * various processors. This is a generic hook for locating an |
| 799 | * entry and jumping to an instruction at the specified offset |
| 800 | * from the start of the block. Please note this is all position |
| 801 | * independent code. |
| 802 | * |
| 803 | * r1 = corrupted |
| 804 | * r2 = corrupted |
| 805 | * r3 = block offset |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 806 | * r9 = corrupted |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 807 | * r12 = corrupted |
| 808 | */ |
| 809 | |
| 810 | call_cache_fn: adr r12, proc_types |
Hyok S. Choi | f12d0d7 | 2006-09-26 17:36:37 +0900 | [diff] [blame] | 811 | #ifdef CONFIG_CPU_CP15 |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 812 | mrc p15, 0, r9, c0, c0 @ get processor ID |
Hyok S. Choi | f12d0d7 | 2006-09-26 17:36:37 +0900 | [diff] [blame] | 813 | #else |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 814 | ldr r9, =CONFIG_PROCESSOR_ID |
Hyok S. Choi | f12d0d7 | 2006-09-26 17:36:37 +0900 | [diff] [blame] | 815 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 816 | 1: ldr r1, [r12, #0] @ get value |
| 817 | ldr r2, [r12, #4] @ get mask |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 818 | eor r1, r1, r9 @ (real ^ match) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 819 | tst r1, r2 @ & mask |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 820 | ARM( addeq pc, r12, r3 ) @ call cache function |
| 821 | THUMB( addeq r12, r3 ) |
| 822 | THUMB( moveq pc, r12 ) @ call cache function |
Dave Martin | 946a105 | 2011-06-14 14:20:44 +0100 | [diff] [blame] | 823 | add r12, r12, #PROC_ENTRY_SIZE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 824 | b 1b |
| 825 | |
| 826 | /* |
| 827 | * Table for cache operations. This is basically: |
| 828 | * - CPU ID match |
| 829 | * - CPU ID mask |
| 830 | * - 'cache on' method instruction |
| 831 | * - 'cache off' method instruction |
| 832 | * - 'cache flush' method instruction |
| 833 | * |
| 834 | * We match an entry using: ((real_id ^ match) & mask) == 0 |
| 835 | * |
| 836 | * Writethrough caches generally only need 'on' and 'off' |
| 837 | * methods. Writeback caches _must_ have the flush method |
| 838 | * defined. |
| 839 | */ |
Catalin Marinas | 88987ef | 2009-07-24 12:32:52 +0100 | [diff] [blame] | 840 | .align 2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 841 | .type proc_types,#object |
| 842 | proc_types: |
Marc C | ced2a3b | 2013-06-05 22:02:23 +0100 | [diff] [blame] | 843 | .word 0x41000000 @ old ARM ID |
| 844 | .word 0xff00f000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 845 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 846 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 847 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 848 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 849 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 850 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 851 | |
| 852 | .word 0x41007000 @ ARM7/710 |
| 853 | .word 0xfff8fe00 |
Russell King | 4cdfc2e | 2012-05-09 15:18:19 +0100 | [diff] [blame] | 854 | mov pc, lr |
| 855 | THUMB( nop ) |
| 856 | mov pc, lr |
| 857 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 858 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 859 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 860 | |
| 861 | .word 0x41807200 @ ARM720T (writethrough) |
| 862 | .word 0xffffff00 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 863 | W(b) __armv4_mmu_cache_on |
| 864 | W(b) __armv4_mmu_cache_off |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 865 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 866 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 867 | |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 868 | .word 0x41007400 @ ARM74x |
| 869 | .word 0xff00ff00 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 870 | W(b) __armv3_mpu_cache_on |
| 871 | W(b) __armv3_mpu_cache_off |
| 872 | W(b) __armv3_mpu_cache_flush |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 873 | |
| 874 | .word 0x41009400 @ ARM94x |
| 875 | .word 0xff00ff00 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 876 | W(b) __armv4_mpu_cache_on |
| 877 | W(b) __armv4_mpu_cache_off |
| 878 | W(b) __armv4_mpu_cache_flush |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 879 | |
Mark A. Greer | af3e4fd | 2011-04-01 15:41:26 +0100 | [diff] [blame] | 880 | .word 0x41069260 @ ARM926EJ-S (v5TEJ) |
| 881 | .word 0xff0ffff0 |
Nicolas Pitre | 720c60e | 2011-06-09 05:05:27 +0100 | [diff] [blame] | 882 | W(b) __arm926ejs_mmu_cache_on |
| 883 | W(b) __armv4_mmu_cache_off |
| 884 | W(b) __armv5tej_mmu_cache_flush |
Mark A. Greer | af3e4fd | 2011-04-01 15:41:26 +0100 | [diff] [blame] | 885 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 886 | .word 0x00007000 @ ARM7 IDs |
| 887 | .word 0x0000f000 |
| 888 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 889 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 890 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 891 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 892 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 893 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 894 | |
| 895 | @ Everything from here on will be the new ID system. |
| 896 | |
| 897 | .word 0x4401a100 @ sa110 / sa1100 |
| 898 | .word 0xffffffe0 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 899 | W(b) __armv4_mmu_cache_on |
| 900 | W(b) __armv4_mmu_cache_off |
| 901 | W(b) __armv4_mmu_cache_flush |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 902 | |
| 903 | .word 0x6901b110 @ sa1110 |
| 904 | .word 0xfffffff0 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 905 | W(b) __armv4_mmu_cache_on |
| 906 | W(b) __armv4_mmu_cache_off |
| 907 | W(b) __armv4_mmu_cache_flush |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 908 | |
Haojian Zhuang | 4157d31 | 2010-03-12 05:47:55 -0500 | [diff] [blame] | 909 | .word 0x56056900 |
| 910 | .word 0xffffff00 @ PXA9xx |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 911 | W(b) __armv4_mmu_cache_on |
| 912 | W(b) __armv4_mmu_cache_off |
| 913 | W(b) __armv4_mmu_cache_flush |
Eric Miao | 59c7bcd | 2008-11-29 21:42:39 +0800 | [diff] [blame] | 914 | |
Eric Miao | 49cbe78 | 2009-01-20 14:15:18 +0800 | [diff] [blame] | 915 | .word 0x56158000 @ PXA168 |
| 916 | .word 0xfffff000 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 917 | W(b) __armv4_mmu_cache_on |
| 918 | W(b) __armv4_mmu_cache_off |
| 919 | W(b) __armv5tej_mmu_cache_flush |
Eric Miao | 49cbe78 | 2009-01-20 14:15:18 +0800 | [diff] [blame] | 920 | |
Nicolas Pitre | 2e2023f | 2008-06-03 23:06:21 +0200 | [diff] [blame] | 921 | .word 0x56050000 @ Feroceon |
| 922 | .word 0xff0f0000 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 923 | W(b) __armv4_mmu_cache_on |
| 924 | W(b) __armv4_mmu_cache_off |
| 925 | W(b) __armv5tej_mmu_cache_flush |
Nicolas Pitre | 3ebb5a2 | 2007-10-31 15:31:48 -0400 | [diff] [blame] | 926 | |
Joonyoung Shim | 5587931 | 2009-06-16 20:05:57 +0900 | [diff] [blame] | 927 | #ifdef CONFIG_CPU_FEROCEON_OLD_ID |
| 928 | /* this conflicts with the standard ARMv5TE entry */ |
| 929 | .long 0x41009260 @ Old Feroceon |
| 930 | .long 0xff00fff0 |
| 931 | b __armv4_mmu_cache_on |
| 932 | b __armv4_mmu_cache_off |
| 933 | b __armv5tej_mmu_cache_flush |
| 934 | #endif |
| 935 | |
Paulius Zaleckas | 28853ac | 2009-03-25 13:10:01 +0200 | [diff] [blame] | 936 | .word 0x66015261 @ FA526 |
| 937 | .word 0xff01fff1 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 938 | W(b) __fa526_cache_on |
| 939 | W(b) __armv4_mmu_cache_off |
| 940 | W(b) __fa526_cache_flush |
Paulius Zaleckas | 28853ac | 2009-03-25 13:10:01 +0200 | [diff] [blame] | 941 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 942 | @ These match on the architecture ID |
| 943 | |
| 944 | .word 0x00020000 @ ARMv4T |
| 945 | .word 0x000f0000 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 946 | W(b) __armv4_mmu_cache_on |
| 947 | W(b) __armv4_mmu_cache_off |
| 948 | W(b) __armv4_mmu_cache_flush |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 949 | |
| 950 | .word 0x00050000 @ ARMv5TE |
| 951 | .word 0x000f0000 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 952 | W(b) __armv4_mmu_cache_on |
| 953 | W(b) __armv4_mmu_cache_off |
| 954 | W(b) __armv4_mmu_cache_flush |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 955 | |
| 956 | .word 0x00060000 @ ARMv5TEJ |
| 957 | .word 0x000f0000 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 958 | W(b) __armv4_mmu_cache_on |
| 959 | W(b) __armv4_mmu_cache_off |
Sascha Hauer | 7521685 | 2010-03-15 15:14:50 +0100 | [diff] [blame] | 960 | W(b) __armv5tej_mmu_cache_flush |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 961 | |
Catalin Marinas | 45a7b9c | 2006-06-18 16:21:50 +0100 | [diff] [blame] | 962 | .word 0x0007b000 @ ARMv6 |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 963 | .word 0x000ff000 |
Dave Martin | 5010192 | 2012-11-22 12:50:43 +0100 | [diff] [blame] | 964 | W(b) __armv6_mmu_cache_on |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 965 | W(b) __armv4_mmu_cache_off |
| 966 | W(b) __armv6_mmu_cache_flush |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 967 | |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 968 | .word 0x000f0000 @ new CPU Id |
| 969 | .word 0x000f0000 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 970 | W(b) __armv7_mmu_cache_on |
| 971 | W(b) __armv7_mmu_cache_off |
| 972 | W(b) __armv7_mmu_cache_flush |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 973 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 974 | .word 0 @ unrecognised type |
| 975 | .word 0 |
| 976 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 977 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 978 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 979 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 980 | mov pc, lr |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 981 | THUMB( nop ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 982 | |
| 983 | .size proc_types, . - proc_types |
| 984 | |
Dave Martin | 946a105 | 2011-06-14 14:20:44 +0100 | [diff] [blame] | 985 | /* |
| 986 | * If you get a "non-constant expression in ".if" statement" |
| 987 | * error from the assembler on this line, check that you have |
| 988 | * not accidentally written a "b" instruction where you should |
| 989 | * have written W(b). |
| 990 | */ |
| 991 | .if (. - proc_types) % PROC_ENTRY_SIZE != 0 |
| 992 | .error "The size of one or more proc_types entries is wrong." |
| 993 | .endif |
| 994 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 995 | /* |
| 996 | * Turn off the Cache and MMU. ARMv3 does not support |
| 997 | * reading the control register, but ARMv4 does. |
| 998 | * |
Uwe Kleine-König | 21b2841 | 2010-01-26 22:08:09 +0100 | [diff] [blame] | 999 | * On exit, |
| 1000 | * r0, r1, r2, r3, r9, r12 corrupted |
| 1001 | * This routine must preserve: |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 1002 | * r4, r7, r8 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 | */ |
| 1004 | .align 5 |
| 1005 | cache_off: mov r3, #12 @ cache_off function |
| 1006 | b call_cache_fn |
| 1007 | |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 1008 | __armv4_mpu_cache_off: |
| 1009 | mrc p15, 0, r0, c1, c0 |
| 1010 | bic r0, r0, #0x000d |
| 1011 | mcr p15, 0, r0, c1, c0 @ turn MPU and cache off |
| 1012 | mov r0, #0 |
| 1013 | mcr p15, 0, r0, c7, c10, 4 @ drain write buffer |
| 1014 | mcr p15, 0, r0, c7, c6, 0 @ flush D-Cache |
| 1015 | mcr p15, 0, r0, c7, c5, 0 @ flush I-Cache |
| 1016 | mov pc, lr |
| 1017 | |
| 1018 | __armv3_mpu_cache_off: |
| 1019 | mrc p15, 0, r0, c1, c0 |
| 1020 | bic r0, r0, #0x000d |
| 1021 | mcr p15, 0, r0, c1, c0, 0 @ turn MPU and cache off |
| 1022 | mov r0, #0 |
| 1023 | mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3 |
| 1024 | mov pc, lr |
| 1025 | |
Hyok S. Choi | c76b6b4 | 2006-03-24 09:53:18 +0000 | [diff] [blame] | 1026 | __armv4_mmu_cache_off: |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 1027 | #ifdef CONFIG_MMU |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1028 | mrc p15, 0, r0, c1, c0 |
| 1029 | bic r0, r0, #0x000d |
| 1030 | mcr p15, 0, r0, c1, c0 @ turn MMU and cache off |
| 1031 | mov r0, #0 |
| 1032 | mcr p15, 0, r0, c7, c7 @ invalidate whole cache v4 |
| 1033 | mcr p15, 0, r0, c8, c7 @ invalidate whole TLB v4 |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 1034 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1035 | mov pc, lr |
| 1036 | |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1037 | __armv7_mmu_cache_off: |
| 1038 | mrc p15, 0, r0, c1, c0 |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 1039 | #ifdef CONFIG_MMU |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1040 | bic r0, r0, #0x000d |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 1041 | #else |
| 1042 | bic r0, r0, #0x000c |
| 1043 | #endif |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1044 | mcr p15, 0, r0, c1, c0 @ turn MMU and cache off |
| 1045 | mov r12, lr |
| 1046 | bl __armv7_mmu_cache_flush |
| 1047 | mov r0, #0 |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 1048 | #ifdef CONFIG_MMU |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1049 | mcr p15, 0, r0, c8, c7, 0 @ invalidate whole TLB |
Catalin Marinas | 8bdca0a | 2009-07-24 12:35:06 +0100 | [diff] [blame] | 1050 | #endif |
Catalin Marinas | c30c2f9 | 2008-11-06 13:23:07 +0000 | [diff] [blame] | 1051 | mcr p15, 0, r0, c7, c5, 6 @ invalidate BTC |
| 1052 | mcr p15, 0, r0, c7, c10, 4 @ DSB |
| 1053 | mcr p15, 0, r0, c7, c5, 4 @ ISB |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1054 | mov pc, r12 |
| 1055 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1056 | /* |
| 1057 | * Clean and flush the cache to maintain consistency. |
| 1058 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1059 | * On exit, |
Uwe Kleine-König | 21b2841 | 2010-01-26 22:08:09 +0100 | [diff] [blame] | 1060 | * r1, r2, r3, r9, r10, r11, r12 corrupted |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1061 | * This routine must preserve: |
Nicolas Pitre | 6d7d0ae | 2011-02-21 07:06:45 +0100 | [diff] [blame] | 1062 | * r4, r6, r7, r8 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1063 | */ |
| 1064 | .align 5 |
| 1065 | cache_clean_flush: |
| 1066 | mov r3, #16 |
| 1067 | b call_cache_fn |
| 1068 | |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 1069 | __armv4_mpu_cache_flush: |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 1070 | tst r4, #1 |
| 1071 | movne pc, lr |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 1072 | mov r2, #1 |
| 1073 | mov r3, #0 |
| 1074 | mcr p15, 0, ip, c7, c6, 0 @ invalidate D cache |
| 1075 | mov r1, #7 << 5 @ 8 segments |
| 1076 | 1: orr r3, r1, #63 << 26 @ 64 entries |
| 1077 | 2: mcr p15, 0, r3, c7, c14, 2 @ clean & invalidate D index |
| 1078 | subs r3, r3, #1 << 26 |
| 1079 | bcs 2b @ entries 63 to 0 |
| 1080 | subs r1, r1, #1 << 5 |
| 1081 | bcs 1b @ segments 7 to 0 |
| 1082 | |
| 1083 | teq r2, #0 |
| 1084 | mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache |
| 1085 | mcr p15, 0, ip, c7, c10, 4 @ drain WB |
| 1086 | mov pc, lr |
| 1087 | |
Paulius Zaleckas | 28853ac | 2009-03-25 13:10:01 +0200 | [diff] [blame] | 1088 | __fa526_cache_flush: |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 1089 | tst r4, #1 |
| 1090 | movne pc, lr |
Paulius Zaleckas | 28853ac | 2009-03-25 13:10:01 +0200 | [diff] [blame] | 1091 | mov r1, #0 |
| 1092 | mcr p15, 0, r1, c7, c14, 0 @ clean and invalidate D cache |
| 1093 | mcr p15, 0, r1, c7, c5, 0 @ flush I cache |
| 1094 | mcr p15, 0, r1, c7, c10, 4 @ drain WB |
| 1095 | mov pc, lr |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 1096 | |
Hyok S. Choi | c76b6b4 | 2006-03-24 09:53:18 +0000 | [diff] [blame] | 1097 | __armv6_mmu_cache_flush: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1098 | mov r1, #0 |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 1099 | tst r4, #1 |
| 1100 | mcreq p15, 0, r1, c7, c14, 0 @ clean+invalidate D |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1101 | mcr p15, 0, r1, c7, c5, 0 @ invalidate I+BTB |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 1102 | mcreq p15, 0, r1, c7, c15, 0 @ clean+invalidate unified |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1103 | mcr p15, 0, r1, c7, c10, 4 @ drain WB |
| 1104 | mov pc, lr |
| 1105 | |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1106 | __armv7_mmu_cache_flush: |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 1107 | tst r4, #1 |
| 1108 | bne iflush |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1109 | mrc p15, 0, r10, c0, c1, 5 @ read ID_MMFR1 |
| 1110 | tst r10, #0xf << 16 @ hierarchical cache (ARMv7) |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1111 | mov r10, #0 |
Catalin Marinas | c30c2f9 | 2008-11-06 13:23:07 +0000 | [diff] [blame] | 1112 | beq hierarchical |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1113 | mcr p15, 0, r10, c7, c14, 0 @ clean+invalidate D |
| 1114 | b iflush |
| 1115 | hierarchical: |
Catalin Marinas | c30c2f9 | 2008-11-06 13:23:07 +0000 | [diff] [blame] | 1116 | mcr p15, 0, r10, c7, c10, 5 @ DMB |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 1117 | stmfd sp!, {r0-r7, r9-r11} |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1118 | mrc p15, 1, r0, c0, c0, 1 @ read clidr |
| 1119 | ands r3, r0, #0x7000000 @ extract loc from clidr |
| 1120 | mov r3, r3, lsr #23 @ left align loc bit field |
| 1121 | beq finished @ if loc is 0, then no need to clean |
| 1122 | mov r10, #0 @ start clean at cache level 0 |
| 1123 | loop1: |
| 1124 | add r2, r10, r10, lsr #1 @ work out 3x current cache level |
| 1125 | mov r1, r0, lsr r2 @ extract cache type bits from clidr |
| 1126 | and r1, r1, #7 @ mask of the bits for current cache only |
| 1127 | cmp r1, #2 @ see what cache we have at this level |
| 1128 | blt skip @ skip if no cache, or just i-cache |
| 1129 | mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr |
| 1130 | mcr p15, 0, r10, c7, c5, 4 @ isb to sych the new cssr&csidr |
| 1131 | mrc p15, 1, r1, c0, c0, 0 @ read the new csidr |
| 1132 | and r2, r1, #7 @ extract the length of the cache lines |
| 1133 | add r2, r2, #4 @ add 4 (line length offset) |
| 1134 | ldr r4, =0x3ff |
| 1135 | ands r4, r4, r1, lsr #3 @ find maximum number on the way size |
Catalin Marinas | 000b502 | 2008-10-03 11:09:10 +0100 | [diff] [blame] | 1136 | clz r5, r4 @ find bit position of way size increment |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1137 | ldr r7, =0x7fff |
| 1138 | ands r7, r7, r1, lsr #13 @ extract max number of the index size |
| 1139 | loop2: |
| 1140 | mov r9, r4 @ create working copy of max way size |
| 1141 | loop3: |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 1142 | ARM( orr r11, r10, r9, lsl r5 ) @ factor way and cache number into r11 |
| 1143 | ARM( orr r11, r11, r7, lsl r2 ) @ factor index number into r11 |
| 1144 | THUMB( lsl r6, r9, r5 ) |
| 1145 | THUMB( orr r11, r10, r6 ) @ factor way and cache number into r11 |
| 1146 | THUMB( lsl r6, r7, r2 ) |
| 1147 | THUMB( orr r11, r11, r6 ) @ factor index number into r11 |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1148 | mcr p15, 0, r11, c7, c14, 2 @ clean & invalidate by set/way |
| 1149 | subs r9, r9, #1 @ decrement the way |
| 1150 | bge loop3 |
| 1151 | subs r7, r7, #1 @ decrement the index |
| 1152 | bge loop2 |
| 1153 | skip: |
| 1154 | add r10, r10, #2 @ increment cache number |
| 1155 | cmp r3, r10 |
| 1156 | bgt loop1 |
| 1157 | finished: |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 1158 | ldmfd sp!, {r0-r7, r9-r11} |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1159 | mov r10, #0 @ swith back to cache level 0 |
| 1160 | mcr p15, 2, r10, c0, c0, 0 @ select current cache level in cssr |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1161 | iflush: |
Catalin Marinas | c30c2f9 | 2008-11-06 13:23:07 +0000 | [diff] [blame] | 1162 | mcr p15, 0, r10, c7, c10, 4 @ DSB |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1163 | mcr p15, 0, r10, c7, c5, 0 @ invalidate I+BTB |
Catalin Marinas | c30c2f9 | 2008-11-06 13:23:07 +0000 | [diff] [blame] | 1164 | mcr p15, 0, r10, c7, c10, 4 @ DSB |
| 1165 | mcr p15, 0, r10, c7, c5, 4 @ ISB |
Catalin Marinas | 7d09e85 | 2007-06-01 17:14:53 +0100 | [diff] [blame] | 1166 | mov pc, lr |
| 1167 | |
Nicolas Pitre | 15754bf | 2007-10-31 15:15:29 -0400 | [diff] [blame] | 1168 | __armv5tej_mmu_cache_flush: |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 1169 | tst r4, #1 |
| 1170 | movne pc, lr |
Nicolas Pitre | 15754bf | 2007-10-31 15:15:29 -0400 | [diff] [blame] | 1171 | 1: mrc p15, 0, r15, c7, c14, 3 @ test,clean,invalidate D cache |
| 1172 | bne 1b |
| 1173 | mcr p15, 0, r0, c7, c5, 0 @ flush I cache |
| 1174 | mcr p15, 0, r0, c7, c10, 4 @ drain WB |
| 1175 | mov pc, lr |
| 1176 | |
Hyok S. Choi | c76b6b4 | 2006-03-24 09:53:18 +0000 | [diff] [blame] | 1177 | __armv4_mmu_cache_flush: |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 1178 | tst r4, #1 |
| 1179 | movne pc, lr |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1180 | mov r2, #64*1024 @ default: 32K dcache size (*2) |
| 1181 | mov r11, #32 @ default: 32 byte line size |
| 1182 | mrc p15, 0, r3, c0, c0, 1 @ read cache type |
Russell King | 98e12b5 | 2010-02-25 23:56:38 +0000 | [diff] [blame] | 1183 | teq r3, r9 @ cache ID register present? |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1184 | beq no_cache_id |
| 1185 | mov r1, r3, lsr #18 |
| 1186 | and r1, r1, #7 |
| 1187 | mov r2, #1024 |
| 1188 | mov r2, r2, lsl r1 @ base dcache size *2 |
| 1189 | tst r3, #1 << 14 @ test M bit |
| 1190 | addne r2, r2, r2, lsr #1 @ +1/2 size if M == 1 |
| 1191 | mov r3, r3, lsr #12 |
| 1192 | and r3, r3, #3 |
| 1193 | mov r11, #8 |
| 1194 | mov r11, r11, lsl r3 @ cache line size in bytes |
| 1195 | no_cache_id: |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 1196 | mov r1, pc |
| 1197 | bic r1, r1, #63 @ align to longest cache line |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1198 | add r2, r1, r2 |
Catalin Marinas | 0e056f2 | 2009-07-24 12:32:58 +0100 | [diff] [blame] | 1199 | 1: |
| 1200 | ARM( ldr r3, [r1], r11 ) @ s/w flush D cache |
| 1201 | THUMB( ldr r3, [r1] ) @ s/w flush D cache |
| 1202 | THUMB( add r1, r1, r11 ) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1203 | teq r1, r2 |
| 1204 | bne 1b |
| 1205 | |
| 1206 | mcr p15, 0, r1, c7, c5, 0 @ flush I cache |
| 1207 | mcr p15, 0, r1, c7, c6, 0 @ flush D cache |
| 1208 | mcr p15, 0, r1, c7, c10, 4 @ drain WB |
| 1209 | mov pc, lr |
| 1210 | |
Hyok S. Choi | c76b6b4 | 2006-03-24 09:53:18 +0000 | [diff] [blame] | 1211 | __armv3_mmu_cache_flush: |
Hyok S. Choi | 10c2df6 | 2006-03-27 10:21:34 +0100 | [diff] [blame] | 1212 | __armv3_mpu_cache_flush: |
Will Deacon | 238962a | 2014-11-04 11:40:46 +0100 | [diff] [blame] | 1213 | tst r4, #1 |
| 1214 | movne pc, lr |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1215 | mov r1, #0 |
Uwe Kleine-König | 63fa718 | 2010-01-26 22:18:09 +0100 | [diff] [blame] | 1216 | mcr p15, 0, r1, c7, c0, 0 @ invalidate whole cache v3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1217 | mov pc, lr |
| 1218 | |
| 1219 | /* |
| 1220 | * Various debugging routines for printing hex characters and |
| 1221 | * memory, which again must be relocatable. |
| 1222 | */ |
| 1223 | #ifdef DEBUG |
Catalin Marinas | 88987ef | 2009-07-24 12:32:52 +0100 | [diff] [blame] | 1224 | .align 2 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1225 | .type phexbuf,#object |
| 1226 | phexbuf: .space 12 |
| 1227 | .size phexbuf, . - phexbuf |
| 1228 | |
Uwe Kleine-König | be6f9f0 | 2010-01-26 22:22:20 +0100 | [diff] [blame] | 1229 | @ phex corrupts {r0, r1, r2, r3} |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1230 | phex: adr r3, phexbuf |
| 1231 | mov r2, #0 |
| 1232 | strb r2, [r3, r1] |
| 1233 | 1: subs r1, r1, #1 |
| 1234 | movmi r0, r3 |
| 1235 | bmi puts |
| 1236 | and r2, r0, #15 |
| 1237 | mov r0, r0, lsr #4 |
| 1238 | cmp r2, #10 |
| 1239 | addge r2, r2, #7 |
| 1240 | add r2, r2, #'0' |
| 1241 | strb r2, [r3, r1] |
| 1242 | b 1b |
| 1243 | |
Uwe Kleine-König | be6f9f0 | 2010-01-26 22:22:20 +0100 | [diff] [blame] | 1244 | @ puts corrupts {r0, r1, r2, r3} |
Tony Lindgren | 4e6d488 | 2010-02-01 23:26:53 +0100 | [diff] [blame] | 1245 | puts: loadsp r3, r1 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1246 | 1: ldrb r2, [r0], #1 |
| 1247 | teq r2, #0 |
| 1248 | moveq pc, lr |
Russell King | 5cd0c34 | 2005-05-03 12:18:46 +0100 | [diff] [blame] | 1249 | 2: writeb r2, r3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1250 | mov r1, #0x00020000 |
| 1251 | 3: subs r1, r1, #1 |
| 1252 | bne 3b |
| 1253 | teq r2, #'\n' |
| 1254 | moveq r2, #'\r' |
| 1255 | beq 2b |
| 1256 | teq r0, #0 |
| 1257 | bne 1b |
| 1258 | mov pc, lr |
Uwe Kleine-König | be6f9f0 | 2010-01-26 22:22:20 +0100 | [diff] [blame] | 1259 | @ putc corrupts {r0, r1, r2, r3} |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1260 | putc: |
| 1261 | mov r2, r0 |
| 1262 | mov r0, #0 |
Tony Lindgren | 4e6d488 | 2010-02-01 23:26:53 +0100 | [diff] [blame] | 1263 | loadsp r3, r1 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1264 | b 2b |
| 1265 | |
Uwe Kleine-König | be6f9f0 | 2010-01-26 22:22:20 +0100 | [diff] [blame] | 1266 | @ memdump corrupts {r0, r1, r2, r3, r10, r11, r12, lr} |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1267 | memdump: mov r12, r0 |
| 1268 | mov r10, lr |
| 1269 | mov r11, #0 |
| 1270 | 2: mov r0, r11, lsl #2 |
| 1271 | add r0, r0, r12 |
| 1272 | mov r1, #8 |
| 1273 | bl phex |
| 1274 | mov r0, #':' |
| 1275 | bl putc |
| 1276 | 1: mov r0, #' ' |
| 1277 | bl putc |
| 1278 | ldr r0, [r12, r11, lsl #2] |
| 1279 | mov r1, #8 |
| 1280 | bl phex |
| 1281 | and r0, r11, #7 |
| 1282 | teq r0, #3 |
| 1283 | moveq r0, #' ' |
| 1284 | bleq putc |
| 1285 | and r0, r11, #7 |
| 1286 | add r11, r11, #1 |
| 1287 | teq r0, #7 |
| 1288 | bne 1b |
| 1289 | mov r0, #'\n' |
| 1290 | bl putc |
| 1291 | cmp r11, #64 |
| 1292 | blt 2b |
| 1293 | mov pc, r10 |
| 1294 | #endif |
| 1295 | |
Catalin Marinas | 92c83ff1 | 2007-06-22 14:27:50 +0100 | [diff] [blame] | 1296 | .ltorg |
Dave Martin | 424e599 | 2012-02-10 18:07:07 -0800 | [diff] [blame] | 1297 | |
| 1298 | #ifdef CONFIG_ARM_VIRT_EXT |
| 1299 | .align 5 |
| 1300 | __hyp_reentry_vectors: |
| 1301 | W(b) . @ reset |
| 1302 | W(b) . @ undef |
| 1303 | W(b) . @ svc |
| 1304 | W(b) . @ pabort |
| 1305 | W(b) . @ dabort |
| 1306 | W(b) __enter_kernel @ hyp |
| 1307 | W(b) . @ irq |
| 1308 | W(b) . @ fiq |
| 1309 | #endif /* CONFIG_ARM_VIRT_EXT */ |
| 1310 | |
| 1311 | __enter_kernel: |
| 1312 | mov r0, #0 @ must be 0 |
| 1313 | ARM( mov pc, r4 ) @ call kernel |
| 1314 | THUMB( bx r4 ) @ entry point is always ARM |
| 1315 | |
Nicolas Pitre | adcc259 | 2011-04-27 16:15:11 -0400 | [diff] [blame] | 1316 | reloc_code_end: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1317 | |
| 1318 | .align |
Russell King | b0c4d4e | 2010-11-22 12:00:59 +0000 | [diff] [blame] | 1319 | .section ".stack", "aw", %nobits |
Nicolas Pitre | 8d7e4cc | 2011-04-27 14:54:39 -0400 | [diff] [blame] | 1320 | .L_user_stack: .space 4096 |
| 1321 | .L_user_stack_end: |