linux-ia64.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Make commonly useful UEFI functions common
@ 2013-09-05 10:34 Leif Lindholm
  2013-09-05 10:34 ` [PATCH v4 1/3] ia64: add early_memremap() alias for early_ioremap() Leif Lindholm
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leif Lindholm @ 2013-09-05 10:34 UTC (permalink / raw)
  To: linux-efi
  Cc: linux-kernel, linux-ia64, matt.fleming, tony.luck, grant.likely,
	Leif Lindholm

This set breaks out some common code from x86/ia64 EFI support
code and puts it into drivers/firmware/efi.

First it takes the definition of the global "efi" data structure
and moves it into global efi.c. Then it implements a common version
of efi_config_init().

Secondly it breaks the efi_lookup_mapped_addr() function out of x86
and places it in global efi.c, for shared use with future ARM
patches.

IA64 code compile tested only.

Leif Lindholm (3):
  ia64: add early_memremap() alias for early_ioremap()
  efi: x86: ia64: provide a generic efi_config_init()
  efi: x86: make efi_lookup_mapped_addr() a common function

 arch/ia64/include/asm/io.h  |    1 +
 arch/ia64/kernel/efi.c      |   54 ++++-------------
 arch/x86/platform/efi/efi.c |  126 ++++----------------------------------
 drivers/firmware/efi/efi.c  |  140 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/efi.h         |    8 +++
 5 files changed, 170 insertions(+), 159 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-09-05 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 10:34 [PATCH v4 0/3] Make commonly useful UEFI functions common Leif Lindholm
2013-09-05 10:34 ` [PATCH v4 1/3] ia64: add early_memremap() alias for early_ioremap() Leif Lindholm
2013-09-05 10:34 ` [PATCH v4 2/3] efi: x86: ia64: provide a generic efi_config_init() Leif Lindholm
2013-09-05 10:34 ` [PATCH v4 3/3] efi: x86: make efi_lookup_mapped_addr() a common function Leif Lindholm
2013-09-05 13:21 ` [PATCH v4 0/3] Make commonly useful UEFI functions common Matt Fleming

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