]> git.baikalelectronics.ru Git - uboot.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)
commit6b8ca6d9d441737d5ae99beef5dc19180a69660e
tree67979e62f6c0b91c951b53e82199e6e0adb62309
parent63383146ba36ebbe5e4ad5efc72997813dfcd5ce
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]