x86: Move efi to platform
authorThomas Gleixner <tglx@linutronix.de>
Sat, 16 Oct 2010 08:19:54 +0000 (10:19 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 27 Oct 2010 12:30:01 +0000 (14:30 +0200)
commitb17ed48040d9e8b6ae35bc492015bf0fe1c8bae4
tree64c31f66a0fc65268d02b2cee14e7abd760121e9
parent937f961a6539b0ac5ebf31472b90810bc1f02200
x86: Move efi to platform

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Huang Ying <ying.huang@intel.com>
13 files changed:
arch/x86/kernel/Makefile
arch/x86/kernel/efi.c [deleted file]
arch/x86/kernel/efi_32.c [deleted file]
arch/x86/kernel/efi_64.c [deleted file]
arch/x86/kernel/efi_stub_32.S [deleted file]
arch/x86/kernel/efi_stub_64.S [deleted file]
arch/x86/platform/Makefile
arch/x86/platform/efi/Makefile [new file with mode: 0644]
arch/x86/platform/efi/efi.c [new file with mode: 0644]
arch/x86/platform/efi/efi_32.c [new file with mode: 0644]
arch/x86/platform/efi/efi_64.c [new file with mode: 0644]
arch/x86/platform/efi/efi_stub_32.S [new file with mode: 0644]
arch/x86/platform/efi/efi_stub_64.S [new file with mode: 0644]