commit | fc225e60822e3fd18a56b546eb683d6818d3f9c4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 03 15:29:02 2018 +0100 |
committer | Alexander Graf <agraf@suse.de> | Wed Apr 04 11:00:06 2018 +0200 |
tree | 0e6f7c9b950bd3f9b3fd2206a29667f1e3cc1aa4 | |
parent | 45204b1025e4e2a5cb984caab3adfdf53e658765 [diff] |
efi_loader: check initialization of EFI subsystem is successful 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 <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>