linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 0/3] Generic efi_enabled() support
@ 2014-01-15 14:28 Matt Fleming
       [not found] ` <1389796136-23479-1-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Fleming @ 2014-01-15 14:28 UTC (permalink / raw)
  To: Leif Lindholm
  Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA, Roy Franz, Mark Salter,
	Tony-hKmkhVXvusEnkhFzW7PF62O9nC1t1/YaHZ5vskTnxNA,
	"Luck <tony.luck", Matt Fleming

From: Matt Fleming <matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>

The ARM EFI patches show the clear need to have a more generic
efi_enabled() implementation, lest we duplicate all the code or
introduce new CONFIG_* symbols.

This patch series finally implements proper efi_enabled() support for
ia64 and moves the EFI feature flags to the global 'struct efi', which
is well established as the central place for the EFI state of the
running machine.

Matt Fleming (3):
  efi: Move facility flags to struct efi
  efi: Set feature flags inside feature init functions
  ia64/efi: Implement efi_enabled()

 arch/ia64/kernel/efi.c      |  7 +++++++
 arch/x86/include/asm/efi.h  |  1 -
 arch/x86/kernel/setup.c     |  6 +++---
 arch/x86/platform/efi/efi.c | 26 +++++++-------------------
 drivers/firmware/efi/efi.c  |  3 +++
 include/linux/efi.h         | 16 ++++++++--------
 6 files changed, 28 insertions(+), 31 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-01-24 18:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 14:28 [RFC][PATCH 0/3] Generic efi_enabled() support Matt Fleming
     [not found] ` <1389796136-23479-1-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-01-15 14:28   ` [RFC][PATCH 1/3] efi: Move facility flags to struct efi Matt Fleming
2014-01-15 14:28   ` [RFC][PATCH 2/3] efi: Set feature flags inside feature init functions Matt Fleming
2014-01-15 14:28   ` [RFC][PATCH 3/3] ia64/efi: Implement efi_enabled() Matt Fleming
     [not found]     ` <1389796136-23479-4-git-send-email-matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
2014-01-24 18:46       ` Luck, Tony

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).