]> git.sur5r.net Git - u-boot/commit
x86: efi: Add EFI loader support for x86
authorSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2016 21:27:35 +0000 (15:27 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 19 Oct 2016 07:01:53 +0000 (09:01 +0200)
commit65e4c0b168651285adeab66f32f3a14668f3e4bd
tree8711b3cce722539e32d03ada4a2d994a11f7eb3c
parente275458c2f011a7e66ac01e6558f15f4cf4972f9
x86: efi: Add EFI loader support for x86

Add the required pieces to support the EFI loader on x86.

Since U-Boot only builds for 32-bit on x86, only a 32-bit EFI application
is supported. If a 64-bit kernel must be booted, U-Boot supports this
directly using FIT (see doc/uImage.FIT/kernel.its). U-Boot can act as a
payload for both 32-bit and 64-bit EFI.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/x86/cpu/u-boot.lds
arch/x86/lib/Makefile
arch/x86/lib/sections.c [new file with mode: 0644]
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_runtime.c