global: Migrate CONFIG_STACKBASE to CFG
[platform/kernel/u-boot.git] / include / configs / j721e_evm.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration header file for K3 J721E EVM
4  *
5  * Copyright (C) 2018-2020 Texas Instruments Incorporated - https://www.ti.com/
6  *      Lokesh Vutla <lokeshvutla@ti.com>
7  */
8
9 #ifndef __CONFIG_J721E_EVM_H
10 #define __CONFIG_J721E_EVM_H
11
12 #include <linux/sizes.h>
13 #include <environment/ti/mmc.h>
14 #include <environment/ti/k3_rproc.h>
15 #include <environment/ti/ufs.h>
16 #include <environment/ti/k3_dfu.h>
17
18 /* DDR Configuration */
19 #define CFG_SYS_SDRAM_BASE1             0x880000000
20 /* FLASH Configuration */
21 #define CFG_SYS_FLASH_BASE              0x000000000
22
23 /* SPL Loader Configuration */
24 #if defined(CONFIG_TARGET_J721E_A72_EVM) || defined(CONFIG_TARGET_J7200_A72_EVM)
25 #define CFG_SYS_UBOOT_BASE              0x50280000
26 /* Image load address in RAM for DFU boot*/
27 #else
28 #define CFG_SYS_UBOOT_BASE              0x50080000
29 #endif
30
31 /* HyperFlash related configuration */
32
33 /* U-Boot general configuration */
34 #define EXTRA_ENV_J721E_BOARD_SETTINGS                                  \
35         "default_device_tree=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0"      \
36         "findfdt="                                                      \
37                 "setenv name_fdt ${default_device_tree};"               \
38                 "if test $board_name = j721e; then "                    \
39                         "setenv name_fdt k3-j721e-common-proc-board.dtb; fi;" \
40                 "if test $board_name = j721e-eaik || test $board_name = j721e-sk; then "                \
41                         "setenv name_fdt k3-j721e-sk.dtb; fi;"  \
42                 "setenv fdtfile ${name_fdt}\0"                          \
43         "name_kern=Image\0"                                             \
44         "console=ttyS2,115200n8\0"                                      \
45         "args_all=setenv optargs earlycon=ns16550a,mmio32,0x02800000 "  \
46                 "${mtdparts}\0"                                         \
47         "run_kern=booti ${loadaddr} ${rd_spec} ${fdtaddr}\0"
48
49 #define PARTS_DEFAULT \
50         /* Linux partitions */ \
51         "uuid_disk=${uuid_gpt_disk};" \
52         "name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}\0"
53
54 #ifdef CONFIG_SYS_K3_SPL_ATF
55 #if defined(CONFIG_TARGET_J721E_R5_EVM)
56 #define EXTRA_ENV_R5_SPL_RPROC_FW_ARGS_MMC                              \
57         "addr_mcur5f0_0load=0x89000000\0"                               \
58         "name_mcur5f0_0fw=/lib/firmware/j7-mcu-r5f0_0-fw\0"
59 #elif defined(CONFIG_TARGET_J7200_R5_EVM)
60 #define EXTRA_ENV_R5_SPL_RPROC_FW_ARGS_MMC                              \
61         "addr_mcur5f0_0load=0x89000000\0"                               \
62         "name_mcur5f0_0fw=/lib/firmware/j7200-mcu-r5f0_0-fw\0"
63 #endif /* CONFIG_TARGET_J721E_R5_EVM */
64 #else
65 #define EXTRA_ENV_R5_SPL_RPROC_FW_ARGS_MMC ""
66 #endif /* CONFIG_SYS_K3_SPL_ATF */
67
68 /* U-Boot MMC-specific configuration */
69 #define EXTRA_ENV_J721E_BOARD_SETTINGS_MMC                              \
70         "boot=mmc\0"                                                    \
71         "mmcdev=1\0"                                                    \
72         "bootpart=1:2\0"                                                \
73         "bootdir=/boot\0"                                               \
74         EXTRA_ENV_R5_SPL_RPROC_FW_ARGS_MMC                              \
75         "rd_spec=-\0"                                                   \
76         "init_mmc=run args_all args_mmc\0"                              \
77         "get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}\0" \
78         "get_overlay_mmc="                                              \
79                 "fdt address ${fdtaddr};"                               \
80                 "fdt resize 0x100000;"                                  \
81                 "for overlay in $name_overlays;"                        \
82                 "do;"                                                   \
83                 "load mmc ${bootpart} ${dtboaddr} ${bootdir}/${overlay} && "    \
84                 "fdt apply ${dtboaddr};"                                \
85                 "done;\0"                                               \
86         "partitions=" PARTS_DEFAULT                                     \
87         "get_kern_mmc=load mmc ${bootpart} ${loadaddr} "                \
88                 "${bootdir}/${name_kern}\0"                             \
89         "get_fit_mmc=load mmc ${bootpart} ${addr_fit} "                 \
90                 "${bootdir}/${name_fit}\0"                              \
91         "partitions=" PARTS_DEFAULT
92
93 /* Set the default list of remote processors to boot */
94 #if defined(CONFIG_TARGET_J7200_A72_EVM)
95 #define EXTRA_ENV_CONFIG_MAIN_CPSW0_QSGMII_PHY                          \
96         "do_main_cpsw0_qsgmii_phyinit=1\0"                              \
97         "init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17;"               \
98                  "gpio clear gpio@22_16\0"                              \
99         "main_cpsw0_qsgmii_phyinit="                                    \
100         "if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && " \
101                         "test ${boot} = mmc; then "                     \
102                 "run init_main_cpsw0_qsgmii_phy;"                       \
103         "fi;\0"
104 #ifdef DEFAULT_RPROCS
105 #undef DEFAULT_RPROCS
106 #endif
107 #elif defined(CONFIG_TARGET_J721E_A72_EVM)
108 #define EXTRA_ENV_CONFIG_MAIN_CPSW0_QSGMII_PHY                          \
109         "init_main_cpsw0_qsgmii_phy=gpio set gpio@22_17;"               \
110                  "gpio clear gpio@22_16\0"                              \
111         "main_cpsw0_qsgmii_phyinit="                                    \
112         "if test $board_name = J721EX-PM1-SOM || test $board_name = J721EX-PM2-SOM " \
113         "|| test $board_name = j721e; then " \
114         "do_main_cpsw0_qsgmii_phyinit=1; else "                 \
115         "do_main_cpsw0_qsgmii_phyinit=0; fi;"                   \
116         "if test ${do_main_cpsw0_qsgmii_phyinit} -eq 1 && test ${dorprocboot} -eq 1 && " \
117                         "test ${boot} = mmc; then "                     \
118                 "run init_main_cpsw0_qsgmii_phy;"                       \
119         "fi;\0"
120 #ifdef DEFAULT_RPROCS
121 #undef DEFAULT_RPROCS
122 #endif
123 #endif
124
125 #ifdef CONFIG_TARGET_J721E_A72_EVM
126 #define DEFAULT_RPROCS  ""                                              \
127                 "2 /lib/firmware/j7-main-r5f0_0-fw "                    \
128                 "3 /lib/firmware/j7-main-r5f0_1-fw "                    \
129                 "4 /lib/firmware/j7-main-r5f1_0-fw "                    \
130                 "5 /lib/firmware/j7-main-r5f1_1-fw "                    \
131                 "6 /lib/firmware/j7-c66_0-fw "                          \
132                 "7 /lib/firmware/j7-c66_1-fw "                          \
133                 "8 /lib/firmware/j7-c71_0-fw "
134 #endif /* CONFIG_TARGET_J721E_A72_EVM */
135
136 #ifdef CONFIG_TARGET_J7200_A72_EVM
137 #define DEFAULT_RPROCS ""                                               \
138                 "2 /lib/firmware/j7200-main-r5f0_0-fw "                 \
139                 "3 /lib/firmware/j7200-main-r5f0_1-fw "
140 #endif /* CONFIG_TARGET_J7200_A72_EVM */
141
142 #ifndef EXTRA_ENV_CONFIG_MAIN_CPSW0_QSGMII_PHY
143 #define EXTRA_ENV_CONFIG_MAIN_CPSW0_QSGMII_PHY
144 #endif
145
146 #define EXTRA_ENV_DFUARGS \
147         DFU_ALT_INFO_MMC \
148         DFU_ALT_INFO_EMMC \
149         DFU_ALT_INFO_RAM \
150         DFU_ALT_INFO_OSPI
151
152 #if CONFIG_IS_ENABLED(CMD_PXE)
153 # define BOOT_TARGET_PXE(func) func(PXE, pxe, na)
154 #else
155 # define BOOT_TARGET_PXE(func)
156 #endif
157
158 #if CONFIG_IS_ENABLED(CMD_DHCP)
159 # define BOOT_TARGET_DHCP(func) func(DHCP, dhcp, na)
160 #else
161 # define BOOT_TARGET_DHCP(func)
162 #endif
163
164 #define BOOT_TARGET_DEVICES(func) \
165         func(MMC, mmc, 1) \
166         func(MMC, mmc, 0) \
167         BOOT_TARGET_PXE(func) \
168         BOOT_TARGET_DHCP(func)
169
170 #include <config_distro_bootcmd.h>
171
172 /* Incorporate settings into the U-Boot environment */
173 #define CFG_EXTRA_ENV_SETTINGS                                  \
174         DEFAULT_LINUX_BOOT_ENV                                          \
175         DEFAULT_MMC_TI_ARGS                                             \
176         DEFAULT_FIT_TI_ARGS                                             \
177         EXTRA_ENV_J721E_BOARD_SETTINGS                                  \
178         EXTRA_ENV_J721E_BOARD_SETTINGS_MMC                              \
179         EXTRA_ENV_RPROC_SETTINGS                                        \
180         EXTRA_ENV_DFUARGS                                               \
181         DEFAULT_UFS_TI_ARGS                                             \
182         EXTRA_ENV_CONFIG_MAIN_CPSW0_QSGMII_PHY                          \
183         BOOTENV
184
185 /* Now for the remaining common defines */
186 #include <configs/ti_armv7_common.h>
187
188 /* MMC ENV related defines */
189
190 #endif /* __CONFIG_J721E_EVM_H */