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

2018-02-05 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:

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

2018-02-02 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: