Hi Tom, On Mon, 3 Feb 2025 at 13:09, Tom Rini <tr...@konsulko.com> wrote: > > On Mon, Feb 03, 2025 at 10:42:14AM -0700, Simon Glass wrote: > > > This code cannot be used since EFI is in charge of managing exceptions. > > Drop it. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > --- > > > > arch/arm/cpu/armv8/Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Why is SPL on in this case?
SPL is enabled by a specific Kconfig option, which seems to have exceptions but not exception levels. That seemed to match what the EFI app wants, for now. Regards, Simon