Re: [PATCH 5/8] efi: Get the secure boot status [ver #4]

From: David Howells
Date: Wed Dec 07 2016 - 06:49:56 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> index d85b9625e836..c418ccc8c98e 100644
> --- a/arch/x86/boot/compressed/head_32.S
> +++ b/arch/x86/boot/compressed/head_32.S
> @@ -61,6 +61,7 @@
>
> __HEAD
> ENTRY(startup_32)
> + movb $0, BP_secure_boot(%rsi)
> #ifdef CONFIG_EFI_STUB
> jmp preferred_addr
>

Bah. Forgot to compile for i386. Will repost.

David