Re: [PATCH 0/9] Add UEFI Secure Boot detection and report the status to Linux

2020-12-04 Thread Daniel Kiper
On Thu, Dec 03, 2020 at 04:01:41PM +0100, Javier Martinez Canillas wrote: > > This patch series adds support for the GRUB to detect the UEFI Secure Boot > status using the SecureBoot and SetupMode EFI variables. It also reports > this to Linux by setting the .secure_boot field of struct boot_params

[PATCH 0/9] Add UEFI Secure Boot detection and report the status to Linux

2020-12-03 Thread Javier Martinez Canillas
This patch series adds support for the GRUB to detect the UEFI Secure Boot status using the SecureBoot and SetupMode EFI variables. It also reports this to Linux by setting the .secure_boot field of struct boot_params. Besides that, it contains some cleanups and fixes mostly around EFI support.