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