blob: d6cf88555a11d23056caef9d62a58a9b436a2986 [file] [log] [blame]
wdenk9c53f402003-10-15 23:53:47 +00001/*
Kumar Gala8975d7a2010-12-30 12:09:53 -06002 * Copyright 2007-2011 Freescale Semiconductor, Inc.
Ed Swarthoutdd93d8f2007-07-27 01:50:47 -05003 *
wdenk9c53f402003-10-15 23:53:47 +00004 * (C) Copyright 2003 Motorola Inc.
5 * Modified by Xianghua Xiao, X.Xiao@motorola.com
6 *
7 * (C) Copyright 2000
8 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
9 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +020010 * SPDX-License-Identifier: GPL-2.0+
wdenk9c53f402003-10-15 23:53:47 +000011 */
12
13#include <common.h>
14#include <watchdog.h>
15#include <asm/processor.h>
16#include <ioports.h>
Kumar Galaeb453df2010-04-20 10:21:25 -050017#include <sata.h>
Kumar Gala2683c532011-04-13 08:37:44 -050018#include <fm_eth.h>
wdenk9c53f402003-10-15 23:53:47 +000019#include <asm/io.h>
Kumar Gala6b245b92010-05-05 22:35:27 -050020#include <asm/cache.h>
Kumar Gala9772ee72008-01-16 22:38:34 -060021#include <asm/mmu.h>
York Sunb1954252013-09-16 12:49:31 -070022#include <asm/fsl_errata.h>
Kumar Gala95fd2f62008-01-16 01:13:58 -060023#include <asm/fsl_law.h>
Kumar Galaeb453df2010-04-20 10:21:25 -050024#include <asm/fsl_serdes.h>
Liu Gang4cc85322012-03-08 00:33:17 +000025#include <asm/fsl_srio.h>
ramneek mehreshc65e8822013-08-05 16:00:16 +053026#include <fsl_usb.h>
York Sun53155532012-08-08 18:04:53 +000027#include <hwconfig.h>
Timur Tabid7acf5c2011-11-21 17:10:23 -060028#include <linux/compiler.h>
Kumar Gala36d6b3f2008-01-17 16:48:33 -060029#include "mp.h"
Timur Tabi275f4bb2011-11-22 09:21:25 -060030#ifdef CONFIG_SYS_QE_FMAN_FW_IN_NAND
Haiying Wangc0938d62011-02-07 16:14:15 -050031#include <nand.h>
32#include <errno.h>
33#endif
wdenk9c53f402003-10-15 23:53:47 +000034
Timur Tabid7acf5c2011-11-21 17:10:23 -060035#include "../../../../drivers/block/fsl_sata.h"
Zhao Qiangb818ba22014-03-21 16:21:45 +080036#ifdef CONFIG_U_QE
37#include "../../../../drivers/qe/qe.h"
38#endif
Timur Tabid7acf5c2011-11-21 17:10:23 -060039
Wolfgang Denk6405a152006-03-31 18:32:53 +020040DECLARE_GLOBAL_DATA_PTR;
41
Nikhil Badola006e83a2014-04-15 14:44:52 +053042#ifdef CONFIG_SYS_FSL_SINGLE_SOURCE_CLK
43/*
44 * For deriving usb clock from 100MHz sysclk, reference divisor is set
45 * to a value of 5, which gives an intermediate value 20(100/5). The
46 * multiplication factor integer is set to 24, which when multiplied to
47 * above intermediate value provides clock for usb ip.
48 */
49void usb_single_source_clk_configure(struct ccsr_usb_phy *usb_phy)
50{
51 sys_info_t sysinfo;
52
53 get_sys_info(&sysinfo);
54 if (sysinfo.diff_sysclk == 1) {
55 clrbits_be32(&usb_phy->pllprg[1],
56 CONFIG_SYS_FSL_USB_PLLPRG2_MFI);
57 setbits_be32(&usb_phy->pllprg[1],
58 CONFIG_SYS_FSL_USB_PLLPRG2_REF_DIV_INTERNAL_CLK |
59 CONFIG_SYS_FSL_USB_PLLPRG2_MFI_INTERNAL_CLK |
60 CONFIG_SYS_FSL_USB_INTERNAL_SOC_CLK_EN);
61 }
62}
63#endif
64
Suresh Gupta086f0a72014-02-26 14:29:12 +053065#ifdef CONFIG_SYS_FSL_ERRATUM_A006261
66void fsl_erratum_a006261_workaround(struct ccsr_usb_phy __iomem *usb_phy)
67{
68#ifdef CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE
69 u32 xcvrprg = in_be32(&usb_phy->port1.xcvrprg);
70
71 /* Increase Disconnect Threshold by 50mV */
72 xcvrprg &= ~CONFIG_SYS_FSL_USB_XCVRPRG_HS_DCNT_PROG_MASK |
73 INC_DCNT_THRESHOLD_50MV;
74 /* Enable programming of USB High speed Disconnect threshold */
75 xcvrprg |= CONFIG_SYS_FSL_USB_XCVRPRG_HS_DCNT_PROG_EN;
76 out_be32(&usb_phy->port1.xcvrprg, xcvrprg);
77
78 xcvrprg = in_be32(&usb_phy->port2.xcvrprg);
79 /* Increase Disconnect Threshold by 50mV */
80 xcvrprg &= ~CONFIG_SYS_FSL_USB_XCVRPRG_HS_DCNT_PROG_MASK |
81 INC_DCNT_THRESHOLD_50MV;
82 /* Enable programming of USB High speed Disconnect threshold */
83 xcvrprg |= CONFIG_SYS_FSL_USB_XCVRPRG_HS_DCNT_PROG_EN;
84 out_be32(&usb_phy->port2.xcvrprg, xcvrprg);
85#else
86
87 u32 temp = 0;
88 u32 status = in_be32(&usb_phy->status1);
89
90 u32 squelch_prog_rd_0_2 =
91 (status >> CONFIG_SYS_FSL_USB_SQUELCH_PROG_RD_0)
92 & CONFIG_SYS_FSL_USB_SQUELCH_PROG_MASK;
93
94 u32 squelch_prog_rd_3_5 =
95 (status >> CONFIG_SYS_FSL_USB_SQUELCH_PROG_RD_3)
96 & CONFIG_SYS_FSL_USB_SQUELCH_PROG_MASK;
97
98 setbits_be32(&usb_phy->config1,
99 CONFIG_SYS_FSL_USB_HS_DISCNCT_INC);
100 setbits_be32(&usb_phy->config2,
101 CONFIG_SYS_FSL_USB_RX_AUTO_CAL_RD_WR_SEL);
102
103 temp = squelch_prog_rd_0_2 << CONFIG_SYS_FSL_USB_SQUELCH_PROG_WR_0;
104 out_be32(&usb_phy->config2, in_be32(&usb_phy->config2) | temp);
105
106 temp = squelch_prog_rd_3_5 << CONFIG_SYS_FSL_USB_SQUELCH_PROG_WR_3;
107 out_be32(&usb_phy->config2, in_be32(&usb_phy->config2) | temp);
108#endif
109}
110#endif
111
112
Zhao Qiangb818ba22014-03-21 16:21:45 +0800113#if defined(CONFIG_QE) && !defined(CONFIG_U_QE)
Andy Flemingee0e9172007-08-14 00:14:25 -0500114extern qe_iop_conf_t qe_iop_conf_tab[];
115extern void qe_config_iopin(u8 port, u8 pin, int dir,
116 int open_drain, int assign);
117extern void qe_init(uint qe_base);
118extern void qe_reset(void);
119
120static void config_qe_ioports(void)
121{
122 u8 port, pin;
123 int dir, open_drain, assign;
124 int i;
125
126 for (i = 0; qe_iop_conf_tab[i].assign != QE_IOP_TAB_END; i++) {
127 port = qe_iop_conf_tab[i].port;
128 pin = qe_iop_conf_tab[i].pin;
129 dir = qe_iop_conf_tab[i].dir;
130 open_drain = qe_iop_conf_tab[i].open_drain;
131 assign = qe_iop_conf_tab[i].assign;
132 qe_config_iopin(port, pin, dir, open_drain, assign);
133 }
134}
135#endif
Matthew McClintock148e26a2006-06-28 10:43:36 -0500136
Jon Loeligerf5ad3782005-07-23 10:37:35 -0500137#ifdef CONFIG_CPM2
Kumar Galacd113a02007-11-28 00:36:33 -0600138void config_8560_ioports (volatile ccsr_cpm_t * cpm)
wdenk9c53f402003-10-15 23:53:47 +0000139{
140 int portnum;
141
142 for (portnum = 0; portnum < 4; portnum++) {
143 uint pmsk = 0,
144 ppar = 0,
145 psor = 0,
146 pdir = 0,
147 podr = 0,
148 pdat = 0;
149 iop_conf_t *iopc = (iop_conf_t *) & iop_conf_tab[portnum][0];
150 iop_conf_t *eiopc = iopc + 32;
151 uint msk = 1;
152
153 /*
154 * NOTE:
155 * index 0 refers to pin 31,
156 * index 31 refers to pin 0
157 */
158 while (iopc < eiopc) {
159 if (iopc->conf) {
160 pmsk |= msk;
161 if (iopc->ppar)
162 ppar |= msk;
163 if (iopc->psor)
164 psor |= msk;
165 if (iopc->pdir)
166 pdir |= msk;
167 if (iopc->podr)
168 podr |= msk;
169 if (iopc->pdat)
170 pdat |= msk;
171 }
172
173 msk <<= 1;
174 iopc++;
175 }
176
177 if (pmsk != 0) {
Kumar Galacd113a02007-11-28 00:36:33 -0600178 volatile ioport_t *iop = ioport_addr (cpm, portnum);
wdenk9c53f402003-10-15 23:53:47 +0000179 uint tpmsk = ~pmsk;
180
181 /*
182 * the (somewhat confused) paragraph at the
183 * bottom of page 35-5 warns that there might
184 * be "unknown behaviour" when programming
185 * PSORx and PDIRx, if PPARx = 1, so I
186 * decided this meant I had to disable the
187 * dedicated function first, and enable it
188 * last.
189 */
190 iop->ppar &= tpmsk;
191 iop->psor = (iop->psor & tpmsk) | psor;
192 iop->podr = (iop->podr & tpmsk) | podr;
193 iop->pdat = (iop->pdat & tpmsk) | pdat;
194 iop->pdir = (iop->pdir & tpmsk) | pdir;
195 iop->ppar |= ppar;
196 }
197 }
198}
199#endif
200
Kumar Gala76eef3e2009-03-19 03:40:08 -0500201#ifdef CONFIG_SYS_FSL_CPC
Aneesh Bansal8bcbc272014-03-18 23:40:26 +0530202#if defined(CONFIG_RAMBOOT_PBL) || defined(CONFIG_SYS_CPC_REINIT_F)
203static void disable_cpc_sram(void)
Kumar Gala76eef3e2009-03-19 03:40:08 -0500204{
205 int i;
Kumar Gala76eef3e2009-03-19 03:40:08 -0500206
207 cpc_corenet_t *cpc = (cpc_corenet_t *)CONFIG_SYS_FSL_CPC_ADDR;
208
209 for (i = 0; i < CONFIG_SYS_NUM_CPC; i++, cpc++) {
Shaohui Xie25a2b392011-03-16 10:10:32 +0800210 if (in_be32(&cpc->cpcsrcr0) & CPC_SRCR0_SRAMEN) {
211 /* find and disable LAW of SRAM */
212 struct law_entry law = find_law(CONFIG_SYS_INIT_L3_ADDR);
213
214 if (law.index == -1) {
215 printf("\nFatal error happened\n");
216 return;
217 }
218 disable_law(law.index);
219
220 clrbits_be32(&cpc->cpchdbcr0, CPC_HDBCR0_CDQ_SPEC_DIS);
221 out_be32(&cpc->cpccsr0, 0);
222 out_be32(&cpc->cpcsrcr0, 0);
223 }
Aneesh Bansal8bcbc272014-03-18 23:40:26 +0530224 }
225}
Shaohui Xie25a2b392011-03-16 10:10:32 +0800226#endif
Kumar Gala76eef3e2009-03-19 03:40:08 -0500227
Aneesh Bansal8bcbc272014-03-18 23:40:26 +0530228static void enable_cpc(void)
229{
230 int i;
231 u32 size = 0;
232
233 cpc_corenet_t *cpc = (cpc_corenet_t *)CONFIG_SYS_FSL_CPC_ADDR;
234
235 for (i = 0; i < CONFIG_SYS_NUM_CPC; i++, cpc++) {
236 u32 cpccfg0 = in_be32(&cpc->cpccfg0);
237 size += CPC_CFG0_SZ_K(cpccfg0);
238
Kumar Gala9780b592011-01-13 01:54:01 -0600239#ifdef CONFIG_SYS_FSL_ERRATUM_CPC_A002
240 setbits_be32(&cpc->cpchdbcr0, CPC_HDBCR0_TAG_ECC_SCRUB_DIS);
241#endif
Kumar Gala887c0e12011-01-13 01:56:18 -0600242#ifdef CONFIG_SYS_FSL_ERRATUM_CPC_A003
243 setbits_be32(&cpc->cpchdbcr0, CPC_HDBCR0_DATA_ECC_SCRUB_DIS);
244#endif
Scott Wood3f4a5c42013-05-15 17:50:13 -0500245#ifdef CONFIG_SYS_FSL_ERRATUM_A006593
246 setbits_be32(&cpc->cpchdbcr0, 1 << (31 - 21));
247#endif
York Sunb1954252013-09-16 12:49:31 -0700248#ifdef CONFIG_SYS_FSL_ERRATUM_A006379
249 if (has_erratum_a006379()) {
250 setbits_be32(&cpc->cpchdbcr0,
251 CPC_HDBCR0_SPLRU_LEVEL_EN);
252 }
253#endif
Kumar Gala9780b592011-01-13 01:54:01 -0600254
Kumar Gala76eef3e2009-03-19 03:40:08 -0500255 out_be32(&cpc->cpccsr0, CPC_CSR0_CE | CPC_CSR0_PE);
256 /* Read back to sync write */
257 in_be32(&cpc->cpccsr0);
258
259 }
260
Shruti Kanetkar3adfb912013-08-15 11:25:37 -0500261 puts("Corenet Platform Cache: ");
262 print_size(size * 1024, " enabled\n");
Kumar Gala76eef3e2009-03-19 03:40:08 -0500263}
264
Kim Phillips402673f2012-10-29 13:34:38 +0000265static void invalidate_cpc(void)
Kumar Gala76eef3e2009-03-19 03:40:08 -0500266{
267 int i;
268 cpc_corenet_t *cpc = (cpc_corenet_t *)CONFIG_SYS_FSL_CPC_ADDR;
269
270 for (i = 0; i < CONFIG_SYS_NUM_CPC; i++, cpc++) {
Shaohui Xie25a2b392011-03-16 10:10:32 +0800271 /* skip CPC when it used as all SRAM */
272 if (in_be32(&cpc->cpcsrcr0) & CPC_SRCR0_SRAMEN)
273 continue;
Kumar Gala76eef3e2009-03-19 03:40:08 -0500274 /* Flash invalidate the CPC and clear all the locks */
275 out_be32(&cpc->cpccsr0, CPC_CSR0_FI | CPC_CSR0_LFC);
276 while (in_be32(&cpc->cpccsr0) & (CPC_CSR0_FI | CPC_CSR0_LFC))
277 ;
278 }
279}
280#else
281#define enable_cpc()
282#define invalidate_cpc()
283#endif /* CONFIG_SYS_FSL_CPC */
284
wdenk9c53f402003-10-15 23:53:47 +0000285/*
286 * Breathe some life into the CPU...
287 *
288 * Set up the memory map
289 * initialize a bunch of registers
290 */
291
Kumar Gala24f86a82009-09-17 01:52:37 -0500292#ifdef CONFIG_FSL_CORENET
293static void corenet_tb_init(void)
294{
295 volatile ccsr_rcpm_t *rcpm =
296 (void *)(CONFIG_SYS_FSL_CORENET_RCPM_ADDR);
297 volatile ccsr_pic_t *pic =
Kim Phillips2ecbfeb2010-08-09 18:39:57 -0500298 (void *)(CONFIG_SYS_MPC8xxx_PIC_ADDR);
Kumar Gala24f86a82009-09-17 01:52:37 -0500299 u32 whoami = in_be32(&pic->whoami);
300
301 /* Enable the timebase register for this core */
302 out_be32(&rcpm->ctbenrl, (1 << whoami));
303}
304#endif
305
York Sun7b083df2014-03-28 15:07:27 -0700306#ifdef CONFIG_SYS_FSL_ERRATUM_A007212
307void fsl_erratum_a007212_workaround(void)
308{
309 ccsr_gur_t __iomem *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
310 u32 ddr_pll_ratio;
311 u32 __iomem *plldgdcr1 = (void *)(CONFIG_SYS_DCSRBAR + 0x21c20);
312 u32 __iomem *plldadcr1 = (void *)(CONFIG_SYS_DCSRBAR + 0x21c28);
313 u32 __iomem *dpdovrcr4 = (void *)(CONFIG_SYS_DCSRBAR + 0x21e80);
314#if (CONFIG_NUM_DDR_CONTROLLERS >= 2)
315 u32 __iomem *plldgdcr2 = (void *)(CONFIG_SYS_DCSRBAR + 0x21c40);
316 u32 __iomem *plldadcr2 = (void *)(CONFIG_SYS_DCSRBAR + 0x21c48);
317#if (CONFIG_NUM_DDR_CONTROLLERS >= 3)
318 u32 __iomem *plldgdcr3 = (void *)(CONFIG_SYS_DCSRBAR + 0x21c60);
319 u32 __iomem *plldadcr3 = (void *)(CONFIG_SYS_DCSRBAR + 0x21c68);
320#endif
321#endif
322 /*
323 * Even this workaround applies to selected version of SoCs, it is
324 * safe to apply to all versions, with the limitation of odd ratios.
325 * If RCW has disabled DDR PLL, we have to apply this workaround,
326 * otherwise DDR will not work.
327 */
328 ddr_pll_ratio = (in_be32(&gur->rcwsr[0]) >>
329 FSL_CORENET_RCWSR0_MEM_PLL_RAT_SHIFT) &
330 FSL_CORENET_RCWSR0_MEM_PLL_RAT_MASK;
331 /* check if RCW sets ratio to 0, required by this workaround */
332 if (ddr_pll_ratio != 0)
333 return;
334 ddr_pll_ratio = (in_be32(&gur->rcwsr[0]) >>
335 FSL_CORENET_RCWSR0_MEM_PLL_RAT_RESV_SHIFT) &
336 FSL_CORENET_RCWSR0_MEM_PLL_RAT_MASK;
337 /* check if reserved bits have the desired ratio */
338 if (ddr_pll_ratio == 0) {
339 printf("Error: Unknown DDR PLL ratio!\n");
340 return;
341 }
342 ddr_pll_ratio >>= 1;
343
344 setbits_be32(plldadcr1, 0x02000001);
345#if (CONFIG_NUM_DDR_CONTROLLERS >= 2)
346 setbits_be32(plldadcr2, 0x02000001);
347#if (CONFIG_NUM_DDR_CONTROLLERS >= 3)
348 setbits_be32(plldadcr3, 0x02000001);
349#endif
350#endif
351 setbits_be32(dpdovrcr4, 0xe0000000);
352 out_be32(plldgdcr1, 0x08000001 | (ddr_pll_ratio << 1));
353#if (CONFIG_NUM_DDR_CONTROLLERS >= 2)
354 out_be32(plldgdcr2, 0x08000001 | (ddr_pll_ratio << 1));
355#if (CONFIG_NUM_DDR_CONTROLLERS >= 3)
356 out_be32(plldgdcr3, 0x08000001 | (ddr_pll_ratio << 1));
357#endif
358#endif
359 udelay(100);
360 clrbits_be32(plldadcr1, 0x02000001);
361#if (CONFIG_NUM_DDR_CONTROLLERS >= 2)
362 clrbits_be32(plldadcr2, 0x02000001);
363#if (CONFIG_NUM_DDR_CONTROLLERS >= 3)
364 clrbits_be32(plldadcr3, 0x02000001);
365#endif
366#endif
367 clrbits_be32(dpdovrcr4, 0xe0000000);
368}
369#endif
370
York Sun695c0c32014-04-30 14:43:47 -0700371ulong cpu_init_f(void)
wdenk9c53f402003-10-15 23:53:47 +0000372{
York Sun695c0c32014-04-30 14:43:47 -0700373 ulong flag = 0;
wdenk9c53f402003-10-15 23:53:47 +0000374 extern void m8560_cpm_reset (void);
Stephen George5bbf29c2011-07-20 09:47:26 -0500375#ifdef CONFIG_SYS_DCSRBAR_PHYS
376 ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
377#endif
Ruchika Gupta8ca8d822010-12-15 17:02:08 +0000378#if defined(CONFIG_SECURE_BOOT)
379 struct law_entry law;
380#endif
Peter Tyser30103c62008-11-11 10:17:10 -0600381#ifdef CONFIG_MPC8548
382 ccsr_local_ecm_t *ecm = (void *)(CONFIG_SYS_MPC85xx_ECM_ADDR);
383 uint svr = get_svr();
384
385 /*
386 * CPU2 errata workaround: A core hang possible while executing
387 * a msync instruction and a snoopable transaction from an I/O
388 * master tagged to make quick forward progress is present.
389 * Fixed in silicon rev 2.1.
390 */
391 if ((SVR_MAJ(svr) == 1) || ((SVR_MAJ(svr) == 2 && SVR_MIN(svr) == 0x0)))
392 out_be32(&ecm->eebpcr, in_be32(&ecm->eebpcr) | (1 << 16));
393#endif
wdenk9c53f402003-10-15 23:53:47 +0000394
Kumar Gala9772ee72008-01-16 22:38:34 -0600395 disable_tlb(14);
396 disable_tlb(15);
397
Ruchika Gupta8ca8d822010-12-15 17:02:08 +0000398#if defined(CONFIG_SECURE_BOOT)
399 /* Disable the LAW created for NOR flash by the PBI commands */
400 law = find_law(CONFIG_SYS_PBI_FLASH_BASE);
401 if (law.index != -1)
402 disable_law(law.index);
Aneesh Bansal8bcbc272014-03-18 23:40:26 +0530403
404#if defined(CONFIG_SYS_CPC_REINIT_F)
405 disable_cpc_sram();
406#endif
Ruchika Gupta8ca8d822010-12-15 17:02:08 +0000407#endif
408
Jon Loeligerf5ad3782005-07-23 10:37:35 -0500409#ifdef CONFIG_CPM2
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200410 config_8560_ioports((ccsr_cpm_t *)CONFIG_SYS_MPC85xx_CPM_ADDR);
wdenk9c53f402003-10-15 23:53:47 +0000411#endif
412
Becky Bruce0d4cee12010-06-17 11:37:20 -0500413 init_early_memctl_regs();
wdenk9c53f402003-10-15 23:53:47 +0000414
Jon Loeligerf5ad3782005-07-23 10:37:35 -0500415#if defined(CONFIG_CPM2)
wdenk9c53f402003-10-15 23:53:47 +0000416 m8560_cpm_reset();
417#endif
Zhao Qiangb818ba22014-03-21 16:21:45 +0800418
419#if defined(CONFIG_QE) && !defined(CONFIG_U_QE)
Andy Flemingee0e9172007-08-14 00:14:25 -0500420 /* Config QE ioports */
421 config_qe_ioports();
422#endif
Zhao Qiangb818ba22014-03-21 16:21:45 +0800423
Peter Tysera9af1dc2009-06-30 17:15:47 -0500424#if defined(CONFIG_FSL_DMA)
425 dma_init();
426#endif
Kumar Gala24f86a82009-09-17 01:52:37 -0500427#ifdef CONFIG_FSL_CORENET
428 corenet_tb_init();
429#endif
Kumar Gala42f99182009-11-12 10:26:16 -0600430 init_used_tlb_cams();
Kumar Gala76eef3e2009-03-19 03:40:08 -0500431
432 /* Invalidate the CPC before DDR gets enabled */
433 invalidate_cpc();
Stephen George5bbf29c2011-07-20 09:47:26 -0500434
435 #ifdef CONFIG_SYS_DCSRBAR_PHYS
436 /* set DCSRCR so that DCSR space is 1G */
437 setbits_be32(&gur->dcsrcr, FSL_CORENET_DCSR_SZ_1G);
438 in_be32(&gur->dcsrcr);
439#endif
440
Tang Yuantiana7364af2014-04-17 15:33:46 +0800441#ifdef CONFIG_SYS_DCSRBAR_PHYS
442#ifdef CONFIG_DEEP_SLEEP
443 /* disable the console if boot from deep sleep */
444 if (in_be32(&gur->scrtsr[0]) & (1 << 3))
York Sun695c0c32014-04-30 14:43:47 -0700445 flag = GD_FLG_SILENT | GD_FLG_DISABLE_CONSOLE;
Tang Yuantiana7364af2014-04-17 15:33:46 +0800446#endif
447#endif
York Sun7b083df2014-03-28 15:07:27 -0700448#ifdef CONFIG_SYS_FSL_ERRATUM_A007212
449 fsl_erratum_a007212_workaround();
450#endif
451
York Sun695c0c32014-04-30 14:43:47 -0700452 return flag;
wdenk9c53f402003-10-15 23:53:47 +0000453}
454
Kumar Galaa38a9ce2010-12-15 03:50:47 -0600455/* Implement a dummy function for those platforms w/o SERDES */
456static void __fsl_serdes__init(void)
457{
458 return ;
459}
460__attribute__((weak, alias("__fsl_serdes__init"))) void fsl_serdes_init(void);
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500461
Prabhakar Kushwahacc3c5b62013-08-29 13:10:38 +0530462#if defined(CONFIG_SYS_FSL_QORIQ_CHASSIS2) && defined(CONFIG_E6500)
York Sunc3d87b12012-10-08 07:44:08 +0000463int enable_cluster_l2(void)
464{
465 int i = 0;
Shengzhou Liu26ed2d02014-04-25 16:31:22 +0800466 u32 cluster, svr = get_svr();
York Sunc3d87b12012-10-08 07:44:08 +0000467 ccsr_gur_t *gur = (void __iomem *)(CONFIG_SYS_MPC85xx_GUTS_ADDR);
468 struct ccsr_cluster_l2 __iomem *l2cache;
469
Shengzhou Liu26ed2d02014-04-25 16:31:22 +0800470 /* only the L2 of first cluster should be enabled as expected on T4080,
471 * but there is no EOC in the first cluster as HW sake, so return here
472 * to skip enabling L2 cache of the 2nd cluster.
473 */
474 if (SVR_SOC_VER(svr) == SVR_T4080)
475 return 0;
476
York Sunc3d87b12012-10-08 07:44:08 +0000477 cluster = in_be32(&gur->tp_cluster[i].lower);
478 if (cluster & TP_CLUSTER_EOC)
479 return 0;
480
481 /* The first cache has already been set up, so skip it */
482 i++;
483
484 /* Look through the remaining clusters, and set up their caches */
485 do {
Prabhakar Kushwahaccf0e682012-12-23 19:25:18 +0000486 int j, cluster_valid = 0;
487
York Sunc3d87b12012-10-08 07:44:08 +0000488 l2cache = (void __iomem *)(CONFIG_SYS_FSL_CLUSTER_1_L2 + i * 0x40000);
Prabhakar Kushwahaccf0e682012-12-23 19:25:18 +0000489
York Sunc3d87b12012-10-08 07:44:08 +0000490 cluster = in_be32(&gur->tp_cluster[i].lower);
491
Prabhakar Kushwahaccf0e682012-12-23 19:25:18 +0000492 /* check that at least one core/accel is enabled in cluster */
493 for (j = 0; j < 4; j++) {
494 u32 idx = (cluster >> (j*8)) & TP_CLUSTER_INIT_MASK;
495 u32 type = in_be32(&gur->tp_ityp[idx]);
York Sunc3d87b12012-10-08 07:44:08 +0000496
Prabhakar Kushwahaccf0e682012-12-23 19:25:18 +0000497 if (type & TP_ITYP_AV)
498 cluster_valid = 1;
499 }
500
501 if (cluster_valid) {
502 /* set stash ID to (cluster) * 2 + 32 + 1 */
503 clrsetbits_be32(&l2cache->l2csr1, 0xff, 32 + i * 2 + 1);
504
505 printf("enable l2 for cluster %d %p\n", i, l2cache);
York Sunc3d87b12012-10-08 07:44:08 +0000506
Prabhakar Kushwahaccf0e682012-12-23 19:25:18 +0000507 out_be32(&l2cache->l2csr0, L2CSR0_L2FI|L2CSR0_L2LFC);
508 while ((in_be32(&l2cache->l2csr0)
509 & (L2CSR0_L2FI|L2CSR0_L2LFC)) != 0)
510 ;
James Yang284ce502013-03-25 07:40:03 +0000511 out_be32(&l2cache->l2csr0, L2CSR0_L2E|L2CSR0_L2PE|L2CSR0_L2REP_MODE);
Prabhakar Kushwahaccf0e682012-12-23 19:25:18 +0000512 }
York Sunc3d87b12012-10-08 07:44:08 +0000513 i++;
514 } while (!(cluster & TP_CLUSTER_EOC));
515
516 return 0;
517}
518#endif
519
wdenk9c53f402003-10-15 23:53:47 +0000520/*
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500521 * Initialize L2 as cache.
522 *
523 * The newer 8548, etc, parts have twice as much cache, but
524 * use the same bit-encoding as the older 8555, etc, parts.
525 *
wdenk9c53f402003-10-15 23:53:47 +0000526 */
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500527int cpu_init_r(void)
wdenk9c53f402003-10-15 23:53:47 +0000528{
Timur Tabid7acf5c2011-11-21 17:10:23 -0600529 __maybe_unused u32 svr = get_svr();
Lan Chunhee0ef7322010-04-21 07:40:50 -0500530#ifdef CONFIG_SYS_LBC_LCRR
York Sunc3d87b12012-10-08 07:44:08 +0000531 fsl_lbc_t *lbc = (void __iomem *)LBC_BASE_ADDR;
532#endif
533#ifdef CONFIG_L2_CACHE
534 ccsr_l2cache_t *l2cache = (void __iomem *)CONFIG_SYS_MPC85xx_L2_ADDR;
Prabhakar Kushwahacc3c5b62013-08-29 13:10:38 +0530535#elif defined(CONFIG_SYS_FSL_QORIQ_CHASSIS2) && defined(CONFIG_E6500)
York Sunc3d87b12012-10-08 07:44:08 +0000536 struct ccsr_cluster_l2 * l2cache = (void __iomem *)CONFIG_SYS_FSL_CLUSTER_1_L2;
Lan Chunhee0ef7322010-04-21 07:40:50 -0500537#endif
York Sun8589d1f2012-11-08 12:33:39 +0000538#if defined(CONFIG_PPC_SPINTABLE_COMPATIBLE) && defined(CONFIG_MP)
York Sunf066a042012-10-28 08:12:54 +0000539 extern int spin_table_compat;
540 const char *spin;
541#endif
Shengzhou Liu097be702013-08-15 09:31:47 +0800542#ifdef CONFIG_SYS_FSL_ERRATUM_SEC_A003571
543 ccsr_sec_t __iomem *sec = (void *)CONFIG_SYS_FSL_SEC_ADDR;
544#endif
York Sun9ed88112012-05-07 07:26:47 +0000545#if defined(CONFIG_SYS_P4080_ERRATUM_CPU22) || \
546 defined(CONFIG_SYS_FSL_ERRATUM_NMG_CPU_A011)
547 /*
York Sun53155532012-08-08 18:04:53 +0000548 * CPU22 and NMG_CPU_A011 share the same workaround.
York Sun9ed88112012-05-07 07:26:47 +0000549 * CPU22 applies to P4080 rev 1.0, 2.0, fixed in 3.0
550 * NMG_CPU_A011 applies to P4080 rev 1.0, 2.0, fixed in 3.0
York Sun53155532012-08-08 18:04:53 +0000551 * also applies to P3041 rev 1.0, 1.1, P2041 rev 1.0, 1.1, both
552 * fixed in 2.0. NMG_CPU_A011 is activated by default and can
553 * be disabled by hwconfig with syntax:
554 *
555 * fsl_cpu_a011:disable
York Sun9ed88112012-05-07 07:26:47 +0000556 */
York Sun53155532012-08-08 18:04:53 +0000557 extern int enable_cpu_a011_workaround;
558#ifdef CONFIG_SYS_P4080_ERRATUM_CPU22
559 enable_cpu_a011_workaround = (SVR_MAJ(svr) < 3);
560#else
561 char buffer[HWCONFIG_BUFFER_SIZE];
562 char *buf = NULL;
563 int n, res;
564
565 n = getenv_f("hwconfig", buffer, sizeof(buffer));
566 if (n > 0)
567 buf = buffer;
568
569 res = hwconfig_arg_cmp_f("fsl_cpu_a011", "disable", buf);
570 if (res > 0)
571 enable_cpu_a011_workaround = 0;
572 else {
573 if (n >= HWCONFIG_BUFFER_SIZE) {
574 printf("fsl_cpu_a011 was not found. hwconfig variable "
575 "may be too long\n");
576 }
577 enable_cpu_a011_workaround =
578 (SVR_SOC_VER(svr) == SVR_P4080 && SVR_MAJ(svr) < 3) ||
579 (SVR_SOC_VER(svr) != SVR_P4080 && SVR_MAJ(svr) < 2);
580 }
581#endif
582 if (enable_cpu_a011_workaround) {
York Sund755c832012-05-07 07:26:45 +0000583 flush_dcache();
584 mtspr(L1CSR2, (mfspr(L1CSR2) | L1CSR2_DCWS));
585 sync();
586 }
Kumar Gala6b245b92010-05-05 22:35:27 -0500587#endif
York Suncca41c52013-06-25 11:37:49 -0700588#ifdef CONFIG_SYS_FSL_ERRATUM_A005812
589 /*
590 * A-005812 workaround sets bit 32 of SPR 976 for SoCs running
591 * in write shadow mode. Checking DCWS before setting SPR 976.
592 */
593 if (mfspr(L1CSR2) & L1CSR2_DCWS)
594 mtspr(SPRN_HDBCR0, (mfspr(SPRN_HDBCR0) | 0x80000000));
595#endif
Kumar Gala6b245b92010-05-05 22:35:27 -0500596
York Sun8589d1f2012-11-08 12:33:39 +0000597#if defined(CONFIG_PPC_SPINTABLE_COMPATIBLE) && defined(CONFIG_MP)
York Sunf066a042012-10-28 08:12:54 +0000598 spin = getenv("spin_table_compat");
599 if (spin && (*spin == 'n'))
600 spin_table_compat = 0;
601 else
602 spin_table_compat = 1;
603#endif
604
Wolfgang Grandegger09cb1202008-06-05 13:11:59 +0200605 puts ("L2: ");
606
wdenk9c53f402003-10-15 23:53:47 +0000607#if defined(CONFIG_L2_CACHE)
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500608 volatile uint cache_ctl;
Timur Tabid7acf5c2011-11-21 17:10:23 -0600609 uint ver;
Kumar Gala20119972008-07-14 14:07:00 -0500610 u32 l2siz_field;
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500611
Kumar Gala1f109fd2008-04-08 10:45:50 -0500612 ver = SVR_SOC_VER(svr);
wdenk9c53f402003-10-15 23:53:47 +0000613
614 asm("msync;isync");
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500615 cache_ctl = l2cache->l2ctl;
Mingkai Hu0255cd72009-09-11 14:19:10 +0800616
617#if defined(CONFIG_SYS_RAMBOOT) && defined(CONFIG_SYS_INIT_L2_ADDR)
618 if (cache_ctl & MPC85xx_L2CTL_L2E) {
619 /* Clear L2 SRAM memory-mapped base address */
620 out_be32(&l2cache->l2srbar0, 0x0);
621 out_be32(&l2cache->l2srbar1, 0x0);
622
623 /* set MBECCDIS=0, SBECCDIS=0 */
624 clrbits_be32(&l2cache->l2errdis,
625 (MPC85xx_L2ERRDIS_MBECC |
626 MPC85xx_L2ERRDIS_SBECC));
627
628 /* set L2E=0, L2SRAM=0 */
629 clrbits_be32(&l2cache->l2ctl,
630 (MPC85xx_L2CTL_L2E |
631 MPC85xx_L2CTL_L2SRAM_ENTIRE));
632 }
633#endif
634
Kumar Gala20119972008-07-14 14:07:00 -0500635 l2siz_field = (cache_ctl >> 28) & 0x3;
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500636
Kumar Gala20119972008-07-14 14:07:00 -0500637 switch (l2siz_field) {
638 case 0x0:
639 printf(" unknown size (0x%08x)\n", cache_ctl);
640 return -1;
641 break;
642 case 0x1:
643 if (ver == SVR_8540 || ver == SVR_8560 ||
York Sun8cb65482012-07-06 17:10:33 -0500644 ver == SVR_8541 || ver == SVR_8555) {
Shruti Kanetkar81159362013-08-15 11:25:38 -0500645 puts("128 KiB ");
646 /* set L2E=1, L2I=1, & L2BLKSZ=1 (128 KiBibyte) */
Kumar Gala20119972008-07-14 14:07:00 -0500647 cache_ctl = 0xc4000000;
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500648 } else {
Shruti Kanetkar81159362013-08-15 11:25:38 -0500649 puts("256 KiB ");
Kumar Gala20119972008-07-14 14:07:00 -0500650 cache_ctl = 0xc0000000; /* set L2E=1, L2I=1, & L2SRAM=0 */
651 }
652 break;
653 case 0x2:
654 if (ver == SVR_8540 || ver == SVR_8560 ||
York Sun8cb65482012-07-06 17:10:33 -0500655 ver == SVR_8541 || ver == SVR_8555) {
Shruti Kanetkar81159362013-08-15 11:25:38 -0500656 puts("256 KiB ");
657 /* set L2E=1, L2I=1, & L2BLKSZ=2 (256 KiBibyte) */
Ed Swarthoutdd93d8f2007-07-27 01:50:47 -0500658 cache_ctl = 0xc8000000;
Kumar Gala20119972008-07-14 14:07:00 -0500659 } else {
Shruti Kanetkar81159362013-08-15 11:25:38 -0500660 puts("512 KiB ");
Kumar Gala20119972008-07-14 14:07:00 -0500661 /* set L2E=1, L2I=1, & L2SRAM=0 */
662 cache_ctl = 0xc0000000;
Jon Loeliger77a4f6e2005-07-25 14:05:07 -0500663 }
Jon Loeliger4fc25e42005-07-25 10:58:39 -0500664 break;
Kumar Gala20119972008-07-14 14:07:00 -0500665 case 0x3:
Shruti Kanetkar81159362013-08-15 11:25:38 -0500666 puts("1024 KiB ");
Kumar Gala20119972008-07-14 14:07:00 -0500667 /* set L2E=1, L2I=1, & L2SRAM=0 */
668 cache_ctl = 0xc0000000;
Ed Swarthoutdd93d8f2007-07-27 01:50:47 -0500669 break;
Jon Loeliger4fc25e42005-07-25 10:58:39 -0500670 }
671
Mingkai Hud2088e02009-08-18 15:37:15 +0800672 if (l2cache->l2ctl & MPC85xx_L2CTL_L2E) {
Wolfgang Grandegger09cb1202008-06-05 13:11:59 +0200673 puts("already enabled");
Haiying Wang05beab72010-12-01 10:35:30 -0500674#if defined(CONFIG_SYS_INIT_L2_ADDR) && defined(CONFIG_SYS_FLASH_BASE)
Kumar Gala1882fab2011-11-09 09:56:41 -0600675 u32 l2srbar = l2cache->l2srbar0;
Mingkai Hud2088e02009-08-18 15:37:15 +0800676 if (l2cache->l2ctl & MPC85xx_L2CTL_L2SRAM_ENTIRE
677 && l2srbar >= CONFIG_SYS_FLASH_BASE) {
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200678 l2srbar = CONFIG_SYS_INIT_L2_ADDR;
Ed Swarthoutdd93d8f2007-07-27 01:50:47 -0500679 l2cache->l2srbar0 = l2srbar;
Scott Wood55f9f3a2012-10-29 19:00:41 -0500680 printf(", moving to 0x%08x", CONFIG_SYS_INIT_L2_ADDR);
Ed Swarthoutdd93d8f2007-07-27 01:50:47 -0500681 }
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200682#endif /* CONFIG_SYS_INIT_L2_ADDR */
Ed Swarthoutdd93d8f2007-07-27 01:50:47 -0500683 puts("\n");
684 } else {
685 asm("msync;isync");
686 l2cache->l2ctl = cache_ctl; /* invalidate & enable */
687 asm("msync;isync");
Wolfgang Grandegger09cb1202008-06-05 13:11:59 +0200688 puts("enabled\n");
Ed Swarthoutdd93d8f2007-07-27 01:50:47 -0500689 }
Kumar Galae56f2c52009-03-19 09:16:10 -0500690#elif defined(CONFIG_BACKSIDE_L2_CACHE)
York Sun8cb65482012-07-06 17:10:33 -0500691 if (SVR_SOC_VER(svr) == SVR_P2040) {
Kumar Galae08c6d82011-07-21 00:20:21 -0500692 puts("N/A\n");
693 goto skip_l2;
694 }
695
Kumar Galae56f2c52009-03-19 09:16:10 -0500696 u32 l2cfg0 = mfspr(SPRN_L2CFG0);
697
698 /* invalidate the L2 cache */
Kumar Galab6a40902009-09-22 15:45:44 -0500699 mtspr(SPRN_L2CSR0, (L2CSR0_L2FI|L2CSR0_L2LFC));
700 while (mfspr(SPRN_L2CSR0) & (L2CSR0_L2FI|L2CSR0_L2LFC))
Kumar Galae56f2c52009-03-19 09:16:10 -0500701 ;
702
Kumar Gala8d2817c2009-03-19 02:53:01 -0500703#ifdef CONFIG_SYS_CACHE_STASHING
704 /* set stash id to (coreID) * 2 + 32 + L2 (1) */
705 mtspr(SPRN_L2CSR1, (32 + 1));
706#endif
707
Kumar Galae56f2c52009-03-19 09:16:10 -0500708 /* enable the cache */
709 mtspr(SPRN_L2CSR0, CONFIG_SYS_INIT_L2CSR0);
710
Dave Liu17218192009-10-22 00:10:23 -0500711 if (CONFIG_SYS_INIT_L2CSR0 & L2CSR0_L2E) {
712 while (!(mfspr(SPRN_L2CSR0) & L2CSR0_L2E))
713 ;
Shruti Kanetkar3adfb912013-08-15 11:25:37 -0500714 print_size((l2cfg0 & 0x3fff) * 64 * 1024, " enabled\n");
Dave Liu17218192009-10-22 00:10:23 -0500715 }
Kumar Galae08c6d82011-07-21 00:20:21 -0500716
717skip_l2:
Prabhakar Kushwahacc3c5b62013-08-29 13:10:38 +0530718#elif defined(CONFIG_SYS_FSL_QORIQ_CHASSIS2) && defined(CONFIG_E6500)
York Sunc3d87b12012-10-08 07:44:08 +0000719 if (l2cache->l2csr0 & L2CSR0_L2E)
Shruti Kanetkar3adfb912013-08-15 11:25:37 -0500720 print_size((l2cache->l2cfg0 & 0x3fff) * 64 * 1024,
721 " enabled\n");
York Sunc3d87b12012-10-08 07:44:08 +0000722
723 enable_cluster_l2();
wdenk9c53f402003-10-15 23:53:47 +0000724#else
Wolfgang Grandegger09cb1202008-06-05 13:11:59 +0200725 puts("disabled\n");
wdenk9c53f402003-10-15 23:53:47 +0000726#endif
Kumar Gala76eef3e2009-03-19 03:40:08 -0500727
Aneesh Bansal8bcbc272014-03-18 23:40:26 +0530728#if defined(CONFIG_RAMBOOT_PBL)
729 disable_cpc_sram();
730#endif
Kumar Gala76eef3e2009-03-19 03:40:08 -0500731 enable_cpc();
732
York Sun972cc402013-06-25 11:37:41 -0700733#ifndef CONFIG_SYS_FSL_NO_SERDES
Kumar Gala86853d42010-05-22 13:21:39 -0500734 /* needs to be in ram since code uses global static vars */
735 fsl_serdes_init();
York Sun972cc402013-06-25 11:37:41 -0700736#endif
Kumar Gala86853d42010-05-22 13:21:39 -0500737
Shengzhou Liu097be702013-08-15 09:31:47 +0800738#ifdef CONFIG_SYS_FSL_ERRATUM_SEC_A003571
739#define MCFGR_AXIPIPE 0x000000f0
740 if (IS_SVR_REV(svr, 1, 0))
741 clrbits_be32(&sec->mcfgr, MCFGR_AXIPIPE);
742#endif
743
Shengzhou Liu95bd8e52013-01-23 19:56:23 +0000744#ifdef CONFIG_SYS_FSL_ERRATUM_A005871
745 if (IS_SVR_REV(svr, 1, 0)) {
746 int i;
747 __be32 *p = (void __iomem *)CONFIG_SYS_DCSRBAR + 0xb004c;
748
749 for (i = 0; i < 12; i++) {
750 p += i + (i > 5 ? 11 : 0);
751 out_be32(p, 0x2);
752 }
753 p = (void __iomem *)CONFIG_SYS_DCSRBAR + 0xb0108;
754 out_be32(p, 0x34);
755 }
756#endif
757
Kumar Gala8975d7a2010-12-30 12:09:53 -0600758#ifdef CONFIG_SYS_SRIO
759 srio_init();
Liu Gang27afb9c2013-05-07 16:30:46 +0800760#ifdef CONFIG_SRIO_PCIE_BOOT_MASTER
Liu Gangd7b17a92012-08-09 05:09:59 +0000761 char *s = getenv("bootmaster");
762 if (s) {
763 if (!strcmp(s, "SRIO1")) {
764 srio_boot_master(1);
765 srio_boot_master_release_slave(1);
766 }
767 if (!strcmp(s, "SRIO2")) {
768 srio_boot_master(2);
769 srio_boot_master_release_slave(2);
770 }
771 }
Liu Gang4cc85322012-03-08 00:33:17 +0000772#endif
Kumar Gala8975d7a2010-12-30 12:09:53 -0600773#endif
774
Kumar Gala36d6b3f2008-01-17 16:48:33 -0600775#if defined(CONFIG_MP)
776 setup_mp();
777#endif
Lan Chunhee0ef7322010-04-21 07:40:50 -0500778
Zang Roy-R6191183659922012-09-18 09:50:08 +0000779#ifdef CONFIG_SYS_FSL_ERRATUM_ESDHC13
Roy Zangc65dc4d2011-01-07 00:24:27 -0600780 {
Zang Roy-R6191183659922012-09-18 09:50:08 +0000781 if (SVR_MAJ(svr) < 3) {
782 void *p;
783 p = (void *)CONFIG_SYS_DCSRBAR + 0x20520;
784 setbits_be32(p, 1 << (31 - 14));
785 }
Roy Zangc65dc4d2011-01-07 00:24:27 -0600786 }
787#endif
788
Lan Chunhee0ef7322010-04-21 07:40:50 -0500789#ifdef CONFIG_SYS_LBC_LCRR
790 /*
791 * Modify the CLKDIV field of LCRR register to improve the writing
792 * speed for NOR flash.
793 */
794 clrsetbits_be32(&lbc->lcrr, LCRR_CLKDIV, CONFIG_SYS_LBC_LCRR);
795 __raw_readl(&lbc->lcrr);
796 isync();
Kumar Galaf3339d62011-10-03 08:37:57 -0500797#ifdef CONFIG_SYS_FSL_ERRATUM_NMG_LBC103
798 udelay(100);
799#endif
Lan Chunhee0ef7322010-04-21 07:40:50 -0500800#endif
801
Roy Zang6d6a0e12011-04-13 00:08:51 -0500802#ifdef CONFIG_SYS_FSL_USB1_PHY_ENABLE
803 {
ramneek mehreshc65e8822013-08-05 16:00:16 +0530804 struct ccsr_usb_phy __iomem *usb_phy1 =
Roy Zang6d6a0e12011-04-13 00:08:51 -0500805 (void *)CONFIG_SYS_MPC85xx_USB1_PHY_ADDR;
Suresh Gupta086f0a72014-02-26 14:29:12 +0530806#ifdef CONFIG_SYS_FSL_ERRATUM_A006261
807 if (has_erratum_a006261())
808 fsl_erratum_a006261_workaround(usb_phy1);
809#endif
Roy Zang6d6a0e12011-04-13 00:08:51 -0500810 out_be32(&usb_phy1->usb_enable_override,
811 CONFIG_SYS_FSL_USB_ENABLE_OVERRIDE);
812 }
813#endif
814#ifdef CONFIG_SYS_FSL_USB2_PHY_ENABLE
815 {
ramneek mehreshc65e8822013-08-05 16:00:16 +0530816 struct ccsr_usb_phy __iomem *usb_phy2 =
Roy Zang6d6a0e12011-04-13 00:08:51 -0500817 (void *)CONFIG_SYS_MPC85xx_USB2_PHY_ADDR;
Suresh Gupta086f0a72014-02-26 14:29:12 +0530818#ifdef CONFIG_SYS_FSL_ERRATUM_A006261
819 if (has_erratum_a006261())
820 fsl_erratum_a006261_workaround(usb_phy2);
821#endif
Roy Zang6d6a0e12011-04-13 00:08:51 -0500822 out_be32(&usb_phy2->usb_enable_override,
823 CONFIG_SYS_FSL_USB_ENABLE_OVERRIDE);
824 }
825#endif
826
Xuleicf4f4932013-03-11 17:56:34 +0000827#ifdef CONFIG_SYS_FSL_ERRATUM_USB14
828 /* On P204x/P304x/P50x0 Rev1.0, USB transmit will result internal
829 * multi-bit ECC errors which has impact on performance, so software
830 * should disable all ECC reporting from USB1 and USB2.
831 */
832 if (IS_SVR_REV(get_svr(), 1, 0)) {
833 struct dcsr_dcfg_regs *dcfg = (struct dcsr_dcfg_regs *)
834 (CONFIG_SYS_DCSRBAR + CONFIG_SYS_DCSR_DCFG_OFFSET);
835 setbits_be32(&dcfg->ecccr1,
836 (DCSR_DCFG_ECC_DISABLE_USB1 |
837 DCSR_DCFG_ECC_DISABLE_USB2));
838 }
839#endif
840
Roy Zang59a539a2013-03-25 07:39:33 +0000841#if defined(CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE)
ramneek mehreshc65e8822013-08-05 16:00:16 +0530842 struct ccsr_usb_phy __iomem *usb_phy =
Roy Zang59a539a2013-03-25 07:39:33 +0000843 (void *)CONFIG_SYS_MPC85xx_USB1_PHY_ADDR;
844 setbits_be32(&usb_phy->pllprg[1],
845 CONFIG_SYS_FSL_USB_PLLPRG2_PHY2_CLK_EN |
846 CONFIG_SYS_FSL_USB_PLLPRG2_PHY1_CLK_EN |
847 CONFIG_SYS_FSL_USB_PLLPRG2_MFI |
848 CONFIG_SYS_FSL_USB_PLLPRG2_PLL_EN);
Nikhil Badola006e83a2014-04-15 14:44:52 +0530849#ifdef CONFIG_SYS_FSL_SINGLE_SOURCE_CLK
850 usb_single_source_clk_configure(usb_phy);
851#endif
Roy Zang59a539a2013-03-25 07:39:33 +0000852 setbits_be32(&usb_phy->port1.ctrl,
853 CONFIG_SYS_FSL_USB_CTRL_PHY_EN);
854 setbits_be32(&usb_phy->port1.drvvbuscfg,
855 CONFIG_SYS_FSL_USB_DRVVBUS_CR_EN);
856 setbits_be32(&usb_phy->port1.pwrfltcfg,
857 CONFIG_SYS_FSL_USB_PWRFLT_CR_EN);
858 setbits_be32(&usb_phy->port2.ctrl,
859 CONFIG_SYS_FSL_USB_CTRL_PHY_EN);
860 setbits_be32(&usb_phy->port2.drvvbuscfg,
861 CONFIG_SYS_FSL_USB_DRVVBUS_CR_EN);
862 setbits_be32(&usb_phy->port2.pwrfltcfg,
863 CONFIG_SYS_FSL_USB_PWRFLT_CR_EN);
Suresh Gupta086f0a72014-02-26 14:29:12 +0530864
865#ifdef CONFIG_SYS_FSL_ERRATUM_A006261
866 if (has_erratum_a006261())
867 fsl_erratum_a006261_workaround(usb_phy);
Roy Zang59a539a2013-03-25 07:39:33 +0000868#endif
869
Suresh Gupta086f0a72014-02-26 14:29:12 +0530870#endif /* CONFIG_SYS_FSL_USB_DUAL_PHY_ENABLE */
871
Kumar Gala2683c532011-04-13 08:37:44 -0500872#ifdef CONFIG_FMAN_ENET
873 fman_enet_init();
874#endif
875
Timur Tabid7acf5c2011-11-21 17:10:23 -0600876#if defined(CONFIG_FSL_SATA_V2) && defined(CONFIG_FSL_SATA_ERRATUM_A001)
877 /*
878 * For P1022/1013 Rev1.0 silicon, after power on SATA host
879 * controller is configured in legacy mode instead of the
880 * expected enterprise mode. Software needs to clear bit[28]
881 * of HControl register to change to enterprise mode from
882 * legacy mode. We assume that the controller is offline.
883 */
884 if (IS_SVR_REV(svr, 1, 0) &&
885 ((SVR_SOC_VER(svr) == SVR_P1022) ||
York Sun8cb65482012-07-06 17:10:33 -0500886 (SVR_SOC_VER(svr) == SVR_P1013))) {
Timur Tabid7acf5c2011-11-21 17:10:23 -0600887 fsl_sata_reg_t *reg;
888
889 /* first SATA controller */
890 reg = (void *)CONFIG_SYS_MPC85xx_SATA1_ADDR;
891 clrbits_le32(&reg->hcontrol, HCONTROL_ENTERPRISE_EN);
892
893 /* second SATA controller */
894 reg = (void *)CONFIG_SYS_MPC85xx_SATA2_ADDR;
895 clrbits_le32(&reg->hcontrol, HCONTROL_ENTERPRISE_EN);
896 }
897#endif
898
Alexander Grafcfb90e32014-04-30 19:21:12 +0200899 init_used_tlb_cams();
Timur Tabid7acf5c2011-11-21 17:10:23 -0600900
wdenk9c53f402003-10-15 23:53:47 +0000901 return 0;
902}
Kumar Galac24a9052009-08-14 13:37:54 -0500903
Kumar Galac24a9052009-08-14 13:37:54 -0500904void arch_preboot_os(void)
905{
Kumar Gala9faa23a2009-09-11 15:28:41 -0500906 u32 msr;
907
908 /*
909 * We are changing interrupt offsets and are about to boot the OS so
910 * we need to make sure we disable all async interrupts. EE is already
911 * disabled by the time we get called.
912 */
913 msr = mfmsr();
Prabhakar Kushwaha8f3e8922012-04-29 23:56:30 +0000914 msr &= ~(MSR_ME|MSR_CE);
Kumar Gala9faa23a2009-09-11 15:28:41 -0500915 mtmsr(msr);
Kumar Galac24a9052009-08-14 13:37:54 -0500916}
Kumar Galaeb453df2010-04-20 10:21:25 -0500917
918#if defined(CONFIG_CMD_SATA) && defined(CONFIG_FSL_SATA)
919int sata_initialize(void)
920{
921 if (is_serdes_configured(SATA1) || is_serdes_configured(SATA2))
922 return __sata_initialize();
923
924 return 1;
925}
926#endif
Kumar Gala2ef216b2011-02-02 11:23:50 -0600927
928void cpu_secondary_init_r(void)
929{
Zhao Qiangb818ba22014-03-21 16:21:45 +0800930#ifdef CONFIG_U_QE
931 uint qe_base = CONFIG_SYS_IMMR + 0x00140000; /* QE immr base */
932#elif defined CONFIG_QE
Kumar Gala2ef216b2011-02-02 11:23:50 -0600933 uint qe_base = CONFIG_SYS_IMMR + 0x00080000; /* QE immr base */
Zhao Qiangb818ba22014-03-21 16:21:45 +0800934#endif
935
936#ifdef CONFIG_QE
Kumar Gala2ef216b2011-02-02 11:23:50 -0600937 qe_init(qe_base);
938 qe_reset();
939#endif
940}