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 <paul.gortmaker@windriver.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210530162447.996461-2-paul.gortmaker@windriver.com
This commit is contained in:
Родитель
36a21d5172
Коммит
162a5284fa
|
@ -126,7 +126,7 @@ Idle loop
|
||||||
Rebooting
|
Rebooting
|
||||||
=========
|
=========
|
||||||
|
|
||||||
reboot=b[ios] | t[riple] | k[bd] | a[cpi] | e[fi] [, [w]arm | [c]old]
|
reboot=b[ios] | t[riple] | k[bd] | a[cpi] | e[fi] | p[ci] [, [w]arm | [c]old]
|
||||||
bios
|
bios
|
||||||
Use the CPU reboot vector for warm reset
|
Use the CPU reboot vector for warm reset
|
||||||
warm
|
warm
|
||||||
|
@ -145,6 +145,8 @@ Rebooting
|
||||||
Use efi reset_system runtime service. If EFI is not configured or
|
Use efi reset_system runtime service. If EFI is not configured or
|
||||||
the EFI reset does not work, the reboot path attempts the reset using
|
the EFI reset does not work, the reboot path attempts the reset using
|
||||||
the keyboard controller.
|
the keyboard controller.
|
||||||
|
pci
|
||||||
|
Use a write to the PCI config space register 0xcf9 to trigger reboot.
|
||||||
|
|
||||||
Using warm reset will be much faster especially on big memory
|
Using warm reset will be much faster especially on big memory
|
||||||
systems because the BIOS will not go through the memory check.
|
systems because the BIOS will not go through the memory check.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче