]> git.dujemihanovic.xyz Git - u-boot.git/commit
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>
13 files changed:
arch/x86/cpu/efi/Makefile
arch/x86/cpu/efi/app.c [moved from arch/x86/cpu/efi/efi.c with 100% similarity]
arch/x86/cpu/intel_common/Makefile
arch/x86/dts/Makefile
arch/x86/dts/efi-x86_app.dts [moved from arch/x86/dts/efi.dts with 82% similarity]
board/efi/Kconfig
board/efi/efi-x86_app/Kconfig [moved from board/efi/efi-x86/Kconfig with 64% similarity]
board/efi/efi-x86_app/MAINTAINERS [moved from board/efi/efi-x86/MAINTAINERS with 100% similarity]
board/efi/efi-x86_app/Makefile [moved from board/efi/efi-x86/Makefile with 82% similarity]
board/efi/efi-x86_app/app.c [moved from board/efi/efi-x86/efi.c with 100% similarity]
configs/efi-x86_app_defconfig [moved from configs/efi-x86_defconfig with 92% similarity]
doc/README.u-boot_on_efi
include/configs/efi-x86_app.h [moved from include/configs/efi-x86.h with 100% similarity]