x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support
[platform/kernel/u-boot.git] / include / configs / conga-qeval20-qa3-e3845.h
1 /*
2  * Copyright (C) 2016 Stefan Roese <sr@denx.de>
3  *
4  * SPDX-License-Identifier:     GPL-2.0+
5  */
6
7 /*
8  * board/config.h - configuration options, board specific
9  */
10
11 #ifndef __CONFIG_H
12 #define __CONFIG_H
13
14 #include <configs/x86-common.h>
15
16 #define CONFIG_SYS_MONITOR_LEN          (1 << 20)
17 #define CONFIG_BOARD_EARLY_INIT_F
18 #define CONFIG_ARCH_EARLY_INIT_R
19 #define CONFIG_ARCH_MISC_INIT
20
21 #define CONFIG_PCI_PNP
22
23 #define CONFIG_STD_DEVICES_SETTINGS     "stdin=serial\0" \
24                                         "stdout=serial\0" \
25                                         "stderr=serial\0"
26
27 #define CONFIG_SCSI_DEV_LIST            \
28         {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \
29         {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT}
30
31 #define CONFIG_MMC
32 #define CONFIG_SDHCI
33 #define CONFIG_GENERIC_MMC
34 #define CONFIG_MMC_SDMA
35 #define CONFIG_CMD_MMC
36
37 #undef CONFIG_USB_MAX_CONTROLLER_COUNT
38 #define CONFIG_USB_MAX_CONTROLLER_COUNT         1
39
40 #define VIDEO_IO_OFFSET                         0
41 #define CONFIG_X86EMU_RAW_IO
42 #define CONFIG_CMD_BMP
43
44 #define CONFIG_ENV_SECT_SIZE            0x1000
45 #define CONFIG_ENV_OFFSET               0x007fe000
46
47 #undef CONFIG_BOOTARGS
48 #undef CONFIG_BOOTCOMMAND
49
50 #define CONFIG_BOOTARGS         \
51         "root=/dev/sda1 ro quiet"
52 #define CONFIG_BOOTCOMMAND      \
53         "load scsi 0:1 03000000 /boot/vmlinuz-4.2.0-26-generic;" \
54         "load scsi 0:1 04000000 /boot/initrd.img-4.2.0-26-generic;" \
55         "run boot"
56
57 #undef CONFIG_EXTRA_ENV_SETTINGS
58 #define CONFIG_EXTRA_ENV_SETTINGS                               \
59         "boot=zboot 03000000 0 04000000 ${filesize}\0"          \
60         "upd_uboot=tftp 100000 conga/u-boot.rom;"               \
61                 "sf probe;sf update 100000 0 7fe000\0"
62
63 #define CONFIG_PREBOOT
64
65 #endif  /* __CONFIG_H */