Re: [U-Boot] [PATCH v2 09/11] efi_loader: check initialization of EFI subsystem is successful

2018-03-23 Thread Simon Glass
On 15 February 2018 at 00:31, Heinrich Schuchardt wrote: > Up to now errors in the initialization of the EFI subsystems was not > checked. > > If any initialization fails, leave the bootefi command. > > We do not retry initialization because this would require to undo all

[U-Boot] [PATCH v2 09/11] efi_loader: check initialization of EFI subsystem is successful

2018-02-14 Thread Heinrich Schuchardt
Up to now errors in the initialization of the EFI subsystems was not checked. If any initialization fails, leave the bootefi command. We do not retry initialization because this would require to undo all prior initalization steps. Suggested-by: Simon Glass Signed-off-by: