Re: [PATCH v4 29/29] efi: arm: Add an EFI app for arm64

2025-03-28 Thread Simon Glass
Hi Caleb, On Thu, 27 Mar 2025 at 11:10, Caleb Connolly wrote: > > > > On 2/15/25 04:22, Simon Glass wrote: > > Introduce an EFI app for arm64 and update the documentation. > > > > Provide a value for LOAD_ADDR to avoid a link error. > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes

Re: [PATCH v4 29/29] efi: arm: Add an EFI app for arm64

2025-03-27 Thread Caleb Connolly
On 2/15/25 04:22, Simon Glass wrote: Introduce an EFI app for arm64 and update the documentation. Provide a value for LOAD_ADDR to avoid a link error. Signed-off-by: Simon Glass --- (no changes since v2) Changes in v2: - Use ARCH_EFI instead of VENDOR_EFI - Merge the linker-script rules i