Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1213871
| From | Leif Lindholm <leif.lindholm@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] unify efi debug output across architectures |
| Date | 2015-08-26 15:30 +0200 |
| Message-ID | <q1IW5-6Yn-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
efi didn't use to have much in the way of kernel command line options, until some point last year. Then once the efi= option was added, it has been expanded on. x86 had an efi=debug option added, but that would be a useful thing across all efi architectures. arm64 efi support (predating efi=debug) came with its own 'uefi_debug' option, and passed along a special verbosity flag when calling into some not-strictly-arch-specific functions in core efi code. So: - Move efi=debug into core code, to be usable by all architectures - Change arm64 efi code to use 'efi=debug' instead of 'uefi_debug' - Rework arm64 interface to core code to drop special verbosity flag Leif Lindholm (3): efi/x86: move efi=debug option parsing to core arm64: use core efi=debug instead of uefi_debug command line parameter efi/arm64: clean up efi_get_fdt_params() interface Documentation/arm/uefi.txt | 2 -- arch/arm64/kernel/efi.c | 19 +++++-------------- arch/x86/platform/efi/efi.c | 2 -- drivers/firmware/efi/efi.c | 9 +++++---- include/linux/efi.h | 2 +- 5 files changed, 11 insertions(+), 23 deletions(-) -- 2.1.4 -- 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 — Next in thread | Find similar | Unroll thread
[PATCH 0/3] unify efi debug output across architectures Leif Lindholm <leif.lindholm@linaro.org> - 2015-08-26 15:30 +0200
[PATCH 1/3] efi/x86: move efi=debug option parsing to core Leif Lindholm <leif.lindholm@linaro.org> - 2015-08-26 15:30 +0200
Re: [PATCH 1/3] efi/x86: move efi=debug option parsing to core Matt Fleming <matt@codeblueprint.co.uk> - 2015-08-26 19:30 +0200
Re: [PATCH 0/3] unify efi debug output across architectures Ard Biesheuvel <ard.biesheuvel@linaro.org> - 2015-08-26 15:50 +0200
csiph-web