imx8m: config: convert to bootm_size
[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 /* Init Functions */
36
37 /* Driver Model */
38 #ifndef CONFIG_SPL_BUILD
39 #define CONFIG_DM_THERMAL
40 #endif
41
42 /* Thermal */
43 #define CONFIG_IMX_THERMAL
44
45 /* Serial */
46 #define CONFIG_MXC_UART_BASE           UART2_BASE
47
48 #if !defined(CONFIG_SPI_FLASH) && defined(CONFIG_SPL_NAND_SUPPORT)
49 /* Enable NAND support */
50 #ifdef CONFIG_CMD_NAND
51   #define CONFIG_SYS_MAX_NAND_DEVICE    1
52   #define CONFIG_SYS_NAND_BASE          0x40000000
53   #define CONFIG_SYS_NAND_5_ADDR_CYCLE
54   #define CONFIG_SYS_NAND_ONFI_DETECTION
55
56   /* DMA stuff, needed for GPMI/MXS NAND support */
57 #endif
58
59 #endif /* CONFIG_SPI_FLASH */
60
61 /* I2C Configs */
62 #define CONFIG_SYS_I2C
63 #define CONFIG_SYS_I2C_MXC
64 #define CONFIG_SYS_I2C_MXC_I2C1         /* enable I2C bus 1 */
65 #define CONFIG_SYS_I2C_MXC_I2C2         /* enable I2C bus 2 */
66 #define CONFIG_SYS_I2C_MXC_I2C3         /* enable I2C bus 3 */
67 #define CONFIG_SYS_I2C_SPEED            100000
68 #define CONFIG_I2C_GSC                  0
69 #define CONFIG_I2C_EDID
70
71 /* MMC Configs */
72 #define CONFIG_SYS_FSL_ESDHC_ADDR      0
73
74 /*
75  * SATA Configs
76  */
77 #ifdef CONFIG_CMD_SATA
78   #define CONFIG_SYS_SATA_MAX_DEVICE    1
79   #define CONFIG_DWC_AHSATA_PORT_ID     0
80   #define CONFIG_DWC_AHSATA_BASE_ADDR   SATA_ARB_BASE_ADDR
81   #define CONFIG_LBA48
82 #endif
83
84 /*
85  * PCI express
86  */
87 #ifdef CONFIG_CMD_PCI
88 #define CONFIG_PCI_SCAN_SHOW
89 #define CONFIG_PCI_FIXUP_DEV
90 #define CONFIG_PCIE_IMX
91 #endif
92
93 /*
94  * PMIC
95  */
96 #define CONFIG_POWER
97 #define CONFIG_POWER_I2C
98 #define CONFIG_POWER_PFUZE100
99 #define CONFIG_POWER_PFUZE100_I2C_ADDR  0x08
100 #define CONFIG_POWER_LTC3676
101 #define CONFIG_POWER_LTC3676_I2C_ADDR  0x3c
102
103 /* Various command support */
104
105 /* Ethernet support */
106 #define CONFIG_FEC_MXC
107 #define IMX_FEC_BASE             ENET_BASE_ADDR
108 #define CONFIG_FEC_XCV_TYPE      RGMII
109 #define CONFIG_FEC_MXC_PHYADDR   0
110 #define CONFIG_ARP_TIMEOUT       200UL
111
112 /* USB Configs */
113 #define CONFIG_USB_MAX_CONTROLLER_COUNT 2
114 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET  /* For OTG port */
115 #define CONFIG_MXC_USB_PORTSC     (PORT_PTS_UTMI | PORT_PTS_PTW)
116 #define CONFIG_MXC_USB_FLAGS      0
117 #define CONFIG_USBD_HS
118 #define CONFIG_NETCONSOLE
119
120 /* Framebuffer and LCD */
121 #define CONFIG_VIDEO_LOGO
122 #define CONFIG_IMX_HDMI
123 #define CONFIG_IMX_VIDEO_SKIP
124 #define CONFIG_VIDEO_BMP_LOGO
125 #define CONFIG_SPLASH_SCREEN_ALIGN
126 #define CONFIG_HIDE_LOGO_VERSION  /* Custom config to hide U-boot version */
127
128 /* Miscellaneous configurable options */
129 #define CONFIG_HWCONFIG
130
131 /* Memory configuration */
132
133 /* Physical Memory Map */
134 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
135 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM
136 #define CONFIG_SYS_INIT_RAM_ADDR       IRAM_BASE_ADDR
137 #define CONFIG_SYS_INIT_RAM_SIZE       IRAM_SIZE
138
139 #define CONFIG_SYS_INIT_SP_OFFSET \
140         (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
141 #define CONFIG_SYS_INIT_SP_ADDR \
142         (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
143
144 /*
145  * MTD Command for mtdparts
146  */
147
148 /* Persistent Environment Config */
149
150 /* Environment */
151 #define CONFIG_IPADDR             192.168.1.1
152 #define CONFIG_SERVERIP           192.168.1.146
153
154 #define CONFIG_EXTRA_ENV_SETTINGS_COMMON \
155         "pcidisable=1\0" \
156         "splashpos=m,m\0" \
157         "usb_pgood_delay=2000\0" \
158         "console=ttymxc1\0" \
159         "bootdevs=usb mmc sata flash\0" \
160         "hwconfig=_UNKNOWN_\0" \
161         "video=\0" \
162         \
163         "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \
164         "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \
165         "disk=0\0" \
166         "part=1\0" \
167         \
168         "fdt_high=0xffffffff\0" \
169         "fdt_addr=0x18000000\0" \
170         "initrd_high=0xffffffff\0" \
171         "fixfdt=" \
172                 "fdt addr ${fdt_addr}\0" \
173         "bootdir=boot\0" \
174         "loadfdt=" \
175                 "if ${fsload} ${fdt_addr} ${bootdir}/${fdt_file}; then " \
176                         "echo Loaded DTB from ${bootdir}/${fdt_file}; " \
177                         "run fixfdt; " \
178                 "elif ${fsload} ${fdt_addr} ${bootdir}/${fdt_file1}; then " \
179                         "echo Loaded DTB from ${bootdir}/${fdt_file1}; " \
180                         "run fixfdt; " \
181                 "elif ${fsload} ${fdt_addr} ${bootdir}/${fdt_file2}; then " \
182                         "echo Loaded DTB from ${bootdir}/${fdt_file2}; " \
183                         "run fixfdt; " \
184                 "fi\0" \
185         \
186         "fs=ext4\0" \
187         "script=6x_bootscript-ventana\0" \
188         "loadscript=" \
189                 "if ${fsload} ${loadaddr} ${bootdir}/${script}; then " \
190                         "source ${loadaddr}; " \
191                 "fi\0" \
192         \
193         "uimage=uImage\0" \
194         "mmc_root=mmcblk0p1\0" \
195         "mmc_boot=" \
196                 "setenv fsload \"${fs}load mmc ${disk}:${part}\"; " \
197                 "mmc dev ${disk} && mmc rescan && " \
198                 "setenv dtype mmc; run loadscript; " \
199                 "if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
200                         "setenv bootargs console=${console},${baudrate} " \
201                                 "root=/dev/${mmc_root} rootfstype=${fs} " \
202                                 "rootwait rw ${video} ${extra}; " \
203                         "if run loadfdt; then " \
204                                 "bootm ${loadaddr} - ${fdt_addr}; " \
205                         "else " \
206                                 "bootm; " \
207                         "fi; " \
208                 "fi\0" \
209         \
210         "sata_boot=" \
211                 "setenv fsload \"${fs}load sata ${disk}:${part}\"; " \
212                 "sata init && " \
213                 "setenv dtype sata; run loadscript; " \
214                 "if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
215                         "setenv bootargs console=${console},${baudrate} " \
216                                 "root=/dev/sda1 rootfstype=${fs} " \
217                                 "rootwait rw ${video} ${extra}; " \
218                         "if run loadfdt; then " \
219                                 "bootm ${loadaddr} - ${fdt_addr}; " \
220                         "else " \
221                                 "bootm; " \
222                         "fi; " \
223                 "fi\0" \
224         "usb_boot=" \
225                 "setenv fsload \"${fs}load usb ${disk}:${part}\"; " \
226                 "usb start && usb dev ${disk} && " \
227                 "setenv dtype usb; run loadscript; " \
228                 "if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
229                         "setenv bootargs console=${console},${baudrate} " \
230                                 "root=/dev/sda1 rootfstype=${fs} " \
231                                 "rootwait rw ${video} ${extra}; " \
232                         "if run loadfdt; then " \
233                                 "bootm ${loadaddr} - ${fdt_addr}; " \
234                         "else " \
235                                 "bootm; " \
236                         "fi; " \
237                 "fi\0"
238
239 #ifdef CONFIG_SPI_FLASH
240         #define CONFIG_EXTRA_ENV_SETTINGS \
241         CONFIG_EXTRA_ENV_SETTINGS_COMMON \
242         "image_os=ventana/openwrt-imx6-imx6q-gw5400-a-squashfs.bin\0" \
243         "image_uboot=ventana/u-boot_spi.imx\0" \
244         \
245         "spi_koffset=0x90000\0" \
246         "spi_klen=0x200000\0" \
247         \
248         "spi_updateuboot=echo Updating uboot from " \
249                 "${serverip}:${image_uboot}...; " \
250                 "tftpboot ${loadaddr} ${image_uboot} && " \
251                 "sf probe && sf erase 0 80000 && " \
252                         "sf write ${loadaddr} 400 ${filesize}\0" \
253         "spi_update=echo Updating OS from ${serverip}:${image_os} " \
254                 "to ${spi_koffset} ...; " \
255                 "tftp ${loadaddr} ${image_os} && " \
256                 "sf probe && " \
257                 "sf update ${loadaddr} ${spi_koffset} ${filesize}\0" \
258         \
259         "flash_boot=" \
260                 "if sf probe && " \
261                 "sf read ${loadaddr} ${spi_koffset} ${spi_klen}; then " \
262                         "setenv bootargs console=${console},${baudrate} " \
263                                 "root=/dev/mtdblock3 " \
264                                 "rootfstype=squashfs,jffs2 " \
265                                 "${video} ${extra}; " \
266                         "bootm; " \
267                 "fi\0"
268 #else
269         #define CONFIG_EXTRA_ENV_SETTINGS \
270         CONFIG_EXTRA_ENV_SETTINGS_COMMON \
271         \
272         "image_rootfs=openwrt-imx6-ventana-rootfs.ubi\0" \
273         "nand_update=echo Updating NAND from ${serverip}:${image_rootfs}...; " \
274                 "tftp ${loadaddr} ${image_rootfs} && " \
275                 "nand erase.part rootfs && " \
276                 "nand write ${loadaddr} rootfs ${filesize}\0" \
277         \
278         "flash_boot=" \
279                 "setenv fsload 'ubifsload'; " \
280                 "ubi part rootfs; " \
281                 "if ubi check boot; then " \
282                         "ubifsmount ubi0:boot; " \
283                         "setenv root ubi0:rootfs ubi.mtd=2 " \
284                                 "rootfstype=squashfs,ubifs; " \
285                         "setenv bootdir; " \
286                 "elif ubi check rootfs; then " \
287                         "ubifsmount ubi0:rootfs; " \
288                         "setenv root ubi0:rootfs ubi.mtd=2 " \
289                                 "rootfstype=ubifs; " \
290                 "fi; " \
291                 "setenv dtype nand; run loadscript; " \
292                 "if ${fsload} ${loadaddr} ${bootdir}/${uimage}; then " \
293                         "setenv bootargs console=${console},${baudrate} " \
294                                 "root=${root} ${video} ${extra}; " \
295                         "if run loadfdt; then " \
296                                 "ubifsumount; " \
297                                 "bootm ${loadaddr} - ${fdt_addr}; " \
298                         "else " \
299                                 "ubifsumount; bootm; " \
300                         "fi; " \
301                 "fi\0"
302 #endif
303
304 #define CONFIG_BOOTCOMMAND \
305         "for btype in ${bootdevs}; do " \
306                 "echo; echo Attempting ${btype} boot...; " \
307                 "if run ${btype}_boot; then; fi; " \
308         "done"
309
310 #endif                         /* __CONFIG_H */