From 3e9aa3205529c3838e8e92d65e748c27012cca88 Mon Sep 17 00:00:00 2001 From: Ben Stoltz Date: Tue, 4 Aug 2015 12:33:47 -0600 Subject: 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 Signed-off-by: Simon Glass Reviewed-by: Bin Meng Tested-by: Bin Meng --- board/efi/efi-x86/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 board/efi/efi-x86/Kconfig (limited to 'board/efi/efi-x86/Kconfig') diff --git a/board/efi/efi-x86/Kconfig b/board/efi/efi-x86/Kconfig new file mode 100644 index 0000000000..fa609ba5d2 --- /dev/null +++ b/board/efi/efi-x86/Kconfig @@ -0,0 +1,15 @@ +if TARGET_EFI + +config SYS_BOARD + default "efi-x86" + +config SYS_VENDOR + default "efi" + +config SYS_SOC + default "efi" + +config SYS_CONFIG_NAME + default "efi-x86" + +endif -- cgit v1.2.3