blob: 9e293de120520b55822e63590c2b63ac0d99136f [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
David S. Miller19662872007-07-24 15:17:33 -07002/* head.S: Initial boot code for the Sparc64 port of Linux.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
David S. Miller19662872007-07-24 15:17:33 -07004 * Copyright (C) 1996, 1997, 2007 David S. Miller (davem@davemloft.net)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 * Copyright (C) 1996 David Sitsky (David.Sitsky@anu.edu.au)
David S. Miller19662872007-07-24 15:17:33 -07006 * Copyright (C) 1997, 1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * Copyright (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)
8 */
9
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/version.h>
11#include <linux/errno.h>
David S. Miller951bc822006-05-31 01:24:02 -070012#include <linux/threads.h>
David S. Miller19662872007-07-24 15:17:33 -070013#include <linux/init.h>
David S. Miller687124d2008-09-01 03:13:17 -070014#include <linux/linkage.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#include <asm/thread_info.h>
16#include <asm/asi.h>
17#include <asm/pstate.h>
18#include <asm/ptrace.h>
19#include <asm/spitfire.h>
20#include <asm/page.h>
21#include <asm/pgtable.h>
22#include <asm/errno.h>
23#include <asm/signal.h>
24#include <asm/processor.h>
25#include <asm/lsu.h>
26#include <asm/dcr.h>
27#include <asm/dcu.h>
28#include <asm/head.h>
29#include <asm/ttable.h>
30#include <asm/mmu.h>
David S. Miller56fb4df2006-02-26 23:24:22 -080031#include <asm/cpudata.h>
David S. Miller6eda3a72008-04-28 00:47:20 -070032#include <asm/pil.h>
33#include <asm/estate.h>
34#include <asm/sfafsr.h>
35#include <asm/unistd.h>
Al Virod3867f042016-01-16 21:39:30 -050036#include <asm/export.h>
37
Linus Torvalds1da177e2005-04-16 15:20:36 -070038/* This section from from _start to sparc64_boot_end should fit into
David S. Millerc9c10832005-10-12 12:22:46 -070039 * 0x0000000000404000 to 0x0000000000408000.
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070041 .text
42 .globl start, _start, stext, _stext
43_start:
44start:
45_stext:
46stext:
Linus Torvalds1da177e2005-04-16 15:20:36 -070047! 0x0000000000404000
48 b sparc64_boot
49 flushw /* Flush register file. */
50
51/* This stuff has to be in sync with SILO and other potential boot loaders
52 * Fields should be kept upward compatible and whenever any change is made,
53 * HdrS version should be incremented.
54 */
55 .global root_flags, ram_flags, root_dev
56 .global sparc_ramdisk_image, sparc_ramdisk_size
57 .global sparc_ramdisk_image64
58
59 .ascii "HdrS"
60 .word LINUX_VERSION_CODE
61
62 /* History:
63 *
64 * 0x0300 : Supports being located at other than 0x4000
65 * 0x0202 : Supports kernel params string
66 * 0x0201 : Supports reboot_command
67 */
68 .half 0x0301 /* HdrS version */
69
70root_flags:
71 .half 1
72root_dev:
73 .half 0
74ram_flags:
75 .half 0
76sparc_ramdisk_image:
77 .word 0
78sparc_ramdisk_size:
79 .word 0
80 .xword reboot_command
81 .xword bootstr_info
82sparc_ramdisk_image64:
83 .xword 0
84 .word _end
85
David S. Millerbff06d52005-09-22 20:11:33 -070086 /* PROM cif handler code address is in %o4. */
Linus Torvalds1da177e2005-04-16 15:20:36 -070087sparc64_boot:
David S. Miller15f14832006-12-11 21:06:55 -080088 mov %o4, %l7
David S. Millerbff06d52005-09-22 20:11:33 -070089
Lucas De Marchi25985ed2011-03-30 22:57:33 -030090 /* We need to remap the kernel. Use position independent
David S. Millerbff06d52005-09-22 20:11:33 -070091 * code to remap us to KERNBASE.
92 *
93 * SILO can invoke us with 32-bit address masking enabled,
94 * so make sure that's clear.
95 */
96 rdpr %pstate, %g1
97 andn %g1, PSTATE_AM, %g1
98 wrpr %g1, 0x0, %pstate
99 ba,a,pt %xcc, 1f
Babu Moger0ae2d262017-03-17 14:52:21 -0600100 nop
David S. Millerbff06d52005-09-22 20:11:33 -0700101
David S. Millerd82ace72006-02-09 02:52:44 -0800102 .globl prom_finddev_name, prom_chosen_path, prom_root_node
103 .globl prom_getprop_name, prom_mmu_name, prom_peer_name
104 .globl prom_callmethod_name, prom_translate_name, prom_root_compatible
David S. Millerbff06d52005-09-22 20:11:33 -0700105 .globl prom_map_name, prom_unmap_name, prom_mmu_ihandle_cache
106 .globl prom_boot_mapped_pc, prom_boot_mapping_mode
107 .globl prom_boot_mapping_phys_high, prom_boot_mapping_phys_low
David S. Miller6c70b6f2007-08-08 17:11:39 -0700108 .globl prom_compatible_name, prom_cpu_path, prom_cpu_compatible
David S. Miller301feb62007-09-16 11:51:15 -0700109 .globl is_sun4v, sun4v_chip_type, prom_set_trap_table_name
David S. Millerd82ace72006-02-09 02:52:44 -0800110prom_peer_name:
111 .asciz "peer"
112prom_compatible_name:
113 .asciz "compatible"
David S. Millerbff06d52005-09-22 20:11:33 -0700114prom_finddev_name:
115 .asciz "finddevice"
116prom_chosen_path:
117 .asciz "/chosen"
David S. Miller6c70b6f2007-08-08 17:11:39 -0700118prom_cpu_path:
119 .asciz "/cpu"
David S. Millerbff06d52005-09-22 20:11:33 -0700120prom_getprop_name:
121 .asciz "getprop"
122prom_mmu_name:
123 .asciz "mmu"
124prom_callmethod_name:
125 .asciz "call-method"
126prom_translate_name:
127 .asciz "translate"
128prom_map_name:
129 .asciz "map"
130prom_unmap_name:
131 .asciz "unmap"
David S. Miller301feb62007-09-16 11:51:15 -0700132prom_set_trap_table_name:
133 .asciz "SUNW,set-trap-table"
David S. Millerd82ace72006-02-09 02:52:44 -0800134prom_sun4v_name:
David S. Miller6cebb522006-02-11 10:56:43 -0800135 .asciz "sun4v"
David S. Miller6c70b6f2007-08-08 17:11:39 -0700136prom_niagara_prefix:
137 .asciz "SUNW,UltraSPARC-T"
David S. Miller4ba991d2011-07-27 21:06:16 -0700138prom_sparc_prefix:
David S. Miller08cefa92011-09-11 10:42:20 -0700139 .asciz "SPARC-"
Allen Pais76950e62013-03-05 23:47:59 +0000140prom_sparc64x_prefix:
141 .asciz "SPARC64-X"
David S. Millerbff06d52005-09-22 20:11:33 -0700142 .align 4
David S. Millerd82ace72006-02-09 02:52:44 -0800143prom_root_compatible:
144 .skip 64
David S. Miller6c70b6f2007-08-08 17:11:39 -0700145prom_cpu_compatible:
146 .skip 64
David S. Millerd82ace72006-02-09 02:52:44 -0800147prom_root_node:
148 .word 0
Al Virod3867f042016-01-16 21:39:30 -0500149EXPORT_SYMBOL(prom_root_node)
David S. Millerbff06d52005-09-22 20:11:33 -0700150prom_mmu_ihandle_cache:
151 .word 0
152prom_boot_mapped_pc:
153 .word 0
154prom_boot_mapping_mode:
155 .word 0
156 .align 8
157prom_boot_mapping_phys_high:
158 .xword 0
159prom_boot_mapping_phys_low:
160 .xword 0
David S. Millerd82ace72006-02-09 02:52:44 -0800161is_sun4v:
162 .word 0
David S. Miller6c70b6f2007-08-08 17:11:39 -0700163sun4v_chip_type:
164 .word SUN4V_CHIP_INVALID
Al Virod3867f042016-01-16 21:39:30 -0500165EXPORT_SYMBOL(sun4v_chip_type)
David S. Millerbff06d52005-09-22 20:11:33 -07001661:
167 rd %pc, %l0
David S. Millerd82ace72006-02-09 02:52:44 -0800168
169 mov (1b - prom_peer_name), %l1
170 sub %l0, %l1, %l1
171 mov 0, %l2
172
173 /* prom_root_node = prom_peer(0) */
174 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer"
175 mov 1, %l3
176 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1
177 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
178 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, 0
179 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1
180 call %l7
181 add %sp, (2047 + 128), %o0 ! argument array
182
183 ldx [%sp + 2047 + 128 + 0x20], %l4 ! prom root node
184 mov (1b - prom_root_node), %l1
185 sub %l0, %l1, %l1
186 stw %l4, [%l1]
187
188 mov (1b - prom_getprop_name), %l1
189 mov (1b - prom_compatible_name), %l2
190 mov (1b - prom_root_compatible), %l5
191 sub %l0, %l1, %l1
192 sub %l0, %l2, %l2
193 sub %l0, %l5, %l5
194
195 /* prom_getproperty(prom_root_node, "compatible",
196 * &prom_root_compatible, 64)
197 */
198 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
199 mov 4, %l3
200 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4
201 mov 1, %l3
202 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
203 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, prom_root_node
204 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "compatible"
205 stx %l5, [%sp + 2047 + 128 + 0x28] ! arg3, &prom_root_compatible
206 mov 64, %l3
207 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size
208 stx %g0, [%sp + 2047 + 128 + 0x38] ! ret1
209 call %l7
210 add %sp, (2047 + 128), %o0 ! argument array
211
David S. Millerbff06d52005-09-22 20:11:33 -0700212 mov (1b - prom_finddev_name), %l1
213 mov (1b - prom_chosen_path), %l2
214 mov (1b - prom_boot_mapped_pc), %l3
215 sub %l0, %l1, %l1
216 sub %l0, %l2, %l2
217 sub %l0, %l3, %l3
218 stw %l0, [%l3]
219 sub %sp, (192 + 128), %sp
220
221 /* chosen_node = prom_finddevice("/chosen") */
222 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
223 mov 1, %l3
224 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1
225 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
226 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, "/chosen"
227 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1
228 call %l7
229 add %sp, (2047 + 128), %o0 ! argument array
230
231 ldx [%sp + 2047 + 128 + 0x20], %l4 ! chosen device node
232
233 mov (1b - prom_getprop_name), %l1
234 mov (1b - prom_mmu_name), %l2
235 mov (1b - prom_mmu_ihandle_cache), %l5
236 sub %l0, %l1, %l1
237 sub %l0, %l2, %l2
238 sub %l0, %l5, %l5
239
240 /* prom_mmu_ihandle_cache = prom_getint(chosen_node, "mmu") */
241 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
242 mov 4, %l3
243 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4
244 mov 1, %l3
245 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
246 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, chosen_node
247 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "mmu"
248 stx %l5, [%sp + 2047 + 128 + 0x28] ! arg3, &prom_mmu_ihandle_cache
249 mov 4, %l3
250 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, sizeof(arg3)
251 stx %g0, [%sp + 2047 + 128 + 0x38] ! ret1
252 call %l7
253 add %sp, (2047 + 128), %o0 ! argument array
254
255 mov (1b - prom_callmethod_name), %l1
256 mov (1b - prom_translate_name), %l2
257 sub %l0, %l1, %l1
258 sub %l0, %l2, %l2
259 lduw [%l5], %l5 ! prom_mmu_ihandle_cache
260
261 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method"
262 mov 3, %l3
263 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 3
264 mov 5, %l3
265 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 5
266 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1: "translate"
267 stx %l5, [%sp + 2047 + 128 + 0x20] ! arg2: prom_mmu_ihandle_cache
David S. Millerb1b510a2005-10-11 15:45:16 -0700268 /* PAGE align */
269 srlx %l0, 13, %l3
270 sllx %l3, 13, %l3
David S. Millerbff06d52005-09-22 20:11:33 -0700271 stx %l3, [%sp + 2047 + 128 + 0x28] ! arg3: vaddr, our PC
272 stx %g0, [%sp + 2047 + 128 + 0x30] ! res1
273 stx %g0, [%sp + 2047 + 128 + 0x38] ! res2
274 stx %g0, [%sp + 2047 + 128 + 0x40] ! res3
275 stx %g0, [%sp + 2047 + 128 + 0x48] ! res4
276 stx %g0, [%sp + 2047 + 128 + 0x50] ! res5
277 call %l7
278 add %sp, (2047 + 128), %o0 ! argument array
279
280 ldx [%sp + 2047 + 128 + 0x40], %l1 ! translation mode
281 mov (1b - prom_boot_mapping_mode), %l4
282 sub %l0, %l4, %l4
283 stw %l1, [%l4]
284 mov (1b - prom_boot_mapping_phys_high), %l4
285 sub %l0, %l4, %l4
286 ldx [%sp + 2047 + 128 + 0x48], %l2 ! physaddr high
287 stx %l2, [%l4 + 0x0]
288 ldx [%sp + 2047 + 128 + 0x50], %l3 ! physaddr low
David S. Millerb1b510a2005-10-11 15:45:16 -0700289 /* 4MB align */
David S. Miller0eef3312014-05-03 22:52:50 -0700290 srlx %l3, ILOG2_4MB, %l3
291 sllx %l3, ILOG2_4MB, %l3
David S. Millerbff06d52005-09-22 20:11:33 -0700292 stx %l3, [%l4 + 0x8]
293
294 /* Leave service as-is, "call-method" */
295 mov 7, %l3
296 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 7
297 mov 1, %l3
David S. Millera8201c62005-09-22 20:31:29 -0700298 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
David S. Millerbff06d52005-09-22 20:11:33 -0700299 mov (1b - prom_map_name), %l3
300 sub %l0, %l3, %l3
301 stx %l3, [%sp + 2047 + 128 + 0x18] ! arg1: "map"
302 /* Leave arg2 as-is, prom_mmu_ihandle_cache */
303 mov -1, %l3
304 stx %l3, [%sp + 2047 + 128 + 0x28] ! arg3: mode (-1 default)
David S. Miller64658742008-03-21 17:01:38 -0700305 /* 4MB align the kernel image size. */
306 set (_end - KERNBASE), %l3
307 set ((4 * 1024 * 1024) - 1), %l4
308 add %l3, %l4, %l3
309 andn %l3, %l4, %l3
310 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4: roundup(ksize, 4MB)
David S. Millerbff06d52005-09-22 20:11:33 -0700311 sethi %hi(KERNBASE), %l3
312 stx %l3, [%sp + 2047 + 128 + 0x38] ! arg5: vaddr (KERNBASE)
313 stx %g0, [%sp + 2047 + 128 + 0x40] ! arg6: empty
314 mov (1b - prom_boot_mapping_phys_low), %l3
315 sub %l0, %l3, %l3
316 ldx [%l3], %l3
317 stx %l3, [%sp + 2047 + 128 + 0x48] ! arg7: phys addr
318 call %l7
319 add %sp, (2047 + 128), %o0 ! argument array
320
321 add %sp, (192 + 128), %sp
322
David S. Millerd82ace72006-02-09 02:52:44 -0800323 sethi %hi(prom_root_compatible), %g1
324 or %g1, %lo(prom_root_compatible), %g1
325 sethi %hi(prom_sun4v_name), %g7
326 or %g7, %lo(prom_sun4v_name), %g7
David S. Miller6cebb522006-02-11 10:56:43 -0800327 mov 5, %g3
David S. Miller6c70b6f2007-08-08 17:11:39 -070032890: ldub [%g7], %g2
David S. Millerd82ace72006-02-09 02:52:44 -0800329 ldub [%g1], %g4
330 cmp %g2, %g4
David S. Miller6c70b6f2007-08-08 17:11:39 -0700331 bne,pn %icc, 80f
David S. Millerd82ace72006-02-09 02:52:44 -0800332 add %g7, 1, %g7
333 subcc %g3, 1, %g3
David S. Miller6c70b6f2007-08-08 17:11:39 -0700334 bne,pt %xcc, 90b
David S. Millerd82ace72006-02-09 02:52:44 -0800335 add %g1, 1, %g1
336
337 sethi %hi(is_sun4v), %g1
338 or %g1, %lo(is_sun4v), %g1
339 mov 1, %g7
340 stw %g7, [%g1]
341
David S. Miller6c70b6f2007-08-08 17:11:39 -0700342 /* cpu_node = prom_finddevice("/cpu") */
343 mov (1b - prom_finddev_name), %l1
344 mov (1b - prom_cpu_path), %l2
345 sub %l0, %l1, %l1
346 sub %l0, %l2, %l2
347 sub %sp, (192 + 128), %sp
348
349 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
350 mov 1, %l3
351 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1
352 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
353 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, "/cpu"
354 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1
355 call %l7
356 add %sp, (2047 + 128), %o0 ! argument array
357
358 ldx [%sp + 2047 + 128 + 0x20], %l4 ! cpu device node
359
360 mov (1b - prom_getprop_name), %l1
361 mov (1b - prom_compatible_name), %l2
362 mov (1b - prom_cpu_compatible), %l5
363 sub %l0, %l1, %l1
364 sub %l0, %l2, %l2
365 sub %l0, %l5, %l5
366
367 /* prom_getproperty(cpu_node, "compatible",
368 * &prom_cpu_compatible, 64)
369 */
370 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
371 mov 4, %l3
372 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4
373 mov 1, %l3
374 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
375 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, cpu_node
376 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "compatible"
377 stx %l5, [%sp + 2047 + 128 + 0x28] ! arg3, &prom_cpu_compatible
378 mov 64, %l3
379 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size
380 stx %g0, [%sp + 2047 + 128 + 0x38] ! ret1
381 call %l7
382 add %sp, (2047 + 128), %o0 ! argument array
383
384 add %sp, (192 + 128), %sp
385
386 sethi %hi(prom_cpu_compatible), %g1
387 or %g1, %lo(prom_cpu_compatible), %g1
388 sethi %hi(prom_niagara_prefix), %g7
389 or %g7, %lo(prom_niagara_prefix), %g7
390 mov 17, %g3
39190: ldub [%g7], %g2
392 ldub [%g1], %g4
393 cmp %g2, %g4
David S. Miller4ba991d2011-07-27 21:06:16 -0700394 bne,pn %icc, 89f
395 add %g7, 1, %g7
396 subcc %g3, 1, %g3
397 bne,pt %xcc, 90b
398 add %g1, 1, %g1
399 ba,pt %xcc, 91f
400 nop
401
40289: sethi %hi(prom_cpu_compatible), %g1
403 or %g1, %lo(prom_cpu_compatible), %g1
404 sethi %hi(prom_sparc_prefix), %g7
405 or %g7, %lo(prom_sparc_prefix), %g7
David S. Miller08cefa92011-09-11 10:42:20 -0700406 mov 6, %g3
David S. Miller4ba991d2011-07-27 21:06:16 -070040790: ldub [%g7], %g2
408 ldub [%g1], %g4
409 cmp %g2, %g4
David S. Miller6c70b6f2007-08-08 17:11:39 -0700410 bne,pn %icc, 4f
411 add %g7, 1, %g7
412 subcc %g3, 1, %g3
413 bne,pt %xcc, 90b
414 add %g1, 1, %g1
415
416 sethi %hi(prom_cpu_compatible), %g1
417 or %g1, %lo(prom_cpu_compatible), %g1
David S. Miller08cefa92011-09-11 10:42:20 -0700418 ldub [%g1 + 6], %g2
419 cmp %g2, 'T'
420 be,pt %xcc, 70f
421 cmp %g2, 'M'
Khalid Azizc5b8b5b2016-04-19 11:12:54 -0600422 be,pt %xcc, 70f
423 cmp %g2, 'S'
Allen Pais76950e62013-03-05 23:47:59 +0000424 bne,pn %xcc, 49f
David S. Miller08cefa92011-09-11 10:42:20 -0700425 nop
426
42770: ldub [%g1 + 7], %g2
Allen Pais9e48cd42017-07-24 11:44:17 +0530428 cmp %g2, CPU_ID_NIAGARA3
David S. Miller4ba991d2011-07-27 21:06:16 -0700429 be,pt %xcc, 5f
430 mov SUN4V_CHIP_NIAGARA3, %g4
Allen Pais9e48cd42017-07-24 11:44:17 +0530431 cmp %g2, CPU_ID_NIAGARA4
David S. Miller08cefa92011-09-11 10:42:20 -0700432 be,pt %xcc, 5f
433 mov SUN4V_CHIP_NIAGARA4, %g4
Allen Pais9e48cd42017-07-24 11:44:17 +0530434 cmp %g2, CPU_ID_NIAGARA5
David S. Miller08cefa92011-09-11 10:42:20 -0700435 be,pt %xcc, 5f
436 mov SUN4V_CHIP_NIAGARA5, %g4
Allen Pais9e48cd42017-07-24 11:44:17 +0530437 cmp %g2, CPU_ID_M6
Allen Paiscadbb582014-09-08 11:48:53 +0530438 be,pt %xcc, 5f
439 mov SUN4V_CHIP_SPARC_M6, %g4
Allen Pais9e48cd42017-07-24 11:44:17 +0530440 cmp %g2, CPU_ID_M7
Allen Paiscadbb582014-09-08 11:48:53 +0530441 be,pt %xcc, 5f
442 mov SUN4V_CHIP_SPARC_M7, %g4
Allen Pais7d484ac2017-07-24 11:44:18 +0530443 cmp %g2, CPU_ID_M8
444 be,pt %xcc, 5f
445 mov SUN4V_CHIP_SPARC_M8, %g4
Allen Pais9e48cd42017-07-24 11:44:17 +0530446 cmp %g2, CPU_ID_SONOMA1
Khalid Azizc5b8b5b2016-04-19 11:12:54 -0600447 be,pt %xcc, 5f
448 mov SUN4V_CHIP_SPARC_SN, %g4
Allen Pais76950e62013-03-05 23:47:59 +0000449 ba,pt %xcc, 49f
David S. Miller4ba991d2011-07-27 21:06:16 -0700450 nop
451
45291: sethi %hi(prom_cpu_compatible), %g1
453 or %g1, %lo(prom_cpu_compatible), %g1
David S. Miller6c70b6f2007-08-08 17:11:39 -0700454 ldub [%g1 + 17], %g2
Allen Pais9e48cd42017-07-24 11:44:17 +0530455 cmp %g2, CPU_ID_NIAGARA1
David S. Miller6c70b6f2007-08-08 17:11:39 -0700456 be,pt %xcc, 5f
457 mov SUN4V_CHIP_NIAGARA1, %g4
Allen Pais9e48cd42017-07-24 11:44:17 +0530458 cmp %g2, CPU_ID_NIAGARA2
David S. Miller6c70b6f2007-08-08 17:11:39 -0700459 be,pt %xcc, 5f
460 mov SUN4V_CHIP_NIAGARA2, %g4
David S. Miller4ba991d2011-07-27 21:06:16 -0700461
David S. Miller6c70b6f2007-08-08 17:11:39 -07004624:
Allen Pais76950e62013-03-05 23:47:59 +0000463 /* Athena */
464 sethi %hi(prom_cpu_compatible), %g1
465 or %g1, %lo(prom_cpu_compatible), %g1
466 sethi %hi(prom_sparc64x_prefix), %g7
467 or %g7, %lo(prom_sparc64x_prefix), %g7
468 mov 9, %g3
46941: ldub [%g7], %g2
470 ldub [%g1], %g4
471 cmp %g2, %g4
472 bne,pn %icc, 49f
473 add %g7, 1, %g7
474 subcc %g3, 1, %g3
475 bne,pt %xcc, 41b
476 add %g1, 1, %g1
Allen Pais76950e62013-03-05 23:47:59 +0000477 ba,pt %xcc, 5f
David S. Miller49fa5232016-04-27 17:27:37 -0400478 mov SUN4V_CHIP_SPARC64X, %g4
Allen Pais76950e62013-03-05 23:47:59 +0000479
48049:
David S. Miller6c70b6f2007-08-08 17:11:39 -0700481 mov SUN4V_CHIP_UNKNOWN, %g4
4825: sethi %hi(sun4v_chip_type), %g2
483 or %g2, %lo(sun4v_chip_type), %g2
484 stw %g4, [%g2]
485
48680:
David S. Millerd82ace72006-02-09 02:52:44 -0800487 BRANCH_IF_SUN4V(g1, jump_to_sun4u_init)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 BRANCH_IF_CHEETAH_BASE(g1,g7,cheetah_boot)
489 BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(g1,g7,cheetah_plus_boot)
490 ba,pt %xcc, spitfire_boot
491 nop
492
493cheetah_plus_boot:
494 /* Preserve OBP chosen DCU and DCR register settings. */
495 ba,pt %xcc, cheetah_generic_boot
496 nop
497
498cheetah_boot:
499 mov DCR_BPE | DCR_RPE | DCR_SI | DCR_IFPOE | DCR_MS, %g1
500 wr %g1, %asr18
501
502 sethi %uhi(DCU_ME|DCU_RE|DCU_HPE|DCU_SPE|DCU_SL|DCU_WE), %g7
503 or %g7, %ulo(DCU_ME|DCU_RE|DCU_HPE|DCU_SPE|DCU_SL|DCU_WE), %g7
504 sllx %g7, 32, %g7
505 or %g7, DCU_DM | DCU_IM | DCU_DC | DCU_IC, %g7
506 stxa %g7, [%g0] ASI_DCU_CONTROL_REG
507 membar #Sync
508
509cheetah_generic_boot:
510 mov TSB_EXTENSION_P, %g3
511 stxa %g0, [%g3] ASI_DMMU
512 stxa %g0, [%g3] ASI_IMMU
513 membar #Sync
514
515 mov TSB_EXTENSION_S, %g3
516 stxa %g0, [%g3] ASI_DMMU
517 membar #Sync
518
519 mov TSB_EXTENSION_N, %g3
520 stxa %g0, [%g3] ASI_DMMU
521 stxa %g0, [%g3] ASI_IMMU
522 membar #Sync
523
David S. Millerbff06d52005-09-22 20:11:33 -0700524 ba,a,pt %xcc, jump_to_sun4u_init
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525
526spitfire_boot:
527 /* Typically PROM has already enabled both MMU's and both on-chip
528 * caches, but we do it here anyway just to be paranoid.
529 */
530 mov (LSU_CONTROL_IC|LSU_CONTROL_DC|LSU_CONTROL_IM|LSU_CONTROL_DM), %g1
531 stxa %g1, [%g0] ASI_LSU_CONTROL
532 membar #Sync
533
David S. Millerbff06d52005-09-22 20:11:33 -0700534jump_to_sun4u_init:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 /*
536 * Make sure we are in privileged mode, have address masking,
537 * using the ordinary globals and have enabled floating
538 * point.
539 *
540 * Again, typically PROM has left %pil at 13 or similar, and
541 * (PSTATE_PRIV | PSTATE_PEF | PSTATE_IE) in %pstate.
542 */
543 wrpr %g0, (PSTATE_PRIV|PSTATE_PEF|PSTATE_IE), %pstate
544 wr %g0, 0, %fprs
545
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546 set sun4u_init, %g2
547 jmpl %g2 + %g0, %g0
548 nop
549
Tim Abbotta0871e82009-04-27 14:02:26 -0400550 __REF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551sun4u_init:
David S. Miller6cebb522006-02-11 10:56:43 -0800552 BRANCH_IF_SUN4V(g1, sun4v_init)
553
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 /* Set ctx 0 */
David S. Miller8b11bd12006-02-07 22:13:05 -0800555 mov PRIMARY_CONTEXT, %g7
David S. Miller6cebb522006-02-11 10:56:43 -0800556 stxa %g0, [%g7] ASI_DMMU
David S. Miller8b11bd12006-02-07 22:13:05 -0800557 membar #Sync
558
559 mov SECONDARY_CONTEXT, %g7
David S. Miller6cebb522006-02-11 10:56:43 -0800560 stxa %g0, [%g7] ASI_DMMU
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561 membar #Sync
562
David S. Miller49fa5232016-04-27 17:27:37 -0400563 ba,a,pt %xcc, sun4u_continue
David S. Miller6cebb522006-02-11 10:56:43 -0800564
565sun4v_init:
566 /* Set ctx 0 */
567 mov PRIMARY_CONTEXT, %g7
568 stxa %g0, [%g7] ASI_MMU
569 membar #Sync
570
571 mov SECONDARY_CONTEXT, %g7
572 stxa %g0, [%g7] ASI_MMU
573 membar #Sync
David S. Miller49fa5232016-04-27 17:27:37 -0400574 ba,a,pt %xcc, niagara_tlb_fixup
David S. Miller6cebb522006-02-11 10:56:43 -0800575
576sun4u_continue:
David S. Millerd82ace72006-02-09 02:52:44 -0800577 BRANCH_IF_ANY_CHEETAH(g1, g7, cheetah_tlb_fixup)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578
David S. Miller49fa5232016-04-27 17:27:37 -0400579 ba,a,pt %xcc, spitfire_tlb_fixup
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580
David S. Miller8591e302006-02-07 16:09:12 -0800581niagara_tlb_fixup:
582 mov 3, %g2 /* Set TLB type to hypervisor. */
583 sethi %hi(tlb_type), %g1
584 stw %g2, [%g1 + %lo(tlb_type)]
585
586 /* Patch copy/clear ops. */
David S. Miller6c70b6f2007-08-08 17:11:39 -0700587 sethi %hi(sun4v_chip_type), %g1
588 lduw [%g1 + %lo(sun4v_chip_type)], %g1
589 cmp %g1, SUN4V_CHIP_NIAGARA1
590 be,pt %xcc, niagara_patch
591 cmp %g1, SUN4V_CHIP_NIAGARA2
David S. Millercf5adce2007-08-16 01:47:25 -0700592 be,pt %xcc, niagara2_patch
David S. Miller6c70b6f2007-08-08 17:11:39 -0700593 nop
David S. Miller4ba991d2011-07-27 21:06:16 -0700594 cmp %g1, SUN4V_CHIP_NIAGARA3
595 be,pt %xcc, niagara2_patch
596 nop
David S. Miller08cefa92011-09-11 10:42:20 -0700597 cmp %g1, SUN4V_CHIP_NIAGARA4
David S. Millerae2c6ca2012-09-26 21:11:01 -0700598 be,pt %xcc, niagara4_patch
David S. Miller08cefa92011-09-11 10:42:20 -0700599 nop
600 cmp %g1, SUN4V_CHIP_NIAGARA5
David S. Millerae2c6ca2012-09-26 21:11:01 -0700601 be,pt %xcc, niagara4_patch
David S. Miller08cefa92011-09-11 10:42:20 -0700602 nop
Allen Paiscadbb582014-09-08 11:48:53 +0530603 cmp %g1, SUN4V_CHIP_SPARC_M6
604 be,pt %xcc, niagara4_patch
605 nop
606 cmp %g1, SUN4V_CHIP_SPARC_M7
Babu Mogerb3a04ed2017-08-07 17:52:51 -0600607 be,pt %xcc, sparc_m7_patch
Allen Paiscadbb582014-09-08 11:48:53 +0530608 nop
Allen Pais7d484ac2017-07-24 11:44:18 +0530609 cmp %g1, SUN4V_CHIP_SPARC_M8
Babu Mogerb3a04ed2017-08-07 17:52:51 -0600610 be,pt %xcc, sparc_m7_patch
Allen Pais7d484ac2017-07-24 11:44:18 +0530611 nop
Khalid Azizc5b8b5b2016-04-19 11:12:54 -0600612 cmp %g1, SUN4V_CHIP_SPARC_SN
613 be,pt %xcc, niagara4_patch
614 nop
David S. Miller6c70b6f2007-08-08 17:11:39 -0700615
616 call generic_patch_copyops
617 nop
618 call generic_patch_bzero
619 nop
620 call generic_patch_pageops
621 nop
622
623 ba,a,pt %xcc, 80f
Babu Moger0ae2d262017-03-17 14:52:21 -0600624 nop
Babu Mogerb3a04ed2017-08-07 17:52:51 -0600625
626sparc_m7_patch:
627 call m7_patch_copyops
628 nop
629 call m7_patch_bzero
630 nop
631 call m7_patch_pageops
632 nop
633
634 ba,a,pt %xcc, 80f
635 nop
636
David S. Millerae2c6ca2012-09-26 21:11:01 -0700637niagara4_patch:
638 call niagara4_patch_copyops
639 nop
David S. Miller9f825962012-10-05 13:45:26 -0700640 call niagara4_patch_bzero
David S. Millerae2c6ca2012-09-26 21:11:01 -0700641 nop
642 call niagara4_patch_pageops
643 nop
644
645 ba,a,pt %xcc, 80f
Babu Moger0ae2d262017-03-17 14:52:21 -0600646 nop
David S. Millerae2c6ca2012-09-26 21:11:01 -0700647
David S. Millercf5adce2007-08-16 01:47:25 -0700648niagara2_patch:
649 call niagara2_patch_copyops
650 nop
651 call niagara_patch_bzero
652 nop
David S. Millere95ade02011-08-01 18:18:57 -0700653 call niagara_patch_pageops
David S. Millercf5adce2007-08-16 01:47:25 -0700654 nop
655
656 ba,a,pt %xcc, 80f
Babu Moger0ae2d262017-03-17 14:52:21 -0600657 nop
David S. Miller6c70b6f2007-08-08 17:11:39 -0700658
659niagara_patch:
David S. Miller8591e302006-02-07 16:09:12 -0800660 call niagara_patch_copyops
661 nop
David S. Miller8ca25572006-02-21 14:29:42 -0800662 call niagara_patch_bzero
663 nop
David S. Miller8591e302006-02-07 16:09:12 -0800664 call niagara_patch_pageops
665 nop
666
David S. Miller6c70b6f2007-08-08 17:11:39 -070066780:
David S. Miller8591e302006-02-07 16:09:12 -0800668 /* Patch TLB/cache ops. */
669 call hypervisor_patch_cachetlbops
670 nop
671
David S. Miller49fa5232016-04-27 17:27:37 -0400672 ba,a,pt %xcc, tlb_fixup_done
David S. Millerd82ace72006-02-09 02:52:44 -0800673
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674cheetah_tlb_fixup:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 mov 2, %g2 /* Set TLB type to cheetah+. */
676 BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(g1,g7,1f)
677
678 mov 1, %g2 /* Set TLB type to cheetah. */
679
6801: sethi %hi(tlb_type), %g1
681 stw %g2, [%g1 + %lo(tlb_type)]
682
David S. Miller0835ae02005-10-04 15:23:20 -0700683 /* Patch copy/page operations to cheetah optimized versions. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 call cheetah_patch_copyops
685 nop
David S. Millerdbd2fdf2005-08-30 11:26:15 -0700686 call cheetah_patch_copy_page
687 nop
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 call cheetah_patch_cachetlbops
689 nop
690
David S. Miller49fa5232016-04-27 17:27:37 -0400691 ba,a,pt %xcc, tlb_fixup_done
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692
693spitfire_tlb_fixup:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 /* Set TLB type to spitfire. */
695 mov 0, %g2
696 sethi %hi(tlb_type), %g1
697 stw %g2, [%g1 + %lo(tlb_type)]
698
699tlb_fixup_done:
700 sethi %hi(init_thread_union), %g6
701 or %g6, %lo(init_thread_union), %g6
702 ldx [%g6 + TI_TASK], %g4
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703
Linus Torvalds1da177e2005-04-16 15:20:36 -0700704 wr %g0, ASI_P, %asi
705 mov 1, %g1
706 sllx %g1, THREAD_SHIFT, %g1
707 sub %g1, (STACKFRAME_SZ + STACK_BIAS), %g1
708 add %g6, %g1, %sp
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709
710 /* Set per-cpu pointer initially to zero, this makes
711 * the boot-cpu use the in-kernel-image per-cpu areas
712 * before setup_per_cpu_area() is invoked.
713 */
714 clr %g5
715
716 wrpr %g0, 0, %wstate
717 wrpr %g0, 0x0, %tl
718
719 /* Clear the bss */
720 sethi %hi(__bss_start), %o0
721 or %o0, %lo(__bss_start), %o0
722 sethi %hi(_end), %o1
723 or %o1, %lo(_end), %o1
724 call __bzero
725 sub %o1, %o0, %o1
726
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727 call prom_init
728 mov %l7, %o0 ! OpenPROM cif handler
729
David S. Milleref3e0352014-10-23 12:58:13 -0700730 /* To create a one-register-window buffer between the kernel's
731 * initial stack and the last stack frame we use from the firmware,
732 * do the rest of the boot from a C helper function.
David S. Miller951bc822006-05-31 01:24:02 -0700733 */
David S. Milleref3e0352014-10-23 12:58:13 -0700734 call start_early_boot
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735 nop
736 /* Not reached... */
737
David S. Miller19662872007-07-24 15:17:33 -0700738 .previous
739
David S. Miller5d8e1b12005-10-10 16:12:13 -0700740 /* This is meant to allow the sharing of this code between
741 * boot processor invocation (via setup_tba() below) and
742 * secondary processor startup (via trampoline.S). The
743 * former does use this code, the latter does not yet due
744 * to some complexities. That should be fixed up at some
745 * point.
David S. Millerc9c10832005-10-12 12:22:46 -0700746 *
747 * There used to be enormous complexity wrt. transferring
Nick Andrew877d0312009-01-26 11:06:57 +0100748 * over from the firmware's trap table to the Linux kernel's.
David S. Millerc9c10832005-10-12 12:22:46 -0700749 * For example, there was a chicken & egg problem wrt. building
750 * the OBP page tables, yet needing to be on the Linux kernel
751 * trap table (to translate PAGE_OFFSET addresses) in order to
752 * do that.
753 *
754 * We now handle OBP tlb misses differently, via linear lookups
755 * into the prom_trans[] array. So that specific problem no
756 * longer exists. Yet, unfortunately there are still some issues
757 * preventing trampoline.S from using this code... ho hum.
David S. Miller5d8e1b12005-10-10 16:12:13 -0700758 */
759 .globl setup_trap_table
760setup_trap_table:
761 save %sp, -192, %sp
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762
David S. Millerc9c10832005-10-12 12:22:46 -0700763 /* Force interrupts to be disabled. */
David S. Millerd8573e22006-07-13 16:05:26 -0700764 rdpr %pstate, %l0
765 andn %l0, PSTATE_IE, %o1
David S. Miller5d8e1b12005-10-10 16:12:13 -0700766 wrpr %o1, 0x0, %pstate
David S. Millerd8573e22006-07-13 16:05:26 -0700767 rdpr %pil, %l1
David S. Millerb4f43722008-11-23 21:55:29 -0800768 wrpr %g0, PIL_NORMAL_MAX, %pil
Linus Torvalds1da177e2005-04-16 15:20:36 -0700769
David S. Millerc9c10832005-10-12 12:22:46 -0700770 /* Make the firmware call to jump over to the Linux trap table. */
David S. Miller12eaa322006-02-10 15:39:51 -0800771 sethi %hi(is_sun4v), %o0
772 lduw [%o0 + %lo(is_sun4v)], %o0
773 brz,pt %o0, 1f
774 nop
775
776 TRAP_LOAD_TRAP_BLOCK(%g2, %g3)
777 add %g2, TRAP_PER_CPU_FAULT_INFO, %g2
778 stxa %g2, [%g0] ASI_SCRATCHPAD
779
780 /* Compute physical address:
781 *
782 * paddr = kern_base + (mmfsa_vaddr - KERNBASE)
783 */
784 sethi %hi(KERNBASE), %g3
785 sub %g2, %g3, %g2
786 sethi %hi(kern_base), %g3
787 ldx [%g3 + %lo(kern_base)], %g3
788 add %g2, %g3, %o1
David S. Miller301feb62007-09-16 11:51:15 -0700789 sethi %hi(sparc64_ttable_tl0), %o0
David S. Miller12eaa322006-02-10 15:39:51 -0800790
David S. Miller301feb62007-09-16 11:51:15 -0700791 set prom_set_trap_table_name, %g2
792 stx %g2, [%sp + 2047 + 128 + 0x00]
793 mov 2, %g2
794 stx %g2, [%sp + 2047 + 128 + 0x08]
795 mov 0, %g2
796 stx %g2, [%sp + 2047 + 128 + 0x10]
797 stx %o0, [%sp + 2047 + 128 + 0x18]
798 stx %o1, [%sp + 2047 + 128 + 0x20]
799 sethi %hi(p1275buf), %g2
800 or %g2, %lo(p1275buf), %g2
801 ldx [%g2 + 0x08], %o1
802 call %o1
803 add %sp, (2047 + 128), %o0
David S. Miller12eaa322006-02-10 15:39:51 -0800804
David S. Miller49fa5232016-04-27 17:27:37 -0400805 ba,a,pt %xcc, 2f
David S. Miller12eaa322006-02-10 15:39:51 -0800806
David S. Miller301feb62007-09-16 11:51:15 -07008071: sethi %hi(sparc64_ttable_tl0), %o0
808 set prom_set_trap_table_name, %g2
809 stx %g2, [%sp + 2047 + 128 + 0x00]
810 mov 1, %g2
811 stx %g2, [%sp + 2047 + 128 + 0x08]
812 mov 0, %g2
813 stx %g2, [%sp + 2047 + 128 + 0x10]
814 stx %o0, [%sp + 2047 + 128 + 0x18]
815 sethi %hi(p1275buf), %g2
816 or %g2, %lo(p1275buf), %g2
817 ldx [%g2 + 0x08], %o1
818 call %o1
819 add %sp, (2047 + 128), %o0
David S. Miller5d8e1b12005-10-10 16:12:13 -0700820
821 /* Start using proper page size encodings in ctx register. */
David S. Miller12eaa322006-02-10 15:39:51 -08008222: sethi %hi(sparc64_kern_pri_context), %g3
David S. Miller5d8e1b12005-10-10 16:12:13 -0700823 ldx [%g3 + %lo(sparc64_kern_pri_context)], %g2
David S. Miller8b11bd12006-02-07 22:13:05 -0800824
825 mov PRIMARY_CONTEXT, %g1
826
827661: stxa %g2, [%g1] ASI_DMMU
828 .section .sun4v_1insn_patch, "ax"
829 .word 661b
830 stxa %g2, [%g1] ASI_MMU
831 .previous
832
David S. Miller5d8e1b12005-10-10 16:12:13 -0700833 membar #Sync
834
David S. Miller53140b72007-08-16 01:52:44 -0700835 BRANCH_IF_SUN4V(o2, 1f)
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837 /* Kill PROM timer */
838 sethi %hi(0x80000000), %o2
839 sllx %o2, 32, %o2
840 wr %o2, 0, %tick_cmpr
841
David S. Millerd82ace72006-02-09 02:52:44 -0800842 BRANCH_IF_ANY_CHEETAH(o2, o3, 1f)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843
David S. Miller49fa5232016-04-27 17:27:37 -0400844 ba,a,pt %xcc, 2f
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845
846 /* Disable STICK_INT interrupts. */
8471:
848 sethi %hi(0x80000000), %o2
849 sllx %o2, 32, %o2
850 wr %o2, %asr25
851
Linus Torvalds1da177e2005-04-16 15:20:36 -07008522:
853 wrpr %g0, %g0, %wstate
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854
855 call init_irqwork_curcpu
856 nop
857
David S. Millerd8573e22006-07-13 16:05:26 -0700858 /* Now we can restore interrupt state. */
859 wrpr %l0, 0, %pstate
860 wrpr %l1, 0x0, %pil
David S. Miller5d8e1b12005-10-10 16:12:13 -0700861
862 ret
863 restore
864
865 .globl setup_tba
David S. Millera8b900d2006-01-31 18:33:37 -0800866setup_tba:
David S. Miller5d8e1b12005-10-10 16:12:13 -0700867 save %sp, -192, %sp
868
869 /* The boot processor is the only cpu which invokes this
870 * routine, the other cpus set things up via trampoline.S.
871 * So save the OBP trap table address here.
872 */
873 rdpr %tba, %g7
874 sethi %hi(prom_tba), %o1
875 or %o1, %lo(prom_tba), %o1
876 stx %g7, [%o1]
877
878 call setup_trap_table
879 nop
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880
881 ret
882 restore
David S. Millerc9c10832005-10-12 12:22:46 -0700883sparc64_boot_end:
884
Sam Ravnborga88b5ba2008-12-03 03:11:52 -0800885#include "etrap_64.S"
886#include "rtrap_64.S"
David S. Millerc9c10832005-10-12 12:22:46 -0700887#include "winfixup.S"
David S. Miller6eda3a72008-04-28 00:47:20 -0700888#include "fpu_traps.S"
889#include "ivec.S"
890#include "getsetcc.S"
891#include "utrap.S"
892#include "spiterrs.S"
893#include "cherrs.S"
894#include "misctrap.S"
895#include "syscalls.S"
896#include "helpers.S"
David S. Miller5b0c05722006-02-08 02:53:50 -0800897#include "sun4v_tlb_miss.S"
898#include "sun4v_ivec.S"
David S. Miller2d9e2762007-05-29 01:58:31 -0700899#include "ktlb.S"
900#include "tsb.S"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901
902/*
David S. Millerc9c10832005-10-12 12:22:46 -0700903 * The following skip makes sure the trap table in ttable.S is aligned
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 * on a 32K boundary as required by the v9 specs for TBA register.
David S. Miller2f7ee7c2006-01-31 18:33:49 -0800905 *
906 * We align to a 32K boundary, then we have the 32K kernel TSB,
David S. Miller2d9e2762007-05-29 01:58:31 -0700907 * the 64K kernel 4MB TSB, and then the 32K aligned trap table.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 */
David S. Millerc9c10832005-10-12 12:22:46 -07009091:
910 .skip 0x4000 + _start - 1b
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911
David S. Miller2d9e2762007-05-29 01:58:31 -0700912! 0x0000000000408000
913
David S. Miller2f7ee7c2006-01-31 18:33:49 -0800914 .globl swapper_tsb
915swapper_tsb:
916 .skip (32 * 1024)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917
David S. Miller2d9e2762007-05-29 01:58:31 -0700918 .globl swapper_4m_tsb
919swapper_4m_tsb:
920 .skip (64 * 1024)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921
David S. Miller2d9e2762007-05-29 01:58:31 -0700922! 0x0000000000420000
923
924 /* Some care needs to be exercised if you try to move the
925 * location of the trap table relative to other things. For
926 * one thing there are br* instructions in some of the
927 * trap table entires which branch back to code in ktlb.S
928 * Those instructions can only handle a signed 16-bit
929 * displacement.
930 *
931 * There is a binutils bug (bugzilla #4558) which causes
932 * the relocation overflow checks for such instructions to
933 * not be done correctly. So bintuils will not notice the
934 * error and will instead write junk into the relocation and
935 * you'll have an unbootable kernel.
936 */
Sam Ravnborgb9795422012-05-19 20:02:44 +0000937#include "ttable_64.S"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938
David S. Miller2d9e2762007-05-29 01:58:31 -0700939! 0x0000000000428000
940
Nitin Guptadf7b2152017-08-11 16:46:50 -0700941#include "hvcalls.S"
Sam Ravnborga88b5ba2008-12-03 03:11:52 -0800942#include "systbls_64.S"
David S. Miller074d82c2006-02-23 02:28:25 -0800943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 .data
945 .align 8
946 .globl prom_tba, tlb_type
947prom_tba: .xword 0
948tlb_type: .word 0 /* Must NOT end up in BSS */
Al Virod3867f042016-01-16 21:39:30 -0500949EXPORT_SYMBOL(tlb_type)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950 .section ".fixup",#alloc,#execinstr
David S. Miller5fd297522005-09-28 20:41:45 -0700951
David S. Miller40bdac72009-02-08 22:00:55 -0800952ENTRY(__retl_efault)
David S. Miller5fd297522005-09-28 20:41:45 -0700953 retl
954 mov -EFAULT, %o0
David S. Miller40bdac72009-02-08 22:00:55 -0800955ENDPROC(__retl_efault)
956
David S. Miller40bdac72009-02-08 22:00:55 -0800957ENTRY(__retl_o1)
958 retl
959 mov %o1, %o0
960ENDPROC(__retl_o1)
Dave Aldridge3c7f62212017-05-09 02:57:35 -0600961
962ENTRY(__retl_o1_asi)
963 wr %o5, 0x0, %asi
964 retl
965 mov %o1, %o0
966ENDPROC(__retl_o1_asi)