The following changes since commit a99d8080aaf358d5d23581244e5da23b35e340b9: Linux 5.4-rc6 (2019-11-03 14:07:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next for you to fetch changes up to d99c1ba6a73b9e93e2884b7893fe19e3c082ba03: efi: libstub/tpm: enable tpm eventlog function for ARM platforms (2019-11-07 10:18:45 +0100) ---------------------------------------------------------------- EFI changes for v5.5: - 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. ---------------------------------------------------------------- Ard Biesheuvel (1): MAINTAINERS: update Ard's email address to @kernel.org Dominik Brodowski (2): efi/random: use arch-independent efi_call_proto() x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table Xinwei Kong (1): efi: libstub/tpm: enable tpm eventlog function for ARM platforms .mailmap | 1 + MAINTAINERS | 8 ++++---- arch/x86/boot/compressed/eboot.c | 3 +++ drivers/firmware/efi/libstub/Makefile | 5 +++-- drivers/firmware/efi/libstub/arm-stub.c | 2 ++ drivers/firmware/efi/libstub/efistub.h | 2 -- drivers/firmware/efi/libstub/random.c | 23 ++++++++++++++++++----- include/linux/efi.h | 2 ++ 8 files changed, 33 insertions(+), 13 deletions(-)