Complete migration of MTDPARTS_DEFAULT / MTDIDS_DEFAULT, include in environment
[platform/kernel/u-boot.git] / include / configs / colibri-imx6ull.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2018-2021 Toradex AG
4  *
5  * Configuration settings for the Colibri iMX6ULL module.
6  *
7  * based on colibri_imx7.h
8  */
9
10 #ifndef __COLIBRI_IMX6ULL_CONFIG_H
11 #define __COLIBRI_IMX6ULL_CONFIG_H
12
13 #include "mx6_common.h"
14 #define CONFIG_IOMUX_LPSR
15
16 #define PHYS_SDRAM_SIZE                 SZ_1G
17
18 /* ENET1 */
19
20 /* MMC Config */
21 #define CONFIG_SYS_FSL_ESDHC_ADDR       0
22 #define CONFIG_SYS_FSL_USDHC_NUM        1
23
24 #define CONFIG_IPADDR                   192.168.10.2
25 #define CONFIG_NETMASK                  255.255.255.0
26 #define CONFIG_SERVERIP                 192.168.10.1
27
28 #if defined(CONFIG_TARGET_COLIBRI_IMX6ULL_EMMC)
29 #define UBOOT_UPDATE \
30         "uboot_hwpart=1\0" \
31         "uboot_blk=2\0" \
32         "set_blkcnt=setexpr blkcnt ${filesize} + 0x1ff && " \
33                 "setexpr blkcnt ${blkcnt} / 0x200\0" \
34         "update_uboot=run set_blkcnt && mmc dev 0 ${uboot_hwpart} && " \
35                 "mmc write ${loadaddr} ${uboot_blk} ${blkcnt}\0"
36 #elif defined(CONFIG_TARGET_COLIBRI_IMX6ULL_NAND)
37 #define UBOOT_UPDATE \
38         "update_uboot=nand erase.part u-boot1 && " \
39                 "nand write ${loadaddr} u-boot1 ${filesize} && " \
40                 "nand erase.part u-boot2 && " \
41                 "nand write ${loadaddr} u-boot2 ${filesize}\0"
42 #endif
43
44 #define MEM_LAYOUT_ENV_SETTINGS \
45         "bootm_size=0x10000000\0" \
46         "fdt_addr_r=0x82100000\0" \
47         "kernel_addr_r=0x81000000\0" \
48         "pxefile_addr_r=0x87100000\0" \
49         "ramdisk_addr_r=0x82200000\0" \
50         "scriptaddr=0x87000000\0"
51
52 #define UBI_BOOTCMD \
53         "ubiargs=ubi.mtd=ubi root=ubi0:rootfs rw rootfstype=ubifs " \
54                 "ubi.fm_autoconvert=1\0" \
55         "ubiboot=run setup; " \
56                 "setenv bootargs ${defargs} ${ubiargs} " \
57                 "${setupargs} ${vidargs} ${tdxargs}; echo Booting from NAND...; " \
58                 "ubi part ubi &&" \
59                 "ubi read ${kernel_addr_r} kernel && " \
60                 "ubi read ${fdt_addr_r} dtb && " \
61                 "run fdt_fixup && bootz ${kernel_addr_r} - ${fdt_addr_r}\0" \
62
63 #if defined(CONFIG_TARGET_COLIBRI_IMX6ULL_NAND)
64 /* Run Distro Boot script if ubiboot fails */
65 #define DFU_ALT_NAND_INFO "imx6ull-bcb part 0,1;u-boot1 part 0,2;u-boot2 part 0,3;u-boot-env part 0,4;ubi partubi 0,5"
66 #define MODULE_EXTRA_ENV_SETTINGS \
67         "dfu_alt_info=" DFU_ALT_NAND_INFO "\0" \
68         UBI_BOOTCMD
69 #else
70 #define MODULE_EXTRA_ENV_SETTINGS ""
71 #endif
72
73 #if defined(CONFIG_TARGET_COLIBRI_IMX6ULL_NAND)
74 #define BOOT_TARGET_DEVICES(func) \
75         func(MMC, mmc, 0) \
76         func(USB, usb, 0) \
77         func(DHCP, dhcp, na)
78 #elif defined(CONFIG_TARGET_COLIBRI_IMX6ULL_EMMC)
79 #define BOOT_TARGET_DEVICES(func) \
80         func(MMC, mmc, 1) \
81         func(MMC, mmc, 0) \
82         func(USB, usb, 0) \
83         func(DHCP, dhcp, na)
84 #endif
85 #include <config_distro_bootcmd.h>
86
87 #define CONFIG_EXTRA_ENV_SETTINGS \
88         BOOTENV \
89         MEM_LAYOUT_ENV_SETTINGS \
90         UBI_BOOTCMD \
91         UBOOT_UPDATE \
92         "boot_script_dhcp=boot.scr\0" \
93         "bootubipart=ubi\0" \
94         "console=ttymxc0\0" \
95         "defargs=user_debug=30\0" \
96         "fdt_board=eval-v3\0" \
97         "fdt_fixup=;\0" \
98         "ip_dyn=yes\0" \
99         "kernel_file=zImage\0" \
100         "setethupdate=if env exists ethaddr; then; else setenv ethaddr " \
101                 "00:14:2d:00:00:00; fi; tftpboot ${loadaddr} " \
102                 "${board}/flash_eth.img && source ${loadaddr}\0" \
103         "setsdupdate=mmc rescan && setenv interface mmc && " \
104                 "fatload ${interface} 0:1 ${loadaddr} " \
105                 "${board}/flash_blk.img && source ${loadaddr}\0" \
106         "setup=setenv setupargs " \
107                 "console=tty1 console=${console}" \
108                 ",${baudrate}n8 ${memargs} consoleblank=0\0" \
109         "setupdate=run setsdupdate || run setusbupdate || run setethupdate\0" \
110         "setusbupdate=usb start && setenv interface usb && " \
111                 "fatload ${interface} 0:1 ${loadaddr} " \
112                 "${board}/flash_blk.img && source ${loadaddr}\0" \
113         "splashpos=m,m\0" \
114         "splashimage=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
115         "videomode=video=ctfb:x:640,y:480,depth:18,pclk:39722,le:48,ri:16,up:33,lo:10,hs:96,vs:2,sync:0,vmode:0\0"
116
117 /* Physical Memory Map */
118 #define PHYS_SDRAM                      MMDC0_ARB_BASE_ADDR
119
120 #define CONFIG_SYS_SDRAM_BASE           PHYS_SDRAM
121 #define CONFIG_SYS_INIT_RAM_ADDR        IRAM_BASE_ADDR
122 #define CONFIG_SYS_INIT_RAM_SIZE        IRAM_SIZE
123
124 #ifdef CONFIG_TARGET_COLIBRI_IMX6ULL_NAND
125 /* NAND stuff */
126 #define CONFIG_SYS_MAX_NAND_DEVICE      1
127 /* used to initialize CONFIG_SYS_NAND_BASE_LIST which is unused */
128 #define CONFIG_SYS_NAND_BASE            -1
129 #endif
130
131 /* USB Configs */
132
133 #define CONFIG_MXC_USB_PORTSC           (PORT_PTS_UTMI | PORT_PTS_PTW)
134 #define CONFIG_MXC_USB_FLAGS            0
135
136 #define CONFIG_USBD_HS
137
138 /* USB Device Firmware Update support */
139 #define DFU_DEFAULT_POLL_TIMEOUT        300
140
141 #if defined(CONFIG_DM_VIDEO)
142 #define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR
143 #endif
144
145 #endif /* __COLIBRI_IMX6ULL_CONFIG_H */