blob: 9f31238930fe85f55262ed3a6c0e037d672625b3 [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
24
25config PCIE_ECAM_BASE
26 default 0xe0000000
27
28endif