linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] unify efi debug output across architectures
@ 2015-08-26 13:24 Leif Lindholm
  2015-08-26 13:24 ` [PATCH 1/3] efi/x86: move efi=debug option parsing to core Leif Lindholm
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Leif Lindholm @ 2015-08-26 13:24 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-08-28 13:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 13:24 [PATCH 0/3] unify efi debug output across architectures Leif Lindholm
2015-08-26 13:24 ` [PATCH 1/3] efi/x86: move efi=debug option parsing to core Leif Lindholm
2015-08-26 17:25   ` Matt Fleming
2015-08-26 13:24 ` [PATCH 2/3] arm64: use core efi=debug instead of uefi_debug command line parameter Leif Lindholm
2015-08-26 17:24   ` Matt Fleming
2015-08-26 17:30     ` Leif Lindholm
2015-08-26 18:29       ` Ard Biesheuvel
2015-08-28 13:32   ` Matt Fleming
2015-08-26 13:24 ` [PATCH 3/3] efi/arm64: clean up efi_get_fdt_params() interface Leif Lindholm
2015-08-26 14:04   ` Ard Biesheuvel
2015-08-26 14:15     ` Mark Salter
2015-08-26 14:16       ` Ard Biesheuvel
2015-08-28 13:32   ` Matt Fleming
2015-08-26 13:46 ` [PATCH 0/3] unify efi debug output across architectures Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).