head.S 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. /*
  2. * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu>
  3. * Copyright (C) 2007-2009 PetaLogix
  4. * Copyright (C) 2006 Atmark Techno, Inc.
  5. *
  6. * MMU code derived from arch/ppc/kernel/head_4xx.S:
  7. * Copyright (c) 1995-1996 Gary Thomas <gdt@linuxppc.org>
  8. * Initial PowerPC version.
  9. * Copyright (c) 1996 Cort Dougan <cort@cs.nmt.edu>
  10. * Rewritten for PReP
  11. * Copyright (c) 1996 Paul Mackerras <paulus@cs.anu.edu.au>
  12. * Low-level exception handers, MMU support, and rewrite.
  13. * Copyright (c) 1997 Dan Malek <dmalek@jlc.net>
  14. * PowerPC 8xx modifications.
  15. * Copyright (c) 1998-1999 TiVo, Inc.
  16. * PowerPC 403GCX modifications.
  17. * Copyright (c) 1999 Grant Erickson <grant@lcse.umn.edu>
  18. * PowerPC 403GCX/405GP modifications.
  19. * Copyright 2000 MontaVista Software Inc.
  20. * PPC405 modifications
  21. * PowerPC 403GCX/405GP modifications.
  22. * Author: MontaVista Software, Inc.
  23. * frank_rowand@mvista.com or source@mvista.com
  24. * debbie_chu@mvista.com
  25. *
  26. * This file is subject to the terms and conditions of the GNU General Public
  27. * License. See the file "COPYING" in the main directory of this archive
  28. * for more details.
  29. */
  30. #include <linux/init.h>
  31. #include <linux/linkage.h>
  32. #include <asm/thread_info.h>
  33. #include <asm/page.h>
  34. #include <linux/of_fdt.h> /* for OF_DT_HEADER */
  35. #ifdef CONFIG_MMU
  36. #include <asm/setup.h> /* COMMAND_LINE_SIZE */
  37. #include <asm/mmu.h>
  38. #include <asm/processor.h>
  39. .section .data
  40. .global empty_zero_page
  41. .align 12
  42. empty_zero_page:
  43. .space PAGE_SIZE
  44. .global swapper_pg_dir
  45. swapper_pg_dir:
  46. .space PAGE_SIZE
  47. #endif /* CONFIG_MMU */
  48. .section .rodata
  49. .align 4
  50. endian_check:
  51. .word 1
  52. __HEAD
  53. ENTRY(_start)
  54. #if CONFIG_KERNEL_BASE_ADDR == 0
  55. brai TOPHYS(real_start)
  56. .org 0x100
  57. real_start:
  58. #endif
  59. mts rmsr, r0
  60. /* Disable stack protection from bootloader */
  61. mts rslr, r0
  62. addi r8, r0, 0xFFFFFFFF
  63. mts rshr, r8
  64. /*
  65. * According to Xilinx, msrclr instruction behaves like 'mfs rX,rpc'
  66. * if the msrclr instruction is not enabled. We use this to detect
  67. * if the opcode is available, by issuing msrclr and then testing the result.
  68. * r8 == 0 - msr instructions are implemented
  69. * r8 != 0 - msr instructions are not implemented
  70. */
  71. mfs r1, rmsr
  72. msrclr r8, 0 /* clear nothing - just read msr for test */
  73. cmpu r8, r8, r1 /* r1 must contain msr reg content */
  74. /* r7 may point to an FDT, or there may be one linked in.
  75. if it's in r7, we've got to save it away ASAP.
  76. We ensure r7 points to a valid FDT, just in case the bootloader
  77. is broken or non-existent */
  78. beqi r7, no_fdt_arg /* NULL pointer? don't copy */
  79. /* Does r7 point to a valid FDT? Load HEADER magic number */
  80. /* Run time Big/Little endian platform */
  81. /* Save 1 as word and load byte - 0 - BIG, 1 - LITTLE */
  82. lbui r11, r0, TOPHYS(endian_check)
  83. beqid r11, big_endian /* DO NOT break delay stop dependency */
  84. lw r11, r0, r7 /* Big endian load in delay slot */
  85. lwr r11, r0, r7 /* Little endian load */
  86. big_endian:
  87. rsubi r11, r11, OF_DT_HEADER /* Check FDT header */
  88. beqi r11, _prepare_copy_fdt
  89. or r7, r0, r0 /* clear R7 when not valid DTB */
  90. bnei r11, no_fdt_arg /* No - get out of here */
  91. _prepare_copy_fdt:
  92. or r11, r0, r0 /* incremment */
  93. ori r4, r0, TOPHYS(_fdt_start)
  94. ori r3, r0, (0x8000 - 4)
  95. _copy_fdt:
  96. lw r12, r7, r11 /* r12 = r7 + r11 */
  97. sw r12, r4, r11 /* addr[r4 + r11] = r12 */
  98. addik r11, r11, 4 /* increment counting */
  99. bgtid r3, _copy_fdt /* loop for all entries */
  100. addik r3, r3, -4 /* descrement loop */
  101. no_fdt_arg:
  102. #ifdef CONFIG_MMU
  103. #ifndef CONFIG_CMDLINE_BOOL
  104. /*
  105. * handling command line
  106. * copy command line directly to cmd_line placed in data section.
  107. */
  108. beqid r5, skip /* Skip if NULL pointer */
  109. or r11, r0, r0 /* incremment */
  110. ori r4, r0, cmd_line /* load address of command line */
  111. tophys(r4,r4) /* convert to phys address */
  112. ori r3, r0, COMMAND_LINE_SIZE - 1 /* number of loops */
  113. _copy_command_line:
  114. /* r2=r5+r6 - r5 contain pointer to command line */
  115. lbu r2, r5, r11
  116. beqid r2, skip /* Skip if no data */
  117. sb r2, r4, r11 /* addr[r4+r6]= r2 */
  118. addik r11, r11, 1 /* increment counting */
  119. bgtid r3, _copy_command_line /* loop for all entries */
  120. addik r3, r3, -1 /* decrement loop */
  121. addik r5, r4, 0 /* add new space for command line */
  122. tovirt(r5,r5)
  123. skip:
  124. #endif /* CONFIG_CMDLINE_BOOL */
  125. #ifdef NOT_COMPILE
  126. /* save bram context */
  127. or r11, r0, r0 /* incremment */
  128. ori r4, r0, TOPHYS(_bram_load_start) /* save bram context */
  129. ori r3, r0, (LMB_SIZE - 4)
  130. _copy_bram:
  131. lw r7, r0, r11 /* r7 = r0 + r6 */
  132. sw r7, r4, r11 /* addr[r4 + r6] = r7 */
  133. addik r11, r11, 4 /* increment counting */
  134. bgtid r3, _copy_bram /* loop for all entries */
  135. addik r3, r3, -4 /* descrement loop */
  136. #endif
  137. /* We have to turn on the MMU right away. */
  138. /*
  139. * Set up the initial MMU state so we can do the first level of
  140. * kernel initialization. This maps the first 16 MBytes of memory 1:1
  141. * virtual to physical.
  142. */
  143. nop
  144. addik r3, r0, MICROBLAZE_TLB_SIZE -1 /* Invalidate all TLB entries */
  145. _invalidate:
  146. mts rtlbx, r3
  147. mts rtlbhi, r0 /* flush: ensure V is clear */
  148. mts rtlblo, r0
  149. bgtid r3, _invalidate /* loop for all entries */
  150. addik r3, r3, -1
  151. /* sync */
  152. /* Setup the kernel PID */
  153. mts rpid,r0 /* Load the kernel PID */
  154. nop
  155. bri 4
  156. /*
  157. * We should still be executing code at physical address area
  158. * RAM_BASEADDR at this point. However, kernel code is at
  159. * a virtual address. So, set up a TLB mapping to cover this once
  160. * translation is enabled.
  161. */
  162. addik r3,r0, CONFIG_KERNEL_START /* Load the kernel virtual address */
  163. tophys(r4,r3) /* Load the kernel physical address */
  164. /* start to do TLB calculation */
  165. addik r12, r0, _end
  166. rsub r12, r3, r12
  167. addik r12, r12, CONFIG_LOWMEM_SIZE >> PTE_SHIFT /* that's the pad */
  168. or r9, r0, r0 /* TLB0 = 0 */
  169. or r10, r0, r0 /* TLB1 = 0 */
  170. addik r11, r12, -0x1000000
  171. bgei r11, GT16 /* size is greater than 16MB */
  172. addik r11, r12, -0x0800000
  173. bgei r11, GT8 /* size is greater than 8MB */
  174. addik r11, r12, -0x0400000
  175. bgei r11, GT4 /* size is greater than 4MB */
  176. /* size is less than 4MB */
  177. addik r11, r12, -0x0200000
  178. bgei r11, GT2 /* size is greater than 2MB */
  179. addik r9, r0, 0x0100000 /* TLB0 must be 1MB */
  180. addik r11, r12, -0x0100000
  181. bgei r11, GT1 /* size is greater than 1MB */
  182. /* TLB1 is 0 which is setup above */
  183. bri tlb_end
  184. GT4: /* r11 contains the rest - will be either 1 or 4 */
  185. ori r9, r0, 0x400000 /* TLB0 is 4MB */
  186. bri TLB1
  187. GT16: /* TLB0 is 16MB */
  188. addik r9, r0, 0x1000000 /* means TLB0 is 16MB */
  189. TLB1:
  190. /* must be used r2 because of subtract if failed */
  191. addik r2, r11, -0x0400000
  192. bgei r2, GT20 /* size is greater than 16MB */
  193. /* size is >16MB and <20MB */
  194. addik r11, r11, -0x0100000
  195. bgei r11, GT17 /* size is greater than 17MB */
  196. /* kernel is >16MB and < 17MB */
  197. GT1:
  198. addik r10, r0, 0x0100000 /* means TLB1 is 1MB */
  199. bri tlb_end
  200. GT2: /* TLB0 is 0 and TLB1 will be 4MB */
  201. GT17: /* TLB1 is 4MB - kernel size <20MB */
  202. addik r10, r0, 0x0400000 /* means TLB1 is 4MB */
  203. bri tlb_end
  204. GT8: /* TLB0 is still zero that's why I can use only TLB1 */
  205. GT20: /* TLB1 is 16MB - kernel size >20MB */
  206. addik r10, r0, 0x1000000 /* means TLB1 is 16MB */
  207. tlb_end:
  208. /*
  209. * Configure and load two entries into TLB slots 0 and 1.
  210. * In case we are pinning TLBs, these are reserved in by the
  211. * other TLB functions. If not reserving, then it doesn't
  212. * matter where they are loaded.
  213. */
  214. andi r4,r4,0xfffffc00 /* Mask off the real page number */
  215. ori r4,r4,(TLB_WR | TLB_EX) /* Set the write and execute bits */
  216. /*
  217. * TLB0 is always used - check if is not zero (r9 stores TLB0 value)
  218. * if is use TLB1 value and clear it (r10 stores TLB1 value)
  219. */
  220. bnei r9, tlb0_not_zero
  221. add r9, r10, r0
  222. add r10, r0, r0
  223. tlb0_not_zero:
  224. /* look at the code below */
  225. ori r30, r0, 0x200
  226. andi r29, r9, 0x100000
  227. bneid r29, 1f
  228. addik r30, r30, 0x80
  229. andi r29, r9, 0x400000
  230. bneid r29, 1f
  231. addik r30, r30, 0x80
  232. andi r29, r9, 0x1000000
  233. bneid r29, 1f
  234. addik r30, r30, 0x80
  235. 1:
  236. andi r3,r3,0xfffffc00 /* Mask off the effective page number */
  237. ori r3,r3,(TLB_VALID)
  238. or r3, r3, r30
  239. /* Load tlb_skip size value which is index to first unused TLB entry */
  240. lwi r11, r0, TOPHYS(tlb_skip)
  241. mts rtlbx,r11 /* TLB slow 0 */
  242. mts rtlblo,r4 /* Load the data portion of the entry */
  243. mts rtlbhi,r3 /* Load the tag portion of the entry */
  244. /* Increase tlb_skip size */
  245. addik r11, r11, 1
  246. swi r11, r0, TOPHYS(tlb_skip)
  247. /* TLB1 can be zeroes that's why we not setup it */
  248. beqi r10, jump_over2
  249. /* look at the code below */
  250. ori r30, r0, 0x200
  251. andi r29, r10, 0x100000
  252. bneid r29, 1f
  253. addik r30, r30, 0x80
  254. andi r29, r10, 0x400000
  255. bneid r29, 1f
  256. addik r30, r30, 0x80
  257. andi r29, r10, 0x1000000
  258. bneid r29, 1f
  259. addik r30, r30, 0x80
  260. 1:
  261. addk r4, r4, r9 /* previous addr + TLB0 size */
  262. addk r3, r3, r9
  263. andi r3,r3,0xfffffc00 /* Mask off the effective page number */
  264. ori r3,r3,(TLB_VALID)
  265. or r3, r3, r30
  266. lwi r11, r0, TOPHYS(tlb_skip)
  267. mts rtlbx, r11 /* r11 is used from TLB0 */
  268. mts rtlblo,r4 /* Load the data portion of the entry */
  269. mts rtlbhi,r3 /* Load the tag portion of the entry */
  270. /* Increase tlb_skip size */
  271. addik r11, r11, 1
  272. swi r11, r0, TOPHYS(tlb_skip)
  273. jump_over2:
  274. /*
  275. * Load a TLB entry for LMB, since we need access to
  276. * the exception vectors, using a 4k real==virtual mapping.
  277. */
  278. /* Use temporary TLB_ID for LMB - clear this temporary mapping later */
  279. ori r11, r0, MICROBLAZE_LMB_TLB_ID
  280. mts rtlbx,r11
  281. ori r4,r0,(TLB_WR | TLB_EX)
  282. ori r3,r0,(TLB_VALID | TLB_PAGESZ(PAGESZ_4K))
  283. mts rtlblo,r4 /* Load the data portion of the entry */
  284. mts rtlbhi,r3 /* Load the tag portion of the entry */
  285. /*
  286. * We now have the lower 16 Meg of RAM mapped into TLB entries, and the
  287. * caches ready to work.
  288. */
  289. turn_on_mmu:
  290. ori r15,r0,start_here
  291. ori r4,r0,MSR_KERNEL_VMS
  292. mts rmsr,r4
  293. nop
  294. rted r15,0 /* enables MMU */
  295. nop
  296. start_here:
  297. #endif /* CONFIG_MMU */
  298. /* Initialize small data anchors */
  299. addik r13, r0, _KERNEL_SDA_BASE_
  300. addik r2, r0, _KERNEL_SDA2_BASE_
  301. /* Initialize stack pointer */
  302. addik r1, r0, init_thread_union + THREAD_SIZE - 4
  303. /* Initialize r31 with current task address */
  304. addik r31, r0, init_task
  305. /*
  306. * Call platform dependent initialize function.
  307. * Please see $(ARCH)/mach-$(SUBARCH)/setup.c for
  308. * the function.
  309. */
  310. addik r11, r0, machine_early_init
  311. brald r15, r11
  312. nop
  313. #ifndef CONFIG_MMU
  314. addik r15, r0, machine_halt
  315. braid start_kernel
  316. nop
  317. #else
  318. /*
  319. * Initialize the MMU.
  320. */
  321. bralid r15, mmu_init
  322. nop
  323. /* Go back to running unmapped so we can load up new values
  324. * and change to using our exception vectors.
  325. * On the MicroBlaze, all we invalidate the used TLB entries to clear
  326. * the old 16M byte TLB mappings.
  327. */
  328. ori r15,r0,TOPHYS(kernel_load_context)
  329. ori r4,r0,MSR_KERNEL
  330. mts rmsr,r4
  331. nop
  332. bri 4
  333. rted r15,0
  334. nop
  335. /* Load up the kernel context */
  336. kernel_load_context:
  337. ori r5, r0, MICROBLAZE_LMB_TLB_ID
  338. mts rtlbx,r5
  339. nop
  340. mts rtlbhi,r0
  341. nop
  342. addi r15, r0, machine_halt
  343. ori r17, r0, start_kernel
  344. ori r4, r0, MSR_KERNEL_VMS
  345. mts rmsr, r4
  346. nop
  347. rted r17, 0 /* enable MMU and jump to start_kernel */
  348. nop
  349. #endif /* CONFIG_MMU */