[U-Boot] [PATCH v2 12/13] x86: Rename efi-x86 target to efi-x86_app
Bin Meng
bmeng.cn at gmail.com
Sun Jun 17 13:18:44 UTC 2018
On Tue, Jun 12, 2018 at 11:36 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> To avoid confusion, let's rename the efi-x86 target to efi-x86_app.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v2:
> - update README.u-boot_on_efi to use efi-x86_app
>
> arch/x86/cpu/efi/Makefile | 2 +-
> arch/x86/cpu/efi/{efi.c => app.c} | 0
> arch/x86/cpu/intel_common/Makefile | 2 +-
> arch/x86/dts/Makefile | 2 +-
> arch/x86/dts/{efi.dts => efi-x86_app.dts} | 4 ++--
> board/efi/Kconfig | 6 +++---
> board/efi/{efi-x86 => efi-x86_app}/Kconfig | 6 +++---
> board/efi/{efi-x86 => efi-x86_app}/MAINTAINERS | 0
> board/efi/{efi-x86 => efi-x86_app}/Makefile | 2 +-
> board/efi/{efi-x86/efi.c => efi-x86_app/app.c} | 0
> configs/{efi-x86_defconfig => efi-x86_app_defconfig} | 4 ++--
> doc/README.u-boot_on_efi | 8 ++++----
> include/configs/{efi-x86.h => efi-x86_app.h} | 0
> 13 files changed, 18 insertions(+), 18 deletions(-)
> rename arch/x86/cpu/efi/{efi.c => app.c} (100%)
> rename arch/x86/dts/{efi.dts => efi-x86_app.dts} (82%)
> rename board/efi/{efi-x86 => efi-x86_app}/Kconfig (64%)
> rename board/efi/{efi-x86 => efi-x86_app}/MAINTAINERS (100%)
> rename board/efi/{efi-x86 => efi-x86_app}/Makefile (82%)
> rename board/efi/{efi-x86/efi.c => efi-x86_app/app.c} (100%)
> rename configs/{efi-x86_defconfig => efi-x86_app_defconfig} (92%)
> rename include/configs/{efi-x86.h => efi-x86_app.h} (100%)
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list