imx: ventana: enable dm for MTD and NAND
[platform/kernel/u-boot.git] / include / configs / gw_ventana.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2013 Gateworks Corporation
4  */
5
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
8
9 /* SPL */
10 /* Location in NAND to read U-Boot from */
11 #define CONFIG_SYS_NAND_U_BOOT_OFFS     (14 * SZ_1M)
12
13 /* Falcon Mode */
14 #define CONFIG_SYS_SPL_ARGS_ADDR        0x18000000
15
16 /* Falcon Mode - NAND support: args@17MB kernel@18MB */
17 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS (18 * SZ_1M)
18
19 /* Falcon Mode - MMC support: args@1MB kernel@2MB */
20 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR   0x800   /* 1MB */
21 #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS  (CONFIG_CMD_SPL_WRITE_SIZE / 512)
22 #define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x1000  /* 2MB */
23
24 #include "imx6_spl.h"                  /* common IMX6 SPL configuration */
25 #include "mx6_common.h"
26
27 #define CONFIG_MACH_TYPE        4520   /* Gateworks Ventana Platform */
28
29 /* Serial ATAG */
30 #define CONFIG_SERIAL_TAG
31
32 /* Size of malloc() pool */
33 #define CONFIG_SYS_MALLOC_LEN           (10 * SZ_1M)
34
35 /* Serial */
36 #define CONFIG_MXC_UART_BASE           UART2_BASE
37
38 /* NAND */
39 #define CONFIG_SYS_MAX_NAND_DEVICE      1
40
41 /* I2C Configs */
42 #define CONFIG_SYS_I2C
43 #define CONFIG_SYS_I2C_MXC
44 #define CONFIG_SYS_I2C_MXC_I2C1         /* enable I2C bus 1 */
45 #define CONFIG_SYS_I2C_MXC_I2C2         /* enable I2C bus 2 */
46 #define CONFIG_SYS_I2C_MXC_I2C3         /* enable I2C bus 3 */
47 #define CONFIG_SYS_I2C_SPEED            100000
48 #define CONFIG_I2C_GSC                  0
49 #define CONFIG_I2C_EDID
50
51 /* MMC Configs */
52 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
53
54 /*
55  * SATA Configs
56  */
57 #ifdef CONFIG_CMD_SATA
58   #define CONFIG_SYS_SATA_MAX_DEVICE    1
59   #define CONFIG_DWC_AHSATA_PORT_ID     0
60   #define CONFIG_DWC_AHSATA_BASE_ADDR   SATA_ARB_BASE_ADDR
61   #define CONFIG_LBA48
62 #endif
63
64 /*
65  * PCI express
66  */
67 #ifdef CONFIG_CMD_PCI
68 #define CONFIG_PCI_SCAN_SHOW
69 #define CONFIG_PCI_FIXUP_DEV
70 #define CONFIG_PCIE_IMX
71 #endif
72
73 /*
74  * PMIC
75  */
76 #define CONFIG_POWER
77 #define CONFIG_POWER_I2C
78 #define CONFIG_POWER_PFUZE100
79 #define CONFIG_POWER_PFUZE100_I2C_ADDR  0x08
80 #define CONFIG_POWER_LTC3676
81 #define CONFIG_POWER_LTC3676_I2C_ADDR  0x3c
82
83 /* Various command support */
84
85 /* Ethernet support */
86 #define CONFIG_FEC_MXC
87 #define IMX_FEC_BASE             ENET_BASE_ADDR
88 #define CONFIG_FEC_XCV_TYPE      RGMII
89 #define CONFIG_FEC_MXC_PHYADDR   0
90 #define CONFIG_ARP_TIMEOUT       200UL
91
92 /* USB Configs */
93 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET  /* For OTG port */
94 #define CONFIG_MXC_USB_PORTSC     (PORT_PTS_UTMI | PORT_PTS_PTW)
95 #define CONFIG_MXC_USB_FLAGS      0
96 #define CONFIG_USBD_HS
97
98 /* Framebuffer and LCD */
99 #define CONFIG_VIDEO_LOGO
100 #define CONFIG_IMX_HDMI
101 #define CONFIG_IMX_VIDEO_SKIP
102 #define CONFIG_VIDEO_BMP_LOGO
103 #define CONFIG_HIDE_LOGO_VERSION  /* Custom config to hide U-boot version */
104
105 /* Miscellaneous configurable options */
106 #define CONFIG_HWCONFIG
107
108 /* Memory configuration */
109
110 /* Physical Memory Map */
111 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
112 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM
113 #define CONFIG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR
114 #define CONFIG_SYS_INIT_RAM_SIZE       IRAM_SIZE
115
116 #define CONFIG_SYS_INIT_SP_OFFSET \
117         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
118 #define CONFIG_SYS_INIT_SP_ADDR \
119         (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
120
121 /*
122  * MTD Command for mtdparts
123  */
124
125 /* Persistent Environment Config */
126
127 /* Environment */
128 #define CONFIG_IPADDR             192.168.1.1
129 #define CONFIG_SERVERIP           192.168.1.146
130
131 #define CONFIG_EXTRA_ENV_SETTINGS_COMMON \
132         "pcidisable=1\0" \
133         "splashpos=m,m\0" \
134         "usb_pgood_delay=2000\0" \
135         "console=ttymxc1\0" \
136         "bootdevs=usb mmc sata flash\0" \
137         "hwconfig=_UNKNOWN_\0" \
138         "video=\0" \
139         \
140         "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
141         "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
142         "disk=0\0" \
143         "part=1\0" \
144         \
145         "fdt_high=0xffffffff\0" \
146         "fdt_addr=0x18000000\0" \
147         "initrd_high=0xffffffff\0" \
148         "fixfdt=" \
149                 "fdt addr ${fdt_addr}\0" \
150         "bootdir=boot\0" \
151         "loadfdt=" \
152                 "if ${fsload} ${fdt_addr} ${bootdir}/${fdt_file}; then " \
153                         "echo Loaded DTB from ${bootdir}/${fdt_file}; " \
154                         "run fixfdt; " \
155                 "elif ${fsload} ${fdt_addr} ${bootdir}/${fdt_file1}; then " \
156                         "echo Loaded DTB from ${bootdir}/${fdt_file1}; " \
157                         "run fixfdt; " \
158                 "elif ${fsload} ${fdt_addr} ${bootdir}/${fdt_file2}; then " \
159                         "echo Loaded DTB from ${bootdir}/${fdt_file2}; " \
160                         "run fixfdt; " \
161                 "fi\0" \
162         \
163         "fs=ext4\0" \
164         "script=6x_bootscript-ventana\0" \
165         "loadscript=" \
166                 "if ${fsload} ${loadaddr} ${bootdir}/${script}; then " \
167                         "source ${loadaddr}; " \
168                 "fi\0" \
169         \
170         "uimage=uImage\0" \
171         "mmc_root=mmcblk0p1\0" \
172         "mmc_boot=" \
173                 "setenv fsload \"${fs}load mmc ${disk}:${part}\"; " \
174                 "mmc dev ${disk} && mmc rescan && " \
175                 "setenv dtype mmc; run loadscript; " \
176                 "if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
177                         "setenv bootargs console=${console},${baudrate} " \
178                                 "root=/dev/${mmc_root} rootfstype=${fs} " \
179                                 "rootwait rw ${video} ${extra}; " \
180                         "if run loadfdt; then " \
181                                 "bootm ${loadaddr} - ${fdt_addr}; " \
182                         "else " \
183                                 "bootm; " \
184                         "fi; " \
185                 "fi\0" \
186         \
187         "sata_boot=" \
188                 "setenv fsload \"${fs}load sata ${disk}:${part}\"; " \
189                 "sata init && " \
190                 "setenv dtype sata; run loadscript; " \
191                 "if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
192                         "setenv bootargs console=${console},${baudrate} " \
193                                 "root=/dev/sda1 rootfstype=${fs} " \
194                                 "rootwait rw ${video} ${extra}; " \
195                         "if run loadfdt; then " \
196                                 "bootm ${loadaddr} - ${fdt_addr}; " \
197                         "else " \
198                                 "bootm; " \
199                         "fi; " \
200                 "fi\0" \
201         "usb_boot=" \
202                 "setenv fsload \"${fs}load usb ${disk}:${part}\"; " \
203                 "usb start && usb dev ${disk} && " \
204                 "setenv dtype usb; run loadscript; " \
205                 "if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
206                         "setenv bootargs console=${console},${baudrate} " \
207                                 "root=/dev/sda1 rootfstype=${fs} " \
208                                 "rootwait rw ${video} ${extra}; " \
209                         "if run loadfdt; then " \
210                                 "bootm ${loadaddr} - ${fdt_addr}; " \
211                         "else " \
212                                 "bootm; " \
213                         "fi; " \
214                 "fi\0"
215
216 #ifdef CONFIG_SPI_FLASH
217         #define CONFIG_EXTRA_ENV_SETTINGS \
218         CONFIG_EXTRA_ENV_SETTINGS_COMMON \
219         "image_os=ventana/openwrt-imx6-imx6q-gw5400-a-squashfs.bin\0" \
220         "image_uboot=ventana/u-boot_spi.imx\0" \
221         \
222         "spi_koffset=0x90000\0" \
223         "spi_klen=0x200000\0" \
224         \
225         "spi_updateuboot=echo Updating uboot from " \
226                 "${serverip}:${image_uboot}...; " \
227                 "tftpboot ${loadaddr} ${image_uboot} && " \
228                 "sf probe && sf erase 0 80000 && " \
229                         "sf write ${loadaddr} 400 ${filesize}\0" \
230         "spi_update=echo Updating OS from ${serverip}:${image_os} " \
231                 "to ${spi_koffset} ...; " \
232                 "tftp ${loadaddr} ${image_os} && " \
233                 "sf probe && " \
234                 "sf update ${loadaddr} ${spi_koffset} ${filesize}\0" \
235         \
236         "flash_boot=" \
237                 "if sf probe && " \
238                 "sf read ${loadaddr} ${spi_koffset} ${spi_klen}; then " \
239                         "setenv bootargs console=${console},${baudrate} " \
240                                 "root=/dev/mtdblock3 " \
241                                 "rootfstype=squashfs,jffs2 " \
242                                 "${video} ${extra}; " \
243                         "bootm; " \
244                 "fi\0"
245 #else
246         #define CONFIG_EXTRA_ENV_SETTINGS \
247         CONFIG_EXTRA_ENV_SETTINGS_COMMON \
248         \
249         "image_rootfs=openwrt-imx6-ventana-rootfs.ubi\0" \
250         "nand_update=echo Updating NAND from ${serverip}:${image_rootfs}...; " \
251                 "tftp ${loadaddr} ${image_rootfs} && " \
252                 "nand erase.part rootfs && " \
253                 "nand write ${loadaddr} rootfs ${filesize}\0" \
254         \
255         "flash_boot=" \
256                 "setenv fsload 'ubifsload'; " \
257                 "ubi part rootfs; " \
258                 "if ubi check boot; then " \
259                         "ubifsmount ubi0:boot; " \
260                         "setenv root ubi0:rootfs ubi.mtd=2 " \
261                                 "rootfstype=squashfs,ubifs; " \
262                         "setenv bootdir; " \
263                 "elif ubi check rootfs; then " \
264                         "ubifsmount ubi0:rootfs; " \
265                         "setenv root ubi0:rootfs ubi.mtd=2 " \
266                                 "rootfstype=ubifs; " \
267                 "fi; " \
268                 "setenv dtype nand; run loadscript; " \
269                 "if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
270                         "setenv bootargs console=${console},${baudrate} " \
271                                 "root=${root} ${video} ${extra}; " \
272                         "if run loadfdt; then " \
273                                 "ubifsumount; " \
274                                 "bootm ${loadaddr} - ${fdt_addr}; " \
275                         "else " \
276                                 "ubifsumount; bootm; " \
277                         "fi; " \
278                 "fi\0"
279 #endif
280
281 #define CONFIG_BOOTCOMMAND \
282         "for btype in ${bootdevs}; do " \
283                 "echo; echo Attempting ${btype} boot...; " \
284                 "if run ${btype}_boot; then; fi; " \
285         "done"
286
287 #endif                         /* __CONFIG_H */