head64.S 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. /*
  2. * arch/s390/kernel/head64.S
  3. *
  4. * Copyright (C) IBM Corp. 1999,2006
  5. *
  6. * Author(s): Hartmut Penner <hp@de.ibm.com>
  7. * Martin Schwidefsky <schwidefsky@de.ibm.com>
  8. * Rob van der Heij <rvdhei@iae.nl>
  9. * Heiko Carstens <heiko.carstens@de.ibm.com>
  10. *
  11. */
  12. #
  13. # startup-code at 0x10000, running in absolute addressing mode
  14. # this is called either by the ipl loader or directly by PSW restart
  15. # or linload or SALIPL
  16. #
  17. .org 0x10000
  18. startup:basr %r13,0 # get base
  19. .LPG0: l %r13,0f-.LPG0(%r13)
  20. b 0(%r13)
  21. 0: .long startup_continue
  22. #
  23. # params at 10400 (setup.h)
  24. #
  25. .org PARMAREA
  26. .quad 0 # IPL_DEVICE
  27. .quad RAMDISK_ORIGIN # INITRD_START
  28. .quad RAMDISK_SIZE # INITRD_SIZE
  29. .org COMMAND_LINE
  30. .byte "root=/dev/ram0 ro"
  31. .byte 0
  32. .org 0x11000
  33. startup_continue:
  34. basr %r13,0 # get base
  35. .LPG1: sll %r13,1 # remove high order bit
  36. srl %r13,1
  37. GET_IPL_DEVICE
  38. lhi %r1,1 # mode 1 = esame
  39. slr %r0,%r0 # set cpuid to zero
  40. sigp %r1,%r0,0x12 # switch to esame mode
  41. sam64 # switch to 64 bit mode
  42. lctlg %c0,%c15,.Lctl-.LPG1(%r13) # load control registers
  43. lg %r12,.Lparmaddr-.LPG1(%r13)# pointer to parameter area
  44. # move IPL device to lowcore
  45. mvc __LC_IPLDEV(4),IPL_DEVICE+4-PARMAREA(%r12)
  46. #
  47. # clear bss memory
  48. #
  49. larl %r2,__bss_start # start of bss segment
  50. larl %r3,_end # end of bss segment
  51. sgr %r3,%r2 # length of bss
  52. sgr %r4,%r4 #
  53. sgr %r5,%r5 # set src,length and pad to zero
  54. mvcle %r2,%r4,0 # clear mem
  55. jo .-4 # branch back, if not finish
  56. l %r2,.Lrcp-.LPG1(%r13) # Read SCP forced command word
  57. .Lservicecall:
  58. stosm .Lpmask-.LPG1(%r13),0x01 # authorize ext interrupts
  59. stctg %r0,%r0,.Lcr-.LPG1(%r13) # get cr0
  60. la %r1,0x200 # set bit 22
  61. og %r1,.Lcr-.LPG1(%r13) # or old cr0 with r1
  62. stg %r1,.Lcr-.LPG1(%r13)
  63. lctlg %r0,%r0,.Lcr-.LPG1(%r13) # load modified cr0
  64. mvc __LC_EXT_NEW_PSW(8),.Lpcmsk-.LPG1(%r13) # set postcall psw
  65. larl %r1,.Lsclph
  66. stg %r1,__LC_EXT_NEW_PSW+8 # set handler
  67. larl %r4,.Lsccb # %r4 is our index for sccb stuff
  68. lgr %r1,%r4 # our sccb
  69. .insn rre,0xb2200000,%r2,%r1 # service call
  70. ipm %r1
  71. srl %r1,28 # get cc code
  72. xr %r3,%r3
  73. chi %r1,3
  74. be .Lfchunk-.LPG1(%r13) # leave
  75. chi %r1,2
  76. be .Lservicecall-.LPG1(%r13)
  77. lpswe .Lwaitsclp-.LPG1(%r13)
  78. .Lsclph:
  79. lh %r1,.Lsccbr-.Lsccb(%r4)
  80. chi %r1,0x10 # 0x0010 is the sucess code
  81. je .Lprocsccb # let's process the sccb
  82. chi %r1,0x1f0
  83. bne .Lfchunk-.LPG1(%r13) # unhandled error code
  84. c %r2,.Lrcp-.LPG1(%r13) # Did we try Read SCP forced
  85. bne .Lfchunk-.LPG1(%r13) # if no, give up
  86. l %r2,.Lrcp2-.LPG1(%r13) # try with Read SCP
  87. b .Lservicecall-.LPG1(%r13)
  88. .Lprocsccb:
  89. lghi %r1,0
  90. icm %r1,3,.Lscpincr1-.Lsccb(%r4) # use this one if != 0
  91. jnz .Lscnd
  92. lg %r1,.Lscpincr2-.Lsccb(%r4) # otherwise use this one
  93. .Lscnd:
  94. xr %r3,%r3 # same logic
  95. ic %r3,.Lscpa1-.Lsccb(%r4)
  96. chi %r3,0x00
  97. jne .Lcompmem
  98. l %r3,.Lscpa2-.Lsccb(%r4)
  99. .Lcompmem:
  100. mlgr %r2,%r1 # mem in MB on 128-bit
  101. l %r1,.Lonemb-.LPG1(%r13)
  102. mlgr %r2,%r1 # mem size in bytes in %r3
  103. b .Lfchunk-.LPG1(%r13)
  104. .align 4
  105. .Lpmask:
  106. .byte 0
  107. .align 8
  108. .Lcr:
  109. .quad 0x00 # place holder for cr0
  110. .Lwaitsclp:
  111. .quad 0x0102000180000000,.Lsclph
  112. .Lrcp:
  113. .int 0x00120001 # Read SCP forced code
  114. .Lrcp2:
  115. .int 0x00020001 # Read SCP code
  116. .Lonemb:
  117. .int 0x100000
  118. .Lfchunk:
  119. # set program check new psw mask
  120. mvc __LC_PGM_NEW_PSW(8),.Lpcmsk-.LPG1(%r13)
  121. #
  122. # find memory chunks.
  123. #
  124. lgr %r9,%r3 # end of mem
  125. larl %r1,.Lchkmem # set program check address
  126. stg %r1,__LC_PGM_NEW_PSW+8
  127. la %r1,1 # test in increments of 128KB
  128. sllg %r1,%r1,17
  129. larl %r3,memory_chunk
  130. slgr %r4,%r4 # set start of chunk to zero
  131. slgr %r5,%r5 # set end of chunk to zero
  132. slr %r6,%r6 # set access code to zero
  133. la %r10,MEMORY_CHUNKS # number of chunks
  134. .Lloop:
  135. tprot 0(%r5),0 # test protection of first byte
  136. ipm %r7
  137. srl %r7,28
  138. clr %r6,%r7 # compare cc with last access code
  139. je .Lsame
  140. j .Lchkmem
  141. .Lsame:
  142. algr %r5,%r1 # add 128KB to end of chunk
  143. # no need to check here,
  144. brc 12,.Lloop # this is the same chunk
  145. .Lchkmem: # > 16EB or tprot got a program check
  146. clgr %r4,%r5 # chunk size > 0?
  147. je .Lchkloop
  148. stg %r4,0(%r3) # store start address of chunk
  149. lgr %r0,%r5
  150. slgr %r0,%r4
  151. stg %r0,8(%r3) # store size of chunk
  152. st %r6,20(%r3) # store type of chunk
  153. la %r3,24(%r3)
  154. larl %r8,memory_size
  155. stg %r5,0(%r8) # store memory size
  156. ahi %r10,-1 # update chunk number
  157. .Lchkloop:
  158. lr %r6,%r7 # set access code to last cc
  159. # we got an exception or we're starting a new
  160. # chunk , we must check if we should
  161. # still try to find valid memory (if we detected
  162. # the amount of available storage), and if we
  163. # have chunks left
  164. lghi %r4,1
  165. sllg %r4,%r4,31
  166. clgr %r5,%r4
  167. je .Lhsaskip
  168. xr %r0, %r0
  169. clgr %r0, %r9 # did we detect memory?
  170. je .Ldonemem # if not, leave
  171. chi %r10, 0 # do we have chunks left?
  172. je .Ldonemem
  173. .Lhsaskip:
  174. algr %r5,%r1 # add 128KB to end of chunk
  175. lgr %r4,%r5 # potential new chunk
  176. clgr %r5,%r9 # should we go on?
  177. jl .Lloop
  178. .Ldonemem:
  179. larl %r12,machine_flags
  180. #
  181. # find out if we are running under VM
  182. #
  183. stidp __LC_CPUID # store cpuid
  184. tm __LC_CPUID,0xff # running under VM ?
  185. bno 0f-.LPG1(%r13)
  186. oi 7(%r12),1 # set VM flag
  187. 0: lh %r0,__LC_CPUID+4 # get cpu version
  188. chi %r0,0x7490 # running on a P/390 ?
  189. bne 1f-.LPG1(%r13)
  190. oi 7(%r12),4 # set P/390 flag
  191. 1:
  192. #
  193. # find out if we have the MVPG instruction
  194. #
  195. la %r1,0f-.LPG1(%r13) # set program check address
  196. stg %r1,__LC_PGM_NEW_PSW+8
  197. sgr %r0,%r0
  198. lghi %r1,0
  199. lghi %r2,0
  200. mvpg %r1,%r2 # test MVPG instruction
  201. oi 7(%r12),16 # set MVPG flag
  202. 0:
  203. #
  204. # find out if the diag 0x44 works in 64 bit mode
  205. #
  206. la %r1,0f-.LPG1(%r13) # set program check address
  207. stg %r1,__LC_PGM_NEW_PSW+8
  208. diag 0,0,0x44 # test diag 0x44
  209. oi 7(%r12),32 # set diag44 flag
  210. 0:
  211. #
  212. # find out if we have the IDTE instruction
  213. #
  214. la %r1,0f-.LPG1(%r13) # set program check address
  215. stg %r1,__LC_PGM_NEW_PSW+8
  216. .long 0xb2b10000 # store facility list
  217. tm 0xc8,0x08 # check bit for clearing-by-ASCE
  218. bno 0f-.LPG1(%r13)
  219. lhi %r1,2094
  220. lhi %r2,0
  221. .long 0xb98e2001
  222. oi 7(%r12),0x80 # set IDTE flag
  223. 0:
  224. lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space,
  225. # virtual and never return ...
  226. .align 16
  227. .Lentry:.quad 0x0000000180000000,_stext
  228. .Lctl: .quad 0x04b50002 # cr0: various things
  229. .quad 0 # cr1: primary space segment table
  230. .quad .Lduct # cr2: dispatchable unit control table
  231. .quad 0 # cr3: instruction authorization
  232. .quad 0 # cr4: instruction authorization
  233. .quad 0xffffffffffffffff # cr5: primary-aste origin
  234. .quad 0 # cr6: I/O interrupts
  235. .quad 0 # cr7: secondary space segment table
  236. .quad 0 # cr8: access registers translation
  237. .quad 0 # cr9: tracing off
  238. .quad 0 # cr10: tracing off
  239. .quad 0 # cr11: tracing off
  240. .quad 0 # cr12: tracing off
  241. .quad 0 # cr13: home space segment table
  242. .quad 0xc0000000 # cr14: machine check handling off
  243. .quad 0 # cr15: linkage stack operations
  244. .Lduct: .long 0,0,0,0,0,0,0,0
  245. .long 0,0,0,0,0,0,0,0
  246. .Lpcmsk:.quad 0x0000000180000000
  247. .L4malign:.quad 0xffffffffffc00000
  248. .Lscan2g:.quad 0x80000000 + 0x20000 - 8 # 2GB + 128K - 8
  249. .Lnop: .long 0x07000700
  250. .Lparmaddr:
  251. .quad PARMAREA
  252. .org 0x12000
  253. .Lsccb:
  254. .hword 0x1000 # length, one page
  255. .byte 0x00,0x00,0x00
  256. .byte 0x80 # variable response bit set
  257. .Lsccbr:
  258. .hword 0x00 # response code
  259. .Lscpincr1:
  260. .hword 0x00
  261. .Lscpa1:
  262. .byte 0x00
  263. .fill 89,1,0
  264. .Lscpa2:
  265. .int 0x00
  266. .Lscpincr2:
  267. .quad 0x00
  268. .fill 3984,1,0
  269. .org 0x13000
  270. #ifdef CONFIG_SHARED_KERNEL
  271. .org 0x100000
  272. #endif
  273. #
  274. # startup-code, running in absolute addressing mode
  275. #
  276. .globl _stext
  277. _stext: basr %r13,0 # get base
  278. .LPG3:
  279. #
  280. # Setup stack
  281. #
  282. larl %r15,init_thread_union
  283. lg %r14,__TI_task(%r15) # cache current in lowcore
  284. stg %r14,__LC_CURRENT
  285. aghi %r15,1<<(PAGE_SHIFT+THREAD_ORDER) # init_task_union + THREAD_SIZE
  286. stg %r15,__LC_KERNEL_STACK # set end of kernel stack
  287. aghi %r15,-160
  288. xc __SF_BACKCHAIN(4,%r15),__SF_BACKCHAIN(%r15) # clear backchain
  289. # check control registers
  290. stctg %c0,%c15,0(%r15)
  291. oi 6(%r15),0x40 # enable sigp emergency signal
  292. oi 4(%r15),0x10 # switch on low address proctection
  293. lctlg %c0,%c15,0(%r15)
  294. #
  295. lam 0,15,.Laregs-.LPG3(%r13) # load access regs needed by uaccess
  296. brasl %r14,start_kernel # go to C code
  297. #
  298. # We returned from start_kernel ?!? PANIK
  299. #
  300. basr %r13,0
  301. lpswe .Ldw-.(%r13) # load disabled wait psw
  302. #
  303. .align 8
  304. .Ldw: .quad 0x0002000180000000,0x0000000000000000
  305. .Laregs: .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0