Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1214065
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/3] arm64: use core efi=debug instead of uefi_debug command line parameter |
| Date | 2015-08-26 19:30 +0200 |
| Message-ID | <q1MGl-3Vq-3@gated-at.bofh.it> (permalink) |
| References | <q1IW5-6Yn-3@gated-at.bofh.it> <q1IW5-6Yn-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 26 Aug, at 02:24:57PM, Leif Lindholm wrote: > Now that we have an efi=debug command line option in the core code, use > this instead of the arm64-specific uefi_debug option. > > Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> > --- > Documentation/arm/uefi.txt | 2 -- > arch/arm64/kernel/efi.c | 19 +++++-------------- > 2 files changed, 5 insertions(+), 16 deletions(-) Are there no concerns with backwards-compatibility here? I expected this patch to internally convert uefi_debug to efi=debug if old boot loaders, kernel config, etc specify it. Is that something that can be safely ignored? -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/3] arm64: use core efi=debug instead of uefi_debug command line parameter Leif Lindholm <leif.lindholm@linaro.org> - 2015-08-26 15:30 +0200
Re: [PATCH 2/3] arm64: use core efi=debug instead of uefi_debug command line parameter Matt Fleming <matt@codeblueprint.co.uk> - 2015-08-26 19:30 +0200
Re: [PATCH 2/3] arm64: use core efi=debug instead of uefi_debug command line parameter Leif Lindholm <leif.lindholm@linaro.org> - 2015-08-26 19:40 +0200
Re: [PATCH 2/3] arm64: use core efi=debug instead of uefi_debug command line parameter Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2015-08-26 20:30 +0200
Re: [PATCH 2/3] arm64: use core efi=debug instead of uefi_debug command line parameter Matt Fleming <matt@codeblueprint.co.uk> - 2015-08-28 15:40 +0200
csiph-web