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