From: Bartosz Szczepanek <bsz@xxxxxxxxxxxx> Add efi_retrieve_tpm2_eventlog() call to ARM efi_entry() function. There's no reason to assume that TPM2 EFI structures are not available on ARM architecture. Signed-off-by: Bartosz Szczepanek <bsz@xxxxxxxxxxxx> --- drivers/firmware/efi/libstub/arm-stub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/firmware/efi/libstub/arm-stub.c b/drivers/firmware/efi/libstub/arm-stub.c index eee42d5e25ee..d3af12ec32e4 100644 --- a/drivers/firmware/efi/libstub/arm-stub.c +++ b/drivers/firmware/efi/libstub/arm-stub.c @@ -197,6 +197,7 @@ unsigned long efi_entry(void *handle, efi_system_table_t *sys_table, /* Ask the firmware to clear memory on unclean shutdown */ efi_enable_reset_attack_mitigation(sys_table); + efi_retrieve_tpm2_eventlog(sys_table); secure_boot = efi_get_secureboot(sys_table); -- 2.14.4