
23 Mar
2018
23 Mar
'18
3:30 p.m.
On 15 February 2018 at 00:31, Heinrich Schuchardt xypron.glpk@gmx.de 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 prior initalization steps.
Also, why would it succeed on the second try?
Suggested-by: Simon Glass sjg@chromium.org Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2 no change, patch resent
cmd/bootefi.c | 67 +++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 47 insertions(+), 20 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org