[PATCH 0/4] x86/xen/efi: Initialize UEFI secure boot state during dom0 boot

From: Daniel Kiper
Date: Tue Jan 09 2018 - 09:23:30 EST


Hi,

Initialize UEFI secure boot state during dom0 boot. Otherwise the kernel
may not even know that it runs on secure boot enabled platform.

Daniel

arch/x86/xen/Makefile | 4 +++-
arch/x86/xen/efi.c | 14 +++++++++++++
drivers/firmware/efi/libstub/secureboot-core.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/firmware/efi/libstub/secureboot.c | 66 +++++------------------------------------------------------
4 files changed, 99 insertions(+), 62 deletions(-)

Daniel Kiper (4):
efi/stub: Extract efi_get_secureboot() to separate file
x86/xen/efi: Initialize boot_params.secure_boot in xen_efi_init()
efi: Tweak efi_get_secureboot() and its data section assignment
efi: Rename efi_get_secureboot() to __efi_get_secureboot() and make it static