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