On 12/4/21 16:56, Simon Glass wrote: > That script is not intended for use with EFI, so update the logic to avoid > using it. > > Signed-off-by: Simon Glass <s...@chromium.org> Signed-off-by: Christian Melki <christian.me...@t2data.com> > --- > > Changes in v5: > - Add new patch to avoid using the 64-bit link script for the EFI app > > arch/x86/cpu/config.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/cpu/config.mk b/arch/x86/cpu/config.mk > index d3033b41603..87e242a2065 100644 > --- a/arch/x86/cpu/config.mk > +++ b/arch/x86/cpu/config.mk > @@ -9,7 +9,7 @@ LDPPFLAGS += -DRESET_VEC_LOC=$(CONFIG_RESET_VEC_LOC) > LDPPFLAGS += -DSTART_16=$(CONFIG_SYS_X86_START16) > > ifdef CONFIG_X86_64 > -ifndef CONFIG_SPL_BUILD > +ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_EFI_APP),) > LDSCRIPT = $(srctree)/arch/x86/cpu/u-boot-64.lds > endif > endif >
- [PATCH v5 18/28] efi: Show when allocated pages are us... Simon Glass
- Re: [PATCH v5 18/28] efi: Show when allocated pag... Heinrich Schuchardt
- Re: [PATCH v5 18/28] efi: Show when allocated... Simon Glass
- [PATCH v5 22/28] x86: efi: Show the system-table revis... Simon Glass
- Re: [PATCH v5 22/28] x86: efi: Show the system-ta... Heinrich Schuchardt
- Re: [PATCH v5 22/28] x86: efi: Show the syste... Simon Glass
- [PATCH v5 24/28] x86: efi: Tweak the code used for the... Simon Glass
- [PATCH v5 20/28] x86: efi: Update efi_get_next_mem_des... Simon Glass
- [PATCH v5 28/28] efi: Build the 64-bit app properly Simon Glass
- [PATCH v5 26/28] x86: efi: Don't use the 64-bit link s... Simon Glass
- Re: [PATCH v5 26/28] x86: efi: Don't use the 64-b... Christian Melki
- [PATCH v5 23/28] x86: efi: Don't set up global_data ag... Simon Glass
- [PATCH v5 25/28] x86: efi: Round out the link script f... Simon Glass
- [PATCH v5 21/28] efi: Support the efi command in the a... Simon Glass
- Re: [PATCH v5 21/28] efi: Support the efi command... Heinrich Schuchardt
- Re: [PATCH v5 21/28] efi: Support the efi com... Simon Glass
- Re: [PATCH v5 21/28] efi: Support the efi... AKASHI Takahiro
- Re: [PATCH v5 21/28] efi: Support the... Simon Glass
- [PATCH v5 27/28] x86: efi: Set the correct link flags ... Simon Glass
- Re: [PATCH v5 27/28] x86: efi: Set the correct li... Christian Melki