commit | fa5217d7e076fc67b96370fe7c91f0811f3f3fbb | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Mon May 10 21:19:14 2021 +0300 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 18 12:36:13 2021 +0200 |
tree | e1c975ca8bc8a3f3d6c1ae2b906c5ea829a689bc | |
parent | 7df2f067829a3435bfd7856246ec9ad35f14e1a7 [diff] |
efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails Instead of just failing, clean up the installed config table and EventLog memory if logging an s-crtm event fails during the protocol installation Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Eliminate label 'out:' by using return. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>