Message ID | 20200308080859.21568-2-ardb@kernel.org |
---|---|
State | Superseded |
Headers | show |
Series | [01/28] efi/x86: Add TPM related EFI tables to unencrypted mapping checks | expand |
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c index ebcec4bd273f..3ce695501681 100644 --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c @@ -88,6 +88,8 @@ static const unsigned long * const efi_tables[] = { #ifdef CONFIG_EFI_RCI2_TABLE &rci2_table_phys, #endif + &efi.tpm_log, + &efi.tpm_final_log, }; u64 efi_setup; /* efi setup_data physical address */