x86: Rename efi-x86 target to efi-x86_app
authorBin Meng <bmeng.cn@gmail.com>
Tue, 12 Jun 2018 15:36:24 +0000 (08:36 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 17 Jun 2018 13:16:04 +0000 (21:16 +0800)
commit3ebd892fda2d07f153a14cb30e60ae707e9e4208
tree67979e62f6c0b91c951b53e82199e6e0adb62309
parentd441ec829831068e29318a5b6774a36d31ae135a
x86: Rename efi-x86 target to efi-x86_app

To avoid confusion, let's rename the efi-x86 target to efi-x86_app.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
21 files changed:
arch/x86/cpu/efi/Makefile
arch/x86/cpu/efi/app.c [new file with mode: 0644]
arch/x86/cpu/efi/efi.c [deleted file]
arch/x86/cpu/intel_common/Makefile
arch/x86/dts/Makefile
arch/x86/dts/efi-x86_app.dts [new file with mode: 0644]
arch/x86/dts/efi.dts [deleted file]
board/efi/Kconfig
board/efi/efi-x86/Kconfig [deleted file]
board/efi/efi-x86/MAINTAINERS [deleted file]
board/efi/efi-x86/Makefile [deleted file]
board/efi/efi-x86/efi.c [deleted file]
board/efi/efi-x86_app/Kconfig [new file with mode: 0644]
board/efi/efi-x86_app/MAINTAINERS [new file with mode: 0644]
board/efi/efi-x86_app/Makefile [new file with mode: 0644]
board/efi/efi-x86_app/app.c [new file with mode: 0644]
configs/efi-x86_app_defconfig [new file with mode: 0644]
configs/efi-x86_defconfig [deleted file]
doc/README.u-boot_on_efi
include/configs/efi-x86.h [deleted file]
include/configs/efi-x86_app.h [new file with mode: 0644]