On Tue, Jun 12, 2018 at 11:36 PM, Bin Meng <bmeng...@gmail.com> wrote: > At present the EFI application and payload support codes in the x86 > directory is distributed in a hybrid way. For example, the Kconfig > options for both app and payload are in arch/x86/lib/efi/Kconfig, > but the source codes in the same directory get built only for > CONFIG_EFI_STUB. > > This refactors the codes by consolidating all the EFI support codes > into arch/x86/cpu/efi, just like other x86 targets. > > Signed-off-by: Bin Meng <bmeng...@gmail.com> > Reviewed-by: Simon Glass <s...@chromium.org> > > --- > > Changes in v2: > - update README.u-boot_on_efi to reflect directory changes > > arch/x86/Kconfig | 3 +-- > arch/x86/cpu/Makefile | 2 +- > arch/x86/{lib => cpu}/efi/Kconfig | 0 > arch/x86/cpu/efi/Makefile | 7 +++++++ > arch/x86/{lib => cpu}/efi/car.S | 0 > arch/x86/{lib/efi/efi.c => cpu/efi/payload.c} | 0 > arch/x86/lib/Makefile | 1 - > arch/x86/lib/efi/Makefile | 7 ------- > doc/README.u-boot_on_efi | 6 +----- > 9 files changed, 10 insertions(+), 16 deletions(-) > rename arch/x86/{lib => cpu}/efi/Kconfig (100%) > rename arch/x86/{lib => cpu}/efi/car.S (100%) > rename arch/x86/{lib/efi/efi.c => cpu/efi/payload.c} (100%) > delete mode 100644 arch/x86/lib/efi/Makefile >
applied to u-boot-x86, thanks! _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot