[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1375202858-28470-1-git-send-email-leif.lindholm@linaro.org>
Date: Tue, 30 Jul 2013 17:47:34 +0100
From: Leif Lindholm <leif.lindholm@...aro.org>
To: linux-efi@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, linux-ia64@...r.kernel.org,
matt.fleming@...el.com, hpa@...or.com, tglx@...utronix.de,
patches@...aro.org, Leif Lindholm <leif.lindholm@...aro.org>
Subject: [PATCH 0/4] Make commonly useful UEFI functions common
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.
Pardon the delay in getting this out - back to back conferences
followed by a bad case of the man flu.
Leif Lindholm (4):
efi: provide a generic efi_config_init()
efi: x86: use common code for (U)EFI configuration scanning
efi: ia64: use common code for (U)EFI configuration scanning
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 | 124 +++------------------------------------
drivers/firmware/efi/efi.c | 136 +++++++++++++++++++++++++++++++++++++++++++
include/linux/efi.h | 7 +++
5 files changed, 163 insertions(+), 159 deletions(-)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists