]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/cpu/armv8/fsl-layerscape/cpu.c
armv8/fsl-layerscape: Update CONFIG_LS2080A to CONFIG_FSL_LSCH3
[people/ms/u-boot.git] / arch / arm / cpu / armv8 / fsl-layerscape / cpu.c
CommitLineData
2f78eae5 1/*
9f3183d2 2 * Copyright 2014-2015 Freescale Semiconductor, Inc.
2f78eae5
YS
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <common.h>
8#include <asm/io.h>
1221ce45 9#include <linux/errno.h>
2f78eae5
YS
10#include <asm/system.h>
11#include <asm/armv8/mmu.h>
12#include <asm/io.h>
9f3183d2
MH
13#include <asm/arch/fsl_serdes.h>
14#include <asm/arch/soc.h>
15#include <asm/arch/cpu.h>
16#include <asm/arch/speed.h>
17#ifdef CONFIG_MP
18#include <asm/arch/mp.h>
19#endif
78d57842 20#include <efi_loader.h>
9f3183d2 21#include <fm_eth.h>
7b3bd9a7 22#include <fsl-mc/fsl_mc.h>
8b06460e
YL
23#ifdef CONFIG_FSL_ESDHC
24#include <fsl_esdhc.h>
25#endif
032d5bb4
HZ
26#ifdef CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT
27#include <asm/armv8/sec_firmware.h>
28#endif
2f78eae5
YS
29
30DECLARE_GLOBAL_DATA_PTR;
31
5ad5823d 32struct mm_region *mem_map = early_map;
7985cdf7 33
22629665
PK
34void cpu_name(char *name)
35{
36 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
37 unsigned int i, svr, ver;
38
9f3183d2 39 svr = gur_in32(&gur->svr);
22629665
PK
40 ver = SVR_SOC_VER(svr);
41
42 for (i = 0; i < ARRAY_SIZE(cpu_type_list); i++)
43 if ((cpu_type_list[i].soc_ver & SVR_WO_E) == ver) {
44 strcpy(name, cpu_type_list[i].name);
45
46 if (IS_E_PROCESSOR(svr))
47 strcat(name, "E");
5d1a7a9d
WS
48
49 sprintf(name + strlen(name), " Rev%d.%d",
50 SVR_MAJ(svr), SVR_MIN(svr));
22629665
PK
51 break;
52 }
53
54 if (i == ARRAY_SIZE(cpu_type_list))
55 strcpy(name, "unknown");
56}
57
2f78eae5 58#ifndef CONFIG_SYS_DCACHE_OFF
99799220
AW
59/*
60 * To start MMU before DDR is available, we create MMU table in SRAM.
61 * The base address of SRAM is CONFIG_SYS_FSL_OCRAM_BASE. We use three
62 * levels of translation tables here to cover 40-bit address space.
63 * We use 4KB granule size, with 40 bits physical address, T0SZ=24
5ad5823d
YS
64 * Address above EARLY_PGTABLE_SIZE (0x5000) is free for other purpose.
65 * Note, the debug print in cache_v8.c is not usable for debugging
66 * these early MMU tables because UART is not yet available.
99799220
AW
67 */
68static inline void early_mmu_setup(void)
69{
5ad5823d 70 unsigned int el = current_el();
99799220 71
5ad5823d
YS
72 /* global data is already setup, no allocation yet */
73 gd->arch.tlb_addr = CONFIG_SYS_FSL_OCRAM_BASE;
74 gd->arch.tlb_fillptr = gd->arch.tlb_addr;
75 gd->arch.tlb_size = EARLY_PGTABLE_SIZE;
99799220 76
5ad5823d
YS
77 /* Create early page tables */
78 setup_pgtables();
9f3183d2 79
5ad5823d
YS
80 /* point TTBR to the new table */
81 set_ttbr_tcr_mair(el, gd->arch.tlb_addr,
82 get_tcr(el, NULL, NULL) &
83 ~(TCR_ORGN_MASK | TCR_IRGN_MASK),
9f3183d2 84 MEMORY_ATTRIBUTES);
c107c0c0 85
5ad5823d 86 set_sctlr(get_sctlr() | CR_M);
c107c0c0 87}
c107c0c0 88
2f78eae5 89/*
99799220
AW
90 * The final tables look similar to early tables, but different in detail.
91 * These tables are in DRAM. Sub tables are added to enable cache for
92 * QBMan and OCRAM.
93 *
e61a7534
YS
94 * Put the MMU table in secure memory if gd->arch.secure_ram is valid.
95 * OCRAM will be not used for this purpose so gd->arch.secure_ram can't be 0.
2f78eae5
YS
96 */
97static inline void final_mmu_setup(void)
98{
5ad5823d 99 u64 tlb_addr_save = gd->arch.tlb_addr;
c107c0c0 100 unsigned int el = current_el();
c107c0c0 101#ifdef CONFIG_SYS_MEM_RESERVE_SECURE
5ad5823d 102 int index;
c107c0c0 103#endif
2f78eae5 104
5ad5823d 105 mem_map = final_map;
2f78eae5 106
c107c0c0 107#ifdef CONFIG_SYS_MEM_RESERVE_SECURE
5ad5823d
YS
108 if (gd->arch.secure_ram & MEM_RESERVE_SECURE_MAINTAINED) {
109 if (el == 3) {
110 /*
111 * Only use gd->arch.secure_ram if the address is
112 * recalculated. Align to 4KB for MMU table.
113 */
114 /* put page tables in secure ram */
115 index = ARRAY_SIZE(final_map) - 2;
116 gd->arch.tlb_addr = gd->arch.secure_ram & ~0xfff;
117 final_map[index].virt = gd->arch.secure_ram & ~0x3;
118 final_map[index].phys = final_map[index].virt;
119 final_map[index].size = CONFIG_SYS_MEM_RESERVE_SECURE;
120 final_map[index].attrs = PTE_BLOCK_OUTER_SHARE;
e61a7534 121 gd->arch.secure_ram |= MEM_RESERVE_SECURE_SECURED;
5ad5823d 122 tlb_addr_save = gd->arch.tlb_addr;
c107c0c0 123 } else {
5ad5823d
YS
124 /* Use allocated (board_f.c) memory for TLB */
125 tlb_addr_save = gd->arch.tlb_allocated;
126 gd->arch.tlb_addr = tlb_addr_save;
c107c0c0
YS
127 }
128 }
129#endif
2f78eae5 130
5ad5823d
YS
131 /* Reset the fill ptr */
132 gd->arch.tlb_fillptr = tlb_addr_save;
133
134 /* Create normal system page tables */
135 setup_pgtables();
136
137 /* Create emergency page tables */
138 gd->arch.tlb_addr = gd->arch.tlb_fillptr;
139 gd->arch.tlb_emerg = gd->arch.tlb_addr;
140 setup_pgtables();
141 gd->arch.tlb_addr = tlb_addr_save;
142
2f78eae5 143 /* flush new MMU table */
5ad5823d
YS
144 flush_dcache_range(gd->arch.tlb_addr,
145 gd->arch.tlb_addr + gd->arch.tlb_size);
2f78eae5
YS
146
147 /* point TTBR to the new table */
5ad5823d 148 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, get_tcr(el, NULL, NULL),
db14f11d 149 MEMORY_ATTRIBUTES);
2f78eae5 150 /*
ed7a3943 151 * EL3 MMU is already enabled, just need to invalidate TLB to load the
2f78eae5
YS
152 * new table. The new table is compatible with the current table, if
153 * MMU somehow walks through the new table before invalidation TLB,
154 * it still works. So we don't need to turn off MMU here.
ed7a3943
YS
155 * When EL2 MMU table is created by calling this function, MMU needs
156 * to be enabled.
2f78eae5 157 */
ed7a3943 158 set_sctlr(get_sctlr() | CR_M);
2f78eae5
YS
159}
160
c05016ab
AG
161u64 get_page_table_size(void)
162{
163 return 0x10000;
164}
165
2f78eae5
YS
166int arch_cpu_init(void)
167{
168 icache_enable();
169 __asm_invalidate_dcache_all();
170 __asm_invalidate_tlb_all();
171 early_mmu_setup();
172 set_sctlr(get_sctlr() | CR_C);
173 return 0;
174}
175
85cdf38e
HZ
176void mmu_setup(void)
177{
178 final_mmu_setup();
179}
180
2f78eae5 181/*
85cdf38e
HZ
182 * This function is called from common/board_r.c.
183 * It recreates MMU table in main memory.
2f78eae5
YS
184 */
185void enable_caches(void)
186{
85cdf38e 187 mmu_setup();
2f78eae5 188 __asm_invalidate_tlb_all();
85cdf38e
HZ
189 icache_enable();
190 dcache_enable();
2f78eae5
YS
191}
192#endif
193
194static inline u32 initiator_type(u32 cluster, int init_id)
195{
196 struct ccsr_gur *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
197 u32 idx = (cluster >> (init_id * 8)) & TP_CLUSTER_INIT_MASK;
9f3183d2 198 u32 type = 0;
2f78eae5 199
9f3183d2 200 type = gur_in32(&gur->tp_ityp[idx]);
2f78eae5
YS
201 if (type & TP_ITYP_AV)
202 return type;
203
204 return 0;
205}
206
ef9a5fd8
YS
207u32 cpu_pos_mask(void)
208{
209 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
210 int i = 0;
211 u32 cluster, type, mask = 0;
212
213 do {
214 int j;
215
216 cluster = gur_in32(&gur->tp_cluster[i].lower);
217 for (j = 0; j < TP_INIT_PER_CLUSTER; j++) {
218 type = initiator_type(cluster, j);
219 if (type && (TP_ITYP_TYPE(type) == TP_ITYP_TYPE_ARM))
220 mask |= 1 << (i * TP_INIT_PER_CLUSTER + j);
221 }
222 i++;
223 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
224
225 return mask;
226}
227
2f78eae5
YS
228u32 cpu_mask(void)
229{
230 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
231 int i = 0, count = 0;
232 u32 cluster, type, mask = 0;
233
234 do {
235 int j;
9f3183d2
MH
236
237 cluster = gur_in32(&gur->tp_cluster[i].lower);
2f78eae5
YS
238 for (j = 0; j < TP_INIT_PER_CLUSTER; j++) {
239 type = initiator_type(cluster, j);
240 if (type) {
241 if (TP_ITYP_TYPE(type) == TP_ITYP_TYPE_ARM)
242 mask |= 1 << count;
243 count++;
244 }
245 }
246 i++;
9f3183d2 247 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
2f78eae5
YS
248
249 return mask;
250}
251
252/*
253 * Return the number of cores on this SOC.
254 */
255int cpu_numcores(void)
256{
257 return hweight32(cpu_mask());
258}
259
260int fsl_qoriq_core_to_cluster(unsigned int core)
261{
262 struct ccsr_gur __iomem *gur =
263 (void __iomem *)(CONFIG_SYS_FSL_GUTS_ADDR);
264 int i = 0, count = 0;
265 u32 cluster;
266
267 do {
268 int j;
9f3183d2
MH
269
270 cluster = gur_in32(&gur->tp_cluster[i].lower);
2f78eae5
YS
271 for (j = 0; j < TP_INIT_PER_CLUSTER; j++) {
272 if (initiator_type(cluster, j)) {
273 if (count == core)
274 return i;
275 count++;
276 }
277 }
278 i++;
9f3183d2 279 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
2f78eae5
YS
280
281 return -1; /* cannot identify the cluster */
282}
283
284u32 fsl_qoriq_core_to_type(unsigned int core)
285{
286 struct ccsr_gur __iomem *gur =
287 (void __iomem *)(CONFIG_SYS_FSL_GUTS_ADDR);
288 int i = 0, count = 0;
289 u32 cluster, type;
290
291 do {
292 int j;
9f3183d2
MH
293
294 cluster = gur_in32(&gur->tp_cluster[i].lower);
2f78eae5
YS
295 for (j = 0; j < TP_INIT_PER_CLUSTER; j++) {
296 type = initiator_type(cluster, j);
297 if (type) {
298 if (count == core)
299 return type;
300 count++;
301 }
302 }
303 i++;
9f3183d2 304 } while ((cluster & TP_CLUSTER_EOC) == 0x0);
2f78eae5
YS
305
306 return -1; /* cannot identify the cluster */
307}
308
6fb522dc
SD
309uint get_svr(void)
310{
311 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
312
313 return gur_in32(&gur->svr);
314}
315
2f78eae5
YS
316#ifdef CONFIG_DISPLAY_CPUINFO
317int print_cpuinfo(void)
318{
d27bf906 319 struct ccsr_gur __iomem *gur = (void *)(CONFIG_SYS_FSL_GUTS_ADDR);
2f78eae5
YS
320 struct sys_info sysinfo;
321 char buf[32];
322 unsigned int i, core;
3c1d218a 323 u32 type, rcw, svr = gur_in32(&gur->svr);
2f78eae5 324
22629665
PK
325 puts("SoC: ");
326
327 cpu_name(buf);
3c1d218a 328 printf(" %s (0x%x)\n", buf, svr);
22629665 329 memset((u8 *)buf, 0x00, ARRAY_SIZE(buf));
2f78eae5
YS
330 get_sys_info(&sysinfo);
331 puts("Clock Configuration:");
332 for_each_cpu(i, core, cpu_numcores(), cpu_mask()) {
333 if (!(i % 3))
334 puts("\n ");
335 type = TP_ITYP_VER(fsl_qoriq_core_to_type(core));
336 printf("CPU%d(%s):%-4s MHz ", core,
337 type == TY_ITYP_VER_A7 ? "A7 " :
338 (type == TY_ITYP_VER_A53 ? "A53" :
79119a4d
AW
339 (type == TY_ITYP_VER_A57 ? "A57" :
340 (type == TY_ITYP_VER_A72 ? "A72" : " "))),
2f78eae5
YS
341 strmhz(buf, sysinfo.freq_processor[core]));
342 }
343 printf("\n Bus: %-4s MHz ",
344 strmhz(buf, sysinfo.freq_systembus));
d4c711f0 345 printf("DDR: %-4s MT/s", strmhz(buf, sysinfo.freq_ddrbus));
e8297341
SX
346#ifdef CONFIG_SYS_DPAA_FMAN
347 printf(" FMAN: %-4s MHz", strmhz(buf, sysinfo.freq_fman[0]));
348#endif
44937214 349#ifdef CONFIG_SYS_FSL_HAS_DP_DDR
3c1d218a
YS
350 if (soc_has_dp_ddr()) {
351 printf(" DP-DDR: %-4s MT/s",
352 strmhz(buf, sysinfo.freq_ddrbus2));
353 }
9f3183d2 354#endif
2f78eae5
YS
355 puts("\n");
356
9f3183d2
MH
357 /*
358 * Display the RCW, so that no one gets confused as to what RCW
d27bf906
BS
359 * we're actually using for this boot.
360 */
361 puts("Reset Configuration Word (RCW):");
362 for (i = 0; i < ARRAY_SIZE(gur->rcwsr); i++) {
9f3183d2 363 rcw = gur_in32(&gur->rcwsr[i]);
d27bf906 364 if ((i % 4) == 0)
9f3183d2 365 printf("\n %08x:", i * 4);
d27bf906
BS
366 printf(" %08x", rcw);
367 }
368 puts("\n");
369
2f78eae5
YS
370 return 0;
371}
372#endif
b940ca64 373
8b06460e
YL
374#ifdef CONFIG_FSL_ESDHC
375int cpu_mmc_init(bd_t *bis)
376{
377 return fsl_esdhc_mmc_init(bis);
378}
379#endif
380
b940ca64
GR
381int cpu_eth_init(bd_t *bis)
382{
383 int error = 0;
384
385#ifdef CONFIG_FSL_MC_ENET
a2a55e51 386 error = fsl_mc_ldpaa_init(bis);
e8297341
SX
387#endif
388#ifdef CONFIG_FMAN_ENET
389 fm_standard_init(bis);
b940ca64
GR
390#endif
391 return error;
392}
40f8dec5 393
40f8dec5
YS
394int arch_early_init_r(void)
395{
9f3183d2
MH
396#ifdef CONFIG_MP
397 int rv = 1;
032d5bb4 398 u32 psci_ver = 0xffffffff;
b4017364
PK
399#endif
400
401#ifdef CONFIG_SYS_FSL_ERRATUM_A009635
402 erratum_a009635();
403#endif
40f8dec5 404
b4017364 405#ifdef CONFIG_MP
032d5bb4
HZ
406#if defined(CONFIG_ARMV8_SEC_FIRMWARE_SUPPORT) && defined(CONFIG_ARMV8_PSCI)
407 /* Check the psci version to determine if the psci is supported */
408 psci_ver = sec_firmware_support_psci_version();
409#endif
410 if (psci_ver == 0xffffffff) {
411 rv = fsl_layerscape_wake_seconday_cores();
412 if (rv)
413 printf("Did not wake secondary cores\n");
414 }
9f3183d2 415#endif
40f8dec5 416
31d34c6c
ML
417#ifdef CONFIG_SYS_HAS_SERDES
418 fsl_serdes_init();
e8297341
SX
419#endif
420#ifdef CONFIG_FMAN_ENET
421 fman_enet_init();
31d34c6c 422#endif
40f8dec5
YS
423 return 0;
424}
207774b2
YS
425
426int timer_init(void)
427{
428 u32 __iomem *cntcr = (u32 *)CONFIG_SYS_FSL_TIMER_ADDR;
9f3183d2 429#ifdef CONFIG_FSL_LSCH3
207774b2 430 u32 __iomem *cltbenr = (u32 *)CONFIG_SYS_FSL_PMU_CLTBENR;
9f3183d2 431#endif
a758177f
YC
432#ifdef CONFIG_LS2080A
433 u32 __iomem *pctbenr = (u32 *)FSL_PMU_PCTBENR_OFFSET;
434#endif
207774b2
YS
435#ifdef COUNTER_FREQUENCY_REAL
436 unsigned long cntfrq = COUNTER_FREQUENCY_REAL;
437
438 /* Update with accurate clock frequency */
439 asm volatile("msr cntfrq_el0, %0" : : "r" (cntfrq) : "memory");
440#endif
441
9f3183d2 442#ifdef CONFIG_FSL_LSCH3
207774b2
YS
443 /* Enable timebase for all clusters.
444 * It is safe to do so even some clusters are not enabled.
445 */
446 out_le32(cltbenr, 0xf);
9f3183d2 447#endif
207774b2 448
a758177f
YC
449#ifdef CONFIG_LS2080A
450 /*
451 * In certain Layerscape SoCs, the clock for each core's
452 * has an enable bit in the PMU Physical Core Time Base Enable
453 * Register (PCTBENR), which allows the watchdog to operate.
454 */
455 setbits_le32(pctbenr, 0xff);
456#endif
457
207774b2
YS
458 /* Enable clock for timer
459 * This is a global setting.
460 */
461 out_le32(cntcr, 0x1);
462
463 return 0;
464}
05d2e21b 465
78d57842
AG
466__efi_runtime_data u32 __iomem *rstcr = (u32 *)CONFIG_SYS_FSL_RST_ADDR;
467
468void __efi_runtime reset_cpu(ulong addr)
05d2e21b 469{
05d2e21b 470 u32 val;
471
472 /* Raise RESET_REQ_B */
9f3183d2 473 val = scfg_in32(rstcr);
05d2e21b 474 val |= 0x02;
9f3183d2 475 scfg_out32(rstcr, val);
05d2e21b 476}
c0492141 477
78d57842
AG
478#ifdef CONFIG_EFI_LOADER
479
480void __efi_runtime EFIAPI efi_reset_system(
481 enum efi_reset_type reset_type,
482 efi_status_t reset_status,
483 unsigned long data_size, void *reset_data)
484{
485 switch (reset_type) {
486 case EFI_RESET_COLD:
487 case EFI_RESET_WARM:
488 reset_cpu(0);
489 break;
490 case EFI_RESET_SHUTDOWN:
491 /* Nothing we can do */
492 break;
493 }
494
495 while (1) { }
496}
497
498void efi_reset_system_init(void)
499{
500 efi_add_runtime_mmio(&rstcr, sizeof(*rstcr));
501}
502
503#endif
504
c0492141
YS
505phys_size_t board_reserve_ram_top(phys_size_t ram_size)
506{
507 phys_size_t ram_top = ram_size;
508
509#ifdef CONFIG_SYS_MEM_TOP_HIDE
510#error CONFIG_SYS_MEM_TOP_HIDE not to be used together with this function
511#endif
c0492141
YS
512
513/* Carve the MC private DRAM block from the end of DRAM */
514#ifdef CONFIG_FSL_MC_ENET
515 ram_top -= mc_get_dram_block_size();
516 ram_top &= ~(CONFIG_SYS_MC_RSV_MEM_ALIGN - 1);
517#endif
518
519 return ram_top;
520}