blob: 24b8f695ac4a4e42ffb60e7cad1ed54c6c2c3811 [file] [log] [blame]
Stefan Roese2a0b94c2016-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
Stefan Roeseaaf07ef2017-07-18 14:10:45 +020024 select BOARD_LATE_INIT
Stefan Roese2a0b94c2016-03-16 08:48:21 +010025
26config PCIE_ECAM_BASE
27 default 0xe0000000
28
29endif