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