blob: be21685eaa8655c70904586b5db3dddd763f7d1a [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Mingkai Hu0e58b512015-10-26 19:47:50 +08002/*
Priyanka Jain2b361782017-04-27 15:08:06 +05303 * Copyright 2017 NXP
Mingkai Hu0e58b512015-10-26 19:47:50 +08004 * Copyright 2014-2015 Freescale Semiconductor, Inc.
Mingkai Hu0e58b512015-10-26 19:47:50 +08005 */
6
7#include <common.h>
Simon Glass0e0ac202017-04-06 12:47:04 -06008#include <fsl_ddr_sdram.h>
Mingkai Hu0e58b512015-10-26 19:47:50 +08009#include <asm/io.h>
Masahiro Yamada56a931c2016-09-21 11:28:55 +090010#include <linux/errno.h>
Mingkai Hu0e58b512015-10-26 19:47:50 +080011#include <asm/system.h>
Joe Hershberger8f454d92018-07-16 15:33:51 -050012#include <fm_eth.h>
Mingkai Hu0e58b512015-10-26 19:47:50 +080013#include <asm/armv8/mmu.h>
14#include <asm/io.h>
15#include <asm/arch/fsl_serdes.h>
16#include <asm/arch/soc.h>
17#include <asm/arch/cpu.h>
18#include <asm/arch/speed.h>
Ashish Kumar11234062017-08-11 11:09:14 +053019#include <fsl_immap.h>
Mingkai Hu0e58b512015-10-26 19:47:50 +080020#include <asm/arch/mp.h>
Alexander Graf12be31c2016-11-17 01:03:01 +010021#include <efi_loader.h>
Mingkai Hu0e58b512015-10-26 19:47:50 +080022#include <fsl-mc/fsl_mc.h>
23#ifdef CONFIG_FSL_ESDHC
24#include <fsl_esdhc.h>
25#endif
Hou Zhiqiang21c4d552016-06-28 20:18:15 +080026#include <asm/armv8/sec_firmware.h>
Shengzhou Liu15875a52016-11-21 11:36:48 +080027#ifdef CONFIG_SYS_FSL_DDR
28#include <fsl_ddr.h>
29#endif
Simon Glass243182c2017-05-17 08:23:06 -060030#include <asm/arch/clock.h>
Prabhakar Kushwaha0acce842017-11-10 11:32:52 +053031#include <hwconfig.h>
Ahmed Mansouraa270b42017-12-15 16:01:00 -050032#include <fsl_qbman.h>
Mingkai Hu0e58b512015-10-26 19:47:50 +080033
Rajesh Bhagat583da8b2018-11-05 18:01:42 +000034#ifdef CONFIG_TFABOOT
35#include <environment.h>
Pankit Gargbdbf84f2018-11-05 18:01:52 +000036#ifdef CONFIG_CHAIN_OF_TRUST
37#include <fsl_validate.h>
38#endif
Rajesh Bhagat583da8b2018-11-05 18:01:42 +000039#endif
40
Mingkai Hu0e58b512015-10-26 19:47:50 +080041DECLARE_GLOBAL_DATA_PTR;
42
York Sunef4cef92018-11-05 18:01:06 +000043static struct cpu_type cpu_type_list[] = {
44 CPU_TYPE_ENTRY(LS2080A, LS2080A, 8),
45 CPU_TYPE_ENTRY(LS2085A, LS2085A, 8),
46 CPU_TYPE_ENTRY(LS2045A, LS2045A, 4),
47 CPU_TYPE_ENTRY(LS2088A, LS2088A, 8),
48 CPU_TYPE_ENTRY(LS2084A, LS2084A, 8),
49 CPU_TYPE_ENTRY(LS2048A, LS2048A, 4),
50 CPU_TYPE_ENTRY(LS2044A, LS2044A, 4),
51 CPU_TYPE_ENTRY(LS2081A, LS2081A, 8),
52 CPU_TYPE_ENTRY(LS2041A, LS2041A, 4),
53 CPU_TYPE_ENTRY(LS1043A, LS1043A, 4),
Hou Zhiqiangb9aedf92018-12-20 06:31:17 +000054 CPU_TYPE_ENTRY(LS1043A, LS1043A_P23, 4),
York Sunef4cef92018-11-05 18:01:06 +000055 CPU_TYPE_ENTRY(LS1023A, LS1023A, 2),
Hou Zhiqiangb9aedf92018-12-20 06:31:17 +000056 CPU_TYPE_ENTRY(LS1023A, LS1023A_P23, 2),
York Sunef4cef92018-11-05 18:01:06 +000057 CPU_TYPE_ENTRY(LS1046A, LS1046A, 4),
58 CPU_TYPE_ENTRY(LS1026A, LS1026A, 2),
59 CPU_TYPE_ENTRY(LS2040A, LS2040A, 4),
60 CPU_TYPE_ENTRY(LS1012A, LS1012A, 1),
61 CPU_TYPE_ENTRY(LS1088A, LS1088A, 8),
62 CPU_TYPE_ENTRY(LS1084A, LS1084A, 8),
63 CPU_TYPE_ENTRY(LS1048A, LS1048A, 4),
64 CPU_TYPE_ENTRY(LS1044A, LS1044A, 4),
Priyanka Jainef76b2e2018-10-29 09:17:09 +000065 CPU_TYPE_ENTRY(LX2160A, LX2160A, 16),
66 CPU_TYPE_ENTRY(LX2120A, LX2120A, 12),
67 CPU_TYPE_ENTRY(LX2080A, LX2080A, 8),
York Sunef4cef92018-11-05 18:01:06 +000068};
69
70#define EARLY_PGTABLE_SIZE 0x5000
71static struct mm_region early_map[] = {
72#ifdef CONFIG_FSL_LSCH3
73 { CONFIG_SYS_FSL_CCSR_BASE, CONFIG_SYS_FSL_CCSR_BASE,
74 CONFIG_SYS_FSL_CCSR_SIZE,
75 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
76 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
77 },
78 { CONFIG_SYS_FSL_OCRAM_BASE, CONFIG_SYS_FSL_OCRAM_BASE,
79 SYS_FSL_OCRAM_SPACE_SIZE,
80 PTE_BLOCK_MEMTYPE(MT_NORMAL) | PTE_BLOCK_NON_SHARE
81 },
82 { CONFIG_SYS_FSL_QSPI_BASE1, CONFIG_SYS_FSL_QSPI_BASE1,
83 CONFIG_SYS_FSL_QSPI_SIZE1,
84 PTE_BLOCK_MEMTYPE(MT_NORMAL) | PTE_BLOCK_NON_SHARE},
85#ifdef CONFIG_FSL_IFC
86 /* For IFC Region #1, only the first 4MB is cache-enabled */
87 { CONFIG_SYS_FSL_IFC_BASE1, CONFIG_SYS_FSL_IFC_BASE1,
88 CONFIG_SYS_FSL_IFC_SIZE1_1,
89 PTE_BLOCK_MEMTYPE(MT_NORMAL) | PTE_BLOCK_NON_SHARE
90 },
91 { CONFIG_SYS_FSL_IFC_BASE1 + CONFIG_SYS_FSL_IFC_SIZE1_1,
92 CONFIG_SYS_FSL_IFC_BASE1 + CONFIG_SYS_FSL_IFC_SIZE1_1,
93 CONFIG_SYS_FSL_IFC_SIZE1 - CONFIG_SYS_FSL_IFC_SIZE1_1,
94 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_NON_SHARE
95 },
96 { CONFIG_SYS_FLASH_BASE, CONFIG_SYS_FSL_IFC_BASE1,
97 CONFIG_SYS_FSL_IFC_SIZE1,
98 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_NON_SHARE
99 },
100#endif
101 { CONFIG_SYS_FSL_DRAM_BASE1, CONFIG_SYS_FSL_DRAM_BASE1,
102 CONFIG_SYS_FSL_DRAM_SIZE1,
Rajesh Bhagat5efbecf2018-11-05 18:01:37 +0000103#if defined(CONFIG_TFABOOT) || \
104 (defined(CONFIG_SPL) && !defined(CONFIG_SPL_BUILD))
York Sunef4cef92018-11-05 18:01:06 +0000105 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
106#else /* Start with nGnRnE and PXN and UXN to prevent speculative access */
107 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_PXN | PTE_BLOCK_UXN |
108#endif
109 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
110 },
111#ifdef CONFIG_FSL_IFC
112 /* Map IFC region #2 up to CONFIG_SYS_FLASH_BASE for NAND boot */
113 { CONFIG_SYS_FSL_IFC_BASE2, CONFIG_SYS_FSL_IFC_BASE2,
114 CONFIG_SYS_FLASH_BASE - CONFIG_SYS_FSL_IFC_BASE2,
115 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_NON_SHARE
116 },
117#endif
118 { CONFIG_SYS_FSL_DCSR_BASE, CONFIG_SYS_FSL_DCSR_BASE,
119 CONFIG_SYS_FSL_DCSR_SIZE,
120 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
121 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
122 },
123 { CONFIG_SYS_FSL_DRAM_BASE2, CONFIG_SYS_FSL_DRAM_BASE2,
124 CONFIG_SYS_FSL_DRAM_SIZE2,
125 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_PXN | PTE_BLOCK_UXN |
126 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
127 },
Priyanka Jain88c25662018-10-29 09:11:29 +0000128#ifdef CONFIG_SYS_FSL_DRAM_BASE3
129 { CONFIG_SYS_FSL_DRAM_BASE3, CONFIG_SYS_FSL_DRAM_BASE3,
130 CONFIG_SYS_FSL_DRAM_SIZE3,
131 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_PXN | PTE_BLOCK_UXN |
132 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
133 },
134#endif
York Sunef4cef92018-11-05 18:01:06 +0000135#elif defined(CONFIG_FSL_LSCH2)
136 { CONFIG_SYS_FSL_CCSR_BASE, CONFIG_SYS_FSL_CCSR_BASE,
137 CONFIG_SYS_FSL_CCSR_SIZE,
138 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
139 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
140 },
141 { CONFIG_SYS_FSL_OCRAM_BASE, CONFIG_SYS_FSL_OCRAM_BASE,
142 SYS_FSL_OCRAM_SPACE_SIZE,
143 PTE_BLOCK_MEMTYPE(MT_NORMAL) | PTE_BLOCK_NON_SHARE
144 },
145 { CONFIG_SYS_FSL_DCSR_BASE, CONFIG_SYS_FSL_DCSR_BASE,
146 CONFIG_SYS_FSL_DCSR_SIZE,
147 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
148 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
149 },
150 { CONFIG_SYS_FSL_QSPI_BASE, CONFIG_SYS_FSL_QSPI_BASE,
151 CONFIG_SYS_FSL_QSPI_SIZE,
152 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_NON_SHARE
153 },
154#ifdef CONFIG_FSL_IFC
155 { CONFIG_SYS_FSL_IFC_BASE, CONFIG_SYS_FSL_IFC_BASE,
156 CONFIG_SYS_FSL_IFC_SIZE,
157 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_NON_SHARE
158 },
159#endif
160 { CONFIG_SYS_FSL_DRAM_BASE1, CONFIG_SYS_FSL_DRAM_BASE1,
161 CONFIG_SYS_FSL_DRAM_SIZE1,
Rajesh Bhagat5efbecf2018-11-05 18:01:37 +0000162#if defined(CONFIG_TFABOOT) || \
163 (defined(CONFIG_SPL) && !defined(CONFIG_SPL_BUILD))
York Sunef4cef92018-11-05 18:01:06 +0000164 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
165#else /* Start with nGnRnE and PXN and UXN to prevent speculative access */
166 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_PXN | PTE_BLOCK_UXN |
167#endif
168 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
169 },
170 { CONFIG_SYS_FSL_DRAM_BASE2, CONFIG_SYS_FSL_DRAM_BASE2,
171 CONFIG_SYS_FSL_DRAM_SIZE2,
172 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_PXN | PTE_BLOCK_UXN |
173 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
174 },
175#endif
176 {}, /* list terminator */
177};
178
179static struct mm_region final_map[] = {
180#ifdef CONFIG_FSL_LSCH3
181 { CONFIG_SYS_FSL_CCSR_BASE, CONFIG_SYS_FSL_CCSR_BASE,
182 CONFIG_SYS_FSL_CCSR_SIZE,
183 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
184 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
185 },
186 { CONFIG_SYS_FSL_OCRAM_BASE, CONFIG_SYS_FSL_OCRAM_BASE,
187 SYS_FSL_OCRAM_SPACE_SIZE,
188 PTE_BLOCK_MEMTYPE(MT_NORMAL) | PTE_BLOCK_NON_SHARE
189 },
190 { CONFIG_SYS_FSL_DRAM_BASE1, CONFIG_SYS_FSL_DRAM_BASE1,
191 CONFIG_SYS_FSL_DRAM_SIZE1,
192 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
193 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
194 },
195 { CONFIG_SYS_FSL_QSPI_BASE1, CONFIG_SYS_FSL_QSPI_BASE1,
196 CONFIG_SYS_FSL_QSPI_SIZE1,
197 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
198 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
199 },
200 { CONFIG_SYS_FSL_QSPI_BASE2, CONFIG_SYS_FSL_QSPI_BASE2,
201 CONFIG_SYS_FSL_QSPI_SIZE2,
202 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
203 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
204 },
205#ifdef CONFIG_FSL_IFC
206 { CONFIG_SYS_FSL_IFC_BASE2, CONFIG_SYS_FSL_IFC_BASE2,
207 CONFIG_SYS_FSL_IFC_SIZE2,
208 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
209 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
210 },
211#endif
212 { CONFIG_SYS_FSL_DCSR_BASE, CONFIG_SYS_FSL_DCSR_BASE,
213 CONFIG_SYS_FSL_DCSR_SIZE,
214 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
215 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
216 },
217 { CONFIG_SYS_FSL_MC_BASE, CONFIG_SYS_FSL_MC_BASE,
218 CONFIG_SYS_FSL_MC_SIZE,
219 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
220 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
221 },
222 { CONFIG_SYS_FSL_NI_BASE, CONFIG_SYS_FSL_NI_BASE,
223 CONFIG_SYS_FSL_NI_SIZE,
224 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
225 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
226 },
227 /* For QBMAN portal, only the first 64MB is cache-enabled */
228 { CONFIG_SYS_FSL_QBMAN_BASE, CONFIG_SYS_FSL_QBMAN_BASE,
229 CONFIG_SYS_FSL_QBMAN_SIZE_1,
230 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
231 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN | PTE_BLOCK_NS
232 },
233 { CONFIG_SYS_FSL_QBMAN_BASE + CONFIG_SYS_FSL_QBMAN_SIZE_1,
234 CONFIG_SYS_FSL_QBMAN_BASE + CONFIG_SYS_FSL_QBMAN_SIZE_1,
235 CONFIG_SYS_FSL_QBMAN_SIZE - CONFIG_SYS_FSL_QBMAN_SIZE_1,
236 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
237 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
238 },
239 { CONFIG_SYS_PCIE1_PHYS_ADDR, CONFIG_SYS_PCIE1_PHYS_ADDR,
240 CONFIG_SYS_PCIE1_PHYS_SIZE,
241 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
242 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
243 },
244 { CONFIG_SYS_PCIE2_PHYS_ADDR, CONFIG_SYS_PCIE2_PHYS_ADDR,
245 CONFIG_SYS_PCIE2_PHYS_SIZE,
246 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
247 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
248 },
249 { CONFIG_SYS_PCIE3_PHYS_ADDR, CONFIG_SYS_PCIE3_PHYS_ADDR,
250 CONFIG_SYS_PCIE3_PHYS_SIZE,
251 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
252 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
253 },
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000254#if defined(CONFIG_ARCH_LS2080A) || defined(CONFIG_ARCH_LX2160A)
York Sunef4cef92018-11-05 18:01:06 +0000255 { CONFIG_SYS_PCIE4_PHYS_ADDR, CONFIG_SYS_PCIE4_PHYS_ADDR,
256 CONFIG_SYS_PCIE4_PHYS_SIZE,
257 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
258 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
259 },
260#endif
261 { CONFIG_SYS_FSL_WRIOP1_BASE, CONFIG_SYS_FSL_WRIOP1_BASE,
262 CONFIG_SYS_FSL_WRIOP1_SIZE,
263 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
264 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
265 },
266 { CONFIG_SYS_FSL_AIOP1_BASE, CONFIG_SYS_FSL_AIOP1_BASE,
267 CONFIG_SYS_FSL_AIOP1_SIZE,
268 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
269 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
270 },
271 { CONFIG_SYS_FSL_PEBUF_BASE, CONFIG_SYS_FSL_PEBUF_BASE,
272 CONFIG_SYS_FSL_PEBUF_SIZE,
273 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
274 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
275 },
276 { CONFIG_SYS_FSL_DRAM_BASE2, CONFIG_SYS_FSL_DRAM_BASE2,
277 CONFIG_SYS_FSL_DRAM_SIZE2,
278 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
279 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
280 },
Priyanka Jain88c25662018-10-29 09:11:29 +0000281#ifdef CONFIG_SYS_FSL_DRAM_BASE3
282 { CONFIG_SYS_FSL_DRAM_BASE3, CONFIG_SYS_FSL_DRAM_BASE3,
283 CONFIG_SYS_FSL_DRAM_SIZE3,
284 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
285 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
286 },
287#endif
York Sunef4cef92018-11-05 18:01:06 +0000288#elif defined(CONFIG_FSL_LSCH2)
289 { CONFIG_SYS_FSL_BOOTROM_BASE, CONFIG_SYS_FSL_BOOTROM_BASE,
290 CONFIG_SYS_FSL_BOOTROM_SIZE,
291 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
292 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
293 },
294 { CONFIG_SYS_FSL_CCSR_BASE, CONFIG_SYS_FSL_CCSR_BASE,
295 CONFIG_SYS_FSL_CCSR_SIZE,
296 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
297 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
298 },
299 { CONFIG_SYS_FSL_OCRAM_BASE, CONFIG_SYS_FSL_OCRAM_BASE,
300 SYS_FSL_OCRAM_SPACE_SIZE,
301 PTE_BLOCK_MEMTYPE(MT_NORMAL) | PTE_BLOCK_NON_SHARE
302 },
303 { CONFIG_SYS_FSL_DCSR_BASE, CONFIG_SYS_FSL_DCSR_BASE,
304 CONFIG_SYS_FSL_DCSR_SIZE,
305 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
306 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
307 },
308 { CONFIG_SYS_FSL_QSPI_BASE, CONFIG_SYS_FSL_QSPI_BASE,
309 CONFIG_SYS_FSL_QSPI_SIZE,
310 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
311 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
312 },
313#ifdef CONFIG_FSL_IFC
314 { CONFIG_SYS_FSL_IFC_BASE, CONFIG_SYS_FSL_IFC_BASE,
315 CONFIG_SYS_FSL_IFC_SIZE,
316 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | PTE_BLOCK_NON_SHARE
317 },
318#endif
319 { CONFIG_SYS_FSL_DRAM_BASE1, CONFIG_SYS_FSL_DRAM_BASE1,
320 CONFIG_SYS_FSL_DRAM_SIZE1,
321 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
322 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
323 },
324 { CONFIG_SYS_FSL_QBMAN_BASE, CONFIG_SYS_FSL_QBMAN_BASE,
325 CONFIG_SYS_FSL_QBMAN_SIZE,
326 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
327 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
328 },
329 { CONFIG_SYS_FSL_DRAM_BASE2, CONFIG_SYS_FSL_DRAM_BASE2,
330 CONFIG_SYS_FSL_DRAM_SIZE2,
331 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
332 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
333 },
334 { CONFIG_SYS_PCIE1_PHYS_ADDR, CONFIG_SYS_PCIE1_PHYS_ADDR,
335 CONFIG_SYS_PCIE1_PHYS_SIZE,
336 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
337 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
338 },
339 { CONFIG_SYS_PCIE2_PHYS_ADDR, CONFIG_SYS_PCIE2_PHYS_ADDR,
340 CONFIG_SYS_PCIE2_PHYS_SIZE,
341 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
342 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
343 },
344 { CONFIG_SYS_PCIE3_PHYS_ADDR, CONFIG_SYS_PCIE3_PHYS_ADDR,
345 CONFIG_SYS_PCIE3_PHYS_SIZE,
346 PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
347 PTE_BLOCK_NON_SHARE | PTE_BLOCK_PXN | PTE_BLOCK_UXN
348 },
349 { CONFIG_SYS_FSL_DRAM_BASE3, CONFIG_SYS_FSL_DRAM_BASE3,
350 CONFIG_SYS_FSL_DRAM_SIZE3,
351 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
352 PTE_BLOCK_OUTER_SHARE | PTE_BLOCK_NS
353 },
354#endif
355#ifdef CONFIG_SYS_MEM_RESERVE_SECURE
356 {}, /* space holder for secure mem */
357#endif
358 {},
359};
360
York Sun9da8f502016-06-24 16:46:23 -0700361struct mm_region *mem_map = early_map;
Alexander Grafce0a64e2016-03-04 01:09:54 +0100362
Mingkai Hu0e58b512015-10-26 19:47:50 +0800363void cpu_name(char *name)
364{
365 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
366 unsigned int i, svr, ver;
367
368 svr = gur_in32(&gur->svr);
369 ver = SVR_SOC_VER(svr);
370
371 for (i = 0; i < ARRAY_SIZE(cpu_type_list); i++)
372 if ((cpu_type_list[i].soc_ver & SVR_WO_E) == ver) {
373 strcpy(name, cpu_type_list[i].name);
Priyanka Jainef76b2e2018-10-29 09:17:09 +0000374#ifdef CONFIG_ARCH_LX2160A
375 if (IS_C_PROCESSOR(svr))
376 strcat(name, "C");
377#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +0800378
379 if (IS_E_PROCESSOR(svr))
380 strcat(name, "E");
Wenbin Song863a33a2016-09-13 16:13:54 +0800381
382 sprintf(name + strlen(name), " Rev%d.%d",
383 SVR_MAJ(svr), SVR_MIN(svr));
Mingkai Hu0e58b512015-10-26 19:47:50 +0800384 break;
385 }
386
387 if (i == ARRAY_SIZE(cpu_type_list))
388 strcpy(name, "unknown");
389}
390
391#ifndef CONFIG_SYS_DCACHE_OFF
Mingkai Hu0e58b512015-10-26 19:47:50 +0800392/*
393 * To start MMU before DDR is available, we create MMU table in SRAM.
394 * The base address of SRAM is CONFIG_SYS_FSL_OCRAM_BASE. We use three
395 * levels of translation tables here to cover 40-bit address space.
396 * We use 4KB granule size, with 40 bits physical address, T0SZ=24
York Sun9da8f502016-06-24 16:46:23 -0700397 * Address above EARLY_PGTABLE_SIZE (0x5000) is free for other purpose.
398 * Note, the debug print in cache_v8.c is not usable for debugging
399 * these early MMU tables because UART is not yet available.
Mingkai Hu0e58b512015-10-26 19:47:50 +0800400 */
401static inline void early_mmu_setup(void)
402{
York Sun9da8f502016-06-24 16:46:23 -0700403 unsigned int el = current_el();
Mingkai Hu0e58b512015-10-26 19:47:50 +0800404
York Sun9da8f502016-06-24 16:46:23 -0700405 /* global data is already setup, no allocation yet */
Pankit Gargc4d39eb2018-11-05 18:01:28 +0000406 if (el == 3)
407 gd->arch.tlb_addr = CONFIG_SYS_FSL_OCRAM_BASE;
408 else
409 gd->arch.tlb_addr = CONFIG_SYS_DDR_SDRAM_BASE;
York Sun9da8f502016-06-24 16:46:23 -0700410 gd->arch.tlb_fillptr = gd->arch.tlb_addr;
411 gd->arch.tlb_size = EARLY_PGTABLE_SIZE;
Mingkai Hu0e58b512015-10-26 19:47:50 +0800412
York Sun9da8f502016-06-24 16:46:23 -0700413 /* Create early page tables */
414 setup_pgtables();
Mingkai Hu0e58b512015-10-26 19:47:50 +0800415
York Sun9da8f502016-06-24 16:46:23 -0700416 /* point TTBR to the new table */
417 set_ttbr_tcr_mair(el, gd->arch.tlb_addr,
418 get_tcr(el, NULL, NULL) &
419 ~(TCR_ORGN_MASK | TCR_IRGN_MASK),
Mingkai Hu0e58b512015-10-26 19:47:50 +0800420 MEMORY_ATTRIBUTES);
York Sun9da8f502016-06-24 16:46:23 -0700421
Mingkai Hu0e58b512015-10-26 19:47:50 +0800422 set_sctlr(get_sctlr() | CR_M);
423}
424
Hou Zhiqiang92fecb52017-03-03 12:35:09 +0800425static void fix_pcie_mmu_map(void)
426{
York Sun4ce6fbf2017-03-27 11:41:01 -0700427#ifdef CONFIG_ARCH_LS2080A
Hou Zhiqiang92fecb52017-03-03 12:35:09 +0800428 unsigned int i;
429 u32 svr, ver;
430 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
431
432 svr = gur_in32(&gur->svr);
433 ver = SVR_SOC_VER(svr);
434
435 /* Fix PCIE base and size for LS2088A */
436 if ((ver == SVR_LS2088A) || (ver == SVR_LS2084A) ||
Priyanka Jain2b361782017-04-27 15:08:06 +0530437 (ver == SVR_LS2048A) || (ver == SVR_LS2044A) ||
438 (ver == SVR_LS2081A) || (ver == SVR_LS2041A)) {
Hou Zhiqiang92fecb52017-03-03 12:35:09 +0800439 for (i = 0; i < ARRAY_SIZE(final_map); i++) {
440 switch (final_map[i].phys) {
441 case CONFIG_SYS_PCIE1_PHYS_ADDR:
442 final_map[i].phys = 0x2000000000ULL;
443 final_map[i].virt = 0x2000000000ULL;
444 final_map[i].size = 0x800000000ULL;
445 break;
446 case CONFIG_SYS_PCIE2_PHYS_ADDR:
447 final_map[i].phys = 0x2800000000ULL;
448 final_map[i].virt = 0x2800000000ULL;
449 final_map[i].size = 0x800000000ULL;
450 break;
451 case CONFIG_SYS_PCIE3_PHYS_ADDR:
452 final_map[i].phys = 0x3000000000ULL;
453 final_map[i].virt = 0x3000000000ULL;
454 final_map[i].size = 0x800000000ULL;
455 break;
456 case CONFIG_SYS_PCIE4_PHYS_ADDR:
457 final_map[i].phys = 0x3800000000ULL;
458 final_map[i].virt = 0x3800000000ULL;
459 final_map[i].size = 0x800000000ULL;
460 break;
461 default:
462 break;
463 }
464 }
465 }
466#endif
467}
468
Mingkai Hu0e58b512015-10-26 19:47:50 +0800469/*
470 * The final tables look similar to early tables, but different in detail.
471 * These tables are in DRAM. Sub tables are added to enable cache for
472 * QBMan and OCRAM.
473 *
York Sun1ef95cc2016-06-24 16:46:18 -0700474 * Put the MMU table in secure memory if gd->arch.secure_ram is valid.
475 * OCRAM will be not used for this purpose so gd->arch.secure_ram can't be 0.
Mingkai Hu0e58b512015-10-26 19:47:50 +0800476 */
477static inline void final_mmu_setup(void)
478{
York Sun9da8f502016-06-24 16:46:23 -0700479 u64 tlb_addr_save = gd->arch.tlb_addr;
York Sun0804d562015-12-04 11:57:08 -0800480 unsigned int el = current_el();
York Sun9da8f502016-06-24 16:46:23 -0700481 int index;
Mingkai Hu0e58b512015-10-26 19:47:50 +0800482
Hou Zhiqiang92fecb52017-03-03 12:35:09 +0800483 /* fix the final_map before filling in the block entries */
484 fix_pcie_mmu_map();
485
York Sun9da8f502016-06-24 16:46:23 -0700486 mem_map = final_map;
Mingkai Hu0e58b512015-10-26 19:47:50 +0800487
York Sun75488ed2017-03-06 09:02:30 -0800488 /* Update mapping for DDR to actual size */
489 for (index = 0; index < ARRAY_SIZE(final_map) - 2; index++) {
490 /*
491 * Find the entry for DDR mapping and update the address and
492 * size. Zero-sized mapping will be skipped when creating MMU
493 * table.
494 */
495 switch (final_map[index].virt) {
496 case CONFIG_SYS_FSL_DRAM_BASE1:
497 final_map[index].virt = gd->bd->bi_dram[0].start;
498 final_map[index].phys = gd->bd->bi_dram[0].start;
499 final_map[index].size = gd->bd->bi_dram[0].size;
500 break;
501#ifdef CONFIG_SYS_FSL_DRAM_BASE2
502 case CONFIG_SYS_FSL_DRAM_BASE2:
503#if (CONFIG_NR_DRAM_BANKS >= 2)
504 final_map[index].virt = gd->bd->bi_dram[1].start;
505 final_map[index].phys = gd->bd->bi_dram[1].start;
506 final_map[index].size = gd->bd->bi_dram[1].size;
507#else
508 final_map[index].size = 0;
509#endif
510 break;
511#endif
512#ifdef CONFIG_SYS_FSL_DRAM_BASE3
513 case CONFIG_SYS_FSL_DRAM_BASE3:
514#if (CONFIG_NR_DRAM_BANKS >= 3)
515 final_map[index].virt = gd->bd->bi_dram[2].start;
516 final_map[index].phys = gd->bd->bi_dram[2].start;
517 final_map[index].size = gd->bd->bi_dram[2].size;
518#else
519 final_map[index].size = 0;
520#endif
521 break;
522#endif
523 default:
524 break;
525 }
526 }
527
York Sun0804d562015-12-04 11:57:08 -0800528#ifdef CONFIG_SYS_MEM_RESERVE_SECURE
York Sun9da8f502016-06-24 16:46:23 -0700529 if (gd->arch.secure_ram & MEM_RESERVE_SECURE_MAINTAINED) {
530 if (el == 3) {
531 /*
532 * Only use gd->arch.secure_ram if the address is
533 * recalculated. Align to 4KB for MMU table.
534 */
535 /* put page tables in secure ram */
536 index = ARRAY_SIZE(final_map) - 2;
537 gd->arch.tlb_addr = gd->arch.secure_ram & ~0xfff;
538 final_map[index].virt = gd->arch.secure_ram & ~0x3;
539 final_map[index].phys = final_map[index].virt;
540 final_map[index].size = CONFIG_SYS_MEM_RESERVE_SECURE;
541 final_map[index].attrs = PTE_BLOCK_OUTER_SHARE;
York Sun1ef95cc2016-06-24 16:46:18 -0700542 gd->arch.secure_ram |= MEM_RESERVE_SECURE_SECURED;
York Sun9da8f502016-06-24 16:46:23 -0700543 tlb_addr_save = gd->arch.tlb_addr;
York Sun0804d562015-12-04 11:57:08 -0800544 } else {
York Sun9da8f502016-06-24 16:46:23 -0700545 /* Use allocated (board_f.c) memory for TLB */
546 tlb_addr_save = gd->arch.tlb_allocated;
547 gd->arch.tlb_addr = tlb_addr_save;
York Sun0804d562015-12-04 11:57:08 -0800548 }
549 }
550#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +0800551
York Sun9da8f502016-06-24 16:46:23 -0700552 /* Reset the fill ptr */
553 gd->arch.tlb_fillptr = tlb_addr_save;
554
555 /* Create normal system page tables */
556 setup_pgtables();
557
558 /* Create emergency page tables */
559 gd->arch.tlb_addr = gd->arch.tlb_fillptr;
560 gd->arch.tlb_emerg = gd->arch.tlb_addr;
561 setup_pgtables();
562 gd->arch.tlb_addr = tlb_addr_save;
563
York Suncf64ced2017-03-06 09:02:31 -0800564 /* Disable cache and MMU */
565 dcache_disable(); /* TLBs are invalidated */
566 invalidate_icache_all();
Mingkai Hu0e58b512015-10-26 19:47:50 +0800567
568 /* point TTBR to the new table */
York Sun9da8f502016-06-24 16:46:23 -0700569 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, get_tcr(el, NULL, NULL),
Mingkai Hu0e58b512015-10-26 19:47:50 +0800570 MEMORY_ATTRIBUTES);
York Suncf64ced2017-03-06 09:02:31 -0800571
York Suneb6eac12016-07-22 10:52:23 -0700572 set_sctlr(get_sctlr() | CR_M);
Mingkai Hu0e58b512015-10-26 19:47:50 +0800573}
574
Alexander Grafbc78b922016-03-21 20:26:12 +0100575u64 get_page_table_size(void)
576{
577 return 0x10000;
578}
579
Mingkai Hu0e58b512015-10-26 19:47:50 +0800580int arch_cpu_init(void)
581{
York Sune6b871e2017-05-15 08:51:59 -0700582 /*
583 * This function is called before U-Boot relocates itself to speed up
584 * on system running. It is not necessary to run if performance is not
585 * critical. Skip if MMU is already enabled by SPL or other means.
586 */
587 if (get_sctlr() & CR_M)
588 return 0;
589
Mingkai Hu0e58b512015-10-26 19:47:50 +0800590 icache_enable();
591 __asm_invalidate_dcache_all();
592 __asm_invalidate_tlb_all();
593 early_mmu_setup();
594 set_sctlr(get_sctlr() | CR_C);
595 return 0;
596}
597
Hou Zhiqianga7befa52016-06-28 20:18:12 +0800598void mmu_setup(void)
599{
600 final_mmu_setup();
601}
602
Mingkai Hu0e58b512015-10-26 19:47:50 +0800603/*
Hou Zhiqianga7befa52016-06-28 20:18:12 +0800604 * This function is called from common/board_r.c.
605 * It recreates MMU table in main memory.
Mingkai Hu0e58b512015-10-26 19:47:50 +0800606 */
607void enable_caches(void)
608{
Hou Zhiqianga7befa52016-06-28 20:18:12 +0800609 mmu_setup();
Mingkai Hu0e58b512015-10-26 19:47:50 +0800610 __asm_invalidate_tlb_all();
Hou Zhiqianga7befa52016-06-28 20:18:12 +0800611 icache_enable();
612 dcache_enable();
Mingkai Hu0e58b512015-10-26 19:47:50 +0800613}
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000614#endif /* CONFIG_SYS_DCACHE_OFF */
615
616#ifdef CONFIG_TFABOOT
617enum boot_src __get_boot_src(u32 porsr1)
618{
619 enum boot_src src = BOOT_SOURCE_RESERVED;
620 u32 rcw_src = (porsr1 & RCW_SRC_MASK) >> RCW_SRC_BIT;
Priyanka Jain88c25662018-10-29 09:11:29 +0000621#if !defined(CONFIG_NXP_LSCH3_2)
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000622 u32 val;
623#endif
624 debug("%s: rcw_src 0x%x\n", __func__, rcw_src);
625
626#if defined(CONFIG_FSL_LSCH3)
Priyanka Jain88c25662018-10-29 09:11:29 +0000627#if defined(CONFIG_NXP_LSCH3_2)
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000628 switch (rcw_src) {
629 case RCW_SRC_SDHC1_VAL:
630 src = BOOT_SOURCE_SD_MMC;
631 break;
632 case RCW_SRC_SDHC2_VAL:
633 src = BOOT_SOURCE_SD_MMC2;
634 break;
635 case RCW_SRC_I2C1_VAL:
636 src = BOOT_SOURCE_I2C1_EXTENDED;
637 break;
638 case RCW_SRC_FLEXSPI_NAND2K_VAL:
639 src = BOOT_SOURCE_XSPI_NAND;
640 break;
641 case RCW_SRC_FLEXSPI_NAND4K_VAL:
642 src = BOOT_SOURCE_XSPI_NAND;
643 break;
644 case RCW_SRC_RESERVED_1_VAL:
645 src = BOOT_SOURCE_RESERVED;
646 break;
647 case RCW_SRC_FLEXSPI_NOR_24B:
648 src = BOOT_SOURCE_XSPI_NOR;
649 break;
650 default:
651 src = BOOT_SOURCE_RESERVED;
652 }
653#else
654 val = rcw_src & RCW_SRC_TYPE_MASK;
655 if (val == RCW_SRC_NOR_VAL) {
656 val = rcw_src & NOR_TYPE_MASK;
657
658 switch (val) {
659 case NOR_16B_VAL:
660 case NOR_32B_VAL:
661 src = BOOT_SOURCE_IFC_NOR;
662 break;
663 default:
664 src = BOOT_SOURCE_RESERVED;
665 }
666 } else {
667 /* RCW SRC Serial Flash */
668 val = rcw_src & RCW_SRC_SERIAL_MASK;
669 switch (val) {
670 case RCW_SRC_QSPI_VAL:
671 /* RCW SRC Serial NOR (QSPI) */
672 src = BOOT_SOURCE_QSPI_NOR;
673 break;
674 case RCW_SRC_SD_CARD_VAL:
675 /* RCW SRC SD Card */
676 src = BOOT_SOURCE_SD_MMC;
677 break;
678 case RCW_SRC_EMMC_VAL:
679 /* RCW SRC EMMC */
Rajesh Bhagat5b73c902018-12-27 04:37:49 +0000680 src = BOOT_SOURCE_SD_MMC;
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000681 break;
682 case RCW_SRC_I2C1_VAL:
683 /* RCW SRC I2C1 Extended */
684 src = BOOT_SOURCE_I2C1_EXTENDED;
685 break;
686 default:
687 src = BOOT_SOURCE_RESERVED;
688 }
689 }
690#endif
691#elif defined(CONFIG_FSL_LSCH2)
692 /* RCW SRC NAND */
693 val = rcw_src & RCW_SRC_NAND_MASK;
694 if (val == RCW_SRC_NAND_VAL) {
695 val = rcw_src & NAND_RESERVED_MASK;
696 if (val != NAND_RESERVED_1 && val != NAND_RESERVED_2)
697 src = BOOT_SOURCE_IFC_NAND;
698
699 } else {
700 /* RCW SRC NOR */
701 val = rcw_src & RCW_SRC_NOR_MASK;
702 if (val == NOR_8B_VAL || val == NOR_16B_VAL) {
703 src = BOOT_SOURCE_IFC_NOR;
704 } else {
705 switch (rcw_src) {
706 case QSPI_VAL1:
707 case QSPI_VAL2:
708 src = BOOT_SOURCE_QSPI_NOR;
709 break;
710 case SD_VAL:
711 src = BOOT_SOURCE_SD_MMC;
712 break;
713 default:
714 src = BOOT_SOURCE_RESERVED;
715 }
716 }
717 }
718#endif
York Sun8f3f4ef2018-11-05 18:02:09 +0000719
720 if (CONFIG_IS_ENABLED(SYS_FSL_ERRATUM_A010539) && !rcw_src)
721 src = BOOT_SOURCE_QSPI_NOR;
722
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000723 debug("%s: src 0x%x\n", __func__, src);
724 return src;
725}
726
727enum boot_src get_boot_src(void)
728{
York Sun8f3f4ef2018-11-05 18:02:09 +0000729 struct pt_regs regs;
730 u32 porsr1 = 0;
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000731
732#if defined(CONFIG_FSL_LSCH3)
733 u32 __iomem *dcfg_ccsr = (u32 __iomem *)DCFG_BASE;
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000734#elif defined(CONFIG_FSL_LSCH2)
735 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
York Sun8f3f4ef2018-11-05 18:02:09 +0000736#endif
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000737
York Sun8f3f4ef2018-11-05 18:02:09 +0000738 if (current_el() == 2) {
739 regs.regs[0] = SIP_SVC_RCW;
740
741 smc_call(&regs);
742 if (!regs.regs[0])
743 porsr1 = regs.regs[1];
744 }
745
746 if (current_el() == 3 || !porsr1) {
747#ifdef CONFIG_FSL_LSCH3
748 porsr1 = in_le32(dcfg_ccsr + DCFG_PORSR1 / 4);
749#elif defined(CONFIG_FSL_LSCH2)
750 porsr1 = in_be32(&gur->porsr1);
Mingkai Hu0e58b512015-10-26 19:47:50 +0800751#endif
York Sun8f3f4ef2018-11-05 18:02:09 +0000752 }
753
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000754 debug("%s: porsr1 0x%x\n", __func__, porsr1);
755
756 return __get_boot_src(porsr1);
757}
758
759#ifdef CONFIG_ENV_IS_IN_MMC
760int mmc_get_env_dev(void)
761{
762 enum boot_src src = get_boot_src();
763 int dev = CONFIG_SYS_MMC_ENV_DEV;
764
765 switch (src) {
766 case BOOT_SOURCE_SD_MMC:
767 dev = 0;
768 break;
769 case BOOT_SOURCE_SD_MMC2:
770 dev = 1;
771 break;
772 default:
773 break;
774 }
775
776 return dev;
777}
778#endif
779
780enum env_location env_get_location(enum env_operation op, int prio)
781{
782 enum boot_src src = get_boot_src();
783 enum env_location env_loc = ENVL_NOWHERE;
784
785 if (prio)
786 return ENVL_UNKNOWN;
787
Pankit Gargbdbf84f2018-11-05 18:01:52 +0000788#ifdef CONFIG_CHAIN_OF_TRUST
789 /* Check Boot Mode
790 * If Boot Mode is Secure, return ENVL_NOWHERE
791 */
792 if (fsl_check_boot_mode_secure() == 1)
793 goto done;
794#endif
795
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000796 switch (src) {
797 case BOOT_SOURCE_IFC_NOR:
798 env_loc = ENVL_FLASH;
799 break;
800 case BOOT_SOURCE_QSPI_NOR:
801 /* FALLTHROUGH */
802 case BOOT_SOURCE_XSPI_NOR:
803 env_loc = ENVL_SPI_FLASH;
804 break;
805 case BOOT_SOURCE_IFC_NAND:
806 /* FALLTHROUGH */
807 case BOOT_SOURCE_QSPI_NAND:
808 /* FALLTHROUGH */
809 case BOOT_SOURCE_XSPI_NAND:
810 env_loc = ENVL_NAND;
811 break;
812 case BOOT_SOURCE_SD_MMC:
813 /* FALLTHROUGH */
814 case BOOT_SOURCE_SD_MMC2:
815 env_loc = ENVL_MMC;
816 break;
817 case BOOT_SOURCE_I2C1_EXTENDED:
818 /* FALLTHROUGH */
819 default:
820 break;
821 }
822
Pankit Gargbdbf84f2018-11-05 18:01:52 +0000823#ifdef CONFIG_CHAIN_OF_TRUST
824done:
825#endif
Rajesh Bhagat583da8b2018-11-05 18:01:42 +0000826 return env_loc;
827}
828#endif /* CONFIG_TFABOOT */
Mingkai Hu0e58b512015-10-26 19:47:50 +0800829
Priyanka Jain9a276702016-11-17 12:29:56 +0530830u32 initiator_type(u32 cluster, int init_id)
Mingkai Hu0e58b512015-10-26 19:47:50 +0800831{
832 struct ccsr_gur *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
833 u32 idx = (cluster >> (init_id * 8)) & TP_CLUSTER_INIT_MASK;
834 u32 type = 0;
835
836 type = gur_in32(&gur->tp_ityp[idx]);
837 if (type & TP_ITYP_AV)
838 return type;
839
840 return 0;
841}
842
York Suned7fbe32016-09-13 12:40:30 -0700843u32 cpu_pos_mask(void)
844{
845 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
846 int i = 0;
847 u32 cluster, type, mask = 0;
848
849 do {
850 int j;
851
852 cluster = gur_in32(&gur->tp_cluster[i].lower);
853 for (j = 0; j < TP_INIT_PER_CLUSTER; j++) {
854 type = initiator_type(cluster, j);
855 if (type && (TP_ITYP_TYPE(type) == TP_ITYP_TYPE_ARM))
856 mask |= 1 << (i * TP_INIT_PER_CLUSTER + j);
857 }
858 i++;
859 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
860
861 return mask;
862}
863
Mingkai Hu0e58b512015-10-26 19:47:50 +0800864u32 cpu_mask(void)
865{
866 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
867 int i = 0, count = 0;
868 u32 cluster, type, mask = 0;
869
870 do {
871 int j;
872
873 cluster = gur_in32(&gur->tp_cluster[i].lower);
874 for (j = 0; j < TP_INIT_PER_CLUSTER; j++) {
875 type = initiator_type(cluster, j);
876 if (type) {
877 if (TP_ITYP_TYPE(type) == TP_ITYP_TYPE_ARM)
878 mask |= 1 << count;
879 count++;
880 }
881 }
882 i++;
883 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
884
885 return mask;
886}
887
888/*
889 * Return the number of cores on this SOC.
890 */
891int cpu_numcores(void)
892{
893 return hweight32(cpu_mask());
894}
895
896int fsl_qoriq_core_to_cluster(unsigned int core)
897{
898 struct ccsr_gur __iomem *gur =
899 (void __iomem *)(CONFIG_SYS_FSL_GUTS_ADDR);
900 int i = 0, count = 0;
901 u32 cluster;
902
903 do {
904 int j;
905
906 cluster = gur_in32(&gur->tp_cluster[i].lower);
907 for (j = 0; j < TP_INIT_PER_CLUSTER; j++) {
908 if (initiator_type(cluster, j)) {
909 if (count == core)
910 return i;
911 count++;
912 }
913 }
914 i++;
915 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
916
917 return -1; /* cannot identify the cluster */
918}
919
920u32 fsl_qoriq_core_to_type(unsigned int core)
921{
922 struct ccsr_gur __iomem *gur =
923 (void __iomem *)(CONFIG_SYS_FSL_GUTS_ADDR);
924 int i = 0, count = 0;
925 u32 cluster, type;
926
927 do {
928 int j;
929
930 cluster = gur_in32(&gur->tp_cluster[i].lower);
931 for (j = 0; j < TP_INIT_PER_CLUSTER; j++) {
932 type = initiator_type(cluster, j);
933 if (type) {
934 if (count == core)
935 return type;
936 count++;
937 }
938 }
939 i++;
940 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
941
942 return -1; /* cannot identify the cluster */
943}
944
Priyanka Jain96b001f2016-11-17 12:29:51 +0530945#ifndef CONFIG_FSL_LSCH3
Sriram Dash9282d262016-06-13 09:58:32 +0530946uint get_svr(void)
947{
948 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
949
950 return gur_in32(&gur->svr);
951}
Priyanka Jain96b001f2016-11-17 12:29:51 +0530952#endif
Sriram Dash9282d262016-06-13 09:58:32 +0530953
Mingkai Hu0e58b512015-10-26 19:47:50 +0800954#ifdef CONFIG_DISPLAY_CPUINFO
955int print_cpuinfo(void)
956{
957 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
958 struct sys_info sysinfo;
959 char buf[32];
960 unsigned int i, core;
York Suncbe8e1c2016-04-04 11:41:26 -0700961 u32 type, rcw, svr = gur_in32(&gur->svr);
Mingkai Hu0e58b512015-10-26 19:47:50 +0800962
963 puts("SoC: ");
964
965 cpu_name(buf);
York Suncbe8e1c2016-04-04 11:41:26 -0700966 printf(" %s (0x%x)\n", buf, svr);
Mingkai Hu0e58b512015-10-26 19:47:50 +0800967 memset((u8 *)buf, 0x00, ARRAY_SIZE(buf));
968 get_sys_info(&sysinfo);
969 puts("Clock Configuration:");
970 for_each_cpu(i, core, cpu_numcores(), cpu_mask()) {
971 if (!(i % 3))
972 puts("\n ");
973 type = TP_ITYP_VER(fsl_qoriq_core_to_type(core));
974 printf("CPU%d(%s):%-4s MHz ", core,
975 type == TY_ITYP_VER_A7 ? "A7 " :
976 (type == TY_ITYP_VER_A53 ? "A53" :
Alison Wang79808392016-07-05 16:01:52 +0800977 (type == TY_ITYP_VER_A57 ? "A57" :
978 (type == TY_ITYP_VER_A72 ? "A72" : " "))),
Mingkai Hu0e58b512015-10-26 19:47:50 +0800979 strmhz(buf, sysinfo.freq_processor[core]));
980 }
Hou Zhiqiang3f91cda2017-01-10 16:44:15 +0800981 /* Display platform clock as Bus frequency. */
Mingkai Hu0e58b512015-10-26 19:47:50 +0800982 printf("\n Bus: %-4s MHz ",
Hou Zhiqiang3f91cda2017-01-10 16:44:15 +0800983 strmhz(buf, sysinfo.freq_systembus / CONFIG_SYS_FSL_PCLK_DIV));
Mingkai Hu0e58b512015-10-26 19:47:50 +0800984 printf("DDR: %-4s MT/s", strmhz(buf, sysinfo.freq_ddrbus));
Shaohui Xie04643262015-10-26 19:47:54 +0800985#ifdef CONFIG_SYS_DPAA_FMAN
986 printf(" FMAN: %-4s MHz", strmhz(buf, sysinfo.freq_fman[0]));
987#endif
Prabhakar Kushwaha122bcfd2015-11-09 16:42:07 +0530988#ifdef CONFIG_SYS_FSL_HAS_DP_DDR
York Suncbe8e1c2016-04-04 11:41:26 -0700989 if (soc_has_dp_ddr()) {
990 printf(" DP-DDR: %-4s MT/s",
991 strmhz(buf, sysinfo.freq_ddrbus2));
992 }
Mingkai Hu0e58b512015-10-26 19:47:50 +0800993#endif
994 puts("\n");
995
996 /*
997 * Display the RCW, so that no one gets confused as to what RCW
998 * we're actually using for this boot.
999 */
1000 puts("Reset Configuration Word (RCW):");
1001 for (i = 0; i < ARRAY_SIZE(gur->rcwsr); i++) {
1002 rcw = gur_in32(&gur->rcwsr[i]);
1003 if ((i % 4) == 0)
1004 printf("\n %08x:", i * 4);
1005 printf(" %08x", rcw);
1006 }
1007 puts("\n");
1008
1009 return 0;
1010}
1011#endif
1012
1013#ifdef CONFIG_FSL_ESDHC
1014int cpu_mmc_init(bd_t *bis)
1015{
1016 return fsl_esdhc_mmc_init(bis);
1017}
1018#endif
1019
1020int cpu_eth_init(bd_t *bis)
1021{
1022 int error = 0;
1023
Santan Kumar1afa9002017-05-05 15:42:29 +05301024#if defined(CONFIG_FSL_MC_ENET) && !defined(CONFIG_SPL_BUILD)
Mingkai Hu0e58b512015-10-26 19:47:50 +08001025 error = fsl_mc_ldpaa_init(bis);
1026#endif
Shaohui Xie04643262015-10-26 19:47:54 +08001027#ifdef CONFIG_FMAN_ENET
1028 fm_standard_init(bis);
1029#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +08001030 return error;
1031}
1032
Yuantian Tangaec3b142017-04-19 13:27:39 +08001033static inline int check_psci(void)
Mingkai Hu0e58b512015-10-26 19:47:50 +08001034{
Yuantian Tangaec3b142017-04-19 13:27:39 +08001035 unsigned int psci_ver;
Prabhakar Kushwaha22cfe962015-11-05 12:00:14 +05301036
Yuantian Tangaec3b142017-04-19 13:27:39 +08001037 psci_ver = sec_firmware_support_psci_version();
1038 if (psci_ver == PSCI_INVALID_VER)
1039 return 1;
1040
1041 return 0;
1042}
1043
Prabhakar Kushwaha0acce842017-11-10 11:32:52 +05301044static void config_core_prefetch(void)
1045{
1046 char *buf = NULL;
1047 char buffer[HWCONFIG_BUFFER_SIZE];
1048 const char *prefetch_arg = NULL;
1049 size_t arglen;
1050 unsigned int mask;
1051 struct pt_regs regs;
1052
1053 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0)
1054 buf = buffer;
1055
1056 prefetch_arg = hwconfig_subarg_f("core_prefetch", "disable",
1057 &arglen, buf);
1058
1059 if (prefetch_arg) {
1060 mask = simple_strtoul(prefetch_arg, NULL, 0) & 0xff;
1061 if (mask & 0x1) {
1062 printf("Core0 prefetch can't be disabled\n");
1063 return;
1064 }
1065
1066#define SIP_PREFETCH_DISABLE_64 0xC200FF13
1067 regs.regs[0] = SIP_PREFETCH_DISABLE_64;
1068 regs.regs[1] = mask;
1069 smc_call(&regs);
1070
1071 if (regs.regs[0])
1072 printf("Prefetch disable config failed for mask ");
1073 else
1074 printf("Prefetch disable config passed for mask ");
1075 printf("0x%x\n", mask);
1076 }
1077}
1078
Yuantian Tangaec3b142017-04-19 13:27:39 +08001079int arch_early_init_r(void)
1080{
Prabhakar Kushwaha22cfe962015-11-05 12:00:14 +05301081#ifdef CONFIG_SYS_FSL_ERRATUM_A009635
Priyanka Jain823e0422017-02-14 10:34:31 +05301082 u32 svr_dev_id;
1083 /*
1084 * erratum A009635 is valid only for LS2080A SoC and
1085 * its personalitiesi
1086 */
Wenbin song5d8a61c2017-12-04 12:18:28 +08001087 svr_dev_id = get_svr();
1088 if (IS_SVR_DEV(svr_dev_id, SVR_DEV(SVR_LS2080A)))
Priyanka Jain823e0422017-02-14 10:34:31 +05301089 erratum_a009635();
Prabhakar Kushwaha22cfe962015-11-05 12:00:14 +05301090#endif
Shengzhou Liu15875a52016-11-21 11:36:48 +08001091#if defined(CONFIG_SYS_FSL_ERRATUM_A009942) && defined(CONFIG_SYS_FSL_DDR)
1092 erratum_a009942_check_cpo();
1093#endif
Yuantian Tangaec3b142017-04-19 13:27:39 +08001094 if (check_psci()) {
1095 debug("PSCI: PSCI does not exist.\n");
1096
1097 /* if PSCI does not exist, boot secondary cores here */
1098 if (fsl_layerscape_wake_seconday_cores())
Hou Zhiqiang21c4d552016-06-28 20:18:15 +08001099 printf("Did not wake secondary cores\n");
1100 }
Mingkai Hu0e58b512015-10-26 19:47:50 +08001101
Ashish Kumarec455e22017-08-31 16:37:31 +05301102#ifdef CONFIG_SYS_FSL_HAS_RGMII
1103 fsl_rgmii_init();
1104#endif
1105
Prabhakar Kushwaha0acce842017-11-10 11:32:52 +05301106 config_core_prefetch();
1107
Mingkai Hu0e58b512015-10-26 19:47:50 +08001108#ifdef CONFIG_SYS_HAS_SERDES
1109 fsl_serdes_init();
1110#endif
Shaohui Xie04643262015-10-26 19:47:54 +08001111#ifdef CONFIG_FMAN_ENET
1112 fman_enet_init();
1113#endif
Ahmed Mansouraa270b42017-12-15 16:01:00 -05001114#ifdef CONFIG_SYS_DPAA_QBMAN
1115 setup_qbman_portals();
1116#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +08001117 return 0;
1118}
1119
1120int timer_init(void)
1121{
1122 u32 __iomem *cntcr = (u32 *)CONFIG_SYS_FSL_TIMER_ADDR;
1123#ifdef CONFIG_FSL_LSCH3
1124 u32 __iomem *cltbenr = (u32 *)CONFIG_SYS_FSL_PMU_CLTBENR;
1125#endif
Zhang Ying-224558fd45492018-01-09 16:25:46 +08001126#if defined(CONFIG_ARCH_LS2080A) || defined(CONFIG_ARCH_LS1088A)
Yunhui Cui3dfb82a2016-06-08 10:31:42 +08001127 u32 __iomem *pctbenr = (u32 *)FSL_PMU_PCTBENR_OFFSET;
Priyanka Jain3d31ec72016-11-17 12:29:52 +05301128 u32 svr_dev_id;
Yunhui Cui3dfb82a2016-06-08 10:31:42 +08001129#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +08001130#ifdef COUNTER_FREQUENCY_REAL
1131 unsigned long cntfrq = COUNTER_FREQUENCY_REAL;
1132
1133 /* Update with accurate clock frequency */
York Sune6b871e2017-05-15 08:51:59 -07001134 if (current_el() == 3)
1135 asm volatile("msr cntfrq_el0, %0" : : "r" (cntfrq) : "memory");
Mingkai Hu0e58b512015-10-26 19:47:50 +08001136#endif
1137
1138#ifdef CONFIG_FSL_LSCH3
1139 /* Enable timebase for all clusters.
1140 * It is safe to do so even some clusters are not enabled.
1141 */
1142 out_le32(cltbenr, 0xf);
1143#endif
1144
Zhang Ying-224558fd45492018-01-09 16:25:46 +08001145#if defined(CONFIG_ARCH_LS2080A) || defined(CONFIG_ARCH_LS1088A)
Yunhui Cui3dfb82a2016-06-08 10:31:42 +08001146 /*
1147 * In certain Layerscape SoCs, the clock for each core's
1148 * has an enable bit in the PMU Physical Core Time Base Enable
1149 * Register (PCTBENR), which allows the watchdog to operate.
1150 */
1151 setbits_le32(pctbenr, 0xff);
Priyanka Jain3d31ec72016-11-17 12:29:52 +05301152 /*
1153 * For LS2080A SoC and its personalities, timer controller
1154 * offset is different
1155 */
Wenbin song5d8a61c2017-12-04 12:18:28 +08001156 svr_dev_id = get_svr();
1157 if (IS_SVR_DEV(svr_dev_id, SVR_DEV(SVR_LS2080A)))
Priyanka Jain3d31ec72016-11-17 12:29:52 +05301158 cntcr = (u32 *)SYS_FSL_LS2080A_LS2085A_TIMER_ADDR;
1159
Yunhui Cui3dfb82a2016-06-08 10:31:42 +08001160#endif
1161
Mingkai Hu0e58b512015-10-26 19:47:50 +08001162 /* Enable clock for timer
1163 * This is a global setting.
1164 */
1165 out_le32(cntcr, 0x1);
1166
1167 return 0;
1168}
1169
Alexander Graf12be31c2016-11-17 01:03:01 +01001170__efi_runtime_data u32 __iomem *rstcr = (u32 *)CONFIG_SYS_FSL_RST_ADDR;
1171
1172void __efi_runtime reset_cpu(ulong addr)
Mingkai Hu0e58b512015-10-26 19:47:50 +08001173{
Mingkai Hu0e58b512015-10-26 19:47:50 +08001174 u32 val;
1175
Priyanka Jainef76b2e2018-10-29 09:17:09 +00001176#ifdef CONFIG_ARCH_LX2160A
1177 val = in_le32(rstcr);
1178 val |= 0x01;
1179 out_le32(rstcr, val);
1180#else
Mingkai Hu0e58b512015-10-26 19:47:50 +08001181 /* Raise RESET_REQ_B */
1182 val = scfg_in32(rstcr);
1183 val |= 0x02;
1184 scfg_out32(rstcr, val);
Priyanka Jainef76b2e2018-10-29 09:17:09 +00001185#endif
Mingkai Hu0e58b512015-10-26 19:47:50 +08001186}
York Sun928b6812015-12-07 11:08:58 -08001187
Alexander Graf12be31c2016-11-17 01:03:01 +01001188#ifdef CONFIG_EFI_LOADER
1189
1190void __efi_runtime EFIAPI efi_reset_system(
1191 enum efi_reset_type reset_type,
1192 efi_status_t reset_status,
1193 unsigned long data_size, void *reset_data)
1194{
1195 switch (reset_type) {
1196 case EFI_RESET_COLD:
1197 case EFI_RESET_WARM:
Heinrich Schuchardt450d4c82018-02-06 22:00:22 +01001198 case EFI_RESET_PLATFORM_SPECIFIC:
Alexander Graf12be31c2016-11-17 01:03:01 +01001199 reset_cpu(0);
1200 break;
1201 case EFI_RESET_SHUTDOWN:
1202 /* Nothing we can do */
1203 break;
1204 }
1205
1206 while (1) { }
1207}
1208
Heinrich Schuchardt099b3b72018-03-03 15:28:59 +01001209efi_status_t efi_reset_system_init(void)
Alexander Graf12be31c2016-11-17 01:03:01 +01001210{
Heinrich Schuchardt099b3b72018-03-03 15:28:59 +01001211 return efi_add_runtime_mmio(&rstcr, sizeof(*rstcr));
Alexander Graf12be31c2016-11-17 01:03:01 +01001212}
1213
1214#endif
1215
York Sun2db54082017-09-07 10:12:32 -07001216/*
1217 * Calculate reserved memory with given memory bank
1218 * Return aligned memory size on success
1219 * Return (ram_size + needed size) for failure
1220 */
York Sun928b6812015-12-07 11:08:58 -08001221phys_size_t board_reserve_ram_top(phys_size_t ram_size)
1222{
1223 phys_size_t ram_top = ram_size;
1224
Santan Kumar1afa9002017-05-05 15:42:29 +05301225#if defined(CONFIG_FSL_MC_ENET) && !defined(CONFIG_SPL_BUILD)
York Sun2db54082017-09-07 10:12:32 -07001226 ram_top = mc_get_dram_block_size();
1227 if (ram_top > ram_size)
1228 return ram_size + ram_top;
1229
1230 ram_top = ram_size - ram_top;
York Sun4de24ef2017-03-06 09:02:28 -08001231 /* The start address of MC reserved memory needs to be aligned. */
York Sun928b6812015-12-07 11:08:58 -08001232 ram_top &= ~(CONFIG_SYS_MC_RSV_MEM_ALIGN - 1);
1233#endif
York Sun4de24ef2017-03-06 09:02:28 -08001234
1235 return ram_size - ram_top;
1236}
1237
1238phys_size_t get_effective_memsize(void)
1239{
1240 phys_size_t ea_size, rem = 0;
1241
1242 /*
1243 * For ARMv8 SoCs, DDR memory is split into two or three regions. The
Sumit Garged0deea2017-10-04 03:20:49 +05301244 * first region is 2GB space at 0x8000_0000. Secure memory needs to
1245 * allocated from first region. If the memory extends to the second
1246 * region (or the third region if applicable), Management Complex (MC)
1247 * memory should be put into the highest region, i.e. the end of DDR
1248 * memory. CONFIG_MAX_MEM_MAPPED is set to the size of first region so
1249 * U-Boot doesn't relocate itself into higher address. Should DDR be
1250 * configured to skip the first region, this function needs to be
1251 * adjusted.
York Sun4de24ef2017-03-06 09:02:28 -08001252 */
1253 if (gd->ram_size > CONFIG_MAX_MEM_MAPPED) {
1254 ea_size = CONFIG_MAX_MEM_MAPPED;
1255 rem = gd->ram_size - ea_size;
1256 } else {
1257 ea_size = gd->ram_size;
1258 }
1259
1260#ifdef CONFIG_SYS_MEM_RESERVE_SECURE
1261 /* Check if we have enough space for secure memory */
Sumit Garged0deea2017-10-04 03:20:49 +05301262 if (ea_size > CONFIG_SYS_MEM_RESERVE_SECURE)
1263 ea_size -= CONFIG_SYS_MEM_RESERVE_SECURE;
1264 else
1265 printf("Error: No enough space for secure memory.\n");
York Sun4de24ef2017-03-06 09:02:28 -08001266#endif
1267 /* Check if we have enough memory for MC */
1268 if (rem < board_reserve_ram_top(rem)) {
1269 /* Not enough memory in high region to reserve */
York Sun2db54082017-09-07 10:12:32 -07001270 if (ea_size > board_reserve_ram_top(ea_size))
1271 ea_size -= board_reserve_ram_top(ea_size);
York Sun4de24ef2017-03-06 09:02:28 -08001272 else
1273 printf("Error: No enough space for reserved memory.\n");
1274 }
1275
1276 return ea_size;
1277}
1278
Rajesh Bhagat1dde2d22018-11-05 18:01:58 +00001279#ifdef CONFIG_TFABOOT
1280phys_size_t tfa_get_dram_size(void)
1281{
1282 struct pt_regs regs;
1283 phys_size_t dram_size = 0;
1284
1285 regs.regs[0] = SMC_DRAM_BANK_INFO;
1286 regs.regs[1] = -1;
1287
1288 smc_call(&regs);
1289 if (regs.regs[0])
1290 return 0;
1291
1292 dram_size = regs.regs[1];
1293 return dram_size;
1294}
1295
1296static int tfa_dram_init_banksize(void)
1297{
1298 int i = 0, ret = 0;
1299 struct pt_regs regs;
1300 phys_size_t dram_size = tfa_get_dram_size();
1301
1302 debug("dram_size %llx\n", dram_size);
1303
1304 if (!dram_size)
1305 return -EINVAL;
1306
1307 do {
1308 regs.regs[0] = SMC_DRAM_BANK_INFO;
1309 regs.regs[1] = i;
1310
1311 smc_call(&regs);
1312 if (regs.regs[0]) {
1313 ret = -EINVAL;
1314 break;
1315 }
1316
1317 debug("bank[%d]: start %lx, size %lx\n", i, regs.regs[1],
1318 regs.regs[2]);
1319 gd->bd->bi_dram[i].start = regs.regs[1];
1320 gd->bd->bi_dram[i].size = regs.regs[2];
1321
1322 dram_size -= gd->bd->bi_dram[i].size;
1323
1324 i++;
1325 } while (dram_size);
1326
1327 if (i > 0)
1328 ret = 0;
1329
1330#if defined(CONFIG_FSL_MC_ENET) && !defined(CONFIG_SPL_BUILD)
1331 /* Assign memory for MC */
1332#ifdef CONFIG_SYS_DDR_BLOCK3_BASE
1333 if (gd->bd->bi_dram[2].size >=
1334 board_reserve_ram_top(gd->bd->bi_dram[2].size)) {
1335 gd->arch.resv_ram = gd->bd->bi_dram[2].start +
1336 gd->bd->bi_dram[2].size -
1337 board_reserve_ram_top(gd->bd->bi_dram[2].size);
1338 } else
1339#endif
1340 {
1341 if (gd->bd->bi_dram[1].size >=
1342 board_reserve_ram_top(gd->bd->bi_dram[1].size)) {
1343 gd->arch.resv_ram = gd->bd->bi_dram[1].start +
1344 gd->bd->bi_dram[1].size -
1345 board_reserve_ram_top(gd->bd->bi_dram[1].size);
1346 } else if (gd->bd->bi_dram[0].size >
1347 board_reserve_ram_top(gd->bd->bi_dram[0].size)) {
1348 gd->arch.resv_ram = gd->bd->bi_dram[0].start +
1349 gd->bd->bi_dram[0].size -
1350 board_reserve_ram_top(gd->bd->bi_dram[0].size);
1351 }
1352 }
1353#endif /* CONFIG_FSL_MC_ENET */
1354
1355 return ret;
1356}
1357#endif
1358
Simon Glass2f949c32017-03-31 08:40:32 -06001359int dram_init_banksize(void)
York Sun4de24ef2017-03-06 09:02:28 -08001360{
1361#ifdef CONFIG_SYS_DP_DDR_BASE_PHY
1362 phys_size_t dp_ddr_size;
1363#endif
1364
Rajesh Bhagat1dde2d22018-11-05 18:01:58 +00001365#ifdef CONFIG_TFABOOT
1366 if (!tfa_dram_init_banksize())
1367 return 0;
1368#endif
York Sun4de24ef2017-03-06 09:02:28 -08001369 /*
1370 * gd->ram_size has the total size of DDR memory, less reserved secure
1371 * memory. The DDR extends from low region to high region(s) presuming
1372 * no hole is created with DDR configuration. gd->arch.secure_ram tracks
1373 * the location of secure memory. gd->arch.resv_ram tracks the location
York Sunc9e3e042017-09-28 08:42:12 -07001374 * of reserved memory for Management Complex (MC). Because gd->ram_size
1375 * is reduced by this function if secure memory is reserved, checking
1376 * gd->arch.secure_ram should be done to avoid running it repeatedly.
York Sun4de24ef2017-03-06 09:02:28 -08001377 */
York Sunc9e3e042017-09-28 08:42:12 -07001378
1379#ifdef CONFIG_SYS_MEM_RESERVE_SECURE
1380 if (gd->arch.secure_ram & MEM_RESERVE_SECURE_MAINTAINED) {
1381 debug("No need to run again, skip %s\n", __func__);
1382
1383 return 0;
1384 }
1385#endif
1386
York Sun4de24ef2017-03-06 09:02:28 -08001387 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE;
1388 if (gd->ram_size > CONFIG_SYS_DDR_BLOCK1_SIZE) {
1389 gd->bd->bi_dram[0].size = CONFIG_SYS_DDR_BLOCK1_SIZE;
1390 gd->bd->bi_dram[1].start = CONFIG_SYS_DDR_BLOCK2_BASE;
1391 gd->bd->bi_dram[1].size = gd->ram_size -
1392 CONFIG_SYS_DDR_BLOCK1_SIZE;
1393#ifdef CONFIG_SYS_DDR_BLOCK3_BASE
1394 if (gd->bi_dram[1].size > CONFIG_SYS_DDR_BLOCK2_SIZE) {
1395 gd->bd->bi_dram[2].start = CONFIG_SYS_DDR_BLOCK3_BASE;
1396 gd->bd->bi_dram[2].size = gd->bd->bi_dram[1].size -
1397 CONFIG_SYS_DDR_BLOCK2_SIZE;
1398 gd->bd->bi_dram[1].size = CONFIG_SYS_DDR_BLOCK2_SIZE;
1399 }
1400#endif
1401 } else {
1402 gd->bd->bi_dram[0].size = gd->ram_size;
1403 }
1404#ifdef CONFIG_SYS_MEM_RESERVE_SECURE
Sumit Garged0deea2017-10-04 03:20:49 +05301405 if (gd->bd->bi_dram[0].size >
1406 CONFIG_SYS_MEM_RESERVE_SECURE) {
1407 gd->bd->bi_dram[0].size -=
1408 CONFIG_SYS_MEM_RESERVE_SECURE;
1409 gd->arch.secure_ram = gd->bd->bi_dram[0].start +
1410 gd->bd->bi_dram[0].size;
York Sun4de24ef2017-03-06 09:02:28 -08001411 gd->arch.secure_ram |= MEM_RESERVE_SECURE_MAINTAINED;
1412 gd->ram_size -= CONFIG_SYS_MEM_RESERVE_SECURE;
York Sun4de24ef2017-03-06 09:02:28 -08001413 }
1414#endif /* CONFIG_SYS_MEM_RESERVE_SECURE */
1415
Santan Kumar1afa9002017-05-05 15:42:29 +05301416#if defined(CONFIG_FSL_MC_ENET) && !defined(CONFIG_SPL_BUILD)
York Sun4de24ef2017-03-06 09:02:28 -08001417 /* Assign memory for MC */
1418#ifdef CONFIG_SYS_DDR_BLOCK3_BASE
1419 if (gd->bd->bi_dram[2].size >=
1420 board_reserve_ram_top(gd->bd->bi_dram[2].size)) {
1421 gd->arch.resv_ram = gd->bd->bi_dram[2].start +
1422 gd->bd->bi_dram[2].size -
1423 board_reserve_ram_top(gd->bd->bi_dram[2].size);
1424 } else
1425#endif
1426 {
1427 if (gd->bd->bi_dram[1].size >=
1428 board_reserve_ram_top(gd->bd->bi_dram[1].size)) {
1429 gd->arch.resv_ram = gd->bd->bi_dram[1].start +
1430 gd->bd->bi_dram[1].size -
1431 board_reserve_ram_top(gd->bd->bi_dram[1].size);
1432 } else if (gd->bd->bi_dram[0].size >
1433 board_reserve_ram_top(gd->bd->bi_dram[0].size)) {
1434 gd->arch.resv_ram = gd->bd->bi_dram[0].start +
1435 gd->bd->bi_dram[0].size -
1436 board_reserve_ram_top(gd->bd->bi_dram[0].size);
1437 }
1438 }
1439#endif /* CONFIG_FSL_MC_ENET */
1440
1441#ifdef CONFIG_SYS_DP_DDR_BASE_PHY
1442#ifdef CONFIG_SYS_DDR_BLOCK3_BASE
1443#error "This SoC shouldn't have DP DDR"
1444#endif
1445 if (soc_has_dp_ddr()) {
1446 /* initialize DP-DDR here */
1447 puts("DP-DDR: ");
1448 /*
1449 * DDR controller use 0 as the base address for binding.
1450 * It is mapped to CONFIG_SYS_DP_DDR_BASE for core to access.
1451 */
1452 dp_ddr_size = fsl_other_ddr_sdram(CONFIG_SYS_DP_DDR_BASE_PHY,
1453 CONFIG_DP_DDR_CTRL,
1454 CONFIG_DP_DDR_NUM_CTRLS,
1455 CONFIG_DP_DDR_DIMM_SLOTS_PER_CTLR,
1456 NULL, NULL, NULL);
1457 if (dp_ddr_size) {
1458 gd->bd->bi_dram[2].start = CONFIG_SYS_DP_DDR_BASE;
1459 gd->bd->bi_dram[2].size = dp_ddr_size;
1460 } else {
1461 puts("Not detected");
1462 }
1463 }
1464#endif
Simon Glass2f949c32017-03-31 08:40:32 -06001465
York Sunc9e3e042017-09-28 08:42:12 -07001466#ifdef CONFIG_SYS_MEM_RESERVE_SECURE
1467 debug("%s is called. gd->ram_size is reduced to %lu\n",
1468 __func__, (ulong)gd->ram_size);
1469#endif
1470
Simon Glass2f949c32017-03-31 08:40:32 -06001471 return 0;
York Sun4de24ef2017-03-06 09:02:28 -08001472}
1473
Stephen Warrend0de8062018-08-30 15:43:43 -06001474#if CONFIG_IS_ENABLED(EFI_LOADER)
York Sun4de24ef2017-03-06 09:02:28 -08001475void efi_add_known_memory(void)
1476{
1477 int i;
1478 phys_addr_t ram_start, start;
1479 phys_size_t ram_size;
1480 u64 pages;
York Sun928b6812015-12-07 11:08:58 -08001481
York Sun4de24ef2017-03-06 09:02:28 -08001482 /* Add RAM */
1483 for (i = 0; i < CONFIG_NR_DRAM_BANKS; i++) {
1484#ifdef CONFIG_SYS_DP_DDR_BASE_PHY
1485#ifdef CONFIG_SYS_DDR_BLOCK3_BASE
1486#error "This SoC shouldn't have DP DDR"
1487#endif
1488 if (i == 2)
1489 continue; /* skip DP-DDR */
1490#endif
1491 ram_start = gd->bd->bi_dram[i].start;
1492 ram_size = gd->bd->bi_dram[i].size;
1493#ifdef CONFIG_RESV_RAM
1494 if (gd->arch.resv_ram >= ram_start &&
1495 gd->arch.resv_ram < ram_start + ram_size)
1496 ram_size = gd->arch.resv_ram - ram_start;
1497#endif
1498 start = (ram_start + EFI_PAGE_MASK) & ~EFI_PAGE_MASK;
1499 pages = (ram_size + EFI_PAGE_MASK) >> EFI_PAGE_SHIFT;
1500
1501 efi_add_memory_map(start, pages, EFI_CONVENTIONAL_MEMORY,
1502 false);
1503 }
York Sun928b6812015-12-07 11:08:58 -08001504}
York Sun4de24ef2017-03-06 09:02:28 -08001505#endif
York Sun729f2d12017-03-06 09:02:34 -08001506
1507/*
1508 * Before DDR size is known, early MMU table have DDR mapped as device memory
1509 * to avoid speculative access. To relocate U-Boot to DDR, "normal memory"
1510 * needs to be set for these mappings.
1511 * If a special case configures DDR with holes in the mapping, the holes need
1512 * to be marked as invalid. This is not implemented in this function.
1513 */
1514void update_early_mmu_table(void)
1515{
1516 if (!gd->arch.tlb_addr)
1517 return;
1518
1519 if (gd->ram_size <= CONFIG_SYS_FSL_DRAM_SIZE1) {
1520 mmu_change_region_attr(
1521 CONFIG_SYS_SDRAM_BASE,
1522 gd->ram_size,
1523 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
1524 PTE_BLOCK_OUTER_SHARE |
1525 PTE_BLOCK_NS |
1526 PTE_TYPE_VALID);
1527 } else {
1528 mmu_change_region_attr(
1529 CONFIG_SYS_SDRAM_BASE,
1530 CONFIG_SYS_DDR_BLOCK1_SIZE,
1531 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
1532 PTE_BLOCK_OUTER_SHARE |
1533 PTE_BLOCK_NS |
1534 PTE_TYPE_VALID);
1535#ifdef CONFIG_SYS_DDR_BLOCK3_BASE
1536#ifndef CONFIG_SYS_DDR_BLOCK2_SIZE
1537#error "Missing CONFIG_SYS_DDR_BLOCK2_SIZE"
1538#endif
1539 if (gd->ram_size - CONFIG_SYS_DDR_BLOCK1_SIZE >
1540 CONFIG_SYS_DDR_BLOCK2_SIZE) {
1541 mmu_change_region_attr(
1542 CONFIG_SYS_DDR_BLOCK2_BASE,
1543 CONFIG_SYS_DDR_BLOCK2_SIZE,
1544 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
1545 PTE_BLOCK_OUTER_SHARE |
1546 PTE_BLOCK_NS |
1547 PTE_TYPE_VALID);
1548 mmu_change_region_attr(
1549 CONFIG_SYS_DDR_BLOCK3_BASE,
1550 gd->ram_size -
1551 CONFIG_SYS_DDR_BLOCK1_SIZE -
1552 CONFIG_SYS_DDR_BLOCK2_SIZE,
1553 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
1554 PTE_BLOCK_OUTER_SHARE |
1555 PTE_BLOCK_NS |
1556 PTE_TYPE_VALID);
1557 } else
1558#endif
1559 {
1560 mmu_change_region_attr(
1561 CONFIG_SYS_DDR_BLOCK2_BASE,
1562 gd->ram_size -
1563 CONFIG_SYS_DDR_BLOCK1_SIZE,
1564 PTE_BLOCK_MEMTYPE(MT_NORMAL) |
1565 PTE_BLOCK_OUTER_SHARE |
1566 PTE_BLOCK_NS |
1567 PTE_TYPE_VALID);
1568 }
1569 }
1570}
1571
1572__weak int dram_init(void)
1573{
Simon Glass0e0ac202017-04-06 12:47:04 -06001574 fsl_initdram();
Rajesh Bhagat5efbecf2018-11-05 18:01:37 +00001575#if (!defined(CONFIG_SPL) && !defined(CONFIG_TFABOOT)) || \
1576 defined(CONFIG_SPL_BUILD)
York Sun729f2d12017-03-06 09:02:34 -08001577 /* This will break-before-make MMU for DDR */
1578 update_early_mmu_table();
1579#endif
1580
1581 return 0;
1582}