]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: fix EFI_ENTRY point on get_active_pcr_banks
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Tue, 24 Oct 2023 15:43:53 +0000 (10:43 -0500)
committerIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 27 Oct 2023 10:17:21 +0000 (13:17 +0300)
commite9fc018a558ea931e599453e925d6cb5690112cb
tree4dd2196de6e9c6e43522a5dc771e8785a3b4d6cd
parent450afc350cd306e800f97baee0fbcaa0d1e8df80
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.

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/efi_tcg2.c