Re: [U-Boot] [PATCH v8 18/30] efi: Add a call to exit() along with why we can't use it

2018-06-20 Thread Simon Glass
Hi Alex,

On 18 June 2018 at 08:51, Alexander Graf  wrote:
> On 06/18/2018 04:08 PM, Simon Glass wrote:
>>
>> The test should exit like any other EFI application, by calling exit()
>> in the boot services API. But this crashes at present on sandbox. For now,
>> add in the placeholder code.
>>
>> Signed-off-by: Simon Glass 
>
>
> It crashes because setjmp/longjmp are broken. See my patch set.

Yes that's right. But I'd like to enable this code once your patch is in.

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH v8 18/30] efi: Add a call to exit() along with why we can't use it

2018-06-18 Thread Alexander Graf

On 06/18/2018 04:08 PM, Simon Glass wrote:

The test should exit like any other EFI application, by calling exit()
in the boot services API. But this crashes at present on sandbox. For now,
add in the placeholder code.

Signed-off-by: Simon Glass 


It crashes because setjmp/longjmp are broken. See my patch set.


Alex

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot