Re: [PATCH 27/32] efi: arm: Provide startup and relocation code

2025-02-03 Thread Tom Rini
On Mon, Feb 03, 2025 at 10:42:20AM -0700, Simon Glass wrote: > Build in the EFI-app startup code as well as the code to relocate U-Boot > to the loaded position, since this is under the control of the previous > firmware. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signatur

[PATCH 27/32] efi: arm: Provide startup and relocation code

2025-02-03 Thread Simon Glass
Build in the EFI-app startup code as well as the code to relocate U-Boot to the loaded position, since this is under the control of the previous firmware. Signed-off-by: Simon Glass --- arch/arm/lib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/lib/Makefile b/arch/arm/