head31.S 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. /*
  2. * arch/s390/kernel/head31.S
  3. *
  4. * Copyright (C) IBM Corp. 2005,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. .long 0,0 # IPL_DEVICE
  27. .long 0,0 # INITRD_START
  28. .long 0,0 # 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: mvi __LC_AR_MODE_ID,0 # set ESA flag (mode 0)
  36. lctl %c0,%c15,.Lctl-.LPG1(%r13) # load control registers
  37. l %r12,.Lparmaddr-.LPG1(%r13) # pointer to parameter area
  38. # move IPL device to lowcore
  39. mvc __LC_IPLDEV(4),IPL_DEVICE-PARMAREA(%r12)
  40. #
  41. # Setup stack
  42. #
  43. l %r15,.Linittu-.LPG1(%r13)
  44. mvc __LC_CURRENT(4),__TI_task(%r15)
  45. ahi %r15,1<<(PAGE_SHIFT+THREAD_ORDER) # init_task_union+THREAD_SIZE
  46. st %r15,__LC_KERNEL_STACK # set end of kernel stack
  47. ahi %r15,-96
  48. xc __SF_BACKCHAIN(4,%r15),__SF_BACKCHAIN(%r15) # clear backchain
  49. l %r14,.Lipl_save_parameters-.LPG1(%r13)
  50. basr %r14,%r14
  51. #
  52. # clear bss memory
  53. #
  54. l %r2,.Lbss_bgn-.LPG1(%r13) # start of bss
  55. l %r3,.Lbss_end-.LPG1(%r13) # end of bss
  56. sr %r3,%r2 # length of bss
  57. sr %r4,%r4
  58. sr %r5,%r5 # set src,length and pad to zero
  59. sr %r0,%r0
  60. mvcle %r2,%r4,0 # clear mem
  61. jo .-4 # branch back, if not finish
  62. l %r2,.Lrcp-.LPG1(%r13) # Read SCP forced command word
  63. .Lservicecall:
  64. stosm .Lpmask-.LPG1(%r13),0x01 # authorize ext interrupts
  65. stctl %r0, %r0,.Lcr-.LPG1(%r13) # get cr0
  66. la %r1,0x200 # set bit 22
  67. o %r1,.Lcr-.LPG1(%r13) # or old cr0 with r1
  68. st %r1,.Lcr-.LPG1(%r13)
  69. lctl %r0, %r0,.Lcr-.LPG1(%r13) # load modified cr0
  70. mvc __LC_EXT_NEW_PSW(8),.Lpcext-.LPG1(%r13) # set postcall psw
  71. la %r1, .Lsclph-.LPG1(%r13)
  72. a %r1,__LC_EXT_NEW_PSW+4 # set handler
  73. st %r1,__LC_EXT_NEW_PSW+4
  74. l %r4,.Lsccbaddr-.LPG1(%r13) # %r4 is our index for sccb stuff
  75. lr %r1,%r4 # our sccb
  76. .insn rre,0xb2200000,%r2,%r1 # service call
  77. ipm %r1
  78. srl %r1,28 # get cc code
  79. xr %r3, %r3
  80. chi %r1,3
  81. be .Lfchunk-.LPG1(%r13) # leave
  82. chi %r1,2
  83. be .Lservicecall-.LPG1(%r13)
  84. lpsw .Lwaitsclp-.LPG1(%r13)
  85. .Lsclph:
  86. lh %r1,.Lsccbr-.Lsccb(%r4)
  87. chi %r1,0x10 # 0x0010 is the sucess code
  88. je .Lprocsccb # let's process the sccb
  89. chi %r1,0x1f0
  90. bne .Lfchunk-.LPG1(%r13) # unhandled error code
  91. c %r2, .Lrcp-.LPG1(%r13) # Did we try Read SCP forced
  92. bne .Lfchunk-.LPG1(%r13) # if no, give up
  93. l %r2, .Lrcp2-.LPG1(%r13) # try with Read SCP
  94. b .Lservicecall-.LPG1(%r13)
  95. .Lprocsccb:
  96. lhi %r1,0
  97. icm %r1,3,.Lscpincr1-.Lsccb(%r4) # use this one if != 0
  98. jnz .Lscnd
  99. lhi %r1,0x800 # otherwise report 2GB
  100. .Lscnd:
  101. lhi %r3,0x800 # limit reported memory size to 2GB
  102. cr %r1,%r3
  103. jl .Lno2gb
  104. lr %r1,%r3
  105. .Lno2gb:
  106. xr %r3,%r3 # same logic
  107. ic %r3,.Lscpa1-.Lsccb(%r4)
  108. chi %r3,0x00
  109. jne .Lcompmem
  110. l %r3,.Lscpa2-.Lsccb(%r4)
  111. .Lcompmem:
  112. mr %r2,%r1 # mem in MB on 128-bit
  113. l %r1,.Lonemb-.LPG1(%r13)
  114. mr %r2,%r1 # mem size in bytes in %r3
  115. b .Lfchunk-.LPG1(%r13)
  116. .align 4
  117. .Lipl_save_parameters:
  118. .long ipl_save_parameters
  119. .Linittu:
  120. .long init_thread_union
  121. .Lpmask:
  122. .byte 0
  123. .align 8
  124. .Lpcext:.long 0x00080000,0x80000000
  125. .Lcr:
  126. .long 0x00 # place holder for cr0
  127. .align 8
  128. .Lwaitsclp:
  129. .long 0x010a0000,0x80000000 + .Lsclph
  130. .Lrcp:
  131. .int 0x00120001 # Read SCP forced code
  132. .Lrcp2:
  133. .int 0x00020001 # Read SCP code
  134. .Lonemb:
  135. .int 0x100000
  136. .Lfchunk:
  137. #
  138. # find memory chunks.
  139. #
  140. lr %r9,%r3 # end of mem
  141. mvc __LC_PGM_NEW_PSW(8),.Lpcmem-.LPG1(%r13)
  142. la %r1,1 # test in increments of 128KB
  143. sll %r1,17
  144. l %r3,.Lmchunk-.LPG1(%r13) # get pointer to memory_chunk array
  145. slr %r4,%r4 # set start of chunk to zero
  146. slr %r5,%r5 # set end of chunk to zero
  147. slr %r6,%r6 # set access code to zero
  148. la %r10,MEMORY_CHUNKS # number of chunks
  149. .Lloop:
  150. tprot 0(%r5),0 # test protection of first byte
  151. ipm %r7
  152. srl %r7,28
  153. clr %r6,%r7 # compare cc with last access code
  154. be .Lsame-.LPG1(%r13)
  155. lhi %r8,0 # no program checks
  156. b .Lsavchk-.LPG1(%r13)
  157. .Lsame:
  158. ar %r5,%r1 # add 128KB to end of chunk
  159. bno .Lloop-.LPG1(%r13) # r1 < 0x80000000 -> loop
  160. .Lchkmem: # > 2GB or tprot got a program check
  161. lhi %r8,1 # set program check flag
  162. .Lsavchk:
  163. clr %r4,%r5 # chunk size > 0?
  164. be .Lchkloop-.LPG1(%r13)
  165. st %r4,0(%r3) # store start address of chunk
  166. lr %r0,%r5
  167. slr %r0,%r4
  168. st %r0,4(%r3) # store size of chunk
  169. st %r6,8(%r3) # store type of chunk
  170. la %r3,12(%r3)
  171. ahi %r10,-1 # update chunk number
  172. .Lchkloop:
  173. lr %r6,%r7 # set access code to last cc
  174. # we got an exception or we're starting a new
  175. # chunk , we must check if we should
  176. # still try to find valid memory (if we detected
  177. # the amount of available storage), and if we
  178. # have chunks left
  179. xr %r0,%r0
  180. clr %r0,%r9 # did we detect memory?
  181. je .Ldonemem # if not, leave
  182. chi %r10,0 # do we have chunks left?
  183. je .Ldonemem
  184. chi %r8,1 # program check ?
  185. je .Lpgmchk
  186. lr %r4,%r5 # potential new chunk
  187. alr %r5,%r1 # add 128KB to end of chunk
  188. j .Llpcnt
  189. .Lpgmchk:
  190. alr %r5,%r1 # add 128KB to end of chunk
  191. lr %r4,%r5 # potential new chunk
  192. .Llpcnt:
  193. clr %r5,%r9 # should we go on?
  194. jl .Lloop
  195. .Ldonemem:
  196. l %r12,.Lmflags-.LPG1(%r13) # get address of machine_flags
  197. #
  198. # find out if we are running under VM
  199. #
  200. stidp __LC_CPUID # store cpuid
  201. tm __LC_CPUID,0xff # running under VM ?
  202. bno .Lnovm-.LPG1(%r13)
  203. oi 3(%r12),1 # set VM flag
  204. .Lnovm:
  205. lh %r0,__LC_CPUID+4 # get cpu version
  206. chi %r0,0x7490 # running on a P/390 ?
  207. bne .Lnop390-.LPG1(%r13)
  208. oi 3(%r12),4 # set P/390 flag
  209. .Lnop390:
  210. #
  211. # find out if we have an IEEE fpu
  212. #
  213. mvc __LC_PGM_NEW_PSW(8),.Lpcfpu-.LPG1(%r13)
  214. efpc %r0,0 # test IEEE extract fpc instruction
  215. oi 3(%r12),2 # set IEEE fpu flag
  216. .Lchkfpu:
  217. #
  218. # find out if we have the CSP instruction
  219. #
  220. mvc __LC_PGM_NEW_PSW(8),.Lpccsp-.LPG1(%r13)
  221. la %r0,0
  222. lr %r1,%r0
  223. la %r2,4
  224. csp %r0,%r2 # Test CSP instruction
  225. oi 3(%r12),8 # set CSP flag
  226. .Lchkcsp:
  227. #
  228. # find out if we have the MVPG instruction
  229. #
  230. mvc __LC_PGM_NEW_PSW(8),.Lpcmvpg-.LPG1(%r13)
  231. sr %r0,%r0
  232. la %r1,0
  233. la %r2,0
  234. mvpg %r1,%r2 # Test CSP instruction
  235. oi 3(%r12),16 # set MVPG flag
  236. .Lchkmvpg:
  237. #
  238. # find out if we have the IDTE instruction
  239. #
  240. mvc __LC_PGM_NEW_PSW(8),.Lpcidte-.LPG1(%r13)
  241. .long 0xb2b10000 # store facility list
  242. tm 0xc8,0x08 # check bit for clearing-by-ASCE
  243. bno .Lchkidte-.LPG1(%r13)
  244. lhi %r1,2094
  245. lhi %r2,0
  246. .long 0xb98e2001
  247. oi 3(%r12),0x80 # set IDTE flag
  248. .Lchkidte:
  249. #
  250. # find out if the diag 0x9c is available
  251. #
  252. mvc __LC_PGM_NEW_PSW(8),.Lpcdiag9c-.LPG1(%r13)
  253. stap __LC_CPUID+4 # store cpu address
  254. lh %r1,__LC_CPUID+4
  255. diag %r1,0,0x9c # test diag 0x9c
  256. oi 2(%r12),1 # set diag9c flag
  257. .Lchkdiag9c:
  258. lpsw .Lentry-.LPG1(13) # jump to _stext in primary-space,
  259. # virtual and never return ...
  260. .align 8
  261. .Lentry:.long 0x00080000,0x80000000 + _stext
  262. .Lctl: .long 0x04b50002 # cr0: various things
  263. .long 0 # cr1: primary space segment table
  264. .long .Lduct # cr2: dispatchable unit control table
  265. .long 0 # cr3: instruction authorization
  266. .long 0 # cr4: instruction authorization
  267. .long 0xffffffff # cr5: primary-aste origin
  268. .long 0 # cr6: I/O interrupts
  269. .long 0 # cr7: secondary space segment table
  270. .long 0 # cr8: access registers translation
  271. .long 0 # cr9: tracing off
  272. .long 0 # cr10: tracing off
  273. .long 0 # cr11: tracing off
  274. .long 0 # cr12: tracing off
  275. .long 0 # cr13: home space segment table
  276. .long 0xc0000000 # cr14: machine check handling off
  277. .long 0 # cr15: linkage stack operations
  278. .Lduct: .long 0,0,0,0,0,0,0,0
  279. .long 0,0,0,0,0,0,0,0
  280. .Lpcmem:.long 0x00080000,0x80000000 + .Lchkmem
  281. .Lpcfpu:.long 0x00080000,0x80000000 + .Lchkfpu
  282. .Lpccsp:.long 0x00080000,0x80000000 + .Lchkcsp
  283. .Lpcmvpg:.long 0x00080000,0x80000000 + .Lchkmvpg
  284. .Lpcidte:.long 0x00080000,0x80000000 + .Lchkidte
  285. .Lpcdiag9c:.long 0x00080000,0x80000000 + .Lchkdiag9c
  286. .Lmchunk:.long memory_chunk
  287. .Lmflags:.long machine_flags
  288. .Lbss_bgn: .long __bss_start
  289. .Lbss_end: .long _end
  290. .Lparmaddr: .long PARMAREA
  291. .Lsccbaddr: .long .Lsccb
  292. .globl ipl_schib
  293. ipl_schib:
  294. .rept 13
  295. .long 0
  296. .endr
  297. .globl ipl_flags
  298. ipl_flags:
  299. .long 0
  300. .globl ipl_devno
  301. ipl_devno:
  302. .word 0
  303. .org 0x12000
  304. .globl s390_readinfo_sccb
  305. s390_readinfo_sccb:
  306. .Lsccb:
  307. .hword 0x1000 # length, one page
  308. .byte 0x00,0x00,0x00
  309. .byte 0x80 # variable response bit set
  310. .Lsccbr:
  311. .hword 0x00 # response code
  312. .Lscpincr1:
  313. .hword 0x00
  314. .Lscpa1:
  315. .byte 0x00
  316. .fill 89,1,0
  317. .Lscpa2:
  318. .int 0x00
  319. .Lscpincr2:
  320. .quad 0x00
  321. .fill 3984,1,0
  322. .org 0x13000
  323. #ifdef CONFIG_SHARED_KERNEL
  324. .org 0x100000
  325. #endif
  326. #
  327. # startup-code, running in absolute addressing mode
  328. #
  329. .globl _stext
  330. _stext: basr %r13,0 # get base
  331. .LPG3:
  332. # check control registers
  333. stctl %c0,%c15,0(%r15)
  334. oi 2(%r15),0x40 # enable sigp emergency signal
  335. oi 0(%r15),0x10 # switch on low address protection
  336. lctl %c0,%c15,0(%r15)
  337. #
  338. lam 0,15,.Laregs-.LPG3(%r13) # load access regs needed by uaccess
  339. l %r14,.Lstart-.LPG3(%r13)
  340. basr %r14,%r14 # call start_kernel
  341. #
  342. # We returned from start_kernel ?!? PANIK
  343. #
  344. basr %r13,0
  345. lpsw .Ldw-.(%r13) # load disabled wait psw
  346. #
  347. .align 8
  348. .Ldw: .long 0x000a0000,0x00000000
  349. .Lstart:.long start_kernel
  350. .Laregs:.long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0