Stefan Roese | 82ceba2 | 2016-03-16 08:48:21 +0100 | [diff] [blame] | 1 | if TARGET_CONGA_QEVAL20_QA3_E3845 |
| 2 | |
| 3 | config SYS_BOARD |
| 4 | default "conga-qeval20-qa3-e3845" |
| 5 | |
| 6 | config SYS_VENDOR |
| 7 | default "congatec" |
| 8 | |
| 9 | config SYS_SOC |
| 10 | default "baytrail" |
| 11 | |
| 12 | config SYS_CONFIG_NAME |
| 13 | default "conga-qeval20-qa3-e3845" |
| 14 | |
| 15 | config SYS_TEXT_BASE |
| 16 | default 0xfff00000 if !EFI_STUB |
| 17 | default 0x01110000 if EFI_STUB |
| 18 | |
| 19 | config 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 | |
| 25 | config PCIE_ECAM_BASE |
| 26 | default 0xe0000000 |
| 27 | |
| 28 | endif |