blob: c2649d299f1f4028f08445698e2085837040f235 [file] [log] [blame]
Stefan Roese82ceba22016-03-16 08:48:21 +01001if TARGET_CONGA_QEVAL20_QA3_E3845
2
3config SYS_BOARD
4 default "conga-qeval20-qa3-e3845"
5
6config SYS_VENDOR
7 default "congatec"
8
9config SYS_SOC
10 default "baytrail"
11
12config SYS_CONFIG_NAME
13 default "conga-qeval20-qa3-e3845"
14
15config SYS_TEXT_BASE
16 default 0xfff00000 if !EFI_STUB
17 default 0x01110000 if EFI_STUB
18
19config BOARD_SPECIFIC_OPTIONS # dummy
20 def_bool y
21 select X86_RESET_VECTOR if !EFI_STUB
22 select INTEL_BAYTRAIL
23 select BOARD_ROMSIZE_KB_8192
Bin Meng30b1ecd2017-07-30 06:23:11 -070024 select BOARD_EARLY_INIT_F
Stefan Roesedb1d20a2017-07-18 14:10:45 +020025 select BOARD_LATE_INIT
Bin Meng1df7f0b2017-07-30 06:23:26 -070026 select SPI_FLASH_STMICRO
Stefan Roese82ceba22016-03-16 08:48:21 +010027
28config PCIE_ECAM_BASE
29 default 0xe0000000
30
31endif