Merge branch '2022-08-12-assorted-updates'
[platform/kernel/u-boot.git] / include / configs / lx2160a_common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2018-2021 NXP
4  */
5
6 #ifndef __LX2_COMMON_H
7 #define __LX2_COMMON_H
8
9 #include <asm/arch/stream_id_lsch3.h>
10 #include <asm/arch/config.h>
11 #include <asm/arch/soc.h>
12
13 #define CONFIG_SYS_FLASH_BASE           0x20000000
14
15 /* DDR */
16 #define CONFIG_VERY_BIG_RAM
17 #define CONFIG_SYS_DDR_SDRAM_BASE               0x80000000UL
18 #define CONFIG_SYS_FSL_DDR_SDRAM_BASE_PHY       0
19 #define CONFIG_SYS_DDR_BLOCK2_BASE              0x2080000000ULL
20 #define CONFIG_SYS_SDRAM_SIZE                   0x200000000UL
21 #define CONFIG_SYS_SDRAM_BASE           CONFIG_SYS_DDR_SDRAM_BASE
22 #define CONFIG_MEM_INIT_VALUE           0xdeadbeef
23 #define SPD_EEPROM_ADDRESS1             0x51
24 #define SPD_EEPROM_ADDRESS2             0x52
25 #define SPD_EEPROM_ADDRESS3             0x53
26 #define SPD_EEPROM_ADDRESS4             0x54
27 #define SPD_EEPROM_ADDRESS5             0x55
28 #define SPD_EEPROM_ADDRESS6             0x56
29 #define SPD_EEPROM_ADDRESS              SPD_EEPROM_ADDRESS1
30 #define CONFIG_SYS_MONITOR_LEN          (936 * 1024)
31
32 /* Miscellaneous configurable options */
33
34 /* SMP Definitinos  */
35 #define CPU_RELEASE_ADDR                secondary_boot_addr
36
37 /* Generic Timer Definitions */
38 /*
39  * This is not an accurate number. It is used in start.S. The frequency
40  * will be udpated later when get_bus_freq(0) is available.
41  */
42
43
44 /* Serial Port */
45 #define CONFIG_PL011_CLOCK              (get_bus_freq(0) / 4)
46 #define CONFIG_SYS_SERIAL0              0x21c0000
47 #define CONFIG_SYS_SERIAL1              0x21d0000
48 #define CONFIG_SYS_SERIAL2              0x21e0000
49 #define CONFIG_SYS_SERIAL3              0x21f0000
50 /*below might needs to be removed*/
51 #define CONFIG_PL01x_PORTS              {(void *)CONFIG_SYS_SERIAL0, \
52                                         (void *)CONFIG_SYS_SERIAL1, \
53                                         (void *)CONFIG_SYS_SERIAL2, \
54                                         (void *)CONFIG_SYS_SERIAL3 }
55
56 /* MC firmware */
57 #define CONFIG_SYS_LS_MC_DPC_MAX_LENGTH         0x20000
58 #define CONFIG_SYS_LS_MC_DRAM_DPC_OFFSET        0x00F00000
59 #define CONFIG_SYS_LS_MC_DPL_MAX_LENGTH         0x20000
60 #define CONFIG_SYS_LS_MC_DRAM_DPL_OFFSET        0x00F20000
61 #define CONFIG_SYS_LS_MC_BOOT_TIMEOUT_MS        5000
62
63 /*
64  * Carve out a DDR region which will not be used by u-boot/Linux
65  *
66  * It will be used by MC and Debug Server. The MC region must be
67  * 512MB aligned, so the min size to hide is 512MB.
68  */
69 #ifdef CONFIG_FSL_MC_ENET
70 #define CONFIG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE    (256UL * 1024 * 1024)
71 #endif
72
73 /* I2C bus multiplexer */
74 #define I2C_MUX_PCA_ADDR_PRI            0x77 /* Primary Mux*/
75 #define I2C_MUX_CH_DEFAULT              0x8
76
77 /* RTC */
78 #define RTC
79 #define CONFIG_SYS_I2C_RTC_ADDR         0x51  /* Channel 3*/
80
81 /* EEPROM */
82 #define CONFIG_SYS_I2C_EEPROM_NXID
83 #define CONFIG_SYS_EEPROM_BUS_NUM               0
84
85 /* Qixis */
86 #define CONFIG_SYS_I2C_FPGA_ADDR                0x66
87
88 /* USB */
89
90 #define COUNTER_FREQUENCY_REAL          (get_board_sys_clk() / 4)
91
92 #define CONFIG_HWCONFIG
93 #define HWCONFIG_BUFFER_SIZE            128
94
95 /* Initial environment variables */
96 #define XSPI_MC_INIT_CMD                                \
97         "sf probe 0:0 && "                              \
98         "sf read 0x80640000 0x640000 0x80000 && "       \
99         "sf read $fdt_addr_r 0xf00000 0x100000 && "     \
100         "env exists secureboot && "                     \
101         "esbc_validate 0x80640000 && "                  \
102         "esbc_validate 0x80680000; "                    \
103         "sf read 0x80a00000 0xa00000 0x300000 && "      \
104         "sf read 0x80e00000 0xe00000 0x100000; "        \
105         "fsl_mc start mc 0x80a00000 0x80e00000\0"
106
107 #define SD_MC_INIT_CMD                          \
108         "mmc read 0x80a00000 0x5000 0x1200;"    \
109         "mmc read 0x80e00000 0x7000 0x800;"     \
110         "mmc read $fdt_addr_r 0x7800 0x800;"    \
111         "env exists secureboot && "             \
112         "mmc read 0x80640000 0x3200 0x20 && "   \
113         "mmc read 0x80680000 0x3400 0x20 && "   \
114         "esbc_validate 0x80640000 && "          \
115         "esbc_validate 0x80680000 ;"            \
116         "fsl_mc start mc 0x80a00000 0x80e00000\0"
117
118 #define SD2_MC_INIT_CMD                         \
119         "mmc dev 1; mmc read 0x80a00000 0x5000 0x1200;" \
120         "mmc read 0x80e00000 0x7000 0x800;"     \
121         "mmc read $fdt_addr_r 0x7800 0x800;"    \
122         "env exists secureboot && "             \
123         "mmc read 0x80640000 0x3200 0x20 && "   \
124         "mmc read 0x80680000 0x3400 0x20 && "   \
125         "esbc_validate 0x80640000 && "          \
126         "esbc_validate 0x80680000 ;"            \
127         "fsl_mc start mc 0x80a00000 0x80e00000\0"
128
129 #define EXTRA_ENV_SETTINGS                      \
130         "hwconfig=fsl_ddr:bank_intlv=auto\0"    \
131         "ramdisk_addr=0x800000\0"               \
132         "ramdisk_size=0x2000000\0"              \
133         "fdt_high=0xa0000000\0"                 \
134         "initrd_high=0xffffffffffffffff\0"      \
135         "kernel_start=0x1000000\0"              \
136         "kernelheader_start=0x600000\0"         \
137         "scriptaddr=0x80000000\0"               \
138         "scripthdraddr=0x80080000\0"            \
139         "fdtheader_addr_r=0x80100000\0"         \
140         "kernelheader_addr_r=0x80200000\0"      \
141         "kernel_addr_r=0x81000000\0"            \
142         "kernelheader_size=0x40000\0"           \
143         "fdt_addr_r=0x90000000\0"               \
144         "load_addr=0xa0000000\0"                \
145         "kernel_size=0x2800000\0"               \
146         "kernel_addr_sd=0x8000\0"               \
147         "kernelhdr_addr_sd=0x3000\0"            \
148         "kernel_size_sd=0x14000\0"              \
149         "kernelhdr_size_sd=0x20\0"              \
150         "console=ttyAMA0,38400n8\0"             \
151         BOOTENV                                 \
152         "mcmemsize=0x70000000\0"                \
153         XSPI_MC_INIT_CMD                                \
154         "scan_dev_for_boot_part="               \
155                 "part list ${devtype} ${devnum} devplist; "     \
156                 "env exists devplist || setenv devplist 1; "    \
157                 "for distro_bootpart in ${devplist}; do "       \
158                         "if fstype ${devtype} "                 \
159                                 "${devnum}:${distro_bootpart} " \
160                                 "bootfstype; then "             \
161                                 "run scan_dev_for_boot; "       \
162                         "fi; "                                  \
163                 "done\0"                                        \
164         "boot_a_script="                                        \
165                 "load ${devtype} ${devnum}:${distro_bootpart} " \
166                         "${scriptaddr} ${prefix}${script}; "    \
167                 "env exists secureboot && load ${devtype} "     \
168                         "${devnum}:${distro_bootpart} "         \
169                         "${scripthdraddr} ${prefix}${boot_script_hdr} " \
170                         "&& esbc_validate ${scripthdraddr};"    \
171                 "source ${scriptaddr}\0"
172
173 #define XSPI_NOR_BOOTCOMMAND                                            \
174                         "sf probe 0:0; "                                \
175                         "sf read 0x806c0000 0x6c0000 0x40000; "         \
176                         "env exists mcinitcmd && env exists secureboot" \
177                         " && esbc_validate 0x806c0000; "                \
178                         "sf read 0x80d00000 0xd00000 0x100000; "        \
179                         "env exists mcinitcmd && "                      \
180                         "fsl_mc lazyapply dpl 0x80d00000; "             \
181                         "run distro_bootcmd;run xspi_bootcmd; "         \
182                         "env exists secureboot && esbc_halt;"
183
184 #define SD_BOOTCOMMAND                                          \
185                 "env exists mcinitcmd && mmcinfo; "             \
186                 "mmc read 0x80d00000 0x6800 0x800; "            \
187                 "env exists mcinitcmd && env exists secureboot "        \
188                 " && mmc read 0x806C0000 0x3600 0x20 "          \
189                 "&& esbc_validate 0x806C0000;env exists mcinitcmd "     \
190                 "&& fsl_mc lazyapply dpl 0x80d00000;"           \
191                 "run distro_bootcmd;run sd_bootcmd;"            \
192                 "env exists secureboot && esbc_halt;"
193
194 #define SD2_BOOTCOMMAND                                         \
195                 "mmc dev 1; env exists mcinitcmd && mmcinfo; "  \
196                 "mmc read 0x80d00000 0x6800 0x800; "            \
197                 "env exists mcinitcmd && env exists secureboot "        \
198                 " && mmc read 0x806C0000 0x3600 0x20 "          \
199                 "&& esbc_validate 0x806C0000;env exists mcinitcmd "     \
200                 "&& fsl_mc lazyapply dpl 0x80d00000;"           \
201                 "run distro_bootcmd;run sd2_bootcmd;"           \
202                 "env exists secureboot && esbc_halt;"
203
204 #ifdef CONFIG_CMD_USB
205 #define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0)
206 #else
207 #define BOOT_TARGET_DEVICES_USB(func)
208 #endif
209
210 #ifdef CONFIG_MMC
211 #define BOOT_TARGET_DEVICES_MMC(func, instance) func(MMC, mmc, instance)
212 #else
213 #define BOOT_TARGET_DEVICES_MMC(func)
214 #endif
215
216 #ifdef CONFIG_SCSI
217 #define BOOT_TARGET_DEVICES_SCSI(func) func(SCSI, scsi, 0)
218 #else
219 #define BOOT_TARGET_DEVICES_SCSI(func)
220 #endif
221
222 #ifdef CONFIG_CMD_DHCP
223 #define BOOT_TARGET_DEVICES_DHCP(func) func(DHCP, dhcp, na)
224 #else
225 #define BOOT_TARGET_DEVICES_DHCP(func)
226 #endif
227
228 #define BOOT_TARGET_DEVICES(func) \
229         BOOT_TARGET_DEVICES_USB(func) \
230         BOOT_TARGET_DEVICES_MMC(func, 0) \
231         BOOT_TARGET_DEVICES_MMC(func, 1) \
232         BOOT_TARGET_DEVICES_SCSI(func) \
233         BOOT_TARGET_DEVICES_DHCP(func)
234 #include <config_distro_bootcmd.h>
235
236 #endif /* __LX2_COMMON_H */