Re: [U-Boot] efi_loader: arch/arm/include/asm/setjmp.h

2017-10-08 Thread Alexander Graf
On 07.10.17 22:23, Heinrich Schuchardt wrote: > Hello Alex, > > our current logic for removing the handler of the loaded image is wrong: > > If a driver image calls Exit() with EFI_SUCCESS the image has to remain. > > I tried to rework the logic and needed a second setjmp in cmd/bootefi.c > to

[U-Boot] efi_loader: arch/arm/include/asm/setjmp.h

2017-10-07 Thread Heinrich Schuchardt
Hello Alex, our current logic for removing the handler of the loaded image is wrong: If a driver image calls Exit() with EFI_SUCCESS the image has to remain. I tried to rework the logic and needed a second setjmp in cmd/bootefi.c to handle 'bootefi selftest'. On arm this resulted in: Building