commit | 946b311e47da22e409f2b0af5a3930db465e7eb8 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Thu Oct 19 11:21:55 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 27 16:01:47 2023 -0400 |
tree | bf12cdd2a2644a42ae7fe960130bb2bd650d32b8 | |
parent | 526697d01cdfd5a9fdf505e934dd6f5131918c43 [diff] |
efi_loader: fix EFI_ENTRY point on get_active_pcr_banks efi_tcg2_get_active_pcr_banks doesn't immediately call the EFI_ENTRY() wrapper once it enters the function. Move the call a few lines above to cover the error cases properly as well. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>