diff options
author | Ingo Molnar <mingo@kernel.org> | 2013-11-26 06:23:04 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-11-26 06:23:04 -0500 |
commit | 61d066977583803d333f1e7266b8ba772162dda4 (patch) | |
tree | 087d56e401422f1a8a165a782216aa6d0291a60e /Documentation/kernel-parameters.txt | |
parent | b975dc3689fc6a3718ad288ce080924f9cb7e176 (diff) | |
parent | ee41143027706d9f342dfe05487a00b20887fde7 (diff) |
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/efi
Pull EFI virtual mapping changes from Matt Fleming:
* New static EFI runtime services virtual mapping layout which is
groundwork for kexec support on EFI. (Borislav Petkov)
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 50680a59a2ff..e06e99303dd3 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -890,6 +890,12 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
890 | edd= [EDD] | 890 | edd= [EDD] |
891 | Format: {"off" | "on" | "skip[mbr]"} | 891 | Format: {"off" | "on" | "skip[mbr]"} |
892 | 892 | ||
893 | efi= [EFI] | ||
894 | Format: { "old_map" } | ||
895 | old_map [X86-64]: switch to the old ioremap-based EFI | ||
896 | runtime services mapping. 32-bit still uses this one by | ||
897 | default. | ||
898 | |||
893 | efi_no_storage_paranoia [EFI; X86] | 899 | efi_no_storage_paranoia [EFI; X86] |
894 | Using this parameter you can use more than 50% of | 900 | Using this parameter you can use more than 50% of |
895 | your efi variable storage. Use this parameter only if | 901 | your efi variable storage. Use this parameter only if |