Re: [PATCH 15/17] efi_loader: Remove ENTRY(_start) from linker script

2025-02-24 Thread Sam Edwards
On Mon, Feb 24, 2025 at 1:37 AM Heinrich Schuchardt wrote: > > On 2/24/25 06:55, Sam Edwards wrote: > > The EFI apps are built using ELF only as an intermediate "linker output" > > format, with the final PE header crafted within the ELF to take effect > > after the objcopy conversion to raw binary

Re: [PATCH 15/17] efi_loader: Remove ENTRY(_start) from linker script

2025-02-24 Thread Heinrich Schuchardt
On 2/24/25 06:55, Sam Edwards wrote: The EFI apps are built using ELF only as an intermediate "linker output" format, with the final PE header crafted within the ELF to take effect after the objcopy conversion to raw binary. As such, we really don't care what the ELF header indicates as the entry