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