Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / imx8mp_rsb3720.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2019 NXP
4  * Copyright 2022 Linaro
5  */
6
7 #ifndef __IMX8MP_RSB3720_H
8 #define __IMX8MP_RSB3720_H
9
10 #include <linux/sizes.h>
11 #include <linux/stringify.h>
12 #include <asm/arch/imx-regs.h>
13 #include <config_distro_bootcmd.h>
14
15 #define CONFIG_SYS_BOOTM_LEN            (32 * SZ_1M)
16
17 #define CONFIG_SYS_MONITOR_LEN          (512 * 1024)
18 #define CONFIG_SYS_UBOOT_BASE   (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
19
20 /* GUIDs for capsule updatable firmware images */
21 #define IMX8MP_RSB3720A1_4G_FIT_IMAGE_GUID \
22         EFI_GUID(0xb1251e89, 0x384a, 0x4635, 0xa8, 0x06, \
23                  0x3a, 0xa0, 0xb0, 0xe9, 0xf9, 0x65)
24
25 #define IMX8MP_RSB3720A1_6G_FIT_IMAGE_GUID \
26         EFI_GUID(0xb5fb6f08, 0xe142, 0x4db1, 0x97, 0xea, \
27                  0x5f, 0xd3, 0x6b, 0x9b, 0xe5, 0xb9)
28
29 #ifdef CONFIG_SPL_BUILD
30 #define CONFIG_MALLOC_F_ADDR            0x184000 /* malloc f used before \
31                                                   * GD_FLG_FULL_MALLOC_INIT \
32                                                   * set \
33                                                   */
34
35 #define CONFIG_SPL_ABORT_ON_RAW_IMAGE
36
37 #if defined(CONFIG_NAND_BOOT)
38 #define CONFIG_SPL_NAND_MXS
39 #endif
40
41 #endif
42
43 /* ENET Config */
44 /* ENET1 */
45 #if defined(CONFIG_CMD_NET)
46 #define CONFIG_FEC_MXC_PHYADDR          4
47
48 #define DWC_NET_PHYADDR                 4
49 #ifdef CONFIG_DWC_ETH_QOS
50 #define CONFIG_SYS_NONCACHED_MEMORY     (1 * SZ_1M)     /* 1M */
51 #endif
52
53 #define PHY_ANEG_TIMEOUT 20000
54
55 #endif
56
57 #if CONFIG_IS_ENABLED(CMD_MMC)
58 # define BOOT_TARGET_MMC(func) \
59         func(MMC, mmc, 2)      \
60         func(MMC, mmc, 1)
61 #else
62 # define BOOT_TARGET_MMC(func)
63 #endif
64
65 #if CONFIG_IS_ENABLED(CMD_PXE)
66 # define BOOT_TARGET_PXE(func) func(PXE, pxe, na)
67 #else
68 # define BOOT_TARGET_PXE(func)
69 #endif
70
71 #if CONFIG_IS_ENABLED(CMD_DHCP)
72 # define BOOT_TARGET_DHCP(func) func(DHCP, dhcp, na)
73 #else
74 # define BOOT_TARGET_DHCP(func)
75 #endif
76
77 #define BOOT_TARGET_DEVICES(func) \
78         BOOT_TARGET_MMC(func) \
79         BOOT_TARGET_PXE(func) \
80         BOOT_TARGET_DHCP(func)
81
82 /* Initial environment variables */
83 #define CONFIG_EXTRA_ENV_SETTINGS               \
84         BOOTENV \
85         "script=boot.scr\0" \
86         "image=Image\0" \
87         "splashimage=0x50000000\0" \
88         "console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200\0" \
89         "fdt_addr=0x43000000\0"                 \
90         "fdt_addr_r=0x43000000\0"                       \
91         "boot_fit=no\0" \
92         "dfu_alt_info=mmc 2=flash-bin raw 0 0x1B00 mmcpart 1\0" \
93         "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
94         "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
95         "initrd_addr=0x43800000\0"              \
96         "bootm_size=0x10000000\0" \
97         "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
98         "mmcpart=1\0" \
99         "mmcroot=/dev/mmcblk1p2 rootwait rw\0" \
100         "mmcautodetect=yes\0" \
101         "mmcargs=setenv bootargs ${jh_clk} console=${console} root=${mmcroot}\0 " \
102         "loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
103         "bootscript=echo Running bootscript from mmc ...; " \
104                 "source\0" \
105         "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
106         "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
107         "kernel_addr_r=0x40480000\0" \
108         "pxefile_addr_r=0x40480000\0" \
109         "ramdisk_addr_r=0x43800000\0" \
110         "mmcboot=echo Booting from mmc ...; " \
111                 "run mmcargs; " \
112                 "if test ${boot_fit} = yes || test ${boot_fit} = try; then " \
113                         "bootm ${loadaddr}; " \
114                 "else " \
115                         "if run loadfdt; then " \
116                                 "booti ${loadaddr} - ${fdt_addr}; " \
117                         "else " \
118                                 "echo WARN: Cannot load the DT; " \
119                         "fi; " \
120                 "fi;\0" \
121         "netargs=setenv bootargs ${jh_clk} console=${console} " \
122                 "root=/dev/nfs " \
123                 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
124         "netboot=echo Booting from net ...; " \
125                 "run netargs;  " \
126                 "if test ${ip_dyn} = yes; then " \
127                         "setenv get_cmd dhcp; " \
128                 "else " \
129                         "setenv get_cmd tftp; " \
130                 "fi; " \
131                 "${get_cmd} ${loadaddr} ${image}; " \
132                 "if test ${boot_fit} = yes || test ${boot_fit} = try; then " \
133                         "bootm ${loadaddr}; " \
134                 "else " \
135                         "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
136                                 "booti ${loadaddr} - ${fdt_addr}; " \
137                         "else " \
138                                 "echo WARN: Cannot load the DT; " \
139                         "fi; " \
140                 "fi;\0"
141
142 /* Link Definitions */
143 #define CONFIG_SYS_INIT_RAM_ADDR        0x40000000
144 #define CONFIG_SYS_INIT_RAM_SIZE        0x80000
145
146
147 /* Totally 6GB or 4G DDR */
148 #define CONFIG_SYS_SDRAM_BASE           0x40000000
149 #define PHYS_SDRAM                      0x40000000
150 #if defined(CONFIG_TARGET_IMX8MP_RSB3720A1_6G)
151 #define PHYS_SDRAM_SIZE                 0xC0000000      /* 3 GB */
152 #define PHYS_SDRAM_2                    0x100000000
153 #define PHYS_SDRAM_2_SIZE               0xC0000000      /* 3 GB */
154 #elif defined(CONFIG_TARGET_IMX8MP_RSB3720A1_4G)
155 #define PHYS_SDRAM_SIZE                 0x80000000      /* 2 GB */
156 #define PHYS_SDRAM_2                    0xC0000000
157 #define PHYS_SDRAM_2_SIZE               0x80000000      /* 2 GB */
158 #endif
159
160 #define CONFIG_MXC_UART_BASE            UART3_BASE_ADDR
161
162 #define CONFIG_SYS_FSL_USDHC_NUM        2
163 #define CONFIG_SYS_FSL_ESDHC_ADDR       0
164
165 #ifdef CONFIG_FSL_FSPI
166 #define FSL_FSPI_FLASH_SIZE             SZ_32M
167 #define FSL_FSPI_FLASH_NUM              1
168 #define FSPI0_BASE_ADDR                 0x30bb0000
169 #define FSPI0_AMBA_BASE                 0x0
170 #define CONFIG_FSPI_QUAD_SUPPORT
171
172 #define CONFIG_SYS_FSL_FSPI_AHB
173 #endif
174
175 #ifdef CONFIG_NAND_MXS
176
177 /* NAND stuff */
178 #define CONFIG_SYS_MAX_NAND_DEVICE     1
179 #define CONFIG_SYS_NAND_BASE           0x20000000
180 #endif /* CONFIG_NAND_MXS */
181
182 #endif /* __IMX8MP_RSB3720_H */