]> git.saurik.com Git - apple/xnu.git/blame - osfmk/ppc/ppc_init.c
xnu-792.6.56.tar.gz
[apple/xnu.git] / osfmk / ppc / ppc_init.c
CommitLineData
1c79356b 1/*
3a60a9f5 2 * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
1c79356b
A
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
ff6e181a
A
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
11 * file.
1c79356b 12 *
ff6e181a
A
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
1c79356b
A
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
ff6e181a
A
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
1c79356b
A
20 *
21 * @APPLE_LICENSE_HEADER_END@
22 */
23/*
24 * @OSF_COPYRIGHT@
25 */
26
27#include <debug.h>
55e303ae 28#include <mach_ldebug.h>
1c79356b
A
29#include <mach_kdb.h>
30#include <mach_kdp.h>
31
32#include <kern/misc_protos.h>
33#include <kern/thread.h>
34#include <kern/processor.h>
91447636 35#include <kern/startup.h>
1c79356b
A
36#include <machine/machine_routines.h>
37#include <ppc/boot.h>
38#include <ppc/proc_reg.h>
39#include <ppc/misc_protos.h>
40#include <ppc/pmap.h>
41#include <ppc/new_screen.h>
42#include <ppc/exception.h>
91447636 43#include <ppc/asm.h>
1c79356b
A
44#include <ppc/Firmware.h>
45#include <ppc/savearea.h>
46#include <ppc/low_trace.h>
47#include <ppc/Diagnostics.h>
91447636 48#include <ppc/cpu_internal.h>
d52fe63f 49#include <ppc/mem.h>
55e303ae 50#include <ppc/mappings.h>
91447636 51#include <ppc/locks.h>
3a60a9f5
A
52#include <ppc/pms.h>
53#include <ppc/rtclock.h>
1c79356b
A
54
55#include <pexpert/pexpert.h>
56
91447636
A
57extern unsigned int mckFlags;
58extern vm_offset_t intstack;
59extern vm_offset_t debstack;
1c79356b 60
1c79356b
A
61int pc_trace_buf[1024] = {0};
62int pc_trace_cnt = 1024;
63
55e303ae
A
64extern unsigned int extPatchMCK;
65extern unsigned int extPatch32;
66extern unsigned int hwulckPatch_isync;
67extern unsigned int hwulckPatch_eieio;
68extern unsigned int hwulckbPatch_isync;
69extern unsigned int hwulckbPatch_eieio;
70extern unsigned int mulckPatch_isync;
71extern unsigned int mulckPatch_eieio;
91447636
A
72extern unsigned int mulckePatch_isync;
73extern unsigned int mulckePatch_eieio;
55e303ae
A
74extern unsigned int sulckPatch_isync;
75extern unsigned int sulckPatch_eieio;
91447636
A
76extern unsigned int rwlesPatch_isync;
77extern unsigned int rwlesPatch_eieio;
78extern unsigned int rwldPatch_isync;
79extern unsigned int rwldPatch_eieio;
55e303ae
A
80extern unsigned int retfsectPatch_eieio;
81extern unsigned int retfsectPatch_isync;
91447636
A
82extern unsigned int bcopy_nop_if_32bit;
83extern unsigned int bcopy_nc_nop_if_32bit;
84extern unsigned int memcpy_nop_if_32bit;
85extern unsigned int xsum_nop_if_32bit;
86extern unsigned int uft_nop_if_32bit;
87extern unsigned int uft_uaw_nop_if_32bit;
b36670ce 88extern unsigned int uft_cuttrace;
55e303ae
A
89
90int forcenap = 0;
91447636 91int wcte = 0; /* Non-cache gather timer disabled */
55e303ae 92
91447636
A
93patch_entry_t patch_table[] = {
94 {&extPatch32, 0x60000000, PATCH_FEATURE, PatchExt32},
95 {&extPatchMCK, 0x60000000, PATCH_PROCESSOR, CPU_SUBTYPE_POWERPC_970},
96 {&hwulckPatch_isync, 0x60000000, PATCH_FEATURE, PatchLwsync},
97 {&hwulckPatch_eieio, 0x7c2004ac, PATCH_FEATURE, PatchLwsync},
98 {&hwulckbPatch_isync, 0x60000000, PATCH_FEATURE, PatchLwsync},
99 {&hwulckbPatch_eieio, 0x7c2004ac, PATCH_FEATURE, PatchLwsync},
100 {&mulckPatch_isync, 0x60000000, PATCH_FEATURE, PatchLwsync},
101 {&mulckPatch_eieio, 0x7c2004ac, PATCH_FEATURE, PatchLwsync},
102 {&mulckePatch_isync, 0x60000000, PATCH_FEATURE, PatchLwsync},
103 {&mulckePatch_eieio, 0x7c2004ac, PATCH_FEATURE, PatchLwsync},
104 {&sulckPatch_isync, 0x60000000, PATCH_FEATURE, PatchLwsync},
105 {&sulckPatch_eieio, 0x7c2004ac, PATCH_FEATURE, PatchLwsync},
106 {&rwlesPatch_isync, 0x60000000, PATCH_FEATURE, PatchLwsync},
107 {&rwlesPatch_eieio, 0x7c2004ac, PATCH_FEATURE, PatchLwsync},
108 {&rwldPatch_isync, 0x60000000, PATCH_FEATURE, PatchLwsync},
109 {&rwldPatch_eieio, 0x7c2004ac, PATCH_FEATURE, PatchLwsync},
110 {&bcopy_nop_if_32bit, 0x60000000, PATCH_FEATURE, PatchExt32},
111 {&bcopy_nc_nop_if_32bit,0x60000000, PATCH_FEATURE, PatchExt32},
112 {&memcpy_nop_if_32bit, 0x60000000, PATCH_FEATURE, PatchExt32},
55e303ae 113#if !MACH_LDEBUG
91447636
A
114 {&retfsectPatch_isync, 0x60000000, PATCH_FEATURE, PatchLwsync},
115 {&retfsectPatch_eieio, 0x7c2004ac, PATCH_FEATURE, PatchLwsync},
55e303ae 116#endif
91447636
A
117 {&xsum_nop_if_32bit, 0x60000000, PATCH_FEATURE, PatchExt32},
118 {&uft_nop_if_32bit, 0x60000000, PATCH_FEATURE, PatchExt32},
119 {&uft_uaw_nop_if_32bit, 0x60000000, PATCH_FEATURE, PatchExt32},
b36670ce 120 {&uft_cuttrace, 0x60000000, PATCH_FEATURE, PatchExt32},
91447636 121 {NULL, 0x00000000, PATCH_END_OF_TABLE, 0}
55e303ae
A
122 };
123
3a60a9f5 124
91447636
A
125/*
126 * Forward definition
127 */
128void ppc_init(
129 boot_args *args);
130
131void ppc_init_cpu(
132 struct per_proc_info *proc_info);
133
134/*
135 * Routine: ppc_init
136 * Function:
137 */
138void
139ppc_init(
140 boot_args *args)
1c79356b 141{
91447636
A
142 unsigned int maxmem;
143 uint64_t xmaxmem;
144 uint64_t newhid;
145 unsigned int cputrace;
146 unsigned int novmx;
147 unsigned int mcksoft;
148 thread_t thread;
149 mapping_t *mp;
150 uint64_t scdata;
151
a3d08fcd
A
152
153
1c79356b
A
154 /*
155 * Setup per_proc info for first cpu.
156 */
157
91447636
A
158 BootProcInfo.cpu_number = 0;
159 BootProcInfo.cpu_flags = 0;
3a60a9f5 160 BootProcInfo.istackptr = 0; /* we're on the interrupt stack */
91447636
A
161 BootProcInfo.intstack_top_ss = (vm_offset_t)&intstack + INTSTACK_SIZE - FM_SIZE;
162 BootProcInfo.debstack_top_ss = (vm_offset_t)&debstack + KERNEL_STACK_SIZE - FM_SIZE;
163 BootProcInfo.debstackptr = BootProcInfo.debstack_top_ss;
164 BootProcInfo.interrupts_enabled = 0;
165 BootProcInfo.pending_ast = AST_NONE;
166 BootProcInfo.FPU_owner = 0;
167 BootProcInfo.VMX_owner = 0;
168 BootProcInfo.pp_cbfr = console_per_proc_alloc(TRUE);
3a60a9f5
A
169 BootProcInfo.rtcPop = EndOfAllTime;
170 BootProcInfo.pp2ndPage = (addr64_t)&BootProcInfo; /* Initial physical address of the second page */
171
172 BootProcInfo.pms.pmsStamp = 0; /* Dummy transition time */
173 BootProcInfo.pms.pmsPop = EndOfAllTime; /* Set the pop way into the future */
174
175 BootProcInfo.pms.pmsState = pmsParked; /* Park the power stepper */
176 BootProcInfo.pms.pmsCSetCmd = pmsCInit; /* Set dummy initial hardware state */
177
91447636
A
178 mp = (mapping_t *)BootProcInfo.ppUMWmp;
179 mp->mpFlags = 0x01000000 | mpLinkage | mpPerm | 1;
55e303ae 180 mp->mpSpace = invalSpace;
1c79356b 181
3a60a9f5
A
182 pmsInit(); /* Initialize the stepper */
183
55e303ae
A
184 thread_bootstrap();
185
91447636
A
186 thread = current_thread();
187 thread->machine.curctx = &thread->machine.facctx;
188 thread->machine.facctx.facAct = thread;
3a60a9f5 189 thread->machine.umwSpace = invalSpace; /* Initialize user memory window space to invalid */
91447636 190 thread->machine.preemption_count = 1;
55e303ae 191
91447636 192 cpu_bootstrap();
1c79356b
A
193 cpu_init();
194
1c79356b 195 master_cpu = 0;
91447636
A
196 processor_bootstrap();
197
198 timer_switch((uint32_t)mach_absolute_time(), &thread->system_timer);
1c79356b 199
91447636 200 static_memory_end = round_page(args->topOfKernelData);;
55e303ae 201
3a60a9f5 202 PE_init_platform(FALSE, args); /* Get platform expert set up */
de355530 203
55e303ae 204 if (!PE_parse_boot_arg("novmx", &novmx)) novmx=0; /* Special run without VMX? */
3a60a9f5
A
205 if(novmx) { /* Yeah, turn it off */
206 BootProcInfo.pf.Available &= ~pfAltivec; /* Turn off Altivec available */
91447636 207 __asm__ volatile("mtsprg 2,%0" : : "r" (BootProcInfo.pf.Available)); /* Set live value */
55e303ae 208 }
de355530 209
55e303ae
A
210 if (!PE_parse_boot_arg("fn", &forcenap)) forcenap = 0; /* If force nap not set, make 0 */
211 else {
3a60a9f5
A
212 if(forcenap < 2) forcenap = forcenap + 1; /* Else set 1 for off, 2 for on */
213 else forcenap = 0; /* Clear for error case */
1c79356b
A
214 }
215
3a60a9f5
A
216 if (!PE_parse_boot_arg("pmsx", &pmsExperimental)) pmsExperimental = 0; /* Check if we should start in experimental power management stepper mode */
217 if (!PE_parse_boot_arg("lcks", &LcksOpts)) LcksOpts = 0; /* Set lcks options */
218 if (!PE_parse_boot_arg("diag", &dgWork.dgFlags)) dgWork.dgFlags = 0; /* Set diagnostic flags */
1c79356b
A
219 if(dgWork.dgFlags & enaExpTrace) trcWork.traceMask = 0xFFFFFFFF; /* If tracing requested, enable it */
220
3a60a9f5 221 if(PE_parse_boot_arg("ctrc", &cputrace)) { /* See if tracing is limited to a specific cpu */
9bccf70c
A
222 trcWork.traceMask = (trcWork.traceMask & 0xFFFFFFF0) | (cputrace & 0xF); /* Limit to 4 */
223 }
224
55e303ae 225 if(!PE_parse_boot_arg("tb", &trcWork.traceSize)) { /* See if non-default trace buffer size */
de355530 226#if DEBUG
3a60a9f5 227 trcWork.traceSize = 32; /* Default 32 page trace table for DEBUG */
55e303ae 228#else
3a60a9f5 229 trcWork.traceSize = 8; /* Default 8 page trace table for RELEASE */
55e303ae 230#endif
de355530 231 }
de355530 232
55e303ae
A
233 if(trcWork.traceSize < 1) trcWork.traceSize = 1; /* Minimum size of 1 page */
234 if(trcWork.traceSize > 256) trcWork.traceSize = 256; /* Maximum size of 256 pages */
e5568f75 235 trcWork.traceSize = trcWork.traceSize * 4096; /* Change page count to size */
55e303ae 236
1c79356b 237 if (!PE_parse_boot_arg("maxmem", &maxmem))
55e303ae 238 xmaxmem=0;
1c79356b 239 else
55e303ae 240 xmaxmem = (uint64_t)maxmem * (1024 * 1024);
1c79356b 241
91447636
A
242 if (!PE_parse_boot_arg("wcte", &wcte)) wcte = 0; /* If write combine timer enable not supplied, make 1 */
243 else wcte = (wcte != 0); /* Force to 0 or 1 */
244
245 if (!PE_parse_boot_arg("mcklog", &mckFlags)) mckFlags = 0; /* If machine check flags not specified, clear */
3a60a9f5 246 else if(mckFlags > 1) mckFlags = 0; /* If bogus, clear */
91447636
A
247
248 if (!PE_parse_boot_arg("ht_shift", &hash_table_shift)) /* should we use a non-default hash table size? */
249 hash_table_shift = 0; /* no, use default size */
250
251 /*
252 * VM initialization, after this we're using page tables...
253 */
1c79356b 254
55e303ae
A
255 ppc_vm_init(xmaxmem, args);
256
91447636
A
257 if(BootProcInfo.pf.Available & pf64Bit) { /* Are we on a 64-bit machine */
258
259 if(!wcte) {
260 (void)ml_scom_read(GUSModeReg << 8, &scdata); /* Get GUS mode register */
261 scdata = scdata | GUSMstgttoff; /* Disable the NCU store gather timer */
262 (void)ml_scom_write(GUSModeReg << 8, scdata); /* Get GUS mode register */
263 }
264
265 if(PE_parse_boot_arg("mcksoft", &mcksoft)) { /* Have they supplied "machine check software recovery? */
266 newhid = BootProcInfo.pf.pfHID5; /* Get the old HID5 */
267 if(mcksoft < 2) {
e5568f75 268 newhid &= 0xFFFFFFFFFFFFDFFFULL; /* Clear the old one */
91447636
A
269 newhid |= (mcksoft & 1) << 13; /* Set new value to enable machine check recovery */
270 BootProcInfo.pf.pfHID5 = newhid; /* Set the new one */
e5568f75
A
271 hid5set64(newhid); /* Set the hid for this processir */
272 }
273 }
274 }
3a60a9f5 275
1c79356b
A
276 machine_startup(args);
277}
278
91447636
A
279/*
280 * Routine: ppc_init_cpu
281 * Function:
282 */
283void
1c79356b 284ppc_init_cpu(
91447636 285 struct per_proc_info *proc_info)
1c79356b 286{
91447636 287 uint64_t scdata;
1c79356b 288
55e303ae
A
289 proc_info->cpu_flags &= ~SleepState;
290
91447636
A
291 if((BootProcInfo.pf.Available & pf64Bit) && !wcte) { /* Should we disable the store gather timer? */
292 (void)ml_scom_read(GUSModeReg << 8, &scdata); /* Get GUS mode register */
293 scdata = scdata | GUSMstgttoff; /* Disable the NCU store gather timer */
294 (void)ml_scom_write(GUSModeReg << 8, scdata); /* Get GUS mode register */
295 }
296
1c79356b 297 cpu_init();
55e303ae 298
1c79356b
A
299 slave_main();
300}