[U-Boot] [PATCH v3 09/28] x86: Add EFI board code
Simon Glass
sjg at chromium.org
Wed Aug 5 20:02:53 CEST 2015
On 5 August 2015 at 01:41, Bin Meng <bmeng.cn at gmail.com> wrote:
> On Wed, Aug 5, 2015 at 2:33 AM, Simon Glass <sjg at chromium.org> wrote:
>> From: Ben Stoltz <stoltz at 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 at google.com>
>> Signed-off-by: Simon Glass <sjg at chromium.org>
>> Reviewed-by: Bin Meng <bmeng.cn at 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 at gmail.com>
Applied to u-boot-x86.
More information about the U-Boot
mailing list