a2adbeba74d569ade0ed1b04ec6b29a5af3ceb8d
[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/imx-common/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_CMD_FUSE
51 #define CONFIG_MXC_OCOTP
52
53 /* SATA Configs */
54 #ifdef CONFIG_CMD_SATA
55 #define CONFIG_DWC_AHSATA
56 #define CONFIG_SYS_SATA_MAX_DEVICE      1
57 #define CONFIG_DWC_AHSATA_PORT_ID       0
58 #define CONFIG_DWC_AHSATA_BASE_ADDR     SATA_ARB_BASE_ADDR
59 #define CONFIG_LBA48
60 #define CONFIG_LIBATA
61 #endif
62
63 /* MMC Configs */
64 #define CONFIG_FSL_ESDHC
65 #define CONFIG_FSL_USDHC
66 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
67 #define CONFIG_BOUNCE_BUFFER
68
69 /* USB Configs */
70 #ifdef CONFIG_USB
71 #define CONFIG_USB_EHCI
72 #define CONFIG_USB_EHCI_MX6
73 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2
74 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
75 #define CONFIG_MXC_USB_PORTSC   (PORT_PTS_UTMI | PORT_PTS_PTW)
76 #define CONFIG_MXC_USB_FLAGS    0
77 #define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP
78
79 #define CONFIG_CI_UDC
80 #define CONFIG_USBD_HS
81 #define CONFIG_USB_GADGET_DUALSPEED
82 #define CONFIG_USB_GADGET
83 #define CONFIG_USB_GADGET_DOWNLOAD
84 #define CONFIG_USB_GADGET_MASS_STORAGE
85 #define CONFIG_USB_FUNCTION_MASS_STORAGE
86 #define CONFIG_USB_GADGET_VBUS_DRAW 2
87 #define CONFIG_G_DNL_VENDOR_NUM   0x0525
88 #define CONFIG_G_DNL_PRODUCT_NUM  0xa4a5
89 #define CONFIG_G_DNL_MANUFACTURER "Advantech"
90 #endif
91
92 /* Networking Configs */
93 #ifdef CONFIG_NET
94 #define CONFIG_FEC_MXC
95 #define CONFIG_MII
96 #define IMX_FEC_BASE                    ENET_BASE_ADDR
97 #define CONFIG_FEC_XCV_TYPE             RGMII
98 #define CONFIG_ETHPRIME         "FEC"
99 #define CONFIG_FEC_MXC_PHYADDR          4
100 #define CONFIG_PHYLIB
101 #define CONFIG_PHY_ATHEROS
102 #endif
103
104 /* Serial Flash */
105 #ifdef CONFIG_CMD_SF
106 #define CONFIG_MXC_SPI
107 #define CONFIG_SF_DEFAULT_BUS           0
108 #define CONFIG_SF_DEFAULT_CS            0
109 #define CONFIG_SF_DEFAULT_SPEED 20000000
110 #define CONFIG_SF_DEFAULT_MODE          SPI_MODE_0
111 #endif
112
113 /* allow to overwrite serial and ethaddr */
114 #define CONFIG_ENV_OVERWRITE
115 #define CONFIG_CONS_INDEX       1
116 #define CONFIG_BAUDRATE 115200
117
118 /* Command definition */
119 #define CONFIG_CMD_BMODE
120
121 #define CONFIG_LOADADDR 0x12000000
122 #define CONFIG_SYS_TEXT_BASE    0x17800000
123
124 #define CONFIG_EXTRA_ENV_SETTINGS \
125         "script=boot.scr\0" \
126         "image=/boot/uImage\0" \
127         "uboot=u-boot.imx\0" \
128         "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
129         "fdt_addr=0x18000000\0" \
130         "boot_fdt=yes\0" \
131         "ip_dyn=yes\0" \
132         "console=" CONSOLE_DEV "\0" \
133         "fdt_high=0xffffffff\0"   \
134         "initrd_high=0xffffffff\0" \
135         "sddev=0\0" \
136         "emmcdev=1\0" \
137         "partnum=1\0" \
138         "update_sd_firmware=" \
139                 "if test ${ip_dyn} = yes; then " \
140                         "setenv get_cmd dhcp; " \
141                 "else " \
142                         "setenv get_cmd tftp; " \
143                 "fi; " \
144                 "if mmc dev ${mmcdev}; then "   \
145                         "if ${get_cmd} ${update_sd_firmware_filename}; then " \
146                                 "setexpr fw_sz ${filesize} / 0x200; " \
147                                 "setexpr fw_sz ${fw_sz} + 1; "  \
148                                 "mmc write ${loadaddr} 0x2 ${fw_sz}; " \
149                         "fi; "  \
150                 "fi\0" \
151         "update_sf_uboot=" \
152                 "if tftp $loadaddr $uboot; then " \
153                         "sf probe; " \
154                         "sf erase 0 0xC0000; " \
155                         "sf write $loadaddr 0x400 $filesize; " \
156                         "echo 'U-Boot upgraded. Please reset'; " \
157                 "fi\0" \
158         "setargs=setenv bootargs console=${console},${baudrate} " \
159                 "root=/dev/${rootdev} rw rootwait cma=128M " \
160                 BX50V3_BOOTARGS_EXTRA "\0" \
161         "loadbootscript=" \
162                 "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${script};\0" \
163         "bootscript=echo Running bootscript from ${dev}:${devnum}:${partnum};" \
164                 " source\0" \
165         "loadimage=" \
166                 "ext2load ${dev} ${devnum}:${partnum} ${loadaddr} ${image}\0" \
167         "loadfdt=ext2load ${dev} ${devnum}:${partnum} ${fdt_addr} ${fdt_file}\0" \
168         "tryboot=" \
169                 "if run loadbootscript; then " \
170                         "run bootscript; " \
171                 "else " \
172                         "if run loadimage; then " \
173                                 "run doboot; " \
174                         "fi; " \
175                 "fi;\0" \
176         "doboot=echo Booting from ${dev}:${devnum}:${partnum} ...; " \
177                 "run setargs; " \
178                 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
179                         "if run loadfdt; then " \
180                                 "bootm ${loadaddr} - ${fdt_addr}; " \
181                         "else " \
182                                 "if test ${boot_fdt} = try; then " \
183                                         "bootm; " \
184                                 "else " \
185                                         "echo WARN: Cannot load the DT; " \
186                                 "fi; " \
187                         "fi; " \
188                 "else " \
189                         "bootm; " \
190                 "fi;\0" \
191         "netargs=setenv bootargs console=${console},${baudrate} " \
192                 "root=/dev/nfs " \
193                 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
194         "netboot=echo Booting from net ...; " \
195                 "run netargs; " \
196                 "if test ${ip_dyn} = yes; then " \
197                         "setenv get_cmd dhcp; " \
198                 "else " \
199                         "setenv get_cmd tftp; " \
200                 "fi; " \
201                 "${get_cmd} ${image}; " \
202                 "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \
203                         "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
204                                 "bootm ${loadaddr} - ${fdt_addr}; " \
205                         "else " \
206                                 "if test ${boot_fdt} = try; then " \
207                                         "bootm; " \
208                                 "else " \
209                                         "echo WARN: Cannot load the DT; " \
210                                 "fi; " \
211                         "fi; " \
212                 "else " \
213                         "bootm; " \
214                 "fi;\0" \
215
216 #define CONFIG_MMCBOOTCOMMAND \
217         "setenv dev mmc; " \
218         "setenv rootdev mmcblk0p${partnum}; " \
219         \
220         "setenv devnum ${sddev}; " \
221         "if mmc dev ${devnum}; then " \
222                 "run tryboot; " \
223                 "setenv rootdev mmcblk1p${partnum}; " \
224         "fi; " \
225         \
226         "setenv devnum ${emmcdev}; " \
227         "if mmc dev ${devnum}; then " \
228                 "run tryboot; " \
229         "fi; " \
230
231 #define CONFIG_USBBOOTCOMMAND \
232         "usb start; " \
233         "setenv dev usb; " \
234         "setenv devnum 0; " \
235         "setenv rootdev sda${partnum}; " \
236         "run tryboot; " \
237         \
238         CONFIG_MMCBOOTCOMMAND \
239         "bmode usb; " \
240
241 #ifdef CONFIG_CMD_USB
242 #define CONFIG_BOOTCOMMAND CONFIG_USBBOOTCOMMAND
243 #else
244 #define CONFIG_BOOTCOMMAND CONFIG_MMCBOOTCOMMAND
245 #endif
246
247 #define CONFIG_ARP_TIMEOUT     200UL
248
249 /* Miscellaneous configurable options */
250 #define CONFIG_SYS_LONGHELP
251 #define CONFIG_AUTO_COMPLETE
252
253 /* Print Buffer Size */
254 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
255 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
256
257 #define CONFIG_SYS_MEMTEST_START       0x10000000
258 #define CONFIG_SYS_MEMTEST_END         0x10010000
259 #define CONFIG_SYS_MEMTEST_SCRATCH     0x10800000
260
261 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
262
263 #define CONFIG_CMDLINE_EDITING
264 #define CONFIG_STACKSIZE               (128 * 1024)
265
266 /* Physical Memory Map */
267 #define CONFIG_NR_DRAM_BANKS           1
268 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
269
270 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM
271 #define CONFIG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR
272 #define CONFIG_SYS_INIT_RAM_SIZE       IRAM_SIZE
273
274 #define CONFIG_SYS_INIT_SP_OFFSET \
275         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
276 #define CONFIG_SYS_INIT_SP_ADDR \
277         (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
278
279 /* FLASH and environment organization */
280 #define CONFIG_SYS_NO_FLASH
281
282 #define CONFIG_ENV_IS_IN_SPI_FLASH
283 #define CONFIG_ENV_SIZE         (8 * 1024)
284 #define CONFIG_ENV_OFFSET               (768 * 1024)
285 #define CONFIG_ENV_SECT_SIZE            (64 * 1024)
286 #define CONFIG_ENV_SPI_BUS              CONFIG_SF_DEFAULT_BUS
287 #define CONFIG_ENV_SPI_CS               CONFIG_SF_DEFAULT_CS
288 #define CONFIG_ENV_SPI_MODE             CONFIG_SF_DEFAULT_MODE
289 #define CONFIG_ENV_SPI_MAX_HZ           CONFIG_SF_DEFAULT_SPEED
290
291 #ifndef CONFIG_SYS_DCACHE_OFF
292 #endif
293
294 #define CONFIG_SYS_FSL_USDHC_NUM        3
295
296 /* Framebuffer */
297 #ifdef CONFIG_VIDEO
298 #define CONFIG_VIDEO_IPUV3
299 #define CONFIG_VIDEO_BMP_RLE8
300 #define CONFIG_SPLASH_SCREEN
301 #define CONFIG_SPLASH_SCREEN_ALIGN
302 #define CONFIG_BMP_16BPP
303 #define CONFIG_VIDEO_LOGO
304 #define CONFIG_VIDEO_BMP_LOGO
305 #define CONFIG_IPUV3_CLK 260000000
306 #define CONFIG_IMX_HDMI
307 #define CONFIG_IMX_VIDEO_SKIP
308 #endif
309
310 #define CONFIG_PWM_IMX
311 #define CONFIG_IMX6_PWM_PER_CLK 66000000
312
313 #undef CONFIG_CMD_PCI
314 #ifdef CONFIG_CMD_PCI
315 #define CONFIG_PCI_SCAN_SHOW
316 #define CONFIG_PCIE_IMX
317 #define CONFIG_PCIE_IMX_PERST_GPIO      IMX_GPIO_NR(7, 12)
318 #define CONFIG_PCIE_IMX_POWER_GPIO      IMX_GPIO_NR(1, 5)
319 #endif
320
321 /* I2C Configs */
322 #define CONFIG_SYS_I2C
323 #define CONFIG_SYS_I2C_MXC
324 #define CONFIG_SYS_I2C_SPEED              100000
325 #define CONFIG_SYS_I2C_MXC_I2C1
326 #define CONFIG_SYS_I2C_MXC_I2C2
327 #define CONFIG_SYS_I2C_MXC_I2C3
328
329 #endif  /* __GE_BX50V3_CONFIG_H */