Re: [PATCH v3 19/29] efi: arm: Drop exception-level code when running as EFI app

2025-02-09 Thread Tom Rini
On Sat, Feb 08, 2025 at 07:01:18PM -0700, Simon Glass wrote: > The switch_to_non_secure_mode() function cannot be used since EFI is in > charge of managing exception-levels. > > Build just the exceptions.S file. > > Modify the existing SPL rule to cater to the EFI app too. > > Signed-off-by: Si

[PATCH v3 19/29] efi: arm: Drop exception-level code when running as EFI app

2025-02-08 Thread Simon Glass
The switch_to_non_secure_mode() function cannot be used since EFI is in charge of managing exception-levels. Build just the exceptions.S file. Modify the existing SPL rule to cater to the EFI app too. Signed-off-by: Simon Glass --- Changes in v3: - Rewrite the commit message arch/arm/cpu/arm