diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 988160a4ad31..74339c57b914 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1015,10 +1015,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1015 | Format: {"off" | "on" | "skip[mbr]"} | 1015 | Format: {"off" | "on" | "skip[mbr]"} |
1016 | 1016 | ||
1017 | efi= [EFI] | 1017 | efi= [EFI] |
1018 | Format: { "old_map" } | 1018 | Format: { "old_map", "nochunk", "noruntime" } |
1019 | old_map [X86-64]: switch to the old ioremap-based EFI | 1019 | old_map [X86-64]: switch to the old ioremap-based EFI |
1020 | runtime services mapping. 32-bit still uses this one by | 1020 | runtime services mapping. 32-bit still uses this one by |
1021 | default. | 1021 | default. |
1022 | nochunk: disable reading files in "chunks" in the EFI | ||
1023 | boot stub, as chunking can cause problems with some | ||
1024 | firmware implementations. | ||
1025 | noruntime : disable EFI runtime services support | ||
1022 | 1026 | ||
1023 | efi_no_storage_paranoia [EFI; X86] | 1027 | efi_no_storage_paranoia [EFI; X86] |
1024 | Using this parameter you can use more than 50% of | 1028 | Using this parameter you can use more than 50% of |
@@ -2232,7 +2236,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2232 | 2236 | ||
2233 | nodsp [SH] Disable hardware DSP at boot time. | 2237 | nodsp [SH] Disable hardware DSP at boot time. |
2234 | 2238 | ||
2235 | noefi [X86] Disable EFI runtime services support. | 2239 | noefi Disable EFI runtime services support. |
2236 | 2240 | ||
2237 | noexec [IA-64] | 2241 | noexec [IA-64] |
2238 | 2242 | ||