Re: [PATCH v2 1/7] x86/EFI: sanitize build logic

2020-08-17 Thread Jan Beulich
On 10.08.2020 16:38, Andrew Cooper wrote: > On 07/08/2020 17:33, Andrew Cooper wrote: >> On 07/08/2020 12:32, Jan Beulich wrote: >>> With changes done over time and as far as linking goes, the only special >>> thing about building with EFI support enabled is the need for the dummy >>> relocations o

Re: [PATCH v2 1/7] x86/EFI: sanitize build logic

2020-08-10 Thread Andrew Cooper
On 07/08/2020 17:33, Andrew Cooper wrote: > On 07/08/2020 12:32, Jan Beulich wrote: >> With changes done over time and as far as linking goes, the only special >> thing about building with EFI support enabled is the need for the dummy >> relocations object for xen.gz uniformly in all build stages.

Re: [PATCH v2 1/7] x86/EFI: sanitize build logic

2020-08-07 Thread Andrew Cooper
On 07/08/2020 12:32, Jan Beulich wrote: > With changes done over time and as far as linking goes, the only special > thing about building with EFI support enabled is the need for the dummy > relocations object for xen.gz uniformly in all build stages. All other > efi/*.o can be consumed from the bu

[PATCH v2 1/7] x86/EFI: sanitize build logic

2020-08-07 Thread Jan Beulich
With changes done over time and as far as linking goes, the only special thing about building with EFI support enabled is the need for the dummy relocations object for xen.gz uniformly in all build stages. All other efi/*.o can be consumed from the built_in*.o files. In efi/Makefile, besides movin