commit | f583b7ec2c9f81121b7c6448234d94a6103d6d77 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Thu Nov 28 09:11:20 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 05 02:30:48 2025 +0100 |
tree | a8b39b8147f2d7db7df5f0e6f15e2f6c9085bbe0 | |
parent | 0259d41a51f6962be2ce509f78adb797948be253 [diff] |
efi_loader: Don't warn if the TCG2 FinalEvents table is not installed When the TCG2 protocol installation fails, we are trying to remove all the objects we created in tcg2_uninit(). However, there are cases when this function runs before the config table was installed. So instead of printing an error unconditionally check against EFI_NOT_FOUND and don't print anything if the table wasn't installed to begin with. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>