Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1198767
| From | Matt Fleming <matt@codeblueprint.co.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V2] efi: fix 32bit kernel boot failed problem using efi |
| Date | 2015-08-03 13:50 +0200 |
| Message-ID | <pTmpH-1Yc-3@gated-at.bofh.it> (permalink) |
| References | <pTdmq-5xR-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 03 Aug, at 10:02:49AM, fupan.li@windriver.com wrote:
> From: fli <fupan.li@windriver.com>
>
> Commit 35d5134b7d5a
> ("x86/efi: Correct EFI boot stub use of code32_start")
> imported a bug, which will cause 32bit kernel boot failed
> using efi method. It should use the label's address instead
> of the value stored in the label to caculate the address of
> code32_start.
>
> Signed-off-by: Fupan Li <fupan.li@windriver.com>
> ---
> arch/x86/boot/compressed/head_32.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Matt Fleming <matt.fleming@intel.com>
--
Matt Fleming, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V2] efi: fix 32bit kernel boot failed problem using efi <fupan.li@windriver.com> - 2015-08-03 04:10 +0200
Re: [PATCH V2] efi: fix 32bit kernel boot failed problem using efi Matt Fleming <matt@codeblueprint.co.uk> - 2015-08-03 13:50 +0200
Re: [PATCH V2] efi: fix 32bit kernel boot failed problem using efi Greg KH <gregkh@linuxfoundation.org> - 2015-08-03 18:20 +0200
Re: [PATCH V2] efi: fix 32bit kernel boot failed problem using efi Ben Hutchings <ben@decadent.org.uk> - 2015-08-04 00:20 +0200
csiph-web