blob: 49a1aac42b532e6a757b624d3893f074aa20eb9a [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
wdenk9c53f402003-10-15 23:53:47 +00002/*
Dipen Dudhat5d51bf92011-01-19 12:46:27 +05303 * Copyright 2004,2007-2011 Freescale Semiconductor, Inc.
wdenk9c53f402003-10-15 23:53:47 +00004 * (C) Copyright 2002, 2003 Motorola Inc.
5 * Xianghua Xiao (X.Xiao@motorola.com)
6 *
7 * (C) Copyright 2000
8 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
wdenk9c53f402003-10-15 23:53:47 +00009 */
10
Andy Flemingfecff2b2008-08-31 16:33:26 -050011#include <config.h>
wdenk9c53f402003-10-15 23:53:47 +000012#include <common.h>
Simon Glass970b61e2019-11-14 12:57:09 -070013#include <cpu_func.h>
Tom Rinif7246c22021-08-21 13:50:17 -040014#include <clock_legacy.h>
Simon Glass1ab16922022-07-31 12:28:48 -060015#include <display_options.h>
Simon Glass97589732020-05-10 11:40:02 -060016#include <init.h>
Simon Glass8f3f7612019-11-14 12:57:42 -070017#include <irq_func.h>
Simon Glass0f2af882020-05-10 11:40:05 -060018#include <log.h>
Simon Glassa9dc0682019-12-28 10:44:59 -070019#include <time.h>
Simon Glassf5c208d2019-11-14 12:57:20 -070020#include <vsprintf.h>
wdenk9c53f402003-10-15 23:53:47 +000021#include <watchdog.h>
22#include <command.h>
Andy Fleming6843a6e2008-10-30 16:51:33 -050023#include <fsl_esdhc.h>
wdenk9c53f402003-10-15 23:53:47 +000024#include <asm/cache.h>
Simon Glass3ba929a2020-10-30 21:38:53 -060025#include <asm/global_data.h>
Sergei Poselenovddc1a472008-06-06 15:42:40 +020026#include <asm/io.h>
Becky Bruceee888da2010-06-17 11:37:25 -050027#include <asm/mmu.h>
York Sun37562f62013-10-22 12:39:02 -070028#include <fsl_ifc.h>
Becky Bruceee888da2010-06-17 11:37:25 -050029#include <asm/fsl_law.h>
Becky Bruce5e35d8a2010-12-17 17:17:56 -060030#include <asm/fsl_lbc.h>
York Sunc41b7442010-09-28 15:20:33 -070031#include <post.h>
32#include <asm/processor.h>
York Sunf0626592013-09-30 09:22:09 -070033#include <fsl_ddr_sdram.h>
Christophe Leroy31f6e932017-07-13 15:09:54 +020034#include <asm/ppc.h>
Simon Glassdbd79542020-05-10 11:40:11 -060035#include <linux/delay.h>
wdenk9c53f402003-10-15 23:53:47 +000036
James Yang957b1912008-02-08 16:44:53 -060037DECLARE_GLOBAL_DATA_PTR;
38
Ira W. Snydera85994c2011-11-21 13:20:32 -080039/*
40 * Default board reset function
41 */
42static void
43__board_reset(void)
44{
45 /* Do nothing */
46}
Pali Rohár779f6522022-08-01 15:31:46 +020047void board_reset_prepare(void) __attribute__((weak, alias("__board_reset")));
Ira W. Snydera85994c2011-11-21 13:20:32 -080048void board_reset(void) __attribute__((weak, alias("__board_reset")));
Pali Rohárc13f4fb2022-08-01 15:31:45 +020049void board_reset_last(void) __attribute__((weak, alias("__board_reset")));
Ira W. Snydera85994c2011-11-21 13:20:32 -080050
wdenk9c53f402003-10-15 23:53:47 +000051int checkcpu (void)
52{
wdenka445ddf2004-06-09 00:34:46 +000053 sys_info_t sysinfo;
wdenka445ddf2004-06-09 00:34:46 +000054 uint pvr, svr;
55 uint ver;
56 uint major, minor;
Kumar Gala8ddf00c2008-06-10 16:53:46 -050057 struct cpu_type *cpu;
Wolfgang Denk20591042008-10-19 02:35:49 +020058 char buf1[32], buf2[32];
Tom Rinif7246c22021-08-21 13:50:17 -040059#if defined(CONFIG_DYNAMIC_DDR_CLK_FREQ) || \
60 defined(CONFIG_STATIC_DDR_CLK_FREQ) || defined(CONFIG_FSL_CORENET)
York Sunc87e81e2013-06-25 11:37:43 -070061 ccsr_gur_t __iomem *gur =
Tom Rinid5c3bf22022-10-28 20:27:12 -040062 (void __iomem *)(CFG_SYS_MPC85xx_GUTS_ADDR);
York Sunc87e81e2013-06-25 11:37:43 -070063#endif
York Sun3b5179f2012-10-08 07:44:31 +000064
65 /*
66 * Cornet platforms use ddr sync bit in RCW to indicate sync vs async
67 * mode. Previous platform use ddr ratio to do the same. This
68 * information is only for display here.
69 */
Kumar Galadccd9e32009-03-19 02:46:19 -050070#ifdef CONFIG_FSL_CORENET
York Sun383f6f62012-10-08 07:44:16 +000071#ifdef CONFIG_SYS_FSL_QORIQ_CHASSIS2
York Sun3b5179f2012-10-08 07:44:31 +000072 u32 ddr_sync = 0; /* only async mode is supported */
York Sun383f6f62012-10-08 07:44:16 +000073#else
York Sun3b5179f2012-10-08 07:44:31 +000074 u32 ddr_sync = ((gur->rcwsr[5]) & FSL_CORENET_RCWSR5_DDR_SYNC)
Srikanth Srinivasanf58c2a42010-02-10 17:32:43 +080075 >> FSL_CORENET_RCWSR5_DDR_SYNC_SHIFT;
York Sun383f6f62012-10-08 07:44:16 +000076#endif /* CONFIG_SYS_FSL_QORIQ_CHASSIS2 */
York Sun3b5179f2012-10-08 07:44:31 +000077#else /* CONFIG_FSL_CORENET */
Tom Rinif7246c22021-08-21 13:50:17 -040078#if defined(CONFIG_DYNAMIC_DDR_CLK_FREQ) || defined(CONFIG_STATIC_DDR_CLK_FREQ)
York Sun3b5179f2012-10-08 07:44:31 +000079 u32 ddr_ratio = ((gur->porpllsr) & MPC85xx_PORPLLSR_DDR_RATIO)
80 >> MPC85xx_PORPLLSR_DDR_RATIO_SHIFT;
Kumar Gala54b68102008-05-29 01:21:24 -050081#else
82 u32 ddr_ratio = 0;
Tom Rinif7246c22021-08-21 13:50:17 -040083#endif /* CONFIG_DYNAMIC_DDR_CLK_FREQ || CONFIG_STATIC_DDR_CLK_FREQ */
York Sun3b5179f2012-10-08 07:44:31 +000084#endif /* CONFIG_FSL_CORENET */
85
Timur Tabi47289422011-08-05 16:15:24 -050086 unsigned int i, core, nr_cores = cpu_numcores();
87 u32 mask = cpu_mask();
wdenk9c53f402003-10-15 23:53:47 +000088
Shaveta Leekhadbf0bc82015-01-19 12:46:54 +053089#ifdef CONFIG_HETROGENOUS_CLUSTERS
90 unsigned int j, dsp_core, dsp_numcores = cpu_num_dspcores();
91 u32 dsp_mask = cpu_dsp_mask();
92#endif
93
wdenka445ddf2004-06-09 00:34:46 +000094 svr = get_svr();
wdenka445ddf2004-06-09 00:34:46 +000095 major = SVR_MAJ(svr);
96 minor = SVR_MIN(svr);
97
Shengzhou Liu26ed2d02014-04-25 16:31:22 +080098#if defined(CONFIG_SYS_FSL_QORIQ_CHASSIS2) && defined(CONFIG_E6500)
99 if (SVR_SOC_VER(svr) == SVR_T4080) {
100 ccsr_rcpm_t *rcpm =
Tom Rini376b88a2022-10-28 20:27:13 -0400101 (void __iomem *)(CFG_SYS_FSL_CORENET_RCPM_ADDR);
Shengzhou Liu26ed2d02014-04-25 16:31:22 +0800102
103 setbits_be32(&gur->devdisr2, FSL_CORENET_DEVDISR2_DTSEC1_6 ||
104 FSL_CORENET_DEVDISR2_DTSEC1_9);
105 setbits_be32(&gur->devdisr3, FSL_CORENET_DEVDISR3_PCIE3);
106 setbits_be32(&gur->devdisr5, FSL_CORENET_DEVDISR5_DDR3);
107
108 /* It needs SW to disable core4~7 as HW design sake on T4080 */
109 for (i = 4; i < 8; i++)
110 cpu_disable(i);
111
112 /* request core4~7 into PH20 state, prior to entering PCL10
113 * state, all cores in cluster should be placed in PH20 state.
114 */
115 setbits_be32(&rcpm->pcph20setr, 0xf0);
116
117 /* put the 2nd cluster into PCL10 state */
118 setbits_be32(&rcpm->clpcl10setr, 1 << 1);
119 }
120#endif
121
Poonam Aggrwal4baef822009-07-31 12:08:14 +0530122 if (cpu_numcores() > 1) {
Poonam Aggrwal36a68432009-09-03 19:42:40 +0530123#ifndef CONFIG_MP
124 puts("Unicore software on multiprocessor system!!\n"
125 "To enable mutlticore build define CONFIG_MP\n");
126#endif
Tom Rinid5c3bf22022-10-28 20:27:12 -0400127 volatile ccsr_pic_t *pic = (void *)(CFG_SYS_MPC8xxx_PIC_ADDR);
Poonam Aggrwal4baef822009-07-31 12:08:14 +0530128 printf("CPU%d: ", pic->whoami);
129 } else {
130 puts("CPU: ");
131 }
Andy Flemingf5740972008-02-06 01:19:40 -0600132
Simon Glassa8b57392012-12-13 20:48:48 +0000133 cpu = gd->arch.cpu;
Andy Flemingf5740972008-02-06 01:19:40 -0600134
Poonam Aggrwalda6e1ca2009-09-02 13:35:21 +0530135 puts(cpu->name);
136 if (IS_E_PROCESSOR(svr))
137 puts("E");
Andy Flemingf5740972008-02-06 01:19:40 -0600138
wdenka445ddf2004-06-09 00:34:46 +0000139 printf(", Version: %d.%d, (0x%08x)\n", major, minor, svr);
wdenk9c53f402003-10-15 23:53:47 +0000140
wdenk3f3262b2005-03-15 22:56:53 +0000141 pvr = get_pvr();
142 ver = PVR_VER(pvr);
143 major = PVR_MAJ(pvr);
144 minor = PVR_MIN(pvr);
145
146 printf("Core: ");
Kumar Galae222ed32011-07-25 09:28:39 -0500147 switch(ver) {
148 case PVR_VER_E500_V1:
Pali Rohár62923c62022-04-03 00:05:10 +0200149 puts("e500v1");
150 break;
Kumar Galae222ed32011-07-25 09:28:39 -0500151 case PVR_VER_E500_V2:
Pali Rohár62923c62022-04-03 00:05:10 +0200152 puts("e500v2");
Kumar Galae222ed32011-07-25 09:28:39 -0500153 break;
154 case PVR_VER_E500MC:
Fabio Estevamf4c557c2013-04-21 13:11:02 -0300155 puts("e500mc");
Kumar Galae222ed32011-07-25 09:28:39 -0500156 break;
157 case PVR_VER_E5500:
Fabio Estevamf4c557c2013-04-21 13:11:02 -0300158 puts("e5500");
Kumar Galae222ed32011-07-25 09:28:39 -0500159 break;
Kumar Galac1abf4a2012-08-17 08:20:23 +0000160 case PVR_VER_E6500:
Fabio Estevamf4c557c2013-04-21 13:11:02 -0300161 puts("e6500");
Kumar Galac1abf4a2012-08-17 08:20:23 +0000162 break;
Kumar Galae222ed32011-07-25 09:28:39 -0500163 default:
Kumar Galabd2985c2009-10-21 13:23:54 -0500164 puts("Unknown");
Kumar Galae222ed32011-07-25 09:28:39 -0500165 break;
wdenk3f3262b2005-03-15 22:56:53 +0000166 }
Kumar Gala9f4a6892008-10-23 01:47:38 -0500167
wdenk3f3262b2005-03-15 22:56:53 +0000168 printf(", Version: %d.%d, (0x%08x)\n", major, minor, pvr);
169
York Sun908412d2012-10-08 07:44:10 +0000170 if (nr_cores > CONFIG_MAX_CPUS) {
171 panic("\nUnexpected number of cores: %d, max is %d\n",
172 nr_cores, CONFIG_MAX_CPUS);
173 }
174
wdenka445ddf2004-06-09 00:34:46 +0000175 get_sys_info(&sysinfo);
176
vijay raid84fd502014-04-15 11:34:12 +0530177#ifdef CONFIG_SYS_FSL_SINGLE_SOURCE_CLK
178 if (sysinfo.diff_sysclk == 1)
179 puts("Single Source Clock Configuration\n");
180#endif
181
Kumar Galaf92794c2009-02-04 09:35:57 -0600182 puts("Clock Configuration:");
Timur Tabi47289422011-08-05 16:15:24 -0500183 for_each_cpu(i, core, nr_cores, mask) {
Wolfgang Denk1f79d142009-02-19 00:41:08 +0100184 if (!(i & 3))
185 printf ("\n ");
Timur Tabi47289422011-08-05 16:15:24 -0500186 printf("CPU%d:%-4s MHz, ", core,
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530187 strmhz(buf1, sysinfo.freq_processor[core]));
Kumar Galaf92794c2009-02-04 09:35:57 -0600188 }
Shaveta Leekhadbf0bc82015-01-19 12:46:54 +0530189
190#ifdef CONFIG_HETROGENOUS_CLUSTERS
191 for_each_cpu(j, dsp_core, dsp_numcores, dsp_mask) {
192 if (!(j & 3))
193 printf("\n ");
194 printf("DSP CPU%d:%-4s MHz, ", j,
195 strmhz(buf1, sysinfo.freq_processor_dsp[dsp_core]));
196 }
197#endif
198
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530199 printf("\n CCB:%-4s MHz,", strmhz(buf1, sysinfo.freq_systembus));
200 printf("\n");
Kumar Gala54b68102008-05-29 01:21:24 -0500201
Kumar Galadccd9e32009-03-19 02:46:19 -0500202#ifdef CONFIG_FSL_CORENET
203 if (ddr_sync == 1) {
204 printf(" DDR:%-4s MHz (%s MT/s data rate) "
205 "(Synchronous), ",
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530206 strmhz(buf1, sysinfo.freq_ddrbus/2),
207 strmhz(buf2, sysinfo.freq_ddrbus));
Kumar Galadccd9e32009-03-19 02:46:19 -0500208 } else {
209 printf(" DDR:%-4s MHz (%s MT/s data rate) "
210 "(Asynchronous), ",
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530211 strmhz(buf1, sysinfo.freq_ddrbus/2),
212 strmhz(buf2, sysinfo.freq_ddrbus));
Kumar Galadccd9e32009-03-19 02:46:19 -0500213 }
214#else
Kumar Gala07db1702007-12-07 04:59:26 -0600215 switch (ddr_ratio) {
216 case 0x0:
Wolfgang Denk20591042008-10-19 02:35:49 +0200217 printf(" DDR:%-4s MHz (%s MT/s data rate), ",
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530218 strmhz(buf1, sysinfo.freq_ddrbus/2),
219 strmhz(buf2, sysinfo.freq_ddrbus));
Kumar Gala07db1702007-12-07 04:59:26 -0600220 break;
221 case 0x7:
Kumar Galadccd9e32009-03-19 02:46:19 -0500222 printf(" DDR:%-4s MHz (%s MT/s data rate) "
223 "(Synchronous), ",
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530224 strmhz(buf1, sysinfo.freq_ddrbus/2),
225 strmhz(buf2, sysinfo.freq_ddrbus));
Kumar Gala07db1702007-12-07 04:59:26 -0600226 break;
227 default:
Kumar Galadccd9e32009-03-19 02:46:19 -0500228 printf(" DDR:%-4s MHz (%s MT/s data rate) "
229 "(Asynchronous), ",
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530230 strmhz(buf1, sysinfo.freq_ddrbus/2),
231 strmhz(buf2, sysinfo.freq_ddrbus));
Kumar Gala07db1702007-12-07 04:59:26 -0600232 break;
233 }
Kumar Galadccd9e32009-03-19 02:46:19 -0500234#endif
wdenka445ddf2004-06-09 00:34:46 +0000235
Dipen Dudhat5d51bf92011-01-19 12:46:27 +0530236#if defined(CONFIG_FSL_LBC)
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530237 if (sysinfo.freq_localbus > LCRR_CLKDIV) {
238 printf("LBC:%-4s MHz\n", strmhz(buf1, sysinfo.freq_localbus));
Kumar Galadccd9e32009-03-19 02:46:19 -0500239 } else {
Trent Piepho0b691fc2008-12-03 15:16:37 -0800240 printf("LBC: unknown (LCRR[CLKDIV] = 0x%02lx)\n",
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530241 sysinfo.freq_localbus);
Kumar Galadccd9e32009-03-19 02:46:19 -0500242 }
Dipen Dudhat5d51bf92011-01-19 12:46:27 +0530243#endif
wdenka445ddf2004-06-09 00:34:46 +0000244
Kumar Gala17ec6fa2012-10-08 07:44:06 +0000245#if defined(CONFIG_FSL_IFC)
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530246 printf("IFC:%-4s MHz\n", strmhz(buf1, sysinfo.freq_localbus));
Kumar Gala17ec6fa2012-10-08 07:44:06 +0000247#endif
248
Haiying Wang61414682009-05-20 12:30:29 -0400249#ifdef CONFIG_QE
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530250 printf(" QE:%-4s MHz\n", strmhz(buf1, sysinfo.freq_qe));
Haiying Wang61414682009-05-20 12:30:29 -0400251#endif
252
Shaveta Leekhadbf0bc82015-01-19 12:46:54 +0530253#if defined(CONFIG_SYS_CPRI)
254 printf(" ");
255 printf("CPRI:%-4s MHz", strmhz(buf1, sysinfo.freq_cpri));
256#endif
257
258#if defined(CONFIG_SYS_MAPLE)
259 printf("\n ");
260 printf("MAPLE:%-4s MHz, ", strmhz(buf1, sysinfo.freq_maple));
261 printf("MAPLE-ULB:%-4s MHz, ", strmhz(buf1, sysinfo.freq_maple_ulb));
262 printf("MAPLE-eTVPE:%-4s MHz\n",
263 strmhz(buf1, sysinfo.freq_maple_etvpe));
264#endif
265
Kumar Galadccd9e32009-03-19 02:46:19 -0500266#ifdef CONFIG_SYS_DPAA_FMAN
267 for (i = 0; i < CONFIG_SYS_NUM_FMAN; i++) {
Emil Medve3a9ed2f2010-06-17 00:08:29 -0500268 printf(" FMAN%d: %s MHz\n", i + 1,
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530269 strmhz(buf1, sysinfo.freq_fman[i]));
Kumar Galadccd9e32009-03-19 02:46:19 -0500270 }
271#endif
272
Haiying Wang09d0aa92012-10-11 07:13:39 +0000273#ifdef CONFIG_SYS_DPAA_QBMAN
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530274 printf(" QMAN: %s MHz\n", strmhz(buf1, sysinfo.freq_qman));
Haiying Wang09d0aa92012-10-11 07:13:39 +0000275#endif
276
Kumar Galadccd9e32009-03-19 02:46:19 -0500277#ifdef CONFIG_SYS_DPAA_PME
Prabhakar Kushwahad1698082013-08-16 14:52:26 +0530278 printf(" PME: %s MHz\n", strmhz(buf1, sysinfo.freq_pme));
Kumar Galadccd9e32009-03-19 02:46:19 -0500279#endif
280
Shruti Kanetkar81159362013-08-15 11:25:38 -0500281 puts("L1: D-cache 32 KiB enabled\n I-cache 32 KiB enabled\n");
wdenk9c53f402003-10-15 23:53:47 +0000282
York Sunc87e81e2013-06-25 11:37:43 -0700283#ifdef CONFIG_FSL_CORENET
284 /* Display the RCW, so that no one gets confused as to what RCW
285 * we're actually using for this boot.
286 */
287 puts("Reset Configuration Word (RCW):");
288 for (i = 0; i < ARRAY_SIZE(gur->rcwsr); i++) {
289 u32 rcw = in_be32(&gur->rcwsr[i]);
290
291 if ((i % 4) == 0)
292 printf("\n %08x:", i * 4);
293 printf(" %08x", rcw);
294 }
295 puts("\n");
296#endif
297
wdenk9c53f402003-10-15 23:53:47 +0000298 return 0;
299}
300
301
302/* ------------------------------------------------------------------------- */
303
Simon Glassed38aef2020-05-10 11:40:03 -0600304int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
wdenk9c53f402003-10-15 23:53:47 +0000305{
Kumar Galaaff01532009-09-08 13:46:46 -0500306/* Everything after the first generation of PQ3 parts has RSTCR */
Tom Rini0b730a02021-05-14 21:34:21 -0400307#if defined(CONFIG_ARCH_MPC8540) || defined(CONFIG_ARCH_MPC8560)
Sergei Poselenov25147422008-05-08 14:17:08 +0200308 unsigned long val, msr;
309
wdenk9c53f402003-10-15 23:53:47 +0000310 /*
311 * Initiate hard reset in debug control register DBCR0
Kumar Galaaff01532009-09-08 13:46:46 -0500312 * Make sure MSR[DE] = 1. This only resets the core.
wdenk9c53f402003-10-15 23:53:47 +0000313 */
Sergei Poselenov25147422008-05-08 14:17:08 +0200314 msr = mfmsr ();
315 msr |= MSR_DE;
316 mtmsr (msr);
urwithsughosh@gmail.com06c2fb92007-09-24 13:32:13 -0400317
Sergei Poselenov25147422008-05-08 14:17:08 +0200318 val = mfspr(DBCR0);
319 val |= 0x70000000;
320 mtspr(DBCR0,val);
Kumar Galaaff01532009-09-08 13:46:46 -0500321#else
Tom Rinid5c3bf22022-10-28 20:27:12 -0400322 volatile ccsr_gur_t *gur = (void *)(CFG_SYS_MPC85xx_GUTS_ADDR);
Ira W. Snydera85994c2011-11-21 13:20:32 -0800323
Pali Rohár779f6522022-08-01 15:31:46 +0200324 /* Call board-specific preparation for reset */
325 board_reset_prepare();
326
Ira W. Snydera85994c2011-11-21 13:20:32 -0800327 /* Attempt board-specific reset */
328 board_reset();
329
330 /* Next try asserting HRESET_REQ */
331 out_be32(&gur->rstcr, 0x2);
Kumar Galaaff01532009-09-08 13:46:46 -0500332 udelay(100);
Pali Rohárc13f4fb2022-08-01 15:31:45 +0200333
334 /* Attempt last-stage board-specific reset */
335 board_reset_last();
Kumar Galaaff01532009-09-08 13:46:46 -0500336#endif
Sergei Poselenov25147422008-05-08 14:17:08 +0200337
wdenk9c53f402003-10-15 23:53:47 +0000338 return 1;
339}
340
341
342/*
343 * Get timebase clock frequency
344 */
Simon Glassa9dc0682019-12-28 10:44:59 -0700345__weak unsigned long get_tbclk(void)
wdenk9c53f402003-10-15 23:53:47 +0000346{
Kumar Galaf4fb90f2011-02-18 05:40:54 -0600347 unsigned long tbclk_div = CONFIG_SYS_FSL_TBCLK_DIV;
348
349 return (gd->bus_clk + (tbclk_div >> 1)) / tbclk_div;
wdenk9c53f402003-10-15 23:53:47 +0000350}
351
352
Pali Rohárf6ac14e2022-04-28 13:31:43 +0200353#ifndef CONFIG_WDT
wdenk9c53f402003-10-15 23:53:47 +0000354#if defined(CONFIG_WATCHDOG)
Boschung, Rainerf63c0dc12014-06-03 09:05:14 +0200355#define WATCHDOG_MASK (TCR_WP(63) | TCR_WRC(3) | TCR_WIE)
356void
357init_85xx_watchdog(void)
358{
359 mtspr(SPRN_TCR, (mfspr(SPRN_TCR) & ~WATCHDOG_MASK) |
360 TCR_WP(CONFIG_WATCHDOG_PRESC) | TCR_WRC(CONFIG_WATCHDOG_RC));
361}
362
wdenk9c53f402003-10-15 23:53:47 +0000363void
wdenk9c53f402003-10-15 23:53:47 +0000364reset_85xx_watchdog(void)
365{
366 /*
367 * Clear TSR(WIS) bit by writing 1
368 */
Mark Marshall10b13c92012-09-09 23:06:03 +0000369 mtspr(SPRN_TSR, TSR_WIS);
wdenk9c53f402003-10-15 23:53:47 +0000370}
Horst Kronstorferf70831e2013-03-13 10:14:05 +0000371
372void
373watchdog_reset(void)
374{
375 int re_enable = disable_interrupts();
376
377 reset_85xx_watchdog();
378 if (re_enable)
379 enable_interrupts();
380}
wdenk9c53f402003-10-15 23:53:47 +0000381#endif /* CONFIG_WATCHDOG */
Pali Rohárf6ac14e2022-04-28 13:31:43 +0200382#endif
wdenk9c53f402003-10-15 23:53:47 +0000383
Sergei Poselenovddc1a472008-06-06 15:42:40 +0200384/*
Andy Fleming6843a6e2008-10-30 16:51:33 -0500385 * Initializes on-chip MMC controllers.
386 * to override, implement board_mmc_init()
387 */
Masahiro Yamadaf7ed78b2020-06-26 15:13:33 +0900388int cpu_mmc_init(struct bd_info *bis)
Andy Fleming6843a6e2008-10-30 16:51:33 -0500389{
390#ifdef CONFIG_FSL_ESDHC
391 return fsl_esdhc_mmc_init(bis);
392#else
393 return 0;
394#endif
395}
Becky Bruceee888da2010-06-17 11:37:25 -0500396
397/*
398 * Print out the state of various machine registers.
Dipen Dudhat00c42942011-01-20 16:29:35 +0530399 * Currently prints out LAWs, BR0/OR0 for LBC, CSPR/CSOR/Timing
400 * parameters for IFC and TLBs
Becky Bruceee888da2010-06-17 11:37:25 -0500401 */
Christophe Leroy31f6e932017-07-13 15:09:54 +0200402void print_reginfo(void)
Becky Bruceee888da2010-06-17 11:37:25 -0500403{
404 print_tlbcam();
Bin Mengc39f3402021-02-25 17:22:27 +0800405#ifdef CONFIG_FSL_LAW
Becky Bruceee888da2010-06-17 11:37:25 -0500406 print_laws();
Bin Mengc39f3402021-02-25 17:22:27 +0800407#endif
Dipen Dudhat5d51bf92011-01-19 12:46:27 +0530408#if defined(CONFIG_FSL_LBC)
Becky Bruceee888da2010-06-17 11:37:25 -0500409 print_lbc_regs();
Dipen Dudhat5d51bf92011-01-19 12:46:27 +0530410#endif
Dipen Dudhat00c42942011-01-20 16:29:35 +0530411#ifdef CONFIG_FSL_IFC
412 print_ifc_regs();
413#endif
Dipen Dudhat5d51bf92011-01-19 12:46:27 +0530414
Becky Bruceee888da2010-06-17 11:37:25 -0500415}
York Sunc41b7442010-09-28 15:20:33 -0700416
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600417/* Common ddr init for non-corenet fsl 85xx platforms */
418#ifndef CONFIG_FSL_CORENET
Scott Wood095b7122012-09-20 19:02:18 -0500419#if (defined(CONFIG_SYS_RAMBOOT) || defined(CONFIG_SPL)) && \
420 !defined(CONFIG_SYS_INIT_L2_ADDR)
Simon Glassd35f3382017-04-06 12:47:05 -0600421int dram_init(void)
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600422{
Alexander Grafc3468482014-04-11 17:09:45 +0200423#if defined(CONFIG_SPD_EEPROM) || defined(CONFIG_DDR_SPD) || \
York Sun51e91e82016-11-18 12:29:51 -0800424 defined(CONFIG_ARCH_QEMU_E500)
Simon Glass39f90ba2017-03-31 08:40:25 -0600425 gd->ram_size = fsl_ddr_sdram_size();
Zhao Chenhui1a35f3d2011-01-28 17:58:37 +0800426#else
Simon Glass39f90ba2017-03-31 08:40:25 -0600427 gd->ram_size = (phys_size_t)CONFIG_SYS_SDRAM_SIZE * 1024 * 1024;
Zhao Chenhui1a35f3d2011-01-28 17:58:37 +0800428#endif
Simon Glass39f90ba2017-03-31 08:40:25 -0600429
430 return 0;
Zhao Chenhui1a35f3d2011-01-28 17:58:37 +0800431}
432#else /* CONFIG_SYS_RAMBOOT */
Simon Glassd35f3382017-04-06 12:47:05 -0600433int dram_init(void)
Zhao Chenhui1a35f3d2011-01-28 17:58:37 +0800434{
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600435 phys_size_t dram_size = 0;
436
Becky Bruce4212f232010-12-17 17:17:58 -0600437#if defined(CONFIG_SYS_FSL_ERRATUM_DDR_MSYNC_IN)
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600438 {
Tom Rinid5c3bf22022-10-28 20:27:12 -0400439 ccsr_gur_t *gur = (void *)(CFG_SYS_MPC85xx_GUTS_ADDR);
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600440 unsigned int x = 10;
441 unsigned int i;
442
443 /*
444 * Work around to stabilize DDR DLL
445 */
446 out_be32(&gur->ddrdllcr, 0x81000000);
447 asm("sync;isync;msync");
448 udelay(200);
449 while (in_be32(&gur->ddrdllcr) != 0x81000100) {
450 setbits_be32(&gur->devdisr, 0x00010000);
451 for (i = 0; i < x; i++)
452 ;
453 clrbits_be32(&gur->devdisr, 0x00010000);
454 x++;
455 }
456 }
457#endif
458
York Sune73cc042011-06-07 09:42:16 +0800459#if defined(CONFIG_SPD_EEPROM) || \
460 defined(CONFIG_DDR_SPD) || \
461 defined(CONFIG_SYS_DDR_RAW_TIMING)
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600462 dram_size = fsl_ddr_sdram();
463#else
464 dram_size = fixed_sdram();
465#endif
466 dram_size = setup_ddr_tlbs(dram_size / 0x100000);
467 dram_size *= 0x100000;
468
469#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
470 /*
471 * Initialize and enable DDR ECC.
472 */
473 ddr_enable_ecc(dram_size);
474#endif
475
Dipen Dudhat5d51bf92011-01-19 12:46:27 +0530476#if defined(CONFIG_FSL_LBC)
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600477 /* Some boards also have sdram on the lbc */
Becky Bruceb88d3d02010-12-17 17:17:57 -0600478 lbc_sdram_init();
Dipen Dudhat5d51bf92011-01-19 12:46:27 +0530479#endif
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600480
Wolfgang Denkf2bbb532011-07-25 10:13:53 +0200481 debug("DDR: ");
Simon Glass39f90ba2017-03-31 08:40:25 -0600482 gd->ram_size = dram_size;
483
484 return 0;
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600485}
Zhao Chenhui1a35f3d2011-01-28 17:58:37 +0800486#endif /* CONFIG_SYS_RAMBOOT */
Becky Bruce5e35d8a2010-12-17 17:17:56 -0600487#endif
488
York Sunc41b7442010-09-28 15:20:33 -0700489#if CONFIG_POST & CONFIG_SYS_POST_MEMORY
490
491/* Board-specific functions defined in each board's ddr.c */
492void fsl_ddr_get_spd(generic_spd_eeprom_t *ctrl_dimms_spd,
York Sun79a779b2014-08-01 15:51:00 -0700493 unsigned int ctrl_num, unsigned int dimm_slots_per_ctrl);
York Sunc41b7442010-09-28 15:20:33 -0700494void read_tlbcam_entry(int idx, u32 *valid, u32 *tsize, unsigned long *epn,
495 phys_addr_t *rpn);
496unsigned int
497 setup_ddr_tlbs_phys(phys_addr_t p_addr, unsigned int memsize_in_meg);
498
Becky Bruce69694472011-07-18 18:49:15 -0500499void clear_ddr_tlbs_phys(phys_addr_t p_addr, unsigned int memsize_in_meg);
500
York Sunc41b7442010-09-28 15:20:33 -0700501static void dump_spd_ddr_reg(void)
502{
503 int i, j, k, m;
504 u8 *p_8;
505 u32 *p_32;
York Sunfe845072016-12-28 08:43:45 -0800506 struct ccsr_ddr __iomem *ddr[CONFIG_SYS_NUM_DDR_CTLRS];
York Sunc41b7442010-09-28 15:20:33 -0700507 generic_spd_eeprom_t
York Sunfe845072016-12-28 08:43:45 -0800508 spd[CONFIG_SYS_NUM_DDR_CTLRS][CONFIG_DIMM_SLOTS_PER_CTLR];
York Sunc41b7442010-09-28 15:20:33 -0700509
York Sunfe845072016-12-28 08:43:45 -0800510 for (i = 0; i < CONFIG_SYS_NUM_DDR_CTLRS; i++)
York Sun79a779b2014-08-01 15:51:00 -0700511 fsl_ddr_get_spd(spd[i], i, CONFIG_DIMM_SLOTS_PER_CTLR);
York Sunc41b7442010-09-28 15:20:33 -0700512
Robert P. J. Dayc5b1e5d2016-09-07 14:27:59 -0400513 puts("SPD data of all dimms (zero value is omitted)...\n");
York Sunc41b7442010-09-28 15:20:33 -0700514 puts("Byte (hex) ");
515 k = 1;
York Sunfe845072016-12-28 08:43:45 -0800516 for (i = 0; i < CONFIG_SYS_NUM_DDR_CTLRS; i++) {
York Sunc41b7442010-09-28 15:20:33 -0700517 for (j = 0; j < CONFIG_DIMM_SLOTS_PER_CTLR; j++)
518 printf("Dimm%d ", k++);
519 }
520 puts("\n");
521 for (k = 0; k < sizeof(generic_spd_eeprom_t); k++) {
522 m = 0;
523 printf("%3d (0x%02x) ", k, k);
York Sunfe845072016-12-28 08:43:45 -0800524 for (i = 0; i < CONFIG_SYS_NUM_DDR_CTLRS; i++) {
York Sunc41b7442010-09-28 15:20:33 -0700525 for (j = 0; j < CONFIG_DIMM_SLOTS_PER_CTLR; j++) {
526 p_8 = (u8 *) &spd[i][j];
527 if (p_8[k]) {
528 printf("0x%02x ", p_8[k]);
529 m++;
530 } else
531 puts(" ");
532 }
533 }
534 if (m)
535 puts("\n");
536 else
537 puts("\r");
538 }
539
York Sunfe845072016-12-28 08:43:45 -0800540 for (i = 0; i < CONFIG_SYS_NUM_DDR_CTLRS; i++) {
York Sunc41b7442010-09-28 15:20:33 -0700541 switch (i) {
542 case 0:
Tom Rini376b88a2022-10-28 20:27:13 -0400543 ddr[i] = (void *)CFG_SYS_FSL_DDR_ADDR;
York Sunc41b7442010-09-28 15:20:33 -0700544 break;
Tom Rini376b88a2022-10-28 20:27:13 -0400545#if defined(CFG_SYS_FSL_DDR2_ADDR) && (CONFIG_SYS_NUM_DDR_CTLRS > 1)
York Sunc41b7442010-09-28 15:20:33 -0700546 case 1:
Tom Rini376b88a2022-10-28 20:27:13 -0400547 ddr[i] = (void *)CFG_SYS_FSL_DDR2_ADDR;
York Sunc41b7442010-09-28 15:20:33 -0700548 break;
549#endif
Tom Rini376b88a2022-10-28 20:27:13 -0400550#if defined(CFG_SYS_FSL_DDR3_ADDR) && (CONFIG_SYS_NUM_DDR_CTLRS > 2)
York Sune8dc17b2012-08-17 08:22:39 +0000551 case 2:
Tom Rini376b88a2022-10-28 20:27:13 -0400552 ddr[i] = (void *)CFG_SYS_FSL_DDR3_ADDR;
York Sune8dc17b2012-08-17 08:22:39 +0000553 break;
554#endif
York Sunfe845072016-12-28 08:43:45 -0800555#if defined(CONFIG_SYS_FSL_DDR4_ADDR) && (CONFIG_SYS_NUM_DDR_CTLRS > 3)
York Sune8dc17b2012-08-17 08:22:39 +0000556 case 3:
York Sunf0626592013-09-30 09:22:09 -0700557 ddr[i] = (void *)CONFIG_SYS_FSL_DDR4_ADDR;
York Sune8dc17b2012-08-17 08:22:39 +0000558 break;
559#endif
York Sunc41b7442010-09-28 15:20:33 -0700560 default:
561 printf("%s unexpected controller number = %u\n",
562 __func__, i);
563 return;
564 }
565 }
566 printf("DDR registers dump for all controllers "
Robert P. J. Dayc5b1e5d2016-09-07 14:27:59 -0400567 "(zero value is omitted)...\n");
York Sunc41b7442010-09-28 15:20:33 -0700568 puts("Offset (hex) ");
York Sunfe845072016-12-28 08:43:45 -0800569 for (i = 0; i < CONFIG_SYS_NUM_DDR_CTLRS; i++)
York Sunc41b7442010-09-28 15:20:33 -0700570 printf(" Base + 0x%04x", (u32)ddr[i] & 0xFFFF);
571 puts("\n");
York Suna21803d2013-11-18 10:29:32 -0800572 for (k = 0; k < sizeof(struct ccsr_ddr)/4; k++) {
York Sunc41b7442010-09-28 15:20:33 -0700573 m = 0;
574 printf("%6d (0x%04x)", k * 4, k * 4);
York Sunfe845072016-12-28 08:43:45 -0800575 for (i = 0; i < CONFIG_SYS_NUM_DDR_CTLRS; i++) {
York Sunc41b7442010-09-28 15:20:33 -0700576 p_32 = (u32 *) ddr[i];
577 if (p_32[k]) {
578 printf(" 0x%08x", p_32[k]);
579 m++;
580 } else
581 puts(" ");
582 }
583 if (m)
584 puts("\n");
585 else
586 puts("\r");
587 }
588 puts("\n");
589}
590
591/* invalid the TLBs for DDR and setup new ones to cover p_addr */
592static int reset_tlb(phys_addr_t p_addr, u32 size, phys_addr_t *phys_offset)
593{
594 u32 vstart = CONFIG_SYS_DDR_SDRAM_BASE;
595 unsigned long epn;
596 u32 tsize, valid, ptr;
York Sunc41b7442010-09-28 15:20:33 -0700597 int ddr_esel;
598
Becky Bruce69694472011-07-18 18:49:15 -0500599 clear_ddr_tlbs_phys(p_addr, size>>20);
York Sunc41b7442010-09-28 15:20:33 -0700600
601 /* Setup new tlb to cover the physical address */
602 setup_ddr_tlbs_phys(p_addr, size>>20);
603
604 ptr = vstart;
605 ddr_esel = find_tlb_idx((void *)ptr, 1);
606 if (ddr_esel != -1) {
607 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, phys_offset);
608 } else {
609 printf("TLB error in function %s\n", __func__);
610 return -1;
611 }
612
613 return 0;
614}
615
616/*
617 * slide the testing window up to test another area
618 * for 32_bit system, the maximum testable memory is limited to
619 * CONFIG_MAX_MEM_MAPPED
620 */
621int arch_memory_test_advance(u32 *vstart, u32 *size, phys_addr_t *phys_offset)
622{
623 phys_addr_t test_cap, p_addr;
624 phys_size_t p_size = min(gd->ram_size, CONFIG_MAX_MEM_MAPPED);
625
626#if !defined(CONFIG_PHYS_64BIT) || \
627 !defined(CONFIG_SYS_INIT_RAM_ADDR_PHYS) || \
628 (CONFIG_SYS_INIT_RAM_ADDR_PHYS < 0x100000000ull)
629 test_cap = p_size;
630#else
631 test_cap = gd->ram_size;
632#endif
633 p_addr = (*vstart) + (*size) + (*phys_offset);
634 if (p_addr < test_cap - 1) {
635 p_size = min(test_cap - p_addr, CONFIG_MAX_MEM_MAPPED);
636 if (reset_tlb(p_addr, p_size, phys_offset) == -1)
637 return -1;
638 *vstart = CONFIG_SYS_DDR_SDRAM_BASE;
639 *size = (u32) p_size;
640 printf("Testing 0x%08llx - 0x%08llx\n",
641 (u64)(*vstart) + (*phys_offset),
642 (u64)(*vstart) + (*phys_offset) + (*size) - 1);
643 } else
644 return 1;
645
646 return 0;
647}
648
649/* initialization for testing area */
650int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset)
651{
652 phys_size_t p_size = min(gd->ram_size, CONFIG_MAX_MEM_MAPPED);
653
654 *vstart = CONFIG_SYS_DDR_SDRAM_BASE;
655 *size = (u32) p_size; /* CONFIG_MAX_MEM_MAPPED < 4G */
656 *phys_offset = 0;
657
658#if !defined(CONFIG_PHYS_64BIT) || \
659 !defined(CONFIG_SYS_INIT_RAM_ADDR_PHYS) || \
660 (CONFIG_SYS_INIT_RAM_ADDR_PHYS < 0x100000000ull)
661 if (gd->ram_size > CONFIG_MAX_MEM_MAPPED) {
662 puts("Cannot test more than ");
663 print_size(CONFIG_MAX_MEM_MAPPED,
664 " without proper 36BIT support.\n");
665 }
666#endif
667 printf("Testing 0x%08llx - 0x%08llx\n",
668 (u64)(*vstart) + (*phys_offset),
669 (u64)(*vstart) + (*phys_offset) + (*size) - 1);
670
671 return 0;
672}
673
674/* invalid TLBs for DDR and remap as normal after testing */
675int arch_memory_test_cleanup(u32 *vstart, u32 *size, phys_addr_t *phys_offset)
676{
677 unsigned long epn;
678 u32 tsize, valid, ptr;
679 phys_addr_t rpn = 0;
680 int ddr_esel;
681
682 /* disable the TLBs for this testing */
683 ptr = *vstart;
684
685 while (ptr < (*vstart) + (*size)) {
686 ddr_esel = find_tlb_idx((void *)ptr, 1);
687 if (ddr_esel != -1) {
688 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn);
689 disable_tlb(ddr_esel);
690 }
691 ptr += TSIZE_TO_BYTES(tsize);
692 }
693
694 puts("Remap DDR ");
695 setup_ddr_tlbs(gd->ram_size>>20);
696 puts("\n");
697
698 return 0;
699}
700
701void arch_memory_failure_handle(void)
702{
703 dump_spd_ddr_reg();
704}
705#endif