x86: Add EFI board code
authorBen Stoltz <stoltz@google.com>
Tue, 4 Aug 2015 18:33:47 +0000 (12:33 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Aug 2015 14:44:06 +0000 (08:44 -0600)
commit3e9aa3205529c3838e8e92d65e748c27012cca88
tree97db0784d8977f9ccfa9a946d6464a99ffb32323
parent3dcdd17b43c5cfd3a216169948dfd08d6741c631
x86: Add EFI board code

Add support for the efi-x86 board, which supports running U-Boot as an
EFI 32-bit application.

Signed-off-by: Ben Stoltz <stoltz@google.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/Kconfig
board/efi/Kconfig [new file with mode: 0644]
board/efi/efi-x86/Kconfig [new file with mode: 0644]
board/efi/efi-x86/MAINTAINERS [new file with mode: 0644]
board/efi/efi-x86/Makefile [new file with mode: 0644]
board/efi/efi-x86/efi.c [new file with mode: 0644]