]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Move efi .S files into the 'lib' directory
authorSimon Glass <sjg@chromium.org>
Mon, 7 Nov 2016 15:47:14 +0000 (08:47 -0700)
committerAlexander Graf <agraf@suse.de>
Mon, 14 Nov 2016 22:24:04 +0000 (23:24 +0100)
commit89a8345d2d3dc22168e5d46f7dfa47f0f2e1af0f
treebee452040b1403b2feab1709c8fff3b44e80bbfa
parentc89bb999ece0cfb225f995575afcd55481c7f501
x86: Move efi .S files into the 'lib' directory

These files now need to be in a standard place so that they can be located
by generic Makefile rules. Move them to the 'lib' directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
12 files changed:
Makefile
arch/x86/config.mk
arch/x86/lib/Makefile
arch/x86/lib/crt0_ia32_efi.S [new file with mode: 0644]
arch/x86/lib/crt0_x86_64_efi.S [new file with mode: 0644]
arch/x86/lib/efi/Makefile
arch/x86/lib/efi/crt0-efi-ia32.S [deleted file]
arch/x86/lib/efi/crt0-efi-x86_64.S [deleted file]
arch/x86/lib/efi/reloc_ia32.c [deleted file]
arch/x86/lib/efi/reloc_x86_64.c [deleted file]
arch/x86/lib/reloc_ia32_efi.c [new file with mode: 0644]
arch/x86/lib/reloc_x86_64_efi.c [new file with mode: 0644]