aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-11-12 11:20:17 +0100
committerThomas Gleixner <tglx@linutronix.de>2019-11-12 11:20:17 +0100
commit2278f452a12d5b5b01f96441a7a4336710365022 (patch)
treea45a45d098ccecd7edfc3303e38ab4699568e8f5 /include/linux
parentLinux 5.4-rc6 (diff)
parentefi: libstub/tpm: enable tpm eventlog function for ARM platforms (diff)
downloadwireguard-linux-2278f452a12d5b5b01f96441a7a4336710365022.tar.xz
wireguard-linux-2278f452a12d5b5b01f96441a7a4336710365022.zip
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core
Pull EFI changes for v5.5 from Ard Biesheuvel: - Change my email address to @kernel.org so I am no longer at the mercy of useless corporate email infrastructure - Wire up the EFI RNG code for x86. This enables an additional source of entropy during early boot. - Enable the TPM event log code on ARM platforms.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/efi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h
index d87acf62958e..028efa7a9f3b 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -1645,6 +1645,8 @@ static inline void
efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg) { }
#endif
+efi_status_t efi_random_get_seed(efi_system_table_t *sys_table_arg);
+
void efi_retrieve_tpm2_eventlog(efi_system_table_t *sys_table);
/*