mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-04 18:13:31 +08: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>
16 lines
166 B
Plaintext
16 lines
166 B
Plaintext
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
|