summaryrefslogtreecommitdiff
path: root/doc/README.x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-11-07 08:47:16 -0700
committerAlexander Graf <agraf@suse.de>2016-11-14 23:24:04 +0100
commit58ad86288fd32f1f969ac654f2074c090f0abe32 (patch)
tree6e1e10ca88e11026cb2dc443c909d3998eabd8c3 /doc/README.x86
parent5bd828b5329ed9b7c85beae1e532daa710f22168 (diff)
x86: Enable EFI loader support
Enable this so that EFI applications (notably grub) can be run under U-Boot on x86 platforms. At present the 'hello world' EFI application is not supported for the qemu-x86_efi_payload64 board. That board builds a payload consisting of a 64-bit header and a 32-bit U-Boot, which is incompatible with the way the EFI loader builds its EFI application. The following error is obtained: x86_64-linux-ld.bfd: i386 architecture of input file `lib/efi_loader/helloworld.o' is incompatible with i386:x86-64 output This could be corrected with additional Makefile rules. For now, this feature is disabled for that board. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [agraf: drop hello kconfig bits] Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'doc/README.x86')
-rw-r--r--doc/README.x861
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README.x86 b/doc/README.x86
index 679955983b..a38cc1bc6c 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -1077,7 +1077,6 @@ TODO List
---------
- Audio
- Chrome OS verified boot
-- Support for CONFIG_EFI_LOADER
- Building U-Boot to run in 64-bit mode
References