linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matt Fleming <matt-HNK1S37rvNbeXh+fF434Mdi2O/JbrIOy@public.gmane.org>
To: Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	Mark Salter <msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Tony-hKmkhVXvusEnkhFzW7PF62O9nC1t1/YaHZ5vskTnxNA@public.gmane.org,
	"Luck <tony.luck"@intel.com,
	Matt Fleming
	<matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Subject: [RFC][PATCH 0/3] Generic efi_enabled() support
Date: Wed, 15 Jan 2014 14:28:53 +0000	[thread overview]
Message-ID: <1389796136-23479-1-git-send-email-matt@console-pimps.org> (raw)

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

             reply	other threads:[~2014-01-15 14:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-15 14:28 Matt Fleming [this message]
     [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1389796136-23479-1-git-send-email-matt@console-pimps.org \
    --to=matt-hnk1s37rvnbexh+ff434mdi2o/jbrioy@public.gmane.org \
    --cc="Luck <tony.luck"@intel.com \
    --cc=Tony-hKmkhVXvusEnkhFzW7PF62O9nC1t1/YaHZ5vskTnxNA@public.gmane.org \
    --cc=leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=matt.fleming-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=msalter-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).