configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to Kconfig
[platform/kernel/u-boot.git] / include / configs / socfpga_soc64_common.h
1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * Copyright (C) 2017-2019 Intel Corporation <www.intel.com>
4  *
5  */
6
7 #ifndef __CONFIG_SOCFPGA_SOC64_COMMON_H__
8 #define __CONFIG_SOCFPGA_SOC64_COMMON_H__
9
10 #include <asm/arch/base_addr_soc64.h>
11 #include <asm/arch/handoff_soc64.h>
12 #include <linux/stringify.h>
13
14 /*
15  * U-Boot general configurations
16  */
17 #define CONFIG_SYS_MONITOR_BASE         CONFIG_SYS_TEXT_BASE
18 #define CONFIG_REMAKE_ELF
19 /* sysmgr.boot_scratch_cold4 & 5 (64bit) will be used for PSCI_CPU_ON call */
20 #define CPU_RELEASE_ADDR                0xFFD12210
21
22 /*
23  * U-Boot console configurations
24  */
25 #define CONFIG_SYS_MAXARGS              64
26 #define CONFIG_SYS_CBSIZE               2048
27 #define CONFIG_SYS_PBSIZE               (CONFIG_SYS_CBSIZE + \
28                                         sizeof(CONFIG_SYS_PROMPT) + 16)
29 #define CONFIG_SYS_BARGSIZE             CONFIG_SYS_CBSIZE
30
31 /* Extend size of kernel image for uncompression */
32 #define CONFIG_SYS_BOOTM_LEN            (32 * 1024 * 1024)
33
34 /*
35  * U-Boot run time memory configurations
36  */
37 #define CONFIG_SYS_INIT_RAM_ADDR        0xFFE00000
38 #define CONFIG_SYS_INIT_RAM_SIZE        0x40000
39 #ifdef CONFIG_SPL_BUILD
40 #define CONFIG_SYS_INIT_SP_ADDR         (CONFIG_SYS_INIT_RAM_ADDR  \
41                                         + CONFIG_SYS_INIT_RAM_SIZE \
42                                         - SOC64_HANDOFF_SIZE)
43 #else
44 #define CONFIG_SYS_INIT_SP_ADDR         (CONFIG_SYS_TEXT_BASE \
45                                         + 0x100000)
46 #endif
47 #define CONFIG_SYS_INIT_SP_OFFSET       (CONFIG_SYS_INIT_SP_ADDR)
48
49 /*
50  * U-Boot environment configurations
51  */
52
53 /*
54  * QSPI support
55  */
56  #ifdef CONFIG_CADENCE_QSPI
57 /* Enable it if you want to use dual-stacked mode */
58 /*#define CONFIG_QSPI_RBF_ADDR          0x720000*/
59
60 /* Flash device info */
61
62 #ifndef CONFIG_SPL_BUILD
63 #define MTDIDS_DEFAULT                  "nor0=ff705000.spi.0"
64 #endif /* CONFIG_SPL_BUILD */
65
66 #ifndef __ASSEMBLY__
67 unsigned int cm_get_qspi_controller_clk_hz(void);
68 #define CONFIG_CQSPI_REF_CLK            cm_get_qspi_controller_clk_hz()
69 #endif
70
71 #endif /* CONFIG_CADENCE_QSPI */
72
73 /*
74  * Environment variable
75  */
76
77 #ifdef CONFIG_FIT
78 #define CONFIG_BOOTFILE "kernel.itb"
79 #else
80 #define CONFIG_BOOTFILE "Image"
81 #endif
82
83 #define CONFIG_EXTRA_ENV_SETTINGS \
84         "loadaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
85         "bootfile=" CONFIG_BOOTFILE "\0" \
86         "fdt_addr=8000000\0" \
87         "fdtimage=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
88         "mmcroot=/dev/mmcblk0p2\0" \
89         "mmcboot=setenv bootargs " CONFIG_BOOTARGS \
90                 " root=${mmcroot} rw rootwait;" \
91                 "booti ${loadaddr} - ${fdt_addr}\0" \
92         "mmcload=mmc rescan;" \
93                 "load mmc 0:1 ${loadaddr} ${bootfile};" \
94                 "load mmc 0:1 ${fdt_addr} ${fdtimage}\0" \
95         "mmcfitboot=setenv bootargs " CONFIG_BOOTARGS \
96                 " root=${mmcroot} rw rootwait;" \
97                 "bootm ${loadaddr}\0" \
98         "mmcfitload=mmc rescan;" \
99                 "load mmc 0:1 ${loadaddr} ${bootfile}\0" \
100         "linux_qspi_enable=if sf probe; then " \
101                 "echo Enabling QSPI at Linux DTB...;" \
102                 "fdt addr ${fdt_addr}; fdt resize;" \
103                 "fdt set /soc/spi@ff8d2000 status okay;" \
104                 "fdt set /soc/clkmgr/clocks/qspi_clk clock-frequency " \
105                 " ${qspi_clock}; fi; \0" \
106         "scriptaddr=0x02100000\0" \
107         "scriptfile=u-boot.scr\0" \
108         "fatscript=if fatload mmc 0:1 ${scriptaddr} ${scriptfile};" \
109                    "then source ${scriptaddr}; fi\0" \
110         "socfpga_legacy_reset_compat=1\0"
111
112 /*
113  * External memory configurations
114  */
115 #define PHYS_SDRAM_1                    0x0
116 #define PHYS_SDRAM_1_SIZE               (1 * 1024 * 1024 * 1024)
117 #define CONFIG_SYS_SDRAM_BASE           0
118
119 /*
120  * Serial / UART configurations
121  */
122 #define CONFIG_SYS_NS16550_CLK          100000000
123 #define CONFIG_SYS_NS16550_MEM32
124
125 /*
126  * Timer & watchdog configurations
127  */
128 #define COUNTER_FREQUENCY               400000000
129
130 /*
131  * SDMMC configurations
132  */
133 #ifdef CONFIG_CMD_MMC
134 #define CONFIG_SYS_MMC_MAX_BLK_COUNT    256
135 #endif
136 /*
137  * Flash configurations
138  */
139
140 /* Ethernet on SoC (EMAC) */
141 #if defined(CONFIG_CMD_NET)
142 #define CONFIG_DW_ALTDESCRIPTOR
143 #endif /* CONFIG_CMD_NET */
144
145 /*
146  * L4 Watchdog
147  */
148 #ifndef CONFIG_SPL_BUILD
149 #undef CONFIG_DESIGNWARE_WATCHDOG
150 #endif
151 #define CONFIG_DW_WDT_BASE              SOCFPGA_L4WD0_ADDRESS
152 #ifdef CONFIG_TARGET_SOCFPGA_STRATIX10
153 #ifndef __ASSEMBLY__
154 unsigned int cm_get_l4_sys_free_clk_hz(void);
155 #define CONFIG_DW_WDT_CLOCK_KHZ         (cm_get_l4_sys_free_clk_hz() / 1000)
156 #endif
157 #else
158 #define CONFIG_DW_WDT_CLOCK_KHZ         100000
159 #endif
160
161 /*
162  * SPL memory layout
163  *
164  * On chip RAM
165  * 0xFFE0_0000 ...... Start of OCRAM
166  * SPL code, rwdata
167  * empty space
168  * 0xFFEx_xxxx ...... Top of stack (grows down)
169  * 0xFFEy_yyyy ...... Global Data
170  * 0xFFEz_zzzz ...... Malloc prior relocation (size CONFIG_SYS_MALLOC_F_LEN)
171  * 0xFFE3_F000 ...... Hardware handdoff blob (size 4KB)
172  * 0xFFE3_FFFF ...... End of OCRAM
173  *
174  * SDRAM
175  * 0x0000_0000 ...... Start of SDRAM_1
176  * unused / empty space for image loading
177  * Size 64MB   ...... MALLOC (size CONFIG_SYS_SPL_MALLOC_SIZE)
178  * Size 1MB    ...... BSS (size CONFIG_SPL_BSS_MAX_SIZE)
179  * 0x8000_0000 ...... End of SDRAM_1 (assume 2GB)
180  *
181  */
182 #define CONFIG_SPL_TARGET               "spl/u-boot-spl-dtb.hex"
183 #define CONFIG_SPL_MAX_SIZE             CONFIG_SYS_INIT_RAM_SIZE
184 #define CONFIG_SPL_STACK                CONFIG_SYS_INIT_SP_ADDR
185 #define CONFIG_SPL_BSS_MAX_SIZE         0x100000        /* 1 MB */
186 #define CONFIG_SPL_BSS_START_ADDR       (PHYS_SDRAM_1 + PHYS_SDRAM_1_SIZE \
187                                         - CONFIG_SPL_BSS_MAX_SIZE)
188 #define CONFIG_SYS_SPL_MALLOC_SIZE      (CONFIG_SYS_MALLOC_LEN)
189 #define CONFIG_SYS_SPL_MALLOC_START     (CONFIG_SPL_BSS_START_ADDR \
190                                         - CONFIG_SYS_SPL_MALLOC_SIZE)
191
192 /* SPL SDMMC boot support */
193 #ifdef CONFIG_SPL_LOAD_FIT
194 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME         "u-boot.itb"
195 #else
196 #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME         "u-boot.img"
197 #endif
198
199 #endif  /* __CONFIG_SOCFPGA_SOC64_COMMON_H__ */