diff options
author | Ben Stoltz <stoltz@google.com> | 2015-08-04 12:33:50 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 08:44:06 -0600 |
commit | cd326a32c9fc317af30d682db2ba8f3242bc1221 (patch) | |
tree | b107e37dd64b92ccba6259ebcc6316bff8081afd /configs/efi-x86_defconfig | |
parent | a42bfe02d3042b82c9381bb6c96dadae37594c28 (diff) | |
download | u-boot-imx-cd326a32c9fc317af30d682db2ba8f3242bc1221.zip u-boot-imx-cd326a32c9fc317af30d682db2ba8f3242bc1221.tar.gz u-boot-imx-cd326a32c9fc317af30d682db2ba8f3242bc1221.tar.bz2 |
x86: Add definitions for the x86-efi board and plumb it in
Add configuration and Kconfig changes for this board.
Signed-off-by: Ben Stoltz <stoltz@google.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/efi-x86_defconfig')
-rw-r--r-- | configs/efi-x86_defconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig new file mode 100644 index 0000000..1aa0655 --- /dev/null +++ b/configs/efi-x86_defconfig @@ -0,0 +1,16 @@ +CONFIG_X86=y +CONFIG_VENDOR_EFI=y +CONFIG_TARGET_EFI=y +CONFIG_TSC_CALIBRATION_BYPASS=y +CONFIG_OF_CONTROL=y +CONFIG_OF_EMBED=y +CONFIG_DM_PCI=y +CONFIG_DEFAULT_DEVICE_TREE="efi" +CONFIG_EFI=y +CONFIG_EFI_APP=y +CONFIG_DEBUG_UART=y +CONFIG_DEBUG_EFI_CONSOLE=y +CONFIG_DEBUG_UART_BASE=0 +CONFIG_DEBUG_UART_CLOCK=0 +# CONFIG_CMD_NET is not set +# CONFIG_CMD_BOOTM is not set |