Skip to content

Commit 162a528

Browse files
Paul GortmakerKAGA-KOKO
authored andcommitted
x86/reboot: Document the "reboot=pci" option
It is mentioned in the top level non-arch specific file but it was overlooked here for x86. Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 36a21d5 commit 162a528

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/x86/x86_64/boot-options.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Idle loop
126126
Rebooting
127127
=========
128128

129-
reboot=b[ios] | t[riple] | k[bd] | a[cpi] | e[fi] [, [w]arm | [c]old]
129+
reboot=b[ios] | t[riple] | k[bd] | a[cpi] | e[fi] | p[ci] [, [w]arm | [c]old]
130130
bios
131131
Use the CPU reboot vector for warm reset
132132
warm
@@ -145,6 +145,8 @@ Rebooting
145145
Use efi reset_system runtime service. If EFI is not configured or
146146
the EFI reset does not work, the reboot path attempts the reset using
147147
the keyboard controller.
148+
pci
149+
Use a write to the PCI config space register 0xcf9 to trigger reboot.
148150

149151
Using warm reset will be much faster especially on big memory
150152
systems because the BIOS will not go through the memory check.

0 commit comments

Comments
 (0)