blob: 9e44413c2ceca0c06f5a2e91f28a82fa13fef547 [file] [log] [blame]
Stefan Roese82ceba22016-03-16 08:48:21 +01001config SYS_BOARD
2 default "conga-qeval20-qa3-e3845"
3
4config SYS_VENDOR
5 default "congatec"
6
7config SYS_SOC
8 default "baytrail"
9
10config SYS_CONFIG_NAME
Stefan Roese14a937f2017-08-08 11:52:13 +020011 default "conga-qeval20-qa3-e3845" if TARGET_CONGA_QEVAL20_QA3_E3845
12 default "theadorable-x86-conga-qa3-e3845" if TARGET_THEADORABLE_X86_CONGA_QA3_E3845
Stefan Roese82ceba22016-03-16 08:48:21 +010013
14config SYS_TEXT_BASE
15 default 0xfff00000 if !EFI_STUB
16 default 0x01110000 if EFI_STUB
17
18config BOARD_SPECIFIC_OPTIONS # dummy
19 def_bool y
20 select X86_RESET_VECTOR if !EFI_STUB
21 select INTEL_BAYTRAIL
22 select BOARD_ROMSIZE_KB_8192
Bin Meng30b1ecd2017-07-30 06:23:11 -070023 select BOARD_EARLY_INIT_F
Stefan Roesedb1d20a2017-07-18 14:10:45 +020024 select BOARD_LATE_INIT
Bin Meng1df7f0b2017-07-30 06:23:26 -070025 select SPI_FLASH_STMICRO
Stefan Roese14a937f2017-08-08 11:52:13 +020026 imply SPI_FLASH_SPANSION
27 imply SPI_FLASH_WINBOND
Stefan Roeseb48dcd32017-08-16 17:37:17 +020028 select SERIAL_RX_BUFFER
Stefan Roese82ceba22016-03-16 08:48:21 +010029
30config PCIE_ECAM_BASE
31 default 0xe0000000