Convert CONFIG_CMD_PCI to Kconfig
[platform/kernel/u-boot.git] / include / configs / ge_bx50v3.h
1 /*
2  * Copyright (C) 2015 Timesys Corporation
3  * Copyright (C) 2015 General Electric Company
4  * Copyright (C) 2014 Advantech
5  * Copyright (C) 2012 Freescale Semiconductor, Inc.
6  *
7  * Configuration settings for the GE MX6Q Bx50v3 boards.
8  *
9  * SPDX-License-Identifier:     GPL-2.0+
10  */
11
12 #ifndef __GE_BX50V3_CONFIG_H
13 #define __GE_BX50V3_CONFIG_H
14
15 #include <asm/arch/imx-regs.h>
16 #include <asm/mach-imx/gpio.h>
17
18 #define BX50V3_BOOTARGS_EXTRA
19 #if defined(CONFIG_TARGET_GE_B450V3)
20 #define CONFIG_BOARD_NAME       "General Electric B450v3"
21 #elif defined(CONFIG_TARGET_GE_B650V3)
22 #define CONFIG_BOARD_NAME       "General Electric B650v3"
23 #elif defined(CONFIG_TARGET_GE_B850V3)
24 #define CONFIG_BOARD_NAME       "General Electric B850v3"
25 #undef BX50V3_BOOTARGS_EXTRA
26 #define BX50V3_BOOTARGS_EXTRA   "video=DP-1:1024x768@60 " \
27                                 "video=HDMI-A-1:1024x768@60 "
28 #else
29 #define CONFIG_BOARD_NAME       "General Electric BA16 Generic"
30 #endif
31
32 #define CONFIG_MXC_UART_BASE    UART3_BASE
33 #define CONSOLE_DEV     "ttymxc2"
34
35 #define CONFIG_SUPPORT_EMMC_BOOT
36
37
38 #include "mx6_common.h"
39 #include <linux/sizes.h>
40
41 #define CONFIG_CMDLINE_TAG
42 #define CONFIG_SETUP_MEMORY_TAGS
43 #define CONFIG_INITRD_TAG
44 #define CONFIG_REVISION_TAG
45 #define CONFIG_SYS_MALLOC_LEN           (10 * SZ_1M)
46
47 #define CONFIG_MXC_GPIO
48 #define CONFIG_MXC_UART
49
50 #define CONFIG_MXC_OCOTP
51
52 /* SATA Configs */
53 #ifdef CONFIG_CMD_SATA
54 #define CONFIG_DWC_AHSATA
55 #define CONFIG_SYS_SATA_MAX_DEVICE      1
56 #define CONFIG_DWC_AHSATA_PORT_ID       0
57 #define CONFIG_DWC_AHSATA_BASE_ADDR     SATA_ARB_BASE_ADDR
58 #define CONFIG_LBA48
59 #define CONFIG_LIBATA
60 #endif
61
62 /* MMC Configs */
63 #define CONFIG_FSL_ESDHC
64 #define CONFIG_FSL_USDHC
65 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
66 #define CONFIG_BOUNCE_BUFFER
67
68 /* USB Configs */
69 #ifdef CONFIG_USB
70 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2
71 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
72 #define CONFIG_MXC_USB_PORTSC   (PORT_PTS_UTMI | PORT_PTS_PTW)
73 #define CONFIG_MXC_USB_FLAGS    0
74 #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP
75
76 #define CONFIG_CI_UDC
77 #define CONFIG_USBD_HS
78 #define CONFIG_USB_GADGET_DUALSPEED
79 #define CONFIG_USB_GADGET
80 #define CONFIG_USB_GADGET_DOWNLOAD
81 #define CONFIG_USB_GADGET_MASS_STORAGE
82 #define CONFIG_USB_FUNCTION_MASS_STORAGE
83 #define CONFIG_USB_GADGET_VBUS_DRAW 2
84 #define CONFIG_G_DNL_VENDOR_NUM   0x0525
85 #define CONFIG_G_DNL_PRODUCT_NUM  0xa4a5
86 #define CONFIG_G_DNL_MANUFACTURER "Advantech"
87 #endif
88
89 /* Networking Configs */
90 #ifdef CONFIG_NET
91 #define CONFIG_FEC_MXC
92 #define CONFIG_MII
93 #define IMX_FEC_BASE                    ENET_BASE_ADDR
94 #define CONFIG_FEC_XCV_TYPE             RGMII
95 #define CONFIG_ETHPRIME         "FEC"
96 #define CONFIG_FEC_MXC_PHYADDR          4
97 #define CONFIG_PHY_ATHEROS
98 #endif
99
100 /* Serial Flash */
101 #ifdef CONFIG_CMD_SF
102 #define CONFIG_MXC_SPI
103 #define CONFIG_SF_DEFAULT_BUS           0
104 #define CONFIG_SF_DEFAULT_CS            0
105 #define CONFIG_SF_DEFAULT_SPEED 20000000
106 #define CONFIG_SF_DEFAULT_MODE          SPI_MODE_0
107 #endif
108
109 /* allow to overwrite serial and ethaddr */
110 #define CONFIG_ENV_OVERWRITE
111 #define CONFIG_CONS_INDEX       1
112
113 #define CONFIG_LOADADDR 0x12000000
114 #define CONFIG_SYS_TEXT_BASE    0x17800000
115
116 #define CONFIG_EXTRA_ENV_SETTINGS \
117         "script=boot.scr\0" \
118         "image=/boot/uImage\0" \
119         "uboot=u-boot.imx\0" \
120         "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
121         "fdt_addr=0x18000000\0" \
122         "boot_fdt=yes\0" \
123         "ip_dyn=yes\0" \
124         "console=" CONSOLE_DEV "\0" \
125         "fdt_high=0xffffffff\0"   \
126         "initrd_high=0xffffffff\0" \
127         "sddev=0\0" \
128         "emmcdev=1\0" \
129         "partnum=1\0" \
130         "update_sd_firmware=" \
131                 "if test ${ip_dyn} = yes; then " \
132                         "setenv get_cmd dhcp; " \
133                 "else " \
134                         "setenv get_cmd tftp; " \
135                 "fi; " \
136                 "if mmc dev ${mmcdev}; then "   \
137                         "if ${get_cmd} ${update_sd_firmware_filename}; then " \
138                                 "setexpr fw_sz ${filesize} / 0x200; " \
139                                 "setexpr fw_sz ${fw_sz} + 1; "  \
140                                 "mmc write ${loadaddr} 0x2 ${fw_sz}; " \
141                         "fi; "  \
142                 "fi\0" \
143         "update_sf_uboot=" \
144                 "if tftp $loadaddr $uboot; then " \
145                         "sf probe; " \
146                         "sf erase 0 0xC0000; " \
147                         "sf write $loadaddr 0x400 $filesize; " \
148                         "echo 'U-Boot upgraded. Please reset'; " \
149                 "fi\0" \
150         "setargs=setenv bootargs console=${console},${baudrate} " \
151                 "root=/dev/${rootdev} rw rootwait cma=128M " \
152                 BX50V3_BOOTARGS_EXTRA "\0" \
153         "loadbootscript=" \
154                 "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${script};\0" \
155         "bootscript=echo Running bootscript from ${dev}:${devnum}:${partnum};" \
156                 " source\0" \
157         "loadimage=" \
158                 "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${image}\0" \
159         "loadfdt=ext2load ${dev} ${devnum}:${partnum} ${fdt_addr} ${fdt_file}\0" \
160         "tryboot=" \
161                 "if run loadbootscript; then " \
162                         "run bootscript; " \
163                 "else " \
164                         "if run loadimage; then " \
165                                 "run doboot; " \
166                         "fi; " \
167                 "fi;\0" \
168         "doboot=echo Booting from ${dev}:${devnum}:${partnum} ...; " \
169                 "run setargs; " \
170                 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
171                         "if run loadfdt; then " \
172                                 "bootm ${loadaddr} - ${fdt_addr}; " \
173                         "else " \
174                                 "if test ${boot_fdt} = try; then " \
175                                         "bootm; " \
176                                 "else " \
177                                         "echo WARN: Cannot load the DT; " \
178                                 "fi; " \
179                         "fi; " \
180                 "else " \
181                         "bootm; " \
182                 "fi;\0" \
183         "netargs=setenv bootargs console=${console},${baudrate} " \
184                 "root=/dev/nfs " \
185                 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
186         "netboot=echo Booting from net ...; " \
187                 "run netargs; " \
188                 "if test ${ip_dyn} = yes; then " \
189                         "setenv get_cmd dhcp; " \
190                 "else " \
191                         "setenv get_cmd tftp; " \
192                 "fi; " \
193                 "${get_cmd} ${image}; " \
194                 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
195                         "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
196                                 "bootm ${loadaddr} - ${fdt_addr}; " \
197                         "else " \
198                                 "if test ${boot_fdt} = try; then " \
199                                         "bootm; " \
200                                 "else " \
201                                         "echo WARN: Cannot load the DT; " \
202                                 "fi; " \
203                         "fi; " \
204                 "else " \
205                         "bootm; " \
206                 "fi;\0" \
207
208 #define CONFIG_MMCBOOTCOMMAND \
209         "setenv dev mmc; " \
210         "setenv rootdev mmcblk0p${partnum}; " \
211         \
212         "setenv devnum ${sddev}; " \
213         "if mmc dev ${devnum}; then " \
214                 "run tryboot; " \
215                 "setenv rootdev mmcblk1p${partnum}; " \
216         "fi; " \
217         \
218         "setenv devnum ${emmcdev}; " \
219         "if mmc dev ${devnum}; then " \
220                 "run tryboot; " \
221         "fi; " \
222
223 #define CONFIG_USBBOOTCOMMAND \
224         "usb start; " \
225         "setenv dev usb; " \
226         "setenv devnum 0; " \
227         "setenv rootdev sda${partnum}; " \
228         "run tryboot; " \
229         \
230         CONFIG_MMCBOOTCOMMAND \
231         "bmode usb; " \
232
233 #ifdef CONFIG_CMD_USB
234 #define CONFIG_BOOTCOMMAND CONFIG_USBBOOTCOMMAND
235 #else
236 #define CONFIG_BOOTCOMMAND CONFIG_MMCBOOTCOMMAND
237 #endif
238
239 #define CONFIG_ARP_TIMEOUT     200UL
240
241 /* Miscellaneous configurable options */
242 #define CONFIG_SYS_LONGHELP
243 #define CONFIG_AUTO_COMPLETE
244
245 /* Print Buffer Size */
246 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
247 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
248
249 #define CONFIG_SYS_MEMTEST_START       0x10000000
250 #define CONFIG_SYS_MEMTEST_END         0x10010000
251 #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
252
253 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
254
255 #define CONFIG_CMDLINE_EDITING
256
257 /* Physical Memory Map */
258 #define CONFIG_NR_DRAM_BANKS           1
259 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
260
261 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM
262 #define CONFIG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR
263 #define CONFIG_SYS_INIT_RAM_SIZE       IRAM_SIZE
264
265 #define CONFIG_SYS_INIT_SP_OFFSET \
266         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
267 #define CONFIG_SYS_INIT_SP_ADDR \
268         (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
269
270 /* environment organization */
271 #define CONFIG_ENV_SIZE         (8 * 1024)
272 #define CONFIG_ENV_OFFSET               (768 * 1024)
273 #define CONFIG_ENV_SECT_SIZE            (64 * 1024)
274 #define CONFIG_ENV_SPI_BUS              CONFIG_SF_DEFAULT_BUS
275 #define CONFIG_ENV_SPI_CS               CONFIG_SF_DEFAULT_CS
276 #define CONFIG_ENV_SPI_MODE             CONFIG_SF_DEFAULT_MODE
277 #define CONFIG_ENV_SPI_MAX_HZ           CONFIG_SF_DEFAULT_SPEED
278
279 #ifndef CONFIG_SYS_DCACHE_OFF
280 #endif
281
282 #define CONFIG_SYS_FSL_USDHC_NUM        3
283
284 /* Framebuffer */
285 #ifdef CONFIG_VIDEO
286 #define CONFIG_VIDEO_IPUV3
287 #define CONFIG_VIDEO_BMP_RLE8
288 #define CONFIG_SPLASH_SCREEN
289 #define CONFIG_SPLASH_SCREEN_ALIGN
290 #define CONFIG_BMP_16BPP
291 #define CONFIG_VIDEO_LOGO
292 #define CONFIG_VIDEO_BMP_LOGO
293 #define CONFIG_IPUV3_CLK 260000000
294 #define CONFIG_IMX_HDMI
295 #define CONFIG_IMX_VIDEO_SKIP
296 #endif
297
298 #define CONFIG_PWM_IMX
299 #define CONFIG_IMX6_PWM_PER_CLK 66000000
300
301 #ifdef CONFIG_CMD_PCI
302 #define CONFIG_PCI_SCAN_SHOW
303 #define CONFIG_PCIE_IMX
304 #define CONFIG_PCIE_IMX_PERST_GPIO      IMX_GPIO_NR(7, 12)
305 #define CONFIG_PCIE_IMX_POWER_GPIO      IMX_GPIO_NR(1, 5)
306 #endif
307
308 /* I2C Configs */
309 #define CONFIG_SYS_I2C
310 #define CONFIG_SYS_I2C_MXC
311 #define CONFIG_SYS_I2C_SPEED              100000
312 #define CONFIG_SYS_I2C_MXC_I2C1
313 #define CONFIG_SYS_I2C_MXC_I2C2
314 #define CONFIG_SYS_I2C_MXC_I2C3
315
316 #endif  /* __GE_BX50V3_CONFIG_H */