head.S 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346
  1. /*
  2. * PowerPC version
  3. * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org)
  4. *
  5. * Rewritten by Cort Dougan (cort@cs.nmt.edu) for PReP
  6. * Copyright (C) 1996 Cort Dougan <cort@cs.nmt.edu>
  7. * Adapted for Power Macintosh by Paul Mackerras.
  8. * Low-level exception handlers and MMU support
  9. * rewritten by Paul Mackerras.
  10. * Copyright (C) 1996 Paul Mackerras.
  11. * MPC8xx modifications Copyright (C) 1997 Dan Malek (dmalek@jlc.net).
  12. * Amiga/APUS changes by Jesper Skov (jskov@cygnus.co.uk).
  13. *
  14. * This file contains the low-level support and setup for the
  15. * PowerPC platform, including trap and interrupt dispatch.
  16. * (The PPC 8xx embedded CPUs use head_8xx.S instead.)
  17. *
  18. * This program is free software; you can redistribute it and/or
  19. * modify it under the terms of the GNU General Public License
  20. * as published by the Free Software Foundation; either version
  21. * 2 of the License, or (at your option) any later version.
  22. *
  23. */
  24. #include <asm/processor.h>
  25. #include <asm/page.h>
  26. #include <asm/mmu.h>
  27. #include <asm/pgtable.h>
  28. #include <asm/cputable.h>
  29. #include <asm/cache.h>
  30. #include <asm/thread_info.h>
  31. #include <asm/ppc_asm.h>
  32. #include <asm/asm-offsets.h>
  33. #ifdef CONFIG_APUS
  34. #include <asm/amigappc.h>
  35. #endif
  36. /* 601 only have IBAT; cr0.eq is set on 601 when using this macro */
  37. #define LOAD_BAT(n, reg, RA, RB) \
  38. /* see the comment for clear_bats() -- Cort */ \
  39. li RA,0; \
  40. mtspr SPRN_IBAT##n##U,RA; \
  41. mtspr SPRN_DBAT##n##U,RA; \
  42. lwz RA,(n*16)+0(reg); \
  43. lwz RB,(n*16)+4(reg); \
  44. mtspr SPRN_IBAT##n##U,RA; \
  45. mtspr SPRN_IBAT##n##L,RB; \
  46. beq 1f; \
  47. lwz RA,(n*16)+8(reg); \
  48. lwz RB,(n*16)+12(reg); \
  49. mtspr SPRN_DBAT##n##U,RA; \
  50. mtspr SPRN_DBAT##n##L,RB; \
  51. 1:
  52. .text
  53. .stabs "arch/ppc/kernel/",N_SO,0,0,0f
  54. .stabs "head.S",N_SO,0,0,0f
  55. 0:
  56. .globl _stext
  57. _stext:
  58. /*
  59. * _start is defined this way because the XCOFF loader in the OpenFirmware
  60. * on the powermac expects the entry point to be a procedure descriptor.
  61. */
  62. .text
  63. .globl _start
  64. _start:
  65. /*
  66. * These are here for legacy reasons, the kernel used to
  67. * need to look like a coff function entry for the pmac
  68. * but we're always started by some kind of bootloader now.
  69. * -- Cort
  70. */
  71. nop /* used by __secondary_hold on prep (mtx) and chrp smp */
  72. nop /* used by __secondary_hold on prep (mtx) and chrp smp */
  73. nop
  74. /* PMAC
  75. * Enter here with the kernel text, data and bss loaded starting at
  76. * 0, running with virtual == physical mapping.
  77. * r5 points to the prom entry point (the client interface handler
  78. * address). Address translation is turned on, with the prom
  79. * managing the hash table. Interrupts are disabled. The stack
  80. * pointer (r1) points to just below the end of the half-meg region
  81. * from 0x380000 - 0x400000, which is mapped in already.
  82. *
  83. * If we are booted from MacOS via BootX, we enter with the kernel
  84. * image loaded somewhere, and the following values in registers:
  85. * r3: 'BooX' (0x426f6f58)
  86. * r4: virtual address of boot_infos_t
  87. * r5: 0
  88. *
  89. * APUS
  90. * r3: 'APUS'
  91. * r4: physical address of memory base
  92. * Linux/m68k style BootInfo structure at &_end.
  93. *
  94. * PREP
  95. * This is jumped to on prep systems right after the kernel is relocated
  96. * to its proper place in memory by the boot loader. The expected layout
  97. * of the regs is:
  98. * r3: ptr to residual data
  99. * r4: initrd_start or if no initrd then 0
  100. * r5: initrd_end - unused if r4 is 0
  101. * r6: Start of command line string
  102. * r7: End of command line string
  103. *
  104. * This just gets a minimal mmu environment setup so we can call
  105. * start_here() to do the real work.
  106. * -- Cort
  107. */
  108. .globl __start
  109. __start:
  110. mr r31,r3 /* save parameters */
  111. mr r30,r4
  112. mr r29,r5
  113. mr r28,r6
  114. mr r27,r7
  115. li r24,0 /* cpu # */
  116. /*
  117. * early_init() does the early machine identification and does
  118. * the necessary low-level setup and clears the BSS
  119. * -- Cort <cort@fsmlabs.com>
  120. */
  121. bl early_init
  122. #ifdef CONFIG_APUS
  123. /* On APUS the __va/__pa constants need to be set to the correct
  124. * values before continuing.
  125. */
  126. mr r4,r30
  127. bl fix_mem_constants
  128. #endif /* CONFIG_APUS */
  129. /* Switch MMU off, clear BATs and flush TLB. At this point, r3 contains
  130. * the physical address we are running at, returned by early_init()
  131. */
  132. bl mmu_off
  133. __after_mmu_off:
  134. bl clear_bats
  135. bl flush_tlbs
  136. bl initial_bats
  137. #if !defined(CONFIG_APUS) && defined(CONFIG_BOOTX_TEXT)
  138. bl setup_disp_bat
  139. #endif
  140. /*
  141. * Call setup_cpu for CPU 0 and initialize 6xx Idle
  142. */
  143. bl reloc_offset
  144. li r24,0 /* cpu# */
  145. bl call_setup_cpu /* Call setup_cpu for this CPU */
  146. #ifdef CONFIG_6xx
  147. bl reloc_offset
  148. bl init_idle_6xx
  149. #endif /* CONFIG_6xx */
  150. #ifndef CONFIG_APUS
  151. /*
  152. * We need to run with _start at physical address 0.
  153. * If the MMU is already turned on, we copy stuff to KERNELBASE,
  154. * otherwise we copy it to 0.
  155. */
  156. bl reloc_offset
  157. mr r26,r3
  158. addis r4,r3,KERNELBASE@h /* current address of _start */
  159. cmpwi 0,r4,0 /* are we already running at 0? */
  160. bne relocate_kernel
  161. #endif /* CONFIG_APUS */
  162. /*
  163. * we now have the 1st 16M of ram mapped with the bats.
  164. * prep needs the mmu to be turned on here, but pmac already has it on.
  165. * this shouldn't bother the pmac since it just gets turned on again
  166. * as we jump to our code at KERNELBASE. -- Cort
  167. * Actually no, pmac doesn't have it on any more. BootX enters with MMU
  168. * off, and in other cases, we now turn it off before changing BATs above.
  169. */
  170. turn_on_mmu:
  171. mfmsr r0
  172. ori r0,r0,MSR_DR|MSR_IR
  173. mtspr SPRN_SRR1,r0
  174. lis r0,start_here@h
  175. ori r0,r0,start_here@l
  176. mtspr SPRN_SRR0,r0
  177. SYNC
  178. RFI /* enables MMU */
  179. /*
  180. * We need __secondary_hold as a place to hold the other cpus on
  181. * an SMP machine, even when we are running a UP kernel.
  182. */
  183. . = 0xc0 /* for prep bootloader */
  184. li r3,1 /* MTX only has 1 cpu */
  185. .globl __secondary_hold
  186. __secondary_hold:
  187. /* tell the master we're here */
  188. stw r3,4(0)
  189. #ifdef CONFIG_SMP
  190. 100: lwz r4,0(0)
  191. /* wait until we're told to start */
  192. cmpw 0,r4,r3
  193. bne 100b
  194. /* our cpu # was at addr 0 - go */
  195. mr r24,r3 /* cpu # */
  196. b __secondary_start
  197. #else
  198. b .
  199. #endif /* CONFIG_SMP */
  200. /*
  201. * Exception entry code. This code runs with address translation
  202. * turned off, i.e. using physical addresses.
  203. * We assume sprg3 has the physical address of the current
  204. * task's thread_struct.
  205. */
  206. #define EXCEPTION_PROLOG \
  207. mtspr SPRN_SPRG0,r10; \
  208. mtspr SPRN_SPRG1,r11; \
  209. mfcr r10; \
  210. EXCEPTION_PROLOG_1; \
  211. EXCEPTION_PROLOG_2
  212. #define EXCEPTION_PROLOG_1 \
  213. mfspr r11,SPRN_SRR1; /* check whether user or kernel */ \
  214. andi. r11,r11,MSR_PR; \
  215. tophys(r11,r1); /* use tophys(r1) if kernel */ \
  216. beq 1f; \
  217. mfspr r11,SPRN_SPRG3; \
  218. lwz r11,THREAD_INFO-THREAD(r11); \
  219. addi r11,r11,THREAD_SIZE; \
  220. tophys(r11,r11); \
  221. 1: subi r11,r11,INT_FRAME_SIZE /* alloc exc. frame */
  222. #define EXCEPTION_PROLOG_2 \
  223. CLR_TOP32(r11); \
  224. stw r10,_CCR(r11); /* save registers */ \
  225. stw r12,GPR12(r11); \
  226. stw r9,GPR9(r11); \
  227. mfspr r10,SPRN_SPRG0; \
  228. stw r10,GPR10(r11); \
  229. mfspr r12,SPRN_SPRG1; \
  230. stw r12,GPR11(r11); \
  231. mflr r10; \
  232. stw r10,_LINK(r11); \
  233. mfspr r12,SPRN_SRR0; \
  234. mfspr r9,SPRN_SRR1; \
  235. stw r1,GPR1(r11); \
  236. stw r1,0(r11); \
  237. tovirt(r1,r11); /* set new kernel sp */ \
  238. li r10,MSR_KERNEL & ~(MSR_IR|MSR_DR); /* can take exceptions */ \
  239. MTMSRD(r10); /* (except for mach check in rtas) */ \
  240. stw r0,GPR0(r11); \
  241. SAVE_4GPRS(3, r11); \
  242. SAVE_2GPRS(7, r11)
  243. /*
  244. * Note: code which follows this uses cr0.eq (set if from kernel),
  245. * r11, r12 (SRR0), and r9 (SRR1).
  246. *
  247. * Note2: once we have set r1 we are in a position to take exceptions
  248. * again, and we could thus set MSR:RI at that point.
  249. */
  250. /*
  251. * Exception vectors.
  252. */
  253. #define EXCEPTION(n, label, hdlr, xfer) \
  254. . = n; \
  255. label: \
  256. EXCEPTION_PROLOG; \
  257. addi r3,r1,STACK_FRAME_OVERHEAD; \
  258. xfer(n, hdlr)
  259. #define EXC_XFER_TEMPLATE(n, hdlr, trap, copyee, tfer, ret) \
  260. li r10,trap; \
  261. stw r10,TRAP(r11); \
  262. li r10,MSR_KERNEL; \
  263. copyee(r10, r9); \
  264. bl tfer; \
  265. i##n: \
  266. .long hdlr; \
  267. .long ret
  268. #define COPY_EE(d, s) rlwimi d,s,0,16,16
  269. #define NOCOPY(d, s)
  270. #define EXC_XFER_STD(n, hdlr) \
  271. EXC_XFER_TEMPLATE(n, hdlr, n, NOCOPY, transfer_to_handler_full, \
  272. ret_from_except_full)
  273. #define EXC_XFER_LITE(n, hdlr) \
  274. EXC_XFER_TEMPLATE(n, hdlr, n+1, NOCOPY, transfer_to_handler, \
  275. ret_from_except)
  276. #define EXC_XFER_EE(n, hdlr) \
  277. EXC_XFER_TEMPLATE(n, hdlr, n, COPY_EE, transfer_to_handler_full, \
  278. ret_from_except_full)
  279. #define EXC_XFER_EE_LITE(n, hdlr) \
  280. EXC_XFER_TEMPLATE(n, hdlr, n+1, COPY_EE, transfer_to_handler, \
  281. ret_from_except)
  282. /* System reset */
  283. /* core99 pmac starts the seconary here by changing the vector, and
  284. putting it back to what it was (unknown_exception) when done. */
  285. EXCEPTION(0x100, Reset, unknown_exception, EXC_XFER_STD)
  286. /* Machine check */
  287. . = 0x200
  288. mtspr SPRN_SPRG0,r10
  289. mtspr SPRN_SPRG1,r11
  290. mfcr r10
  291. EXCEPTION_PROLOG_1
  292. 7: EXCEPTION_PROLOG_2
  293. addi r3,r1,STACK_FRAME_OVERHEAD
  294. EXC_XFER_STD(0x200, machine_check_exception)
  295. /* Data access exception. */
  296. . = 0x300
  297. DataAccess:
  298. EXCEPTION_PROLOG
  299. mfspr r10,SPRN_DSISR
  300. andis. r0,r10,0xa470 /* weird error? */
  301. bne 1f /* if not, try to put a PTE */
  302. mfspr r4,SPRN_DAR /* into the hash table */
  303. rlwinm r3,r10,32-15,21,21 /* DSISR_STORE -> _PAGE_RW */
  304. bl hash_page
  305. 1: stw r10,_DSISR(r11)
  306. mr r5,r10
  307. mfspr r4,SPRN_DAR
  308. EXC_XFER_EE_LITE(0x300, handle_page_fault)
  309. /* Instruction access exception. */
  310. . = 0x400
  311. InstructionAccess:
  312. EXCEPTION_PROLOG
  313. andis. r0,r9,0x4000 /* no pte found? */
  314. beq 1f /* if so, try to put a PTE */
  315. li r3,0 /* into the hash table */
  316. mr r4,r12 /* SRR0 is fault address */
  317. bl hash_page
  318. 1: mr r4,r12
  319. mr r5,r9
  320. EXC_XFER_EE_LITE(0x400, handle_page_fault)
  321. /* External interrupt */
  322. EXCEPTION(0x500, HardwareInterrupt, do_IRQ, EXC_XFER_LITE)
  323. /* Alignment exception */
  324. . = 0x600
  325. Alignment:
  326. EXCEPTION_PROLOG
  327. mfspr r4,SPRN_DAR
  328. stw r4,_DAR(r11)
  329. mfspr r5,SPRN_DSISR
  330. stw r5,_DSISR(r11)
  331. addi r3,r1,STACK_FRAME_OVERHEAD
  332. EXC_XFER_EE(0x600, alignment_exception)
  333. /* Program check exception */
  334. EXCEPTION(0x700, ProgramCheck, program_check_exception, EXC_XFER_STD)
  335. /* Floating-point unavailable */
  336. . = 0x800
  337. FPUnavailable:
  338. EXCEPTION_PROLOG
  339. bne load_up_fpu /* if from user, just load it up */
  340. addi r3,r1,STACK_FRAME_OVERHEAD
  341. EXC_XFER_EE_LITE(0x800, kernel_fp_unavailable_exception)
  342. /* Decrementer */
  343. EXCEPTION(0x900, Decrementer, timer_interrupt, EXC_XFER_LITE)
  344. EXCEPTION(0xa00, Trap_0a, unknown_exception, EXC_XFER_EE)
  345. EXCEPTION(0xb00, Trap_0b, unknown_exception, EXC_XFER_EE)
  346. /* System call */
  347. . = 0xc00
  348. SystemCall:
  349. EXCEPTION_PROLOG
  350. EXC_XFER_EE_LITE(0xc00, DoSyscall)
  351. /* Single step - not used on 601 */
  352. EXCEPTION(0xd00, SingleStep, single_step_exception, EXC_XFER_STD)
  353. EXCEPTION(0xe00, Trap_0e, unknown_exception, EXC_XFER_EE)
  354. /*
  355. * The Altivec unavailable trap is at 0x0f20. Foo.
  356. * We effectively remap it to 0x3000.
  357. * We include an altivec unavailable exception vector even if
  358. * not configured for Altivec, so that you can't panic a
  359. * non-altivec kernel running on a machine with altivec just
  360. * by executing an altivec instruction.
  361. */
  362. . = 0xf00
  363. b Trap_0f
  364. . = 0xf20
  365. b AltiVecUnavailable
  366. Trap_0f:
  367. EXCEPTION_PROLOG
  368. addi r3,r1,STACK_FRAME_OVERHEAD
  369. EXC_XFER_EE(0xf00, unknown_exception)
  370. /*
  371. * Handle TLB miss for instruction on 603/603e.
  372. * Note: we get an alternate set of r0 - r3 to use automatically.
  373. */
  374. . = 0x1000
  375. InstructionTLBMiss:
  376. /*
  377. * r0: stored ctr
  378. * r1: linux style pte ( later becomes ppc hardware pte )
  379. * r2: ptr to linux-style pte
  380. * r3: scratch
  381. */
  382. mfctr r0
  383. /* Get PTE (linux-style) and check access */
  384. mfspr r3,SPRN_IMISS
  385. lis r1,KERNELBASE@h /* check if kernel address */
  386. cmplw 0,r3,r1
  387. mfspr r2,SPRN_SPRG3
  388. li r1,_PAGE_USER|_PAGE_PRESENT /* low addresses tested as user */
  389. lwz r2,PGDIR(r2)
  390. blt+ 112f
  391. lis r2,swapper_pg_dir@ha /* if kernel address, use */
  392. addi r2,r2,swapper_pg_dir@l /* kernel page table */
  393. mfspr r1,SPRN_SRR1 /* and MSR_PR bit from SRR1 */
  394. rlwinm r1,r1,32-12,29,29 /* shift MSR_PR to _PAGE_USER posn */
  395. 112: tophys(r2,r2)
  396. rlwimi r2,r3,12,20,29 /* insert top 10 bits of address */
  397. lwz r2,0(r2) /* get pmd entry */
  398. rlwinm. r2,r2,0,0,19 /* extract address of pte page */
  399. beq- InstructionAddressInvalid /* return if no mapping */
  400. rlwimi r2,r3,22,20,29 /* insert next 10 bits of address */
  401. lwz r3,0(r2) /* get linux-style pte */
  402. andc. r1,r1,r3 /* check access & ~permission */
  403. bne- InstructionAddressInvalid /* return if access not permitted */
  404. ori r3,r3,_PAGE_ACCESSED /* set _PAGE_ACCESSED in pte */
  405. /*
  406. * NOTE! We are assuming this is not an SMP system, otherwise
  407. * we would need to update the pte atomically with lwarx/stwcx.
  408. */
  409. stw r3,0(r2) /* update PTE (accessed bit) */
  410. /* Convert linux-style PTE to low word of PPC-style PTE */
  411. rlwinm r1,r3,32-10,31,31 /* _PAGE_RW -> PP lsb */
  412. rlwinm r2,r3,32-7,31,31 /* _PAGE_DIRTY -> PP lsb */
  413. and r1,r1,r2 /* writable if _RW and _DIRTY */
  414. rlwimi r3,r3,32-1,30,30 /* _PAGE_USER -> PP msb */
  415. rlwimi r3,r3,32-1,31,31 /* _PAGE_USER -> PP lsb */
  416. ori r1,r1,0xe14 /* clear out reserved bits and M */
  417. andc r1,r3,r1 /* PP = user? (rw&dirty? 2: 3): 0 */
  418. mtspr SPRN_RPA,r1
  419. mfspr r3,SPRN_IMISS
  420. tlbli r3
  421. mfspr r3,SPRN_SRR1 /* Need to restore CR0 */
  422. mtcrf 0x80,r3
  423. rfi
  424. InstructionAddressInvalid:
  425. mfspr r3,SPRN_SRR1
  426. rlwinm r1,r3,9,6,6 /* Get load/store bit */
  427. addis r1,r1,0x2000
  428. mtspr SPRN_DSISR,r1 /* (shouldn't be needed) */
  429. mtctr r0 /* Restore CTR */
  430. andi. r2,r3,0xFFFF /* Clear upper bits of SRR1 */
  431. or r2,r2,r1
  432. mtspr SPRN_SRR1,r2
  433. mfspr r1,SPRN_IMISS /* Get failing address */
  434. rlwinm. r2,r2,0,31,31 /* Check for little endian access */
  435. rlwimi r2,r2,1,30,30 /* change 1 -> 3 */
  436. xor r1,r1,r2
  437. mtspr SPRN_DAR,r1 /* Set fault address */
  438. mfmsr r0 /* Restore "normal" registers */
  439. xoris r0,r0,MSR_TGPR>>16
  440. mtcrf 0x80,r3 /* Restore CR0 */
  441. mtmsr r0
  442. b InstructionAccess
  443. /*
  444. * Handle TLB miss for DATA Load operation on 603/603e
  445. */
  446. . = 0x1100
  447. DataLoadTLBMiss:
  448. /*
  449. * r0: stored ctr
  450. * r1: linux style pte ( later becomes ppc hardware pte )
  451. * r2: ptr to linux-style pte
  452. * r3: scratch
  453. */
  454. mfctr r0
  455. /* Get PTE (linux-style) and check access */
  456. mfspr r3,SPRN_DMISS
  457. lis r1,KERNELBASE@h /* check if kernel address */
  458. cmplw 0,r3,r1
  459. mfspr r2,SPRN_SPRG3
  460. li r1,_PAGE_USER|_PAGE_PRESENT /* low addresses tested as user */
  461. lwz r2,PGDIR(r2)
  462. blt+ 112f
  463. lis r2,swapper_pg_dir@ha /* if kernel address, use */
  464. addi r2,r2,swapper_pg_dir@l /* kernel page table */
  465. mfspr r1,SPRN_SRR1 /* and MSR_PR bit from SRR1 */
  466. rlwinm r1,r1,32-12,29,29 /* shift MSR_PR to _PAGE_USER posn */
  467. 112: tophys(r2,r2)
  468. rlwimi r2,r3,12,20,29 /* insert top 10 bits of address */
  469. lwz r2,0(r2) /* get pmd entry */
  470. rlwinm. r2,r2,0,0,19 /* extract address of pte page */
  471. beq- DataAddressInvalid /* return if no mapping */
  472. rlwimi r2,r3,22,20,29 /* insert next 10 bits of address */
  473. lwz r3,0(r2) /* get linux-style pte */
  474. andc. r1,r1,r3 /* check access & ~permission */
  475. bne- DataAddressInvalid /* return if access not permitted */
  476. ori r3,r3,_PAGE_ACCESSED /* set _PAGE_ACCESSED in pte */
  477. /*
  478. * NOTE! We are assuming this is not an SMP system, otherwise
  479. * we would need to update the pte atomically with lwarx/stwcx.
  480. */
  481. stw r3,0(r2) /* update PTE (accessed bit) */
  482. /* Convert linux-style PTE to low word of PPC-style PTE */
  483. rlwinm r1,r3,32-10,31,31 /* _PAGE_RW -> PP lsb */
  484. rlwinm r2,r3,32-7,31,31 /* _PAGE_DIRTY -> PP lsb */
  485. and r1,r1,r2 /* writable if _RW and _DIRTY */
  486. rlwimi r3,r3,32-1,30,30 /* _PAGE_USER -> PP msb */
  487. rlwimi r3,r3,32-1,31,31 /* _PAGE_USER -> PP lsb */
  488. ori r1,r1,0xe14 /* clear out reserved bits and M */
  489. andc r1,r3,r1 /* PP = user? (rw&dirty? 2: 3): 0 */
  490. mtspr SPRN_RPA,r1
  491. mfspr r3,SPRN_DMISS
  492. tlbld r3
  493. mfspr r3,SPRN_SRR1 /* Need to restore CR0 */
  494. mtcrf 0x80,r3
  495. rfi
  496. DataAddressInvalid:
  497. mfspr r3,SPRN_SRR1
  498. rlwinm r1,r3,9,6,6 /* Get load/store bit */
  499. addis r1,r1,0x2000
  500. mtspr SPRN_DSISR,r1
  501. mtctr r0 /* Restore CTR */
  502. andi. r2,r3,0xFFFF /* Clear upper bits of SRR1 */
  503. mtspr SPRN_SRR1,r2
  504. mfspr r1,SPRN_DMISS /* Get failing address */
  505. rlwinm. r2,r2,0,31,31 /* Check for little endian access */
  506. beq 20f /* Jump if big endian */
  507. xori r1,r1,3
  508. 20: mtspr SPRN_DAR,r1 /* Set fault address */
  509. mfmsr r0 /* Restore "normal" registers */
  510. xoris r0,r0,MSR_TGPR>>16
  511. mtcrf 0x80,r3 /* Restore CR0 */
  512. mtmsr r0
  513. b DataAccess
  514. /*
  515. * Handle TLB miss for DATA Store on 603/603e
  516. */
  517. . = 0x1200
  518. DataStoreTLBMiss:
  519. /*
  520. * r0: stored ctr
  521. * r1: linux style pte ( later becomes ppc hardware pte )
  522. * r2: ptr to linux-style pte
  523. * r3: scratch
  524. */
  525. mfctr r0
  526. /* Get PTE (linux-style) and check access */
  527. mfspr r3,SPRN_DMISS
  528. lis r1,KERNELBASE@h /* check if kernel address */
  529. cmplw 0,r3,r1
  530. mfspr r2,SPRN_SPRG3
  531. li r1,_PAGE_RW|_PAGE_USER|_PAGE_PRESENT /* access flags */
  532. lwz r2,PGDIR(r2)
  533. blt+ 112f
  534. lis r2,swapper_pg_dir@ha /* if kernel address, use */
  535. addi r2,r2,swapper_pg_dir@l /* kernel page table */
  536. mfspr r1,SPRN_SRR1 /* and MSR_PR bit from SRR1 */
  537. rlwinm r1,r1,32-12,29,29 /* shift MSR_PR to _PAGE_USER posn */
  538. 112: tophys(r2,r2)
  539. rlwimi r2,r3,12,20,29 /* insert top 10 bits of address */
  540. lwz r2,0(r2) /* get pmd entry */
  541. rlwinm. r2,r2,0,0,19 /* extract address of pte page */
  542. beq- DataAddressInvalid /* return if no mapping */
  543. rlwimi r2,r3,22,20,29 /* insert next 10 bits of address */
  544. lwz r3,0(r2) /* get linux-style pte */
  545. andc. r1,r1,r3 /* check access & ~permission */
  546. bne- DataAddressInvalid /* return if access not permitted */
  547. ori r3,r3,_PAGE_ACCESSED|_PAGE_DIRTY
  548. /*
  549. * NOTE! We are assuming this is not an SMP system, otherwise
  550. * we would need to update the pte atomically with lwarx/stwcx.
  551. */
  552. stw r3,0(r2) /* update PTE (accessed/dirty bits) */
  553. /* Convert linux-style PTE to low word of PPC-style PTE */
  554. rlwimi r3,r3,32-1,30,30 /* _PAGE_USER -> PP msb */
  555. li r1,0xe15 /* clear out reserved bits and M */
  556. andc r1,r3,r1 /* PP = user? 2: 0 */
  557. mtspr SPRN_RPA,r1
  558. mfspr r3,SPRN_DMISS
  559. tlbld r3
  560. mfspr r3,SPRN_SRR1 /* Need to restore CR0 */
  561. mtcrf 0x80,r3
  562. rfi
  563. #ifndef CONFIG_ALTIVEC
  564. #define altivec_assist_exception unknown_exception
  565. #endif
  566. EXCEPTION(0x1300, Trap_13, instruction_breakpoint_exception, EXC_XFER_EE)
  567. EXCEPTION(0x1400, SMI, SMIException, EXC_XFER_EE)
  568. EXCEPTION(0x1500, Trap_15, unknown_exception, EXC_XFER_EE)
  569. EXCEPTION(0x1600, Trap_16, altivec_assist_exception, EXC_XFER_EE)
  570. EXCEPTION(0x1700, Trap_17, TAUException, EXC_XFER_STD)
  571. EXCEPTION(0x1800, Trap_18, unknown_exception, EXC_XFER_EE)
  572. EXCEPTION(0x1900, Trap_19, unknown_exception, EXC_XFER_EE)
  573. EXCEPTION(0x1a00, Trap_1a, unknown_exception, EXC_XFER_EE)
  574. EXCEPTION(0x1b00, Trap_1b, unknown_exception, EXC_XFER_EE)
  575. EXCEPTION(0x1c00, Trap_1c, unknown_exception, EXC_XFER_EE)
  576. EXCEPTION(0x1d00, Trap_1d, unknown_exception, EXC_XFER_EE)
  577. EXCEPTION(0x1e00, Trap_1e, unknown_exception, EXC_XFER_EE)
  578. EXCEPTION(0x1f00, Trap_1f, unknown_exception, EXC_XFER_EE)
  579. EXCEPTION(0x2000, RunMode, RunModeException, EXC_XFER_EE)
  580. EXCEPTION(0x2100, Trap_21, unknown_exception, EXC_XFER_EE)
  581. EXCEPTION(0x2200, Trap_22, unknown_exception, EXC_XFER_EE)
  582. EXCEPTION(0x2300, Trap_23, unknown_exception, EXC_XFER_EE)
  583. EXCEPTION(0x2400, Trap_24, unknown_exception, EXC_XFER_EE)
  584. EXCEPTION(0x2500, Trap_25, unknown_exception, EXC_XFER_EE)
  585. EXCEPTION(0x2600, Trap_26, unknown_exception, EXC_XFER_EE)
  586. EXCEPTION(0x2700, Trap_27, unknown_exception, EXC_XFER_EE)
  587. EXCEPTION(0x2800, Trap_28, unknown_exception, EXC_XFER_EE)
  588. EXCEPTION(0x2900, Trap_29, unknown_exception, EXC_XFER_EE)
  589. EXCEPTION(0x2a00, Trap_2a, unknown_exception, EXC_XFER_EE)
  590. EXCEPTION(0x2b00, Trap_2b, unknown_exception, EXC_XFER_EE)
  591. EXCEPTION(0x2c00, Trap_2c, unknown_exception, EXC_XFER_EE)
  592. EXCEPTION(0x2d00, Trap_2d, unknown_exception, EXC_XFER_EE)
  593. EXCEPTION(0x2e00, Trap_2e, unknown_exception, EXC_XFER_EE)
  594. EXCEPTION(0x2f00, MOLTrampoline, unknown_exception, EXC_XFER_EE_LITE)
  595. .globl mol_trampoline
  596. .set mol_trampoline, i0x2f00
  597. . = 0x3000
  598. AltiVecUnavailable:
  599. EXCEPTION_PROLOG
  600. #ifdef CONFIG_ALTIVEC
  601. bne load_up_altivec /* if from user, just load it up */
  602. #endif /* CONFIG_ALTIVEC */
  603. addi r3,r1,STACK_FRAME_OVERHEAD
  604. EXC_XFER_EE_LITE(0xf20, altivec_unavailable_exception)
  605. #ifdef CONFIG_ALTIVEC
  606. /* Note that the AltiVec support is closely modeled after the FP
  607. * support. Changes to one are likely to be applicable to the
  608. * other! */
  609. load_up_altivec:
  610. /*
  611. * Disable AltiVec for the task which had AltiVec previously,
  612. * and save its AltiVec registers in its thread_struct.
  613. * Enables AltiVec for use in the kernel on return.
  614. * On SMP we know the AltiVec units are free, since we give it up every
  615. * switch. -- Kumar
  616. */
  617. mfmsr r5
  618. oris r5,r5,MSR_VEC@h
  619. MTMSRD(r5) /* enable use of AltiVec now */
  620. isync
  621. /*
  622. * For SMP, we don't do lazy AltiVec switching because it just gets too
  623. * horrendously complex, especially when a task switches from one CPU
  624. * to another. Instead we call giveup_altivec in switch_to.
  625. */
  626. #ifndef CONFIG_SMP
  627. tophys(r6,0)
  628. addis r3,r6,last_task_used_altivec@ha
  629. lwz r4,last_task_used_altivec@l(r3)
  630. cmpwi 0,r4,0
  631. beq 1f
  632. add r4,r4,r6
  633. addi r4,r4,THREAD /* want THREAD of last_task_used_altivec */
  634. SAVE_32VRS(0,r10,r4)
  635. mfvscr vr0
  636. li r10,THREAD_VSCR
  637. stvx vr0,r10,r4
  638. lwz r5,PT_REGS(r4)
  639. add r5,r5,r6
  640. lwz r4,_MSR-STACK_FRAME_OVERHEAD(r5)
  641. lis r10,MSR_VEC@h
  642. andc r4,r4,r10 /* disable altivec for previous task */
  643. stw r4,_MSR-STACK_FRAME_OVERHEAD(r5)
  644. 1:
  645. #endif /* CONFIG_SMP */
  646. /* enable use of AltiVec after return */
  647. oris r9,r9,MSR_VEC@h
  648. mfspr r5,SPRN_SPRG3 /* current task's THREAD (phys) */
  649. li r4,1
  650. li r10,THREAD_VSCR
  651. stw r4,THREAD_USED_VR(r5)
  652. lvx vr0,r10,r5
  653. mtvscr vr0
  654. REST_32VRS(0,r10,r5)
  655. #ifndef CONFIG_SMP
  656. subi r4,r5,THREAD
  657. sub r4,r4,r6
  658. stw r4,last_task_used_altivec@l(r3)
  659. #endif /* CONFIG_SMP */
  660. /* restore registers and return */
  661. /* we haven't used ctr or xer or lr */
  662. b fast_exception_return
  663. /*
  664. * AltiVec unavailable trap from kernel - print a message, but let
  665. * the task use AltiVec in the kernel until it returns to user mode.
  666. */
  667. KernelAltiVec:
  668. lwz r3,_MSR(r1)
  669. oris r3,r3,MSR_VEC@h
  670. stw r3,_MSR(r1) /* enable use of AltiVec after return */
  671. lis r3,87f@h
  672. ori r3,r3,87f@l
  673. mr r4,r2 /* current */
  674. lwz r5,_NIP(r1)
  675. bl printk
  676. b ret_from_except
  677. 87: .string "AltiVec used in kernel (task=%p, pc=%x) \n"
  678. .align 4,0
  679. /*
  680. * giveup_altivec(tsk)
  681. * Disable AltiVec for the task given as the argument,
  682. * and save the AltiVec registers in its thread_struct.
  683. * Enables AltiVec for use in the kernel on return.
  684. */
  685. .globl giveup_altivec
  686. giveup_altivec:
  687. mfmsr r5
  688. oris r5,r5,MSR_VEC@h
  689. SYNC
  690. MTMSRD(r5) /* enable use of AltiVec now */
  691. isync
  692. cmpwi 0,r3,0
  693. beqlr- /* if no previous owner, done */
  694. addi r3,r3,THREAD /* want THREAD of task */
  695. lwz r5,PT_REGS(r3)
  696. cmpwi 0,r5,0
  697. SAVE_32VRS(0, r4, r3)
  698. mfvscr vr0
  699. li r4,THREAD_VSCR
  700. stvx vr0,r4,r3
  701. beq 1f
  702. lwz r4,_MSR-STACK_FRAME_OVERHEAD(r5)
  703. lis r3,MSR_VEC@h
  704. andc r4,r4,r3 /* disable AltiVec for previous task */
  705. stw r4,_MSR-STACK_FRAME_OVERHEAD(r5)
  706. 1:
  707. #ifndef CONFIG_SMP
  708. li r5,0
  709. lis r4,last_task_used_altivec@ha
  710. stw r5,last_task_used_altivec@l(r4)
  711. #endif /* CONFIG_SMP */
  712. blr
  713. #endif /* CONFIG_ALTIVEC */
  714. /*
  715. * This code is jumped to from the startup code to copy
  716. * the kernel image to physical address 0.
  717. */
  718. relocate_kernel:
  719. addis r9,r26,klimit@ha /* fetch klimit */
  720. lwz r25,klimit@l(r9)
  721. addis r25,r25,-KERNELBASE@h
  722. li r3,0 /* Destination base address */
  723. li r6,0 /* Destination offset */
  724. li r5,0x4000 /* # bytes of memory to copy */
  725. bl copy_and_flush /* copy the first 0x4000 bytes */
  726. addi r0,r3,4f@l /* jump to the address of 4f */
  727. mtctr r0 /* in copy and do the rest. */
  728. bctr /* jump to the copy */
  729. 4: mr r5,r25
  730. bl copy_and_flush /* copy the rest */
  731. b turn_on_mmu
  732. /*
  733. * Copy routine used to copy the kernel to start at physical address 0
  734. * and flush and invalidate the caches as needed.
  735. * r3 = dest addr, r4 = source addr, r5 = copy limit, r6 = start offset
  736. * on exit, r3, r4, r5 are unchanged, r6 is updated to be >= r5.
  737. */
  738. copy_and_flush:
  739. addi r5,r5,-4
  740. addi r6,r6,-4
  741. 4: li r0,L1_CACHE_BYTES/4
  742. mtctr r0
  743. 3: addi r6,r6,4 /* copy a cache line */
  744. lwzx r0,r6,r4
  745. stwx r0,r6,r3
  746. bdnz 3b
  747. dcbst r6,r3 /* write it to memory */
  748. sync
  749. icbi r6,r3 /* flush the icache line */
  750. cmplw 0,r6,r5
  751. blt 4b
  752. sync /* additional sync needed on g4 */
  753. isync
  754. addi r5,r5,4
  755. addi r6,r6,4
  756. blr
  757. #ifdef CONFIG_APUS
  758. /*
  759. * On APUS the physical base address of the kernel is not known at compile
  760. * time, which means the __pa/__va constants used are incorrect. In the
  761. * __init section is recorded the virtual addresses of instructions using
  762. * these constants, so all that has to be done is fix these before
  763. * continuing the kernel boot.
  764. *
  765. * r4 = The physical address of the kernel base.
  766. */
  767. fix_mem_constants:
  768. mr r10,r4
  769. addis r10,r10,-KERNELBASE@h /* virt_to_phys constant */
  770. neg r11,r10 /* phys_to_virt constant */
  771. lis r12,__vtop_table_begin@h
  772. ori r12,r12,__vtop_table_begin@l
  773. add r12,r12,r10 /* table begin phys address */
  774. lis r13,__vtop_table_end@h
  775. ori r13,r13,__vtop_table_end@l
  776. add r13,r13,r10 /* table end phys address */
  777. subi r12,r12,4
  778. subi r13,r13,4
  779. 1: lwzu r14,4(r12) /* virt address of instruction */
  780. add r14,r14,r10 /* phys address of instruction */
  781. lwz r15,0(r14) /* instruction, now insert top */
  782. rlwimi r15,r10,16,16,31 /* half of vp const in low half */
  783. stw r15,0(r14) /* of instruction and restore. */
  784. dcbst r0,r14 /* write it to memory */
  785. sync
  786. icbi r0,r14 /* flush the icache line */
  787. cmpw r12,r13
  788. bne 1b
  789. sync /* additional sync needed on g4 */
  790. isync
  791. /*
  792. * Map the memory where the exception handlers will
  793. * be copied to when hash constants have been patched.
  794. */
  795. #ifdef CONFIG_APUS_FAST_EXCEPT
  796. lis r8,0xfff0
  797. #else
  798. lis r8,0
  799. #endif
  800. ori r8,r8,0x2 /* 128KB, supervisor */
  801. mtspr SPRN_DBAT3U,r8
  802. mtspr SPRN_DBAT3L,r8
  803. lis r12,__ptov_table_begin@h
  804. ori r12,r12,__ptov_table_begin@l
  805. add r12,r12,r10 /* table begin phys address */
  806. lis r13,__ptov_table_end@h
  807. ori r13,r13,__ptov_table_end@l
  808. add r13,r13,r10 /* table end phys address */
  809. subi r12,r12,4
  810. subi r13,r13,4
  811. 1: lwzu r14,4(r12) /* virt address of instruction */
  812. add r14,r14,r10 /* phys address of instruction */
  813. lwz r15,0(r14) /* instruction, now insert top */
  814. rlwimi r15,r11,16,16,31 /* half of pv const in low half*/
  815. stw r15,0(r14) /* of instruction and restore. */
  816. dcbst r0,r14 /* write it to memory */
  817. sync
  818. icbi r0,r14 /* flush the icache line */
  819. cmpw r12,r13
  820. bne 1b
  821. sync /* additional sync needed on g4 */
  822. isync /* No speculative loading until now */
  823. blr
  824. /***********************************************************************
  825. * Please note that on APUS the exception handlers are located at the
  826. * physical address 0xfff0000. For this reason, the exception handlers
  827. * cannot use relative branches to access the code below.
  828. ***********************************************************************/
  829. #endif /* CONFIG_APUS */
  830. #ifdef CONFIG_SMP
  831. .globl __secondary_start_pmac_0
  832. __secondary_start_pmac_0:
  833. /* NB the entries for cpus 0, 1, 2 must each occupy 8 bytes. */
  834. li r24,0
  835. b 1f
  836. li r24,1
  837. b 1f
  838. li r24,2
  839. b 1f
  840. li r24,3
  841. 1:
  842. /* on powersurge, we come in here with IR=0 and DR=1, and DBAT 0
  843. set to map the 0xf0000000 - 0xffffffff region */
  844. mfmsr r0
  845. rlwinm r0,r0,0,28,26 /* clear DR (0x10) */
  846. SYNC
  847. mtmsr r0
  848. isync
  849. .globl __secondary_start
  850. __secondary_start:
  851. /* Copy some CPU settings from CPU 0 */
  852. bl __restore_cpu_setup
  853. lis r3,-KERNELBASE@h
  854. mr r4,r24
  855. bl call_setup_cpu /* Call setup_cpu for this CPU */
  856. #ifdef CONFIG_6xx
  857. lis r3,-KERNELBASE@h
  858. bl init_idle_6xx
  859. #endif /* CONFIG_6xx */
  860. /* get current_thread_info and current */
  861. lis r1,secondary_ti@ha
  862. tophys(r1,r1)
  863. lwz r1,secondary_ti@l(r1)
  864. tophys(r2,r1)
  865. lwz r2,TI_TASK(r2)
  866. /* stack */
  867. addi r1,r1,THREAD_SIZE-STACK_FRAME_OVERHEAD
  868. li r0,0
  869. tophys(r3,r1)
  870. stw r0,0(r3)
  871. /* load up the MMU */
  872. bl load_up_mmu
  873. /* ptr to phys current thread */
  874. tophys(r4,r2)
  875. addi r4,r4,THREAD /* phys address of our thread_struct */
  876. CLR_TOP32(r4)
  877. mtspr SPRN_SPRG3,r4
  878. li r3,0
  879. mtspr SPRN_SPRG2,r3 /* 0 => not in RTAS */
  880. /* enable MMU and jump to start_secondary */
  881. li r4,MSR_KERNEL
  882. FIX_SRR1(r4,r5)
  883. lis r3,start_secondary@h
  884. ori r3,r3,start_secondary@l
  885. mtspr SPRN_SRR0,r3
  886. mtspr SPRN_SRR1,r4
  887. SYNC
  888. RFI
  889. #endif /* CONFIG_SMP */
  890. /*
  891. * Those generic dummy functions are kept for CPUs not
  892. * included in CONFIG_6xx
  893. */
  894. #if !defined(CONFIG_6xx)
  895. _GLOBAL(__save_cpu_setup)
  896. blr
  897. _GLOBAL(__restore_cpu_setup)
  898. blr
  899. #endif /* !defined(CONFIG_6xx) */
  900. /*
  901. * Load stuff into the MMU. Intended to be called with
  902. * IR=0 and DR=0.
  903. */
  904. load_up_mmu:
  905. sync /* Force all PTE updates to finish */
  906. isync
  907. tlbia /* Clear all TLB entries */
  908. sync /* wait for tlbia/tlbie to finish */
  909. TLBSYNC /* ... on all CPUs */
  910. /* Load the SDR1 register (hash table base & size) */
  911. lis r6,_SDR1@ha
  912. tophys(r6,r6)
  913. lwz r6,_SDR1@l(r6)
  914. mtspr SPRN_SDR1,r6
  915. li r0,16 /* load up segment register values */
  916. mtctr r0 /* for context 0 */
  917. lis r3,0x2000 /* Ku = 1, VSID = 0 */
  918. li r4,0
  919. 3: mtsrin r3,r4
  920. addi r3,r3,0x111 /* increment VSID */
  921. addis r4,r4,0x1000 /* address of next segment */
  922. bdnz 3b
  923. /* Load the BAT registers with the values set up by MMU_init.
  924. MMU_init takes care of whether we're on a 601 or not. */
  925. mfpvr r3
  926. srwi r3,r3,16
  927. cmpwi r3,1
  928. lis r3,BATS@ha
  929. addi r3,r3,BATS@l
  930. tophys(r3,r3)
  931. LOAD_BAT(0,r3,r4,r5)
  932. LOAD_BAT(1,r3,r4,r5)
  933. LOAD_BAT(2,r3,r4,r5)
  934. LOAD_BAT(3,r3,r4,r5)
  935. blr
  936. /*
  937. * This is where the main kernel code starts.
  938. */
  939. start_here:
  940. /* ptr to current */
  941. lis r2,init_task@h
  942. ori r2,r2,init_task@l
  943. /* Set up for using our exception vectors */
  944. /* ptr to phys current thread */
  945. tophys(r4,r2)
  946. addi r4,r4,THREAD /* init task's THREAD */
  947. CLR_TOP32(r4)
  948. mtspr SPRN_SPRG3,r4
  949. li r3,0
  950. mtspr SPRN_SPRG2,r3 /* 0 => not in RTAS */
  951. /* stack */
  952. lis r1,init_thread_union@ha
  953. addi r1,r1,init_thread_union@l
  954. li r0,0
  955. stwu r0,THREAD_SIZE-STACK_FRAME_OVERHEAD(r1)
  956. /*
  957. * Do early bootinfo parsing, platform-specific initialization,
  958. * and set up the MMU.
  959. */
  960. mr r3,r31
  961. mr r4,r30
  962. mr r5,r29
  963. mr r6,r28
  964. mr r7,r27
  965. bl machine_init
  966. bl MMU_init
  967. #ifdef CONFIG_APUS
  968. /* Copy exception code to exception vector base on APUS. */
  969. lis r4,KERNELBASE@h
  970. #ifdef CONFIG_APUS_FAST_EXCEPT
  971. lis r3,0xfff0 /* Copy to 0xfff00000 */
  972. #else
  973. lis r3,0 /* Copy to 0x00000000 */
  974. #endif
  975. li r5,0x4000 /* # bytes of memory to copy */
  976. li r6,0
  977. bl copy_and_flush /* copy the first 0x4000 bytes */
  978. #endif /* CONFIG_APUS */
  979. /*
  980. * Go back to running unmapped so we can load up new values
  981. * for SDR1 (hash table pointer) and the segment registers
  982. * and change to using our exception vectors.
  983. */
  984. lis r4,2f@h
  985. ori r4,r4,2f@l
  986. tophys(r4,r4)
  987. li r3,MSR_KERNEL & ~(MSR_IR|MSR_DR)
  988. FIX_SRR1(r3,r5)
  989. mtspr SPRN_SRR0,r4
  990. mtspr SPRN_SRR1,r3
  991. SYNC
  992. RFI
  993. /* Load up the kernel context */
  994. 2: bl load_up_mmu
  995. #ifdef CONFIG_BDI_SWITCH
  996. /* Add helper information for the Abatron bdiGDB debugger.
  997. * We do this here because we know the mmu is disabled, and
  998. * will be enabled for real in just a few instructions.
  999. */
  1000. lis r5, abatron_pteptrs@h
  1001. ori r5, r5, abatron_pteptrs@l
  1002. stw r5, 0xf0(r0) /* This much match your Abatron config */
  1003. lis r6, swapper_pg_dir@h
  1004. ori r6, r6, swapper_pg_dir@l
  1005. tophys(r5, r5)
  1006. stw r6, 0(r5)
  1007. #endif /* CONFIG_BDI_SWITCH */
  1008. /* Now turn on the MMU for real! */
  1009. li r4,MSR_KERNEL
  1010. FIX_SRR1(r4,r5)
  1011. lis r3,start_kernel@h
  1012. ori r3,r3,start_kernel@l
  1013. mtspr SPRN_SRR0,r3
  1014. mtspr SPRN_SRR1,r4
  1015. SYNC
  1016. RFI
  1017. /*
  1018. * Set up the segment registers for a new context.
  1019. */
  1020. _GLOBAL(set_context)
  1021. mulli r3,r3,897 /* multiply context by skew factor */
  1022. rlwinm r3,r3,4,8,27 /* VSID = (context & 0xfffff) << 4 */
  1023. addis r3,r3,0x6000 /* Set Ks, Ku bits */
  1024. li r0,NUM_USER_SEGMENTS
  1025. mtctr r0
  1026. #ifdef CONFIG_BDI_SWITCH
  1027. /* Context switch the PTE pointer for the Abatron BDI2000.
  1028. * The PGDIR is passed as second argument.
  1029. */
  1030. lis r5, KERNELBASE@h
  1031. lwz r5, 0xf0(r5)
  1032. stw r4, 0x4(r5)
  1033. #endif
  1034. li r4,0
  1035. isync
  1036. 3:
  1037. mtsrin r3,r4
  1038. addi r3,r3,0x111 /* next VSID */
  1039. rlwinm r3,r3,0,8,3 /* clear out any overflow from VSID field */
  1040. addis r4,r4,0x1000 /* address of next segment */
  1041. bdnz 3b
  1042. sync
  1043. isync
  1044. blr
  1045. /*
  1046. * An undocumented "feature" of 604e requires that the v bit
  1047. * be cleared before changing BAT values.
  1048. *
  1049. * Also, newer IBM firmware does not clear bat3 and 4 so
  1050. * this makes sure it's done.
  1051. * -- Cort
  1052. */
  1053. clear_bats:
  1054. li r10,0
  1055. mfspr r9,SPRN_PVR
  1056. rlwinm r9,r9,16,16,31 /* r9 = 1 for 601, 4 for 604 */
  1057. cmpwi r9, 1
  1058. beq 1f
  1059. mtspr SPRN_DBAT0U,r10
  1060. mtspr SPRN_DBAT0L,r10
  1061. mtspr SPRN_DBAT1U,r10
  1062. mtspr SPRN_DBAT1L,r10
  1063. mtspr SPRN_DBAT2U,r10
  1064. mtspr SPRN_DBAT2L,r10
  1065. mtspr SPRN_DBAT3U,r10
  1066. mtspr SPRN_DBAT3L,r10
  1067. 1:
  1068. mtspr SPRN_IBAT0U,r10
  1069. mtspr SPRN_IBAT0L,r10
  1070. mtspr SPRN_IBAT1U,r10
  1071. mtspr SPRN_IBAT1L,r10
  1072. mtspr SPRN_IBAT2U,r10
  1073. mtspr SPRN_IBAT2L,r10
  1074. mtspr SPRN_IBAT3U,r10
  1075. mtspr SPRN_IBAT3L,r10
  1076. BEGIN_FTR_SECTION
  1077. /* Here's a tweak: at this point, CPU setup have
  1078. * not been called yet, so HIGH_BAT_EN may not be
  1079. * set in HID0 for the 745x processors. However, it
  1080. * seems that doesn't affect our ability to actually
  1081. * write to these SPRs.
  1082. */
  1083. mtspr SPRN_DBAT4U,r10
  1084. mtspr SPRN_DBAT4L,r10
  1085. mtspr SPRN_DBAT5U,r10
  1086. mtspr SPRN_DBAT5L,r10
  1087. mtspr SPRN_DBAT6U,r10
  1088. mtspr SPRN_DBAT6L,r10
  1089. mtspr SPRN_DBAT7U,r10
  1090. mtspr SPRN_DBAT7L,r10
  1091. mtspr SPRN_IBAT4U,r10
  1092. mtspr SPRN_IBAT4L,r10
  1093. mtspr SPRN_IBAT5U,r10
  1094. mtspr SPRN_IBAT5L,r10
  1095. mtspr SPRN_IBAT6U,r10
  1096. mtspr SPRN_IBAT6L,r10
  1097. mtspr SPRN_IBAT7U,r10
  1098. mtspr SPRN_IBAT7L,r10
  1099. END_FTR_SECTION_IFSET(CPU_FTR_HAS_HIGH_BATS)
  1100. blr
  1101. flush_tlbs:
  1102. lis r10, 0x40
  1103. 1: addic. r10, r10, -0x1000
  1104. tlbie r10
  1105. blt 1b
  1106. sync
  1107. blr
  1108. mmu_off:
  1109. addi r4, r3, __after_mmu_off - _start
  1110. mfmsr r3
  1111. andi. r0,r3,MSR_DR|MSR_IR /* MMU enabled? */
  1112. beqlr
  1113. andc r3,r3,r0
  1114. mtspr SPRN_SRR0,r4
  1115. mtspr SPRN_SRR1,r3
  1116. sync
  1117. RFI
  1118. /*
  1119. * Use the first pair of BAT registers to map the 1st 16MB
  1120. * of RAM to KERNELBASE. From this point on we can't safely
  1121. * call OF any more.
  1122. */
  1123. initial_bats:
  1124. lis r11,KERNELBASE@h
  1125. mfspr r9,SPRN_PVR
  1126. rlwinm r9,r9,16,16,31 /* r9 = 1 for 601, 4 for 604 */
  1127. cmpwi 0,r9,1
  1128. bne 4f
  1129. ori r11,r11,4 /* set up BAT registers for 601 */
  1130. li r8,0x7f /* valid, block length = 8MB */
  1131. oris r9,r11,0x800000@h /* set up BAT reg for 2nd 8M */
  1132. oris r10,r8,0x800000@h /* set up BAT reg for 2nd 8M */
  1133. mtspr SPRN_IBAT0U,r11 /* N.B. 601 has valid bit in */
  1134. mtspr SPRN_IBAT0L,r8 /* lower BAT register */
  1135. mtspr SPRN_IBAT1U,r9
  1136. mtspr SPRN_IBAT1L,r10
  1137. isync
  1138. blr
  1139. 4: tophys(r8,r11)
  1140. #ifdef CONFIG_SMP
  1141. ori r8,r8,0x12 /* R/W access, M=1 */
  1142. #else
  1143. ori r8,r8,2 /* R/W access */
  1144. #endif /* CONFIG_SMP */
  1145. #ifdef CONFIG_APUS
  1146. ori r11,r11,BL_8M<<2|0x2 /* set up 8MB BAT registers for 604 */
  1147. #else
  1148. ori r11,r11,BL_256M<<2|0x2 /* set up BAT registers for 604 */
  1149. #endif /* CONFIG_APUS */
  1150. mtspr SPRN_DBAT0L,r8 /* N.B. 6xx (not 601) have valid */
  1151. mtspr SPRN_DBAT0U,r11 /* bit in upper BAT register */
  1152. mtspr SPRN_IBAT0L,r8
  1153. mtspr SPRN_IBAT0U,r11
  1154. isync
  1155. blr
  1156. #if !defined(CONFIG_APUS) && defined(CONFIG_BOOTX_TEXT)
  1157. setup_disp_bat:
  1158. /*
  1159. * setup the display bat prepared for us in prom.c
  1160. */
  1161. mflr r8
  1162. bl reloc_offset
  1163. mtlr r8
  1164. addis r8,r3,disp_BAT@ha
  1165. addi r8,r8,disp_BAT@l
  1166. lwz r11,0(r8)
  1167. lwz r8,4(r8)
  1168. mfspr r9,SPRN_PVR
  1169. rlwinm r9,r9,16,16,31 /* r9 = 1 for 601, 4 for 604 */
  1170. cmpwi 0,r9,1
  1171. beq 1f
  1172. mtspr SPRN_DBAT3L,r8
  1173. mtspr SPRN_DBAT3U,r11
  1174. blr
  1175. 1: mtspr SPRN_IBAT3L,r8
  1176. mtspr SPRN_IBAT3U,r11
  1177. blr
  1178. #endif /* !defined(CONFIG_APUS) && defined(CONFIG_BOOTX_TEXT) */
  1179. #ifdef CONFIG_8260
  1180. /* Jump into the system reset for the rom.
  1181. * We first disable the MMU, and then jump to the ROM reset address.
  1182. *
  1183. * r3 is the board info structure, r4 is the location for starting.
  1184. * I use this for building a small kernel that can load other kernels,
  1185. * rather than trying to write or rely on a rom monitor that can tftp load.
  1186. */
  1187. .globl m8260_gorom
  1188. m8260_gorom:
  1189. mfmsr r0
  1190. rlwinm r0,r0,0,17,15 /* clear MSR_EE in r0 */
  1191. sync
  1192. mtmsr r0
  1193. sync
  1194. mfspr r11, SPRN_HID0
  1195. lis r10, 0
  1196. ori r10,r10,HID0_ICE|HID0_DCE
  1197. andc r11, r11, r10
  1198. mtspr SPRN_HID0, r11
  1199. isync
  1200. li r5, MSR_ME|MSR_RI
  1201. lis r6,2f@h
  1202. addis r6,r6,-KERNELBASE@h
  1203. ori r6,r6,2f@l
  1204. mtspr SPRN_SRR0,r6
  1205. mtspr SPRN_SRR1,r5
  1206. isync
  1207. sync
  1208. rfi
  1209. 2:
  1210. mtlr r4
  1211. blr
  1212. #endif
  1213. /*
  1214. * We put a few things here that have to be page-aligned.
  1215. * This stuff goes at the beginning of the data segment,
  1216. * which is page-aligned.
  1217. */
  1218. .data
  1219. .globl sdata
  1220. sdata:
  1221. .globl empty_zero_page
  1222. empty_zero_page:
  1223. .space 4096
  1224. .globl swapper_pg_dir
  1225. swapper_pg_dir:
  1226. .space 4096
  1227. /*
  1228. * This space gets a copy of optional info passed to us by the bootstrap
  1229. * Used to pass parameters into the kernel like root=/dev/sda1, etc.
  1230. */
  1231. .globl cmd_line
  1232. cmd_line:
  1233. .space 512
  1234. .globl intercept_table
  1235. intercept_table:
  1236. .long 0, 0, i0x200, i0x300, i0x400, 0, i0x600, i0x700
  1237. .long i0x800, 0, 0, 0, 0, i0xd00, 0, 0
  1238. .long 0, 0, 0, i0x1300, 0, 0, 0, 0
  1239. .long 0, 0, 0, 0, 0, 0, 0, 0
  1240. .long 0, 0, 0, 0, 0, 0, 0, 0
  1241. .long 0, 0, 0, 0, 0, 0, 0, 0
  1242. /* Room for two PTE pointers, usually the kernel and current user pointers
  1243. * to their respective root page table.
  1244. */
  1245. abatron_pteptrs:
  1246. .space 8