efi/x86: Move UEFI Runtime Services wrappers to generic code
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 26 Jun 2014 10:09:05 +0000 (12:09 +0200)
committerMatt Fleming <matt.fleming@intel.com>
Mon, 7 Jul 2014 19:12:53 +0000 (20:12 +0100)
commit022ee6c558fc933679e151f00f84332974147fa2
tree1c9023d5cceddf7dd6c75508e4405f6bb316e93f
parentf49182ec8c685f4e89a50ba85ffe43b7f1e7b3e1
efi/x86: Move UEFI Runtime Services wrappers to generic code

In order for other archs (such as arm64) to be able to reuse the virtual
mode function call wrappers, move them to drivers/firmware/efi/runtime-wrappers.c.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
arch/x86/Kconfig
arch/x86/platform/efi/efi.c
drivers/firmware/efi/Kconfig
drivers/firmware/efi/Makefile
drivers/firmware/efi/runtime-wrappers.c [new file with mode: 0644]
include/linux/efi.h