mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
3e9aa32055
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>
15 lines
166 B
Text
15 lines
166 B
Text
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
|