Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1537697

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

From David Howells <dhowells@redhat.com>
Newsgroups linux.kernel
Subject Re: [PATCH 5/8] efi: Get the secure boot status [ver #4]
Date 2016-12-07 13:00 +0100
Message-ID <sLJ3b-83N-15@gated-at.bofh.it> (permalink)
References <sLIqz-7Qr-9@gated-at.bofh.it> <sLIqt-7Qr-3@gated-at.bofh.it> <sLIqz-7Qr-9@gated-at.bofh.it>
Organization Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903

Show all headers | View raw


David Howells <dhowells@redhat.com> 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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 5/8] efi: Get the secure boot status [ver #4] David Howells <dhowells@redhat.com> - 2016-12-07 12:20 +0100
  Re: [PATCH 5/8] efi: Get the secure boot status [ver #4] David Howells <dhowells@redhat.com> - 2016-12-07 13:00 +0100

csiph-web