1 /* SPDX-License-Identifier: GPL-2.0+ */
4 * Copyright 2022 Linaro
7 #ifndef __IMX8MP_RSB3720_H
8 #define __IMX8MP_RSB3720_H
10 #include <linux/sizes.h>
11 #include <linux/stringify.h>
12 #include <asm/arch/imx-regs.h>
13 #include <config_distro_bootcmd.h>
15 #define CONFIG_SYS_MONITOR_LEN (512 * 1024)
16 #define CONFIG_SYS_UBOOT_BASE (QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
18 /* GUIDs for capsule updatable firmware images */
19 #define IMX8MP_RSB3720A1_4G_FIT_IMAGE_GUID \
20 EFI_GUID(0xb1251e89, 0x384a, 0x4635, 0xa8, 0x06, \
21 0x3a, 0xa0, 0xb0, 0xe9, 0xf9, 0x65)
23 #define IMX8MP_RSB3720A1_6G_FIT_IMAGE_GUID \
24 EFI_GUID(0xb5fb6f08, 0xe142, 0x4db1, 0x97, 0xea, \
25 0x5f, 0xd3, 0x6b, 0x9b, 0xe5, 0xb9)
27 #ifdef CONFIG_SPL_BUILD
28 #define CONFIG_MALLOC_F_ADDR 0x184000 /* malloc f used before \
29 * GD_FLG_FULL_MALLOC_INIT \
34 #if defined(CONFIG_NAND_BOOT)
35 #define CONFIG_SPL_NAND_MXS
42 #if defined(CONFIG_CMD_NET)
43 #define CONFIG_FEC_MXC_PHYADDR 4
45 #ifdef CONFIG_DWC_ETH_QOS
46 #define CONFIG_SYS_NONCACHED_MEMORY (1 * SZ_1M) /* 1M */
49 #define PHY_ANEG_TIMEOUT 20000
53 #if CONFIG_IS_ENABLED(CMD_MMC)
54 # define BOOT_TARGET_MMC(func) \
58 # define BOOT_TARGET_MMC(func)
61 #if CONFIG_IS_ENABLED(CMD_PXE)
62 # define BOOT_TARGET_PXE(func) func(PXE, pxe, na)
64 # define BOOT_TARGET_PXE(func)
67 #if CONFIG_IS_ENABLED(CMD_DHCP)
68 # define BOOT_TARGET_DHCP(func) func(DHCP, dhcp, na)
70 # define BOOT_TARGET_DHCP(func)
73 #define BOOT_TARGET_DEVICES(func) \
74 BOOT_TARGET_MMC(func) \
75 BOOT_TARGET_PXE(func) \
76 BOOT_TARGET_DHCP(func)
78 /* Initial environment variables */
79 #define CONFIG_EXTRA_ENV_SETTINGS \
83 "splashimage=0x50000000\0" \
84 "console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200\0" \
85 "fdt_addr=0x43000000\0" \
86 "fdt_addr_r=0x43000000\0" \
88 "dfu_alt_info=mmc 2=flash-bin raw 0 0x1B00 mmcpart 1\0" \
89 "fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
90 "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
91 "initrd_addr=0x43800000\0" \
92 "bootm_size=0x10000000\0" \
93 "mmcdev=" __stringify(CONFIG_SYS_MMC_ENV_DEV) "\0" \
95 "mmcroot=/dev/mmcblk1p2 rootwait rw\0" \
96 "mmcautodetect=yes\0" \
97 "mmcargs=setenv bootargs ${jh_clk} console=${console} root=${mmcroot}\0 " \
98 "loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \
99 "bootscript=echo Running bootscript from mmc ...; " \
101 "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \
102 "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \
103 "kernel_addr_r=0x40480000\0" \
104 "pxefile_addr_r=0x40480000\0" \
105 "ramdisk_addr_r=0x43800000\0" \
106 "mmcboot=echo Booting from mmc ...; " \
108 "if test ${boot_fit} = yes || test ${boot_fit} = try; then " \
109 "bootm ${loadaddr}; " \
111 "if run loadfdt; then " \
112 "booti ${loadaddr} - ${fdt_addr}; " \
114 "echo WARN: Cannot load the DT; " \
117 "netargs=setenv bootargs ${jh_clk} console=${console} " \
119 "ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp\0" \
120 "netboot=echo Booting from net ...; " \
122 "if test ${ip_dyn} = yes; then " \
123 "setenv get_cmd dhcp; " \
125 "setenv get_cmd tftp; " \
127 "${get_cmd} ${loadaddr} ${image}; " \
128 "if test ${boot_fit} = yes || test ${boot_fit} = try; then " \
129 "bootm ${loadaddr}; " \
131 "if ${get_cmd} ${fdt_addr} ${fdt_file}; then " \
132 "booti ${loadaddr} - ${fdt_addr}; " \
134 "echo WARN: Cannot load the DT; " \
138 /* Link Definitions */
139 #define CONFIG_SYS_INIT_RAM_ADDR 0x40000000
140 #define CONFIG_SYS_INIT_RAM_SIZE 0x80000
143 /* Totally 6GB or 4G DDR */
144 #define CONFIG_SYS_SDRAM_BASE 0x40000000
145 #define PHYS_SDRAM 0x40000000
146 #if defined(CONFIG_TARGET_IMX8MP_RSB3720A1_6G)
147 #define PHYS_SDRAM_SIZE 0xC0000000 /* 3 GB */
148 #define PHYS_SDRAM_2 0x100000000
149 #define PHYS_SDRAM_2_SIZE 0xC0000000 /* 3 GB */
150 #elif defined(CONFIG_TARGET_IMX8MP_RSB3720A1_4G)
151 #define PHYS_SDRAM_SIZE 0x80000000 /* 2 GB */
152 #define PHYS_SDRAM_2 0xC0000000
153 #define PHYS_SDRAM_2_SIZE 0x80000000 /* 2 GB */
156 #define CONFIG_MXC_UART_BASE UART3_BASE_ADDR
158 #define CONFIG_SYS_FSL_USDHC_NUM 2
159 #define CONFIG_SYS_FSL_ESDHC_ADDR 0
161 #ifdef CONFIG_FSL_FSPI
162 #define FSL_FSPI_FLASH_SIZE SZ_32M
163 #define FSL_FSPI_FLASH_NUM 1
164 #define FSPI0_BASE_ADDR 0x30bb0000
165 #define FSPI0_AMBA_BASE 0x0
166 #define CONFIG_FSPI_QUAD_SUPPORT
168 #define CONFIG_SYS_FSL_FSPI_AHB
171 #ifdef CONFIG_NAND_MXS
174 #define CONFIG_SYS_MAX_NAND_DEVICE 1
175 #define CONFIG_SYS_NAND_BASE 0x20000000
176 #endif /* CONFIG_NAND_MXS */
178 #endif /* __IMX8MP_RSB3720_H */