blob: fa2bed07d21e1db2fb274747d6e75d6aaf5e469b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001AMD64 specific boot options
2
3There are many others (usually documented in driver documentation), but
4only the AMD64 specific ones are listed here.
5
6Machine check
7
Andi Kleen8780e8e2009-05-27 21:56:56 +02008 Please see Documentation/x86/x86_64/machinecheck for sysfs runtime tunables.
9
Hidetoshi Seto62fdac52009-06-11 16:06:07 +090010 mce=off
11 Disable machine check
12 mce=no_cmci
13 Disable CMCI(Corrected Machine Check Interrupt) that
14 Intel processor supports. Usually this disablement is
15 not recommended, but it might be handy if your hardware
16 is misbehaving.
17 Note that you'll get more problems without CMCI than with
18 due to the shared banks, i.e. you might get duplicated
19 error logs.
20 mce=dont_log_ce
21 Don't make logs for corrected errors. All events reported
22 as corrected are silently cleared by OS.
23 This option will be useful if you have no interest in any
24 of corrected errors.
25 mce=ignore_ce
26 Disable features for corrected errors, e.g. polling timer
27 and CMCI. All events reported as corrected are not cleared
28 by OS and remained in its error banks.
29 Usually this disablement is not recommended, however if
30 there is an agent checking/clearing corrected errors
31 (e.g. BIOS or hardware monitoring applications), conflicting
32 with OS's error handling, and you cannot deactivate the agent,
33 then this option will be a help.
34 mce=bootlog
35 Enable logging of machine checks left over from booting.
36 Disabled by default on AMD because some BIOS leave bogus ones.
37 If your BIOS doesn't do that it's a good idea to enable though
38 to make sure you log even machine check events that result
39 in a reboot. On Intel systems it is enabled by default.
Andi Kleene5835382005-11-05 17:25:54 +010040 mce=nobootlog
41 Disable boot machine check logging.
Andi Kleen3c079792009-05-27 21:56:55 +020042 mce=tolerancelevel[,monarchtimeout] (number,number)
43 tolerance levels:
Tim Hockinbd784322007-07-21 17:10:37 +020044 0: always panic on uncorrected errors, log corrected errors
45 1: panic or SIGBUS on uncorrected errors, log corrected errors
46 2: SIGBUS or log uncorrected errors, log corrected errors
47 3: never panic or SIGBUS, log all errors (for testing only)
48 Default is 1
Andi Kleen8c566ef2005-09-12 18:49:24 +020049 Can be also set using sysfs which is preferable.
Andi Kleen3c079792009-05-27 21:56:55 +020050 monarchtimeout:
51 Sets the time in us to wait for other CPUs on machine checks. 0
52 to disable.
Linus Torvalds1da177e2005-04-16 15:20:36 -070053
54 nomce (for compatibility with i386): same as mce=off
55
56 Everything else is in sysfs now.
57
58APICs
59
60 apic Use IO-APIC. Default
61
62 noapic Don't use the IO-APIC.
63
64 disableapic Don't use the local APIC
65
66 nolapic Don't use the local APIC (alias for i386 compatibility)
67
Uwe Hermann71cced62008-10-20 09:32:21 -070068 pirq=... See Documentation/x86/i386/IO-APIC.txt
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
70 noapictimer Don't set up the APIC timer
71
Andi Kleen14d98ca2005-05-20 14:27:59 -070072 no_timer_check Don't check the IO-APIC timer. This can work around
73 problems with incorrect timer initialization on some boards.
74
Andi Kleen73dea472006-02-03 21:50:50 +010075 apicmaintimer Run time keeping from the local APIC timer instead
76 of using the PIT/HPET interrupt for this. This is useful
77 when the PIT/HPET interrupts are unreliable.
78
79 noapicmaintimer Don't do time keeping using the APIC timer.
80 Useful when this option was auto selected, but doesn't work.
81
Andi Kleen0c3749c2006-02-03 21:51:41 +010082 apicpmtimer
83 Do APIC timer calibration using the pmtimer. Implies
84 apicmaintimer. Useful when your PIT timer is totally
85 broken.
86
Linus Torvalds1da177e2005-04-16 15:20:36 -070087Early Console
88
89 syntax: earlyprintk=vga
90 earlyprintk=serial[,ttySn[,baudrate]]
91
92 The early console is useful when the kernel crashes before the
93 normal console is initialized. It is not enabled by
94 default because it has some cosmetic problems.
95 Append ,keep to not disable it when the real console takes over.
96 Only vga or serial at a time, not both.
97 Currently only ttyS0 and ttyS1 are supported.
98 Interaction with the standard serial driver is not very good.
99 The VGA output is eventually overwritten by the real console.
100
101Timing
102
103 notsc
104 Don't use the CPU time stamp counter to read the wall time.
105 This can be used to work around timing problems on multiprocessor systems
Andi Kleenef4d7cb2005-07-28 21:15:34 -0700106 with not properly synchronized CPUs.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107
108 report_lost_ticks
109 Report when timer interrupts are lost because some code turned off
110 interrupts for too long.
111
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 nohpet
113 Don't use the HPET timer.
114
115Idle loop
116
117 idle=poll
118 Don't do power saving in the idle loop using HLT, but poll for rescheduling
119 event. This will make the CPUs eat a lot more power, but may be useful
120 to get slightly better performance in multiprocessor benchmarks. It also
121 makes some profiling using performance counters more accurate.
Andi Kleenef4d7cb2005-07-28 21:15:34 -0700122 Please note that on systems with MONITOR/MWAIT support (like Intel EM64T
123 CPUs) this option has no performance advantage over the normal idle loop.
124 It may also interact badly with hyperthreading.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125
126Rebooting
127
Huang, Ying9ad65e42008-01-30 13:31:19 +0100128 reboot=b[ios] | t[riple] | k[bd] | a[cpi] | e[fi] [, [w]arm | [c]old]
Matt LaPlanted6bc8ac2006-10-03 22:54:15 +0200129 bios Use the CPU reboot vector for warm reset
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 warm Don't set the cold reboot flag
131 cold Set the cold reboot flag
132 triple Force a triple fault (init)
133 kbd Use the keyboard controller. cold reset (default)
Aaron Durbinfa20efd2008-01-30 13:31:17 +0100134 acpi Use the ACPI RESET_REG in the FADT. If ACPI is not configured or the
135 ACPI reset does not work, the reboot path attempts the reset using
136 the keyboard controller.
Huang, Ying9ad65e42008-01-30 13:31:19 +0100137 efi Use efi reset_system runtime service. If EFI is not configured or the
138 EFI reset does not work, the reboot path attempts the reset using
139 the keyboard controller.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140
141 Using warm reset will be much faster especially on big memory
142 systems because the BIOS will not go through the memory check.
143 Disadvantage is that not all hardware will be completely reinitialized
144 on reboot so there may be boot problems on some systems.
145
146 reboot=force
147
148 Don't stop other CPUs on reboot. This can make reboot more reliable
149 in some cases.
150
151Non Executable Mappings
152
153 noexec=on|off
154
155 on Enable(default)
156 off Disable
157
158SMP
159
Andi Kleen420f8f62005-11-05 17:25:54 +0100160 additional_cpus=NUM Allow NUM more CPUs for hotplug
Uwe Hermann71cced62008-10-20 09:32:21 -0700161 (defaults are specified by the BIOS, see Documentation/x86/x86_64/cpu-hotplug-spec)
Andi Kleen420f8f62005-11-05 17:25:54 +0100162
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163NUMA
164
165 numa=off Only set up a single NUMA node spanning all memory.
166
167 numa=noacpi Don't parse the SRAT table for NUMA setup
168
David Rientjes8b8ca80e2007-05-02 19:27:09 +0200169 numa=fake=CMDLINE
170 If a number, fakes CMDLINE nodes and ignores NUMA setup of the
171 actual machine. Otherwise, system memory is configured
172 depending on the sizes and coefficients listed. For example:
David Rientjes382591d2007-05-02 19:27:09 +0200173 numa=fake=2*512,1024,4*256,*128
174 gives two 512M nodes, a 1024M node, four 256M nodes, and the
175 rest split into 128M chunks. If the last character of CMDLINE
176 is a *, the remaining memory is divided up equally among its
177 coefficient:
178 numa=fake=2*512,2*
179 gives two 512M nodes and the rest split into two nodes.
180 Otherwise, the remaining system RAM is allocated to an
181 additional node.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182
Andi Kleen68a3a7f2006-04-07 19:49:18 +0200183 numa=hotadd=percent
184 Only allow hotadd memory to preallocate page structures upto
185 percent of already available memory.
186 numa=hotadd=0 will disable hotadd memory.
187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188ACPI
189
190 acpi=off Don't enable ACPI
191 acpi=ht Use ACPI boot table parsing, but don't enable ACPI
192 interpreter
193 acpi=force Force ACPI on (currently not needed)
194
195 acpi=strict Disable out of spec ACPI workarounds.
196
197 acpi_sci={edge,level,high,low} Set up ACPI SCI interrupt.
198
199 acpi=noirq Don't route interrupts
200
201PCI
202
203 pci=off Don't use PCI
204 pci=conf1 Use conf1 access.
205 pci=conf2 Use conf2 access.
206 pci=rom Assign ROMs.
207 pci=assign-busses Assign busses
208 pci=irqmask=MASK Set PCI interrupt mask to MASK
209 pci=lastbus=NUMBER Scan upto NUMBER busses, no matter what the mptable says.
210 pci=noacpi Don't use ACPI to set up PCI interrupt routing.
211
Karsten Weiss55588702007-02-13 13:26:21 +0100212IOMMU (input/output memory management unit)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213
Karsten Weiss55588702007-02-13 13:26:21 +0100214 Currently four x86-64 PCI-DMA mapping implementations exist:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215
Karsten Weiss55588702007-02-13 13:26:21 +0100216 1. <arch/x86_64/kernel/pci-nommu.c>: use no hardware/software IOMMU at all
217 (e.g. because you have < 3 GB memory).
218 Kernel boot message: "PCI-DMA: Disabling IOMMU"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219
Karsten Weiss55588702007-02-13 13:26:21 +0100220 2. <arch/x86_64/kernel/pci-gart.c>: AMD GART based hardware IOMMU.
221 Kernel boot message: "PCI-DMA: using GART IOMMU"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222
Karsten Weiss55588702007-02-13 13:26:21 +0100223 3. <arch/x86_64/kernel/pci-swiotlb.c> : Software IOMMU implementation. Used
224 e.g. if there is no hardware IOMMU in the system and it is need because
225 you have >3GB memory or told the kernel to us it (iommu=soft))
226 Kernel boot message: "PCI-DMA: Using software bounce buffering
227 for IO (SWIOTLB)"
228
229 4. <arch/x86_64/pci-calgary.c> : IBM Calgary hardware IOMMU. Used in IBM
230 pSeries and xSeries servers. This hardware IOMMU supports DMA address
231 mapping with memory protection, etc.
232 Kernel boot message: "PCI-DMA: Using Calgary IOMMU"
233
234 iommu=[<size>][,noagp][,off][,force][,noforce][,leak[=<nr_of_leak_pages>]
235 [,memaper[=<order>]][,merge][,forcesac][,fullflush][,nomerge]
236 [,noaperture][,calgary]
237
238 General iommu options:
239 off Don't initialize and use any kind of IOMMU.
240 noforce Don't force hardware IOMMU usage when it is not needed.
241 (default).
242 force Force the use of the hardware IOMMU even when it is
243 not actually needed (e.g. because < 3 GB memory).
244 soft Use software bounce buffering (SWIOTLB) (default for
245 Intel machines). This can be used to prevent the usage
246 of an available hardware IOMMU.
247
248 iommu options only relevant to the AMD GART hardware IOMMU:
249 <size> Set the size of the remapping area in bytes.
250 allowed Overwrite iommu off workarounds for specific chipsets.
251 fullflush Flush IOMMU on each allocation (default).
252 nofullflush Don't use IOMMU fullflush.
253 leak Turn on simple iommu leak tracing (only when
254 CONFIG_IOMMU_LEAK is on). Default number of leak pages
255 is 20.
256 memaper[=<order>] Allocate an own aperture over RAM with size 32MB<<order.
257 (default: order=1, i.e. 64MB)
Randy Dunlap57d30772007-02-13 13:26:23 +0100258 merge Do scatter-gather (SG) merging. Implies "force"
Karsten Weiss55588702007-02-13 13:26:21 +0100259 (experimental).
Randy Dunlap57d30772007-02-13 13:26:23 +0100260 nomerge Don't do scatter-gather (SG) merging.
Karsten Weiss55588702007-02-13 13:26:21 +0100261 noaperture Ask the IOMMU not to touch the aperture for AGP.
262 forcesac Force single-address cycle (SAC) mode for masks <40bits
263 (experimental).
264 noagp Don't initialize the AGP driver and use full aperture.
265 allowdac Allow double-address cycle (DAC) mode, i.e. DMA >4GB.
266 DAC is used with 32-bit PCI to push a 64-bit address in
267 two cycles. When off all DMA over >4GB is forced through
268 an IOMMU or software bounce buffering.
269 nodac Forbid DAC mode, i.e. DMA >4GB.
270 panic Always panic when IOMMU overflows.
271 calgary Use the Calgary IOMMU if it is available
272
273 iommu options only relevant to the software bounce buffering (SWIOTLB) IOMMU
274 implementation:
275 swiotlb=<pages>[,force]
276 <pages> Prereserve that many 128K pages for the software IO
277 bounce buffering.
278 force Force all IO through the software TLB.
279
280 Settings for the IBM Calgary hardware IOMMU currently found in IBM
281 pSeries and xSeries machines:
282
283 calgary=[64k,128k,256k,512k,1M,2M,4M,8M]
284 calgary=[translate_empty_slots]
285 calgary=[disable=<PCI bus number>]
286 panic Always panic when IOMMU overflows
Jon Masone4650582006-06-26 13:58:14 +0200287
288 64k,...,8M - Set the size of each PCI slot's translation table
289 when using the Calgary IOMMU. This is the size of the translation
290 table itself in main memory. The smallest table, 64k, covers an IO
291 space of 32MB; the largest, 8MB table, can cover an IO space of
292 4GB. Normally the kernel will make the right choice by itself.
293
294 translate_empty_slots - Enable translation even on slots that have
295 no devices attached to them, in case a device will be hotplugged
296 in the future.
297
298 disable=<PCI bus number> - Disable translation on a given PHB. For
299 example, the built-in graphics adapter resides on the first bridge
300 (PCI bus number 0); if translation (isolation) is enabled on this
301 bridge, X servers that access the hardware directly from user
302 space might stop working. Use this option if you have devices that
303 are accessed from userspace directly on some PCI host bridge.
304
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305Debugging
306
Randy Dunlap57d30772007-02-13 13:26:23 +0100307 oops=panic Always panic on oopses. Default is to just kill the process,
308 but there is a small probability of deadlocking the machine.
309 This will also cause panics on machine check exceptions.
310 Useful together with panic=30 to trigger a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311
Randy Dunlap57d30772007-02-13 13:26:23 +0100312 kstack=N Print N words from the kernel stack in oops dumps.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313
Randy Dunlap57d30772007-02-13 13:26:23 +0100314 pagefaulttrace Dump all page faults. Only useful for extreme debugging
Andi Kleen9e43e1b2005-11-05 17:25:54 +0100315 and will create a lot of output.
316
Andi Kleenb783fd92006-07-28 14:44:54 +0200317 call_trace=[old|both|newfallback|new]
318 old: use old inexact backtracer
319 new: use new exact dwarf2 unwinder
320 both: print entries from both
321 newfallback: use new unwinder but fall back to old if it gets
322 stuck (default)
323
Randy Dunlap57d30772007-02-13 13:26:23 +0100324Miscellaneous
Ingo Molnar00d1c5e2008-04-17 17:40:45 +0200325
326 nogbpages
327 Do not use GB pages for kernel direct mappings.
328 gbpages
329 Use GB pages for kernel direct mappings.