diff options
author | Matt Fleming <matt.fleming@intel.com> | 2014-10-03 17:15:56 -0400 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2014-10-03 17:15:56 -0400 |
commit | 75b128573b275d5a5a7210b98c4b8cb3b39c12e7 (patch) | |
tree | e607db32fd303246ee9b93af83a611fc7b93479a /Documentation | |
parent | fe82dcec644244676d55a1384c958d5f67979adb (diff) | |
parent | 7efe665903d0d963b0ebf4cab25cc3ae32c62600 (diff) |
Merge branch 'next' into efi-next-merge
Conflicts:
arch/x86/boot/compressed/eboot.c
Diffstat (limited to 'Documentation')
-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 10d51c2f10d7..b5e55aab64be 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -992,10 +992,14 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
992 | Format: {"off" | "on" | "skip[mbr]"} | 992 | Format: {"off" | "on" | "skip[mbr]"} |
993 | 993 | ||
994 | efi= [EFI] | 994 | efi= [EFI] |
995 | Format: { "old_map" } | 995 | Format: { "old_map", "nochunk", "noruntime" } |
996 | old_map [X86-64]: switch to the old ioremap-based EFI | 996 | old_map [X86-64]: switch to the old ioremap-based EFI |
997 | runtime services mapping. 32-bit still uses this one by | 997 | runtime services mapping. 32-bit still uses this one by |
998 | default. | 998 | default. |
999 | nochunk: disable reading files in "chunks" in the EFI | ||
1000 | boot stub, as chunking can cause problems with some | ||
1001 | firmware implementations. | ||
1002 | noruntime : disable EFI runtime services support | ||
999 | 1003 | ||
1000 | efi_no_storage_paranoia [EFI; X86] | 1004 | efi_no_storage_paranoia [EFI; X86] |
1001 | Using this parameter you can use more than 50% of | 1005 | Using this parameter you can use more than 50% of |
@@ -2166,7 +2170,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2166 | 2170 | ||
2167 | nodsp [SH] Disable hardware DSP at boot time. | 2171 | nodsp [SH] Disable hardware DSP at boot time. |
2168 | 2172 | ||
2169 | noefi [X86] Disable EFI runtime services support. | 2173 | noefi Disable EFI runtime services support. |
2170 | 2174 | ||
2171 | noexec [IA-64] | 2175 | noexec [IA-64] |
2172 | 2176 | ||