blob: f1dcdf8f743390b044c603a65ad95cfc4b894e0a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* $Id: head.S,v 1.87 2002/02/09 19:49:31 davem Exp $
2 * head.S: Initial boot code for the Sparc64 port of Linux.
3 *
4 * Copyright (C) 1996,1997 David S. Miller (davem@caip.rutgers.edu)
5 * Copyright (C) 1996 David Sitsky (David.Sitsky@anu.edu.au)
6 * Copyright (C) 1997,1998 Jakub Jelinek (jj@sunsite.mff.cuni.cz)
7 * Copyright (C) 1997 Miguel de Icaza (miguel@nuclecu.unam.mx)
8 */
9
10#include <linux/config.h>
11#include <linux/version.h>
12#include <linux/errno.h>
13#include <asm/thread_info.h>
14#include <asm/asi.h>
15#include <asm/pstate.h>
16#include <asm/ptrace.h>
17#include <asm/spitfire.h>
18#include <asm/page.h>
19#include <asm/pgtable.h>
20#include <asm/errno.h>
21#include <asm/signal.h>
22#include <asm/processor.h>
23#include <asm/lsu.h>
24#include <asm/dcr.h>
25#include <asm/dcu.h>
26#include <asm/head.h>
27#include <asm/ttable.h>
28#include <asm/mmu.h>
29
30/* This section from from _start to sparc64_boot_end should fit into
31 * 0x0000.0000.0040.4000 to 0x0000.0000.0040.8000 and will be sharing space
32 * with bootup_user_stack, which is from 0x0000.0000.0040.4000 to
33 * 0x0000.0000.0040.6000 and empty_bad_page, which is from
34 * 0x0000.0000.0040.6000 to 0x0000.0000.0040.8000.
35 */
36
37 .text
38 .globl start, _start, stext, _stext
39_start:
40start:
41_stext:
42stext:
43bootup_user_stack:
44! 0x0000000000404000
45 b sparc64_boot
46 flushw /* Flush register file. */
47
48/* This stuff has to be in sync with SILO and other potential boot loaders
49 * Fields should be kept upward compatible and whenever any change is made,
50 * HdrS version should be incremented.
51 */
52 .global root_flags, ram_flags, root_dev
53 .global sparc_ramdisk_image, sparc_ramdisk_size
54 .global sparc_ramdisk_image64
55
56 .ascii "HdrS"
57 .word LINUX_VERSION_CODE
58
59 /* History:
60 *
61 * 0x0300 : Supports being located at other than 0x4000
62 * 0x0202 : Supports kernel params string
63 * 0x0201 : Supports reboot_command
64 */
65 .half 0x0301 /* HdrS version */
66
67root_flags:
68 .half 1
69root_dev:
70 .half 0
71ram_flags:
72 .half 0
73sparc_ramdisk_image:
74 .word 0
75sparc_ramdisk_size:
76 .word 0
77 .xword reboot_command
78 .xword bootstr_info
79sparc_ramdisk_image64:
80 .xword 0
81 .word _end
82
David S. Millerbff06d52005-09-22 20:11:33 -070083 /* PROM cif handler code address is in %o4. */
Linus Torvalds1da177e2005-04-16 15:20:36 -070084sparc64_boot:
David S. Millerbff06d52005-09-22 20:11:33 -0700851: rd %pc, %g7
86 set 1b, %g1
87 cmp %g1, %g7
88 be,pn %xcc, sparc64_boot_after_remap
89 mov %o4, %l7
90
91 /* We need to remap the kernel. Use position independant
92 * code to remap us to KERNBASE.
93 *
94 * SILO can invoke us with 32-bit address masking enabled,
95 * so make sure that's clear.
96 */
97 rdpr %pstate, %g1
98 andn %g1, PSTATE_AM, %g1
99 wrpr %g1, 0x0, %pstate
100 ba,a,pt %xcc, 1f
101
102 .globl prom_finddev_name, prom_chosen_path
103 .globl prom_getprop_name, prom_mmu_name
104 .globl prom_callmethod_name, prom_translate_name
105 .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
108prom_finddev_name:
109 .asciz "finddevice"
110prom_chosen_path:
111 .asciz "/chosen"
112prom_getprop_name:
113 .asciz "getprop"
114prom_mmu_name:
115 .asciz "mmu"
116prom_callmethod_name:
117 .asciz "call-method"
118prom_translate_name:
119 .asciz "translate"
120prom_map_name:
121 .asciz "map"
122prom_unmap_name:
123 .asciz "unmap"
124 .align 4
125prom_mmu_ihandle_cache:
126 .word 0
127prom_boot_mapped_pc:
128 .word 0
129prom_boot_mapping_mode:
130 .word 0
131 .align 8
132prom_boot_mapping_phys_high:
133 .xword 0
134prom_boot_mapping_phys_low:
135 .xword 0
1361:
137 rd %pc, %l0
138 mov (1b - prom_finddev_name), %l1
139 mov (1b - prom_chosen_path), %l2
140 mov (1b - prom_boot_mapped_pc), %l3
141 sub %l0, %l1, %l1
142 sub %l0, %l2, %l2
143 sub %l0, %l3, %l3
144 stw %l0, [%l3]
145 sub %sp, (192 + 128), %sp
146
147 /* chosen_node = prom_finddevice("/chosen") */
148 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "finddevice"
149 mov 1, %l3
150 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1
151 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
152 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, "/chosen"
153 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1
154 call %l7
155 add %sp, (2047 + 128), %o0 ! argument array
156
157 ldx [%sp + 2047 + 128 + 0x20], %l4 ! chosen device node
158
159 mov (1b - prom_getprop_name), %l1
160 mov (1b - prom_mmu_name), %l2
161 mov (1b - prom_mmu_ihandle_cache), %l5
162 sub %l0, %l1, %l1
163 sub %l0, %l2, %l2
164 sub %l0, %l5, %l5
165
166 /* prom_mmu_ihandle_cache = prom_getint(chosen_node, "mmu") */
167 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop"
168 mov 4, %l3
169 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4
170 mov 1, %l3
171 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
172 stx %l4, [%sp + 2047 + 128 + 0x18] ! arg1, chosen_node
173 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "mmu"
174 stx %l5, [%sp + 2047 + 128 + 0x28] ! arg3, &prom_mmu_ihandle_cache
175 mov 4, %l3
176 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, sizeof(arg3)
177 stx %g0, [%sp + 2047 + 128 + 0x38] ! ret1
178 call %l7
179 add %sp, (2047 + 128), %o0 ! argument array
180
181 mov (1b - prom_callmethod_name), %l1
182 mov (1b - prom_translate_name), %l2
183 sub %l0, %l1, %l1
184 sub %l0, %l2, %l2
185 lduw [%l5], %l5 ! prom_mmu_ihandle_cache
186
187 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "call-method"
188 mov 3, %l3
189 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 3
190 mov 5, %l3
191 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 5
192 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1: "translate"
193 stx %l5, [%sp + 2047 + 128 + 0x20] ! arg2: prom_mmu_ihandle_cache
194 srlx %l0, 22, %l3
195 sllx %l3, 22, %l3
196 stx %l3, [%sp + 2047 + 128 + 0x28] ! arg3: vaddr, our PC
197 stx %g0, [%sp + 2047 + 128 + 0x30] ! res1
198 stx %g0, [%sp + 2047 + 128 + 0x38] ! res2
199 stx %g0, [%sp + 2047 + 128 + 0x40] ! res3
200 stx %g0, [%sp + 2047 + 128 + 0x48] ! res4
201 stx %g0, [%sp + 2047 + 128 + 0x50] ! res5
202 call %l7
203 add %sp, (2047 + 128), %o0 ! argument array
204
205 ldx [%sp + 2047 + 128 + 0x40], %l1 ! translation mode
206 mov (1b - prom_boot_mapping_mode), %l4
207 sub %l0, %l4, %l4
208 stw %l1, [%l4]
209 mov (1b - prom_boot_mapping_phys_high), %l4
210 sub %l0, %l4, %l4
211 ldx [%sp + 2047 + 128 + 0x48], %l2 ! physaddr high
212 stx %l2, [%l4 + 0x0]
213 ldx [%sp + 2047 + 128 + 0x50], %l3 ! physaddr low
214 stx %l3, [%l4 + 0x8]
215
216 /* Leave service as-is, "call-method" */
217 mov 7, %l3
218 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 7
219 mov 1, %l3
David S. Millera8201c62005-09-22 20:31:29 -0700220 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
David S. Millerbff06d52005-09-22 20:11:33 -0700221 mov (1b - prom_map_name), %l3
222 sub %l0, %l3, %l3
223 stx %l3, [%sp + 2047 + 128 + 0x18] ! arg1: "map"
224 /* Leave arg2 as-is, prom_mmu_ihandle_cache */
225 mov -1, %l3
226 stx %l3, [%sp + 2047 + 128 + 0x28] ! arg3: mode (-1 default)
227 sethi %hi(8 * 1024 * 1024), %l3
228 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4: size (8MB)
229 sethi %hi(KERNBASE), %l3
230 stx %l3, [%sp + 2047 + 128 + 0x38] ! arg5: vaddr (KERNBASE)
231 stx %g0, [%sp + 2047 + 128 + 0x40] ! arg6: empty
232 mov (1b - prom_boot_mapping_phys_low), %l3
233 sub %l0, %l3, %l3
234 ldx [%l3], %l3
235 stx %l3, [%sp + 2047 + 128 + 0x48] ! arg7: phys addr
236 call %l7
237 add %sp, (2047 + 128), %o0 ! argument array
238
239 add %sp, (192 + 128), %sp
240
241sparc64_boot_after_remap:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242 BRANCH_IF_CHEETAH_BASE(g1,g7,cheetah_boot)
243 BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(g1,g7,cheetah_plus_boot)
244 ba,pt %xcc, spitfire_boot
245 nop
246
247cheetah_plus_boot:
248 /* Preserve OBP chosen DCU and DCR register settings. */
249 ba,pt %xcc, cheetah_generic_boot
250 nop
251
252cheetah_boot:
253 mov DCR_BPE | DCR_RPE | DCR_SI | DCR_IFPOE | DCR_MS, %g1
254 wr %g1, %asr18
255
256 sethi %uhi(DCU_ME|DCU_RE|DCU_HPE|DCU_SPE|DCU_SL|DCU_WE), %g7
257 or %g7, %ulo(DCU_ME|DCU_RE|DCU_HPE|DCU_SPE|DCU_SL|DCU_WE), %g7
258 sllx %g7, 32, %g7
259 or %g7, DCU_DM | DCU_IM | DCU_DC | DCU_IC, %g7
260 stxa %g7, [%g0] ASI_DCU_CONTROL_REG
261 membar #Sync
262
263cheetah_generic_boot:
264 mov TSB_EXTENSION_P, %g3
265 stxa %g0, [%g3] ASI_DMMU
266 stxa %g0, [%g3] ASI_IMMU
267 membar #Sync
268
269 mov TSB_EXTENSION_S, %g3
270 stxa %g0, [%g3] ASI_DMMU
271 membar #Sync
272
273 mov TSB_EXTENSION_N, %g3
274 stxa %g0, [%g3] ASI_DMMU
275 stxa %g0, [%g3] ASI_IMMU
276 membar #Sync
277
David S. Millerbff06d52005-09-22 20:11:33 -0700278 ba,a,pt %xcc, jump_to_sun4u_init
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279
280spitfire_boot:
281 /* Typically PROM has already enabled both MMU's and both on-chip
282 * caches, but we do it here anyway just to be paranoid.
283 */
284 mov (LSU_CONTROL_IC|LSU_CONTROL_DC|LSU_CONTROL_IM|LSU_CONTROL_DM), %g1
285 stxa %g1, [%g0] ASI_LSU_CONTROL
286 membar #Sync
287
David S. Millerbff06d52005-09-22 20:11:33 -0700288jump_to_sun4u_init:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 /*
290 * Make sure we are in privileged mode, have address masking,
291 * using the ordinary globals and have enabled floating
292 * point.
293 *
294 * Again, typically PROM has left %pil at 13 or similar, and
295 * (PSTATE_PRIV | PSTATE_PEF | PSTATE_IE) in %pstate.
296 */
297 wrpr %g0, (PSTATE_PRIV|PSTATE_PEF|PSTATE_IE), %pstate
298 wr %g0, 0, %fprs
299
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 set sun4u_init, %g2
301 jmpl %g2 + %g0, %g0
302 nop
303
304sun4u_init:
305 /* Set ctx 0 */
306 mov PRIMARY_CONTEXT, %g7
307 stxa %g0, [%g7] ASI_DMMU
308 membar #Sync
309
310 mov SECONDARY_CONTEXT, %g7
311 stxa %g0, [%g7] ASI_DMMU
312 membar #Sync
313
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 BRANCH_IF_ANY_CHEETAH(g1,g7,cheetah_tlb_fixup)
315
316 ba,pt %xcc, spitfire_tlb_fixup
317 nop
318
319cheetah_tlb_fixup:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 mov 2, %g2 /* Set TLB type to cheetah+. */
321 BRANCH_IF_CHEETAH_PLUS_OR_FOLLOWON(g1,g7,1f)
322
323 mov 1, %g2 /* Set TLB type to cheetah. */
324
3251: sethi %hi(tlb_type), %g1
326 stw %g2, [%g1 + %lo(tlb_type)]
327
David S. Miller0835ae02005-10-04 15:23:20 -0700328 /* Patch copy/page operations to cheetah optimized versions. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329 call cheetah_patch_copyops
330 nop
David S. Millerdbd2fdf2005-08-30 11:26:15 -0700331 call cheetah_patch_copy_page
332 nop
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 call cheetah_patch_cachetlbops
334 nop
335
336 ba,pt %xcc, tlb_fixup_done
337 nop
338
339spitfire_tlb_fixup:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 /* Set TLB type to spitfire. */
341 mov 0, %g2
342 sethi %hi(tlb_type), %g1
343 stw %g2, [%g1 + %lo(tlb_type)]
344
345tlb_fixup_done:
346 sethi %hi(init_thread_union), %g6
347 or %g6, %lo(init_thread_union), %g6
348 ldx [%g6 + TI_TASK], %g4
349 mov %sp, %l6
350 mov %o4, %l7
351
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352 wr %g0, ASI_P, %asi
353 mov 1, %g1
354 sllx %g1, THREAD_SHIFT, %g1
355 sub %g1, (STACKFRAME_SZ + STACK_BIAS), %g1
356 add %g6, %g1, %sp
357 mov 0, %fp
358
359 /* Set per-cpu pointer initially to zero, this makes
360 * the boot-cpu use the in-kernel-image per-cpu areas
361 * before setup_per_cpu_area() is invoked.
362 */
363 clr %g5
364
365 wrpr %g0, 0, %wstate
366 wrpr %g0, 0x0, %tl
367
368 /* Clear the bss */
369 sethi %hi(__bss_start), %o0
370 or %o0, %lo(__bss_start), %o0
371 sethi %hi(_end), %o1
372 or %o1, %lo(_end), %o1
373 call __bzero
374 sub %o1, %o0, %o1
375
376 mov %l6, %o1 ! OpenPROM stack
377 call prom_init
378 mov %l7, %o0 ! OpenPROM cif handler
379
380 /* Off we go.... */
381 call start_kernel
382 nop
383 /* Not reached... */
384
David S. Miller5d8e1b12005-10-10 16:12:13 -0700385 /* This is meant to allow the sharing of this code between
386 * boot processor invocation (via setup_tba() below) and
387 * secondary processor startup (via trampoline.S). The
388 * former does use this code, the latter does not yet due
389 * to some complexities. That should be fixed up at some
390 * point.
391 */
392 .globl setup_trap_table
393setup_trap_table:
394 save %sp, -192, %sp
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395
David S. Miller5d8e1b12005-10-10 16:12:13 -0700396 /* Force interrupts to be disabled. Transferring over to
397 * the Linux trap table is a very delicate operation.
398 * Until we are actually on the Linux trap table, we cannot
399 * get the PAGE_OFFSET linear mappings translated. We need
400 * that mapping to be setup in order to initialize the firmware
401 * page tables.
402 *
403 * So there is this window of time, from the return from
404 * prom_set_trap_table() until inherit_prom_mappings_post()
405 * (in arch/sparc64/mm/init.c) completes, during which no
406 * firmware address space accesses can be made.
407 */
408 rdpr %pstate, %o1
409 andn %o1, PSTATE_IE, %o1
410 wrpr %o1, 0x0, %pstate
411 wrpr %g0, 15, %pil
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412
David S. Miller5d8e1b12005-10-10 16:12:13 -0700413 /* Ok, now make the final valid firmware call to jump over
414 * to the Linux trap table.
415 */
416 call prom_set_trap_table
417 sethi %hi(sparc64_ttable_tl0), %o0
418
419 /* Start using proper page size encodings in ctx register. */
420 sethi %hi(sparc64_kern_pri_context), %g3
421 ldx [%g3 + %lo(sparc64_kern_pri_context)], %g2
422 mov PRIMARY_CONTEXT, %g1
423 stxa %g2, [%g1] ASI_DMMU
424 membar #Sync
425
426 /* The Linux trap handlers expect various trap global registers
427 * to be setup with some fixed values. So here we set these
428 * up very carefully. These globals are:
429 *
430 * Alternate Globals (PSTATE_AG):
431 *
432 * %g6 --> current_thread_info()
433 *
434 * MMU Globals (PSTATE_MG):
435 *
436 * %g1 --> TLB_SFSR
437 * %g2 --> ((_PAGE_VALID | _PAGE_SZ4MB |
438 * _PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_W)
439 * ^ 0xfffff80000000000)
440 * (this %g2 value is used for computing the PAGE_OFFSET kernel
441 * TLB entries quickly, the virtual address of the fault XOR'd
442 * with this %g2 value is the PTE to load into the TLB)
443 * %g3 --> VPTE_BASE_CHEETAH or VPTE_BASE_SPITFIRE
444 *
445 * Interrupt Globals (PSTATE_IG, setup by init_irqwork_curcpu()):
446 *
447 * %g6 --> __irq_work[smp_processor_id()]
448 */
449
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 rdpr %pstate, %o1
451 mov %g6, %o2
David S. Miller5d8e1b12005-10-10 16:12:13 -0700452 wrpr %o1, PSTATE_AG, %pstate
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453 mov %o2, %g6
454
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455#define KERN_HIGHBITS ((_PAGE_VALID|_PAGE_SZ4MB)^0xfffff80000000000)
456#define KERN_LOWBITS (_PAGE_CP | _PAGE_CV | _PAGE_P | _PAGE_W)
David S. Miller5d8e1b12005-10-10 16:12:13 -0700457 wrpr %o1, PSTATE_MG, %pstate
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 mov TSB_REG, %g1
459 stxa %g0, [%g1] ASI_DMMU
460 membar #Sync
461 stxa %g0, [%g1] ASI_IMMU
462 membar #Sync
463 mov TLB_SFSR, %g1
464 sethi %uhi(KERN_HIGHBITS), %g2
465 or %g2, %ulo(KERN_HIGHBITS), %g2
466 sllx %g2, 32, %g2
467 or %g2, KERN_LOWBITS, %g2
468
David S. Miller5d8e1b12005-10-10 16:12:13 -0700469 BRANCH_IF_ANY_CHEETAH(g3,g7,8f)
470 ba,pt %xcc, 9f
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471 nop
472
David S. Miller5d8e1b12005-10-10 16:12:13 -07004738:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 sethi %uhi(VPTE_BASE_CHEETAH), %g3
475 or %g3, %ulo(VPTE_BASE_CHEETAH), %g3
476 ba,pt %xcc, 2f
477 sllx %g3, 32, %g3
478
David S. Miller5d8e1b12005-10-10 16:12:13 -07004799:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 sethi %uhi(VPTE_BASE_SPITFIRE), %g3
481 or %g3, %ulo(VPTE_BASE_SPITFIRE), %g3
482 sllx %g3, 32, %g3
483
4842:
485 clr %g7
486#undef KERN_HIGHBITS
487#undef KERN_LOWBITS
488
489 /* Kill PROM timer */
490 sethi %hi(0x80000000), %o2
491 sllx %o2, 32, %o2
492 wr %o2, 0, %tick_cmpr
493
494 BRANCH_IF_ANY_CHEETAH(o2,o3,1f)
495
496 ba,pt %xcc, 2f
497 nop
498
499 /* Disable STICK_INT interrupts. */
5001:
501 sethi %hi(0x80000000), %o2
502 sllx %o2, 32, %o2
503 wr %o2, %asr25
504
Linus Torvalds1da177e2005-04-16 15:20:36 -07005052:
506 wrpr %g0, %g0, %wstate
David S. Miller5d8e1b12005-10-10 16:12:13 -0700507 wrpr %o1, 0x0, %pstate
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508
509 call init_irqwork_curcpu
510 nop
511
David S. Miller5d8e1b12005-10-10 16:12:13 -0700512 /* Now we can turn interrupts back on. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 rdpr %pstate, %o1
514 or %o1, PSTATE_IE, %o1
515 wrpr %o1, 0, %pstate
David S. Miller5d8e1b12005-10-10 16:12:13 -0700516 wrpr %g0, 0x0, %pil
517
518 ret
519 restore
520
521 .globl setup_tba
522setup_tba: /* i0 = is_starfire */
523 save %sp, -192, %sp
524
525 /* The boot processor is the only cpu which invokes this
526 * routine, the other cpus set things up via trampoline.S.
527 * So save the OBP trap table address here.
528 */
529 rdpr %tba, %g7
530 sethi %hi(prom_tba), %o1
531 or %o1, %lo(prom_tba), %o1
532 stx %g7, [%o1]
533
534 call setup_trap_table
535 nop
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536
537 ret
538 restore
539
540/*
541 * The following skips make sure the trap table in ttable.S is aligned
542 * on a 32K boundary as required by the v9 specs for TBA register.
543 */
544sparc64_boot_end:
545 .skip 0x2000 + _start - sparc64_boot_end
546bootup_user_stack_end:
547 .skip 0x2000
548
549#ifdef CONFIG_SBUS
550/* This is just a hack to fool make depend config.h discovering
551 strategy: As the .S files below need config.h, but
552 make depend does not find it for them, we include config.h
553 in head.S */
554#endif
555
556! 0x0000000000408000
557
558#include "ttable.S"
559#include "systbls.S"
David S. Miller2a7e2992005-09-21 18:50:51 -0700560#include "ktlb.S"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561#include "etrap.S"
562#include "rtrap.S"
563#include "winfixup.S"
564#include "entry.S"
565
566 /* This is just anal retentiveness on my part... */
567 .align 16384
568
569 .data
570 .align 8
571 .globl prom_tba, tlb_type
572prom_tba: .xword 0
573tlb_type: .word 0 /* Must NOT end up in BSS */
574 .section ".fixup",#alloc,#execinstr
David S. Miller5fd29752005-09-28 20:41:45 -0700575
576 .globl __ret_efault, __retl_efault
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577__ret_efault:
578 ret
579 restore %g0, -EFAULT, %o0
David S. Miller5fd29752005-09-28 20:41:45 -0700580__retl_efault:
581 retl
582 mov -EFAULT, %o0