]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add EFI board code
authorBen Stoltz <stoltz@google.com>
Tue, 4 Aug 2015 18:33:47 +0000 (12:33 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:55 +0000 (08:00 +0200)
commitf0694ddeb1be4c1703d64c03aefe4e647a86902d
tree4d019adb3d4051f87588f07240ece7af29834eda
parentfa01524dc49e89e2a3c7169ad2c776c4f6c1d6e9
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]