blob: f91ffa1325495a641cc4b05442247c1aaa82233e [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
Stefan Roese82ceba22016-03-16 08:48:21 +010026
27config PCIE_ECAM_BASE
28 default 0xe0000000
29
30endif