ARCH: efi: Finally drop it as now we can build efi bootup from x86
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent a26786c commit 7e3fcac20a499a268d3374d8fc515044e3bcf6f0
@Jean-Christophe PLAGNIOL-VILLARD Jean-Christophe PLAGNIOL-VILLARD authored on 15 Feb 2017
Sascha Hauer committed on 9 Mar 2017
Showing 28 changed files
View
arch/efi/Kconfig 100644 → 0
View
arch/efi/Makefile 100644 → 0
View
arch/efi/configs/efi_defconfig 100644 → 0
View
arch/efi/include/asm/barebox.h 100644 → 0
View
arch/efi/include/asm/bitops.h 100644 → 0
View
arch/efi/include/asm/bitsperlong.h 100644 → 0
View
arch/efi/include/asm/byteorder.h 100644 → 0
View
arch/efi/include/asm/common.h 100644 → 0
View
arch/efi/include/asm/dma.h 100644 → 0
View
arch/efi/include/asm/elf.h 100644 → 0
View
arch/efi/include/asm/io.h 100644 → 0
View
arch/efi/include/asm/posix_types.h 100644 → 0
View
arch/efi/include/asm/sections.h 100644 → 0
View
arch/efi/include/asm/string.h 100644 → 0
View
arch/efi/include/asm/swab.h 100644 → 0
View
arch/efi/include/asm/types.h 100644 → 0
View
arch/efi/include/asm/unaligned.h 100644 → 0
View
arch/efi/include/mach/debug_ll.h 100644 → 0
View
arch/efi/lib/.gitignore 100644 → 0
View
arch/efi/lib/Makefile 100644 → 0
View
arch/efi/lib/asm-offsets.c 100644 → 0
View
arch/efi/lib/crt0-efi-ia32.S 100644 → 0
View
arch/efi/lib/crt0-efi-x86_64.S 100644 → 0
View
arch/efi/lib/elf_ia32_efi.lds.S 100644 → 0
View
arch/efi/lib/elf_x86_64_efi.lds.S 100644 → 0
View
arch/efi/lib/reloc_ia32.c 100644 → 0
View
arch/efi/lib/reloc_x86_64.c 100644 → 0
View
arch/x86/configs/efi_defconfig