
On 5 August 2015 at 01:41, Bin Meng bmeng.cn@gmail.com wrote:
On Wed, Aug 5, 2015 at 2:33 AM, Simon Glass sjg@chromium.org wrote:
From: Ben Stoltz stoltz@google.com
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
Changes in v3: None Changes in v2:
- Drop unnecessary SYS_CAR_ADDR/SIZE Kconfig options
- Fix text alignment in Kconfig files
arch/x86/Kconfig | 1 + board/efi/Kconfig | 19 +++++++++++++++++++ board/efi/efi-x86/Kconfig | 15 +++++++++++++++ board/efi/efi-x86/MAINTAINERS | 6 ++++++ board/efi/efi-x86/Makefile | 7 +++++++ board/efi/efi-x86/efi.c | 18 ++++++++++++++++++ 6 files changed, 66 insertions(+) create mode 100644 board/efi/Kconfig create mode 100644 board/efi/efi-x86/Kconfig create mode 100644 board/efi/efi-x86/MAINTAINERS create mode 100644 board/efi/efi-x86/Makefile create mode 100644 board/efi/efi-x86/efi.c
[snip]
Tested on Intel Crown Bay and QEMU Tested-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot-x86.