blob: 45038acf32473f9bb2a91902599b4165cd563572 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Kim Phillips1cb07e62008-01-16 00:38:05 -06002/*
3 * Copyright (C) 2007 Freescale Semiconductor, Inc.
4 * Kevin Lam <kevin.lam@freescale.com>
5 * Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
Kim Phillips1cb07e62008-01-16 00:38:05 -06006 */
7
8#include <common.h>
Simon Glassdb229612019-08-01 09:46:42 -06009#include <env.h>
Anton Vorontsov3628a932009-06-10 00:25:30 +040010#include <hwconfig.h>
Kim Phillips1cb07e62008-01-16 00:38:05 -060011#include <i2c.h>
Simon Glass0ffd9db2019-12-28 10:45:06 -070012#include <init.h>
Kim Phillips1cb07e62008-01-16 00:38:05 -060013#include <asm/io.h>
Kumar Galab7c3ccf2010-04-20 10:02:24 -050014#include <asm/fsl_mpc83xx_serdes.h>
Jean-Christophe PLAGNIOL-VILLARD5fc8a4b2008-04-02 13:41:21 +020015#include <fdt_support.h>
Kim Phillips1cb07e62008-01-16 00:38:05 -060016#include <spd_sdram.h>
Timur Tabi3e1d49a2008-02-08 13:15:55 -060017#include <vsc7385.h>
Anton Vorontsov3628a932009-06-10 00:25:30 +040018#include <fsl_esdhc.h>
Timur Tabi3e1d49a2008-02-08 13:15:55 -060019
Simon Glass39f90ba2017-03-31 08:40:25 -060020DECLARE_GLOBAL_DATA_PTR;
21
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020022#if defined(CONFIG_SYS_DRAM_TEST)
Kim Phillips1cb07e62008-01-16 00:38:05 -060023int
24testdram(void)
25{
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020026 uint *pstart = (uint *) CONFIG_SYS_MEMTEST_START;
27 uint *pend = (uint *) CONFIG_SYS_MEMTEST_END;
Kim Phillips1cb07e62008-01-16 00:38:05 -060028 uint *p;
29
30 printf("Testing DRAM from 0x%08x to 0x%08x\n",
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020031 CONFIG_SYS_MEMTEST_START,
32 CONFIG_SYS_MEMTEST_END);
Kim Phillips1cb07e62008-01-16 00:38:05 -060033
34 printf("DRAM test phase 1:\n");
35 for (p = pstart; p < pend; p++)
36 *p = 0xaaaaaaaa;
37
38 for (p = pstart; p < pend; p++) {
39 if (*p != 0xaaaaaaaa) {
40 printf("DRAM test fails at: %08x\n", (uint) p);
41 return 1;
42 }
43 }
44
45 printf("DRAM test phase 2:\n");
46 for (p = pstart; p < pend; p++)
47 *p = 0x55555555;
48
49 for (p = pstart; p < pend; p++) {
50 if (*p != 0x55555555) {
51 printf("DRAM test fails at: %08x\n", (uint) p);
52 return 1;
53 }
54 }
55
56 printf("DRAM test passed.\n");
57 return 0;
58}
59#endif
60
Peter Tysercb4731f2009-06-30 17:15:50 -050061#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
Kim Phillips1cb07e62008-01-16 00:38:05 -060062void ddr_enable_ecc(unsigned int dram_size);
63#endif
64int fixed_sdram(void);
65
Simon Glassd35f3382017-04-06 12:47:05 -060066int dram_init(void)
Kim Phillips1cb07e62008-01-16 00:38:05 -060067{
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020068 immap_t *im = (immap_t *) CONFIG_SYS_IMMR;
Kim Phillips1cb07e62008-01-16 00:38:05 -060069 u32 msize = 0;
70
71 if ((im->sysconf.immrbar & IMMRBAR_BASE_ADDR) != (u32) im)
Simon Glass39f90ba2017-03-31 08:40:25 -060072 return -ENXIO;
Kim Phillips1cb07e62008-01-16 00:38:05 -060073
74#if defined(CONFIG_SPD_EEPROM)
75 msize = spd_sdram();
76#else
77 msize = fixed_sdram();
78#endif
79
Peter Tysercb4731f2009-06-30 17:15:50 -050080#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
Kim Phillips1cb07e62008-01-16 00:38:05 -060081 /* Initialize DDR ECC byte */
82 ddr_enable_ecc(msize * 1024 * 1024);
83#endif
84 /* return total bus DDR size(bytes) */
Simon Glass39f90ba2017-03-31 08:40:25 -060085 gd->ram_size = msize * 1024 * 1024;
86
87 return 0;
Kim Phillips1cb07e62008-01-16 00:38:05 -060088}
89
90#if !defined(CONFIG_SPD_EEPROM)
91/*************************************************************************
92 * fixed sdram init -- doesn't use serial presence detect.
93 ************************************************************************/
94int fixed_sdram(void)
95{
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +020096 immap_t *im = (immap_t *) CONFIG_SYS_IMMR;
97 u32 msize = CONFIG_SYS_DDR_SIZE * 1024 * 1024;
Kim Phillips1cb07e62008-01-16 00:38:05 -060098 u32 msize_log2 = __ilog2(msize);
99
Mario Six805cac12019-01-21 09:18:16 +0100100 im->sysconf.ddrlaw[0].bar = CONFIG_SYS_SDRAM_BASE & 0xfffff000;
Kim Phillips1cb07e62008-01-16 00:38:05 -0600101 im->sysconf.ddrlaw[0].ar = LBLAWAR_EN | (msize_log2 - 1);
102
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200103 im->sysconf.ddrcdr = CONFIG_SYS_DDRCDR_VALUE;
Kim Phillips1cb07e62008-01-16 00:38:05 -0600104 udelay(50000);
105
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200106 im->ddr.sdram_clk_cntl = CONFIG_SYS_DDR_SDRAM_CLK_CNTL;
Kim Phillips1cb07e62008-01-16 00:38:05 -0600107 udelay(1000);
108
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200109 im->ddr.csbnds[0].csbnds = CONFIG_SYS_DDR_CS0_BNDS;
110 im->ddr.cs_config[0] = CONFIG_SYS_DDR_CS0_CONFIG;
Kim Phillips1cb07e62008-01-16 00:38:05 -0600111 udelay(1000);
112
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200113 im->ddr.timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0;
114 im->ddr.timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1;
115 im->ddr.timing_cfg_2 = CONFIG_SYS_DDR_TIMING_2;
116 im->ddr.timing_cfg_3 = CONFIG_SYS_DDR_TIMING_3;
117 im->ddr.sdram_cfg = CONFIG_SYS_DDR_SDRAM_CFG;
118 im->ddr.sdram_cfg2 = CONFIG_SYS_DDR_SDRAM_CFG2;
119 im->ddr.sdram_mode = CONFIG_SYS_DDR_MODE;
120 im->ddr.sdram_mode2 = CONFIG_SYS_DDR_MODE2;
121 im->ddr.sdram_interval = CONFIG_SYS_DDR_INTERVAL;
Kim Phillips1cb07e62008-01-16 00:38:05 -0600122 sync();
123 udelay(1000);
124
125 im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN;
126 udelay(2000);
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200127 return CONFIG_SYS_DDR_SIZE;
Kim Phillips1cb07e62008-01-16 00:38:05 -0600128}
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200129#endif /*!CONFIG_SYS_SPD_EEPROM */
Kim Phillips1cb07e62008-01-16 00:38:05 -0600130
131int checkboard(void)
132{
133 puts("Board: Freescale MPC837xERDB\n");
134 return 0;
135}
136
Anton Vorontsov2b3c0042008-03-24 17:40:43 +0300137int board_early_init_f(void)
138{
139#ifdef CONFIG_FSL_SERDES
Jean-Christophe PLAGNIOL-VILLARD03836942008-10-16 15:01:15 +0200140 immap_t *immr = (immap_t *)CONFIG_SYS_IMMR;
Anton Vorontsov2b3c0042008-03-24 17:40:43 +0300141 u32 spridr = in_be32(&immr->sysconf.spridr);
142
143 /* we check only part num, and don't look for CPU revisions */
Kim Phillipsecb2d6f2008-03-28 10:19:07 -0500144 switch (PARTID_NO_E(spridr)) {
145 case SPR_8377:
Anton Vorontsov2b3c0042008-03-24 17:40:43 +0300146 fsl_setup_serdes(CONFIG_FSL_SERDES1, FSL_SERDES_PROTO_SATA,
147 FSL_SERDES_CLK_100, FSL_SERDES_VDD_1V);
Kim Phillipsecb2d6f2008-03-28 10:19:07 -0500148 fsl_setup_serdes(CONFIG_FSL_SERDES2, FSL_SERDES_PROTO_PEX,
Anton Vorontsov2b3c0042008-03-24 17:40:43 +0300149 FSL_SERDES_CLK_100, FSL_SERDES_VDD_1V);
150 break;
Kim Phillipsecb2d6f2008-03-28 10:19:07 -0500151 case SPR_8378:
Anton Vorontsov642016b2008-10-02 18:31:53 +0400152 fsl_setup_serdes(CONFIG_FSL_SERDES2, FSL_SERDES_PROTO_PEX,
Anton Vorontsov2b3c0042008-03-24 17:40:43 +0300153 FSL_SERDES_CLK_100, FSL_SERDES_VDD_1V);
154 break;
Kim Phillipsecb2d6f2008-03-28 10:19:07 -0500155 case SPR_8379:
Anton Vorontsov2b3c0042008-03-24 17:40:43 +0300156 fsl_setup_serdes(CONFIG_FSL_SERDES1, FSL_SERDES_PROTO_SATA,
157 FSL_SERDES_CLK_100, FSL_SERDES_VDD_1V);
Kim Phillipsecb2d6f2008-03-28 10:19:07 -0500158 fsl_setup_serdes(CONFIG_FSL_SERDES2, FSL_SERDES_PROTO_SATA,
Anton Vorontsov2b3c0042008-03-24 17:40:43 +0300159 FSL_SERDES_CLK_100, FSL_SERDES_VDD_1V);
160 break;
161 default:
162 printf("serdes not configured: unknown CPU part number: "
163 "%04x\n", spridr >> 16);
164 break;
165 }
166#endif /* CONFIG_FSL_SERDES */
167 return 0;
168}
169
Anton Vorontsov3628a932009-06-10 00:25:30 +0400170#ifdef CONFIG_FSL_ESDHC
171int board_mmc_init(bd_t *bd)
172{
173 struct immap __iomem *im = (struct immap __iomem *)CONFIG_SYS_IMMR;
Sinan Akman8dc24e02015-01-20 20:47:01 -0500174 char buffer[HWCONFIG_BUFFER_SIZE] = {0};
175 int esdhc_hwconfig_enabled = 0;
176
Simon Glass64b723f2017-08-03 12:22:12 -0600177 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0)
Sinan Akman8dc24e02015-01-20 20:47:01 -0500178 esdhc_hwconfig_enabled = hwconfig_f("esdhc", buffer);
Anton Vorontsov3628a932009-06-10 00:25:30 +0400179
Sinan Akman8dc24e02015-01-20 20:47:01 -0500180 if (esdhc_hwconfig_enabled == 0)
Anton Vorontsov3628a932009-06-10 00:25:30 +0400181 return 0;
182
183 clrsetbits_be32(&im->sysconf.sicrl, SICRL_USB_B, SICRL_USB_B_SD);
184 clrsetbits_be32(&im->sysconf.sicrh, SICRH_SPI, SICRH_SPI_SD);
185
186 return fsl_esdhc_mmc_init(bd);
187}
188#endif
189
Timur Tabi3e1d49a2008-02-08 13:15:55 -0600190/*
191 * Miscellaneous late-boot configurations
192 *
193 * If a VSC7385 microcode image is present, then upload it.
194*/
195int misc_init_r(void)
196{
197 int rc = 0;
198
199#ifdef CONFIG_VSC7385_IMAGE
200 if (vsc7385_upload_firmware((void *) CONFIG_VSC7385_IMAGE,
201 CONFIG_VSC7385_IMAGE_SIZE)) {
202 puts("Failure uploading VSC7385 microcode.\n");
203 rc = 1;
204 }
205#endif
206
207 return rc;
208}
209
Kim Phillips1cb07e62008-01-16 00:38:05 -0600210#if defined(CONFIG_OF_BOARD_SETUP)
211
Simon Glass2aec3cc2014-10-23 18:58:47 -0600212int ft_board_setup(void *blob, bd_t *bd)
Kim Phillips1cb07e62008-01-16 00:38:05 -0600213{
214#ifdef CONFIG_PCI
215 ft_pci_setup(blob, bd);
216#endif
217 ft_cpu_setup(blob, bd);
Sriram Dash9fd465c2016-09-16 17:12:15 +0530218 fsl_fdt_fixup_dr_usb(blob, bd);
Anton Vorontsov3628a932009-06-10 00:25:30 +0400219 fdt_fixup_esdhc(blob, bd);
Simon Glass2aec3cc2014-10-23 18:58:47 -0600220
221 return 0;
Kim Phillips1cb07e62008-01-16 00:38:05 -0600222}
223#endif /* CONFIG_OF_BOARD_SETUP */