mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
5091a8b04d
To support more input characters (longer stings pasted into the U-Boot prompt) without dropping, lets selects the recently added UART RX buffer for these boards. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
31 lines
679 B
Text
31 lines
679 B
Text
config SYS_BOARD
|
|
default "dfi-bt700"
|
|
|
|
config SYS_VENDOR
|
|
default "dfi"
|
|
|
|
config SYS_SOC
|
|
default "baytrail"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "dfi-bt700" if TARGET_Q7X_151_DFI_BT700
|
|
default "theadorable-x86-dfi-bt700" if TARGET_THEADORABLE_X86_DFI_BT700
|
|
|
|
config SYS_TEXT_BASE
|
|
default 0xfff00000 if !EFI_STUB
|
|
default 0x01110000 if EFI_STUB
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select X86_RESET_VECTOR if !EFI_STUB
|
|
select INTEL_BAYTRAIL
|
|
select BOARD_ROMSIZE_KB_8192
|
|
select BOARD_EARLY_INIT_F
|
|
select BOARD_LATE_INIT
|
|
select SPI_FLASH_STMICRO
|
|
imply SPI_FLASH_SPANSION
|
|
imply SPI_FLASH_WINBOND
|
|
select SERIAL_RX_BUFFER
|
|
|
|
config PCIE_ECAM_BASE
|
|
default 0xe0000000
|