Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 2 | /* |
Kumar Gala | 561e710 | 2011-01-31 15:51:20 -0600 | [diff] [blame] | 3 | * Copyright 2007-2011 Freescale Semiconductor, Inc. |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #include <common.h> |
| 7 | #include <command.h> |
| 8 | #include <pci.h> |
| 9 | #include <asm/processor.h> |
| 10 | #include <asm/mmu.h> |
Kumar Gala | 7c0d4a7 | 2008-09-22 14:11:11 -0500 | [diff] [blame] | 11 | #include <asm/cache.h> |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 12 | #include <asm/immap_85xx.h> |
Kumar Gala | c851462 | 2009-04-02 13:22:48 -0500 | [diff] [blame] | 13 | #include <asm/fsl_pci.h> |
York Sun | 5614e71 | 2013-09-30 09:22:09 -0700 | [diff] [blame] | 14 | #include <fsl_ddr_sdram.h> |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 15 | #include <asm/io.h> |
Kumar Gala | 5d27e02 | 2010-12-15 04:55:20 -0600 | [diff] [blame] | 16 | #include <asm/fsl_serdes.h> |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 17 | #include <miiphy.h> |
Masahiro Yamada | b08c8c4 | 2018-03-05 01:20:11 +0900 | [diff] [blame] | 18 | #include <linux/libfdt.h> |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 19 | #include <fdt_support.h> |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 20 | #include <tsec.h> |
Andy Fleming | 063c126 | 2011-04-08 02:10:54 -0500 | [diff] [blame] | 21 | #include <fsl_mdio.h> |
Kumar Gala | b560ab8 | 2009-08-08 10:42:30 -0500 | [diff] [blame] | 22 | #include <netdev.h> |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 23 | |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 24 | #include "../common/sgmii_riser.h" |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 25 | |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 26 | int checkboard (void) |
| 27 | { |
Kumar Gala | 6bb5b41 | 2009-07-14 22:42:01 -0500 | [diff] [blame] | 28 | u8 vboot; |
| 29 | u8 *pixis_base = (u8 *)PIXIS_BASE; |
| 30 | |
Timur Tabi | 5d065c3 | 2012-03-15 11:42:27 +0000 | [diff] [blame] | 31 | printf("Board: MPC8572DS Sys ID: 0x%02x, " |
Kumar Gala | 6bb5b41 | 2009-07-14 22:42:01 -0500 | [diff] [blame] | 32 | "Sys Ver: 0x%02x, FPGA Ver: 0x%02x, ", |
| 33 | in_8(pixis_base + PIXIS_ID), in_8(pixis_base + PIXIS_VER), |
| 34 | in_8(pixis_base + PIXIS_PVER)); |
| 35 | |
| 36 | vboot = in_8(pixis_base + PIXIS_VBOOT); |
| 37 | switch ((vboot & PIXIS_VBOOT_LBMAP) >> 6) { |
| 38 | case PIXIS_VBOOT_LBMAP_NOR0: |
| 39 | puts ("vBank: 0\n"); |
| 40 | break; |
| 41 | case PIXIS_VBOOT_LBMAP_PJET: |
| 42 | puts ("Promjet\n"); |
| 43 | break; |
| 44 | case PIXIS_VBOOT_LBMAP_NAND: |
| 45 | puts ("NAND\n"); |
| 46 | break; |
| 47 | case PIXIS_VBOOT_LBMAP_NOR1: |
| 48 | puts ("vBank: 1\n"); |
| 49 | break; |
| 50 | } |
| 51 | |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 52 | return 0; |
| 53 | } |
| 54 | |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 55 | |
| 56 | #if !defined(CONFIG_SPD_EEPROM) |
| 57 | /* |
| 58 | * Fixed sdram init -- doesn't use serial presence detect. |
| 59 | */ |
| 60 | |
| 61 | phys_size_t fixed_sdram (void) |
| 62 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 63 | volatile immap_t *immap = (immap_t *)CONFIG_SYS_IMMR; |
York Sun | 9a17eb5 | 2013-11-18 10:29:32 -0800 | [diff] [blame] | 64 | struct ccsr_ddr __iomem *ddr = &immap->im_ddr; |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 65 | uint d_init; |
| 66 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 67 | ddr->cs0_bnds = CONFIG_SYS_DDR_CS0_BNDS; |
| 68 | ddr->cs0_config = CONFIG_SYS_DDR_CS0_CONFIG; |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 69 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 70 | ddr->timing_cfg_3 = CONFIG_SYS_DDR_TIMING_3; |
| 71 | ddr->timing_cfg_0 = CONFIG_SYS_DDR_TIMING_0; |
| 72 | ddr->timing_cfg_1 = CONFIG_SYS_DDR_TIMING_1; |
| 73 | ddr->timing_cfg_2 = CONFIG_SYS_DDR_TIMING_2; |
| 74 | ddr->sdram_mode = CONFIG_SYS_DDR_MODE_1; |
| 75 | ddr->sdram_mode_2 = CONFIG_SYS_DDR_MODE_2; |
| 76 | ddr->sdram_interval = CONFIG_SYS_DDR_INTERVAL; |
| 77 | ddr->sdram_data_init = CONFIG_SYS_DDR_DATA_INIT; |
| 78 | ddr->sdram_clk_cntl = CONFIG_SYS_DDR_CLK_CTRL; |
| 79 | ddr->sdram_cfg_2 = CONFIG_SYS_DDR_CONTROL2; |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 80 | |
| 81 | #if defined (CONFIG_DDR_ECC) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 82 | ddr->err_int_en = CONFIG_SYS_DDR_ERR_INT_EN; |
| 83 | ddr->err_disable = CONFIG_SYS_DDR_ERR_DIS; |
| 84 | ddr->err_sbe = CONFIG_SYS_DDR_SBE; |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 85 | #endif |
| 86 | asm("sync;isync"); |
| 87 | |
| 88 | udelay(500); |
| 89 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 90 | ddr->sdram_cfg = CONFIG_SYS_DDR_CONTROL; |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 91 | |
| 92 | #if defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) |
| 93 | d_init = 1; |
| 94 | debug("DDR - 1st controller: memory initializing\n"); |
| 95 | /* |
| 96 | * Poll until memory is initialized. |
| 97 | * 512 Meg at 400 might hit this 200 times or so. |
| 98 | */ |
| 99 | while ((ddr->sdram_cfg_2 & (d_init << 4)) != 0) { |
| 100 | udelay(1000); |
| 101 | } |
| 102 | debug("DDR: memory initialized\n\n"); |
| 103 | asm("sync; isync"); |
| 104 | udelay(500); |
| 105 | #endif |
| 106 | |
| 107 | return 512 * 1024 * 1024; |
| 108 | } |
| 109 | |
| 110 | #endif |
| 111 | |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 112 | #ifdef CONFIG_PCI |
| 113 | void pci_init_board(void) |
| 114 | { |
Kumar Gala | 18ea555 | 2010-12-17 06:53:52 -0600 | [diff] [blame] | 115 | struct pci_controller *hose; |
Kumar Gala | f61dae7 | 2009-09-03 10:20:09 -0500 | [diff] [blame] | 116 | |
Kumar Gala | 18ea555 | 2010-12-17 06:53:52 -0600 | [diff] [blame] | 117 | fsl_pcie_init_board(0); |
Kumar Gala | f61dae7 | 2009-09-03 10:20:09 -0500 | [diff] [blame] | 118 | |
Kumar Gala | 18ea555 | 2010-12-17 06:53:52 -0600 | [diff] [blame] | 119 | hose = find_hose_by_cfg_addr((void *)(CONFIG_SYS_PCIE3_ADDR)); |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 120 | |
Kumar Gala | 18ea555 | 2010-12-17 06:53:52 -0600 | [diff] [blame] | 121 | if (hose) { |
| 122 | u32 temp32; |
| 123 | u8 uli_busno = hose->first_busno + 2; |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 124 | |
Kumar Gala | f61dae7 | 2009-09-03 10:20:09 -0500 | [diff] [blame] | 125 | /* |
| 126 | * Activate ULI1575 legacy chip by performing a fake |
| 127 | * memory access. Needed to make ULI RTC work. |
| 128 | * Device 1d has the first on-board memory BAR. |
| 129 | */ |
Kumar Gala | 18ea555 | 2010-12-17 06:53:52 -0600 | [diff] [blame] | 130 | pci_hose_read_config_dword(hose, PCI_BDF(uli_busno, 0x1d, 0), |
Kumar Gala | f61dae7 | 2009-09-03 10:20:09 -0500 | [diff] [blame] | 131 | PCI_BASE_ADDRESS_1, &temp32); |
Kumar Gala | 18ea555 | 2010-12-17 06:53:52 -0600 | [diff] [blame] | 132 | |
Kumar Gala | f61dae7 | 2009-09-03 10:20:09 -0500 | [diff] [blame] | 133 | if (temp32 >= CONFIG_SYS_PCIE3_MEM_BUS) { |
Kumar Gala | 18ea555 | 2010-12-17 06:53:52 -0600 | [diff] [blame] | 134 | void *p = pci_mem_to_virt(PCI_BDF(uli_busno, 0x1d, 0), |
Kumar Gala | f61dae7 | 2009-09-03 10:20:09 -0500 | [diff] [blame] | 135 | temp32, 4, 0); |
| 136 | debug(" uli1572 read to %p\n", p); |
| 137 | in_be32(p); |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 138 | } |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 139 | } |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 140 | } |
| 141 | #endif |
| 142 | |
| 143 | int board_early_init_r(void) |
| 144 | { |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 145 | const unsigned int flashbase = CONFIG_SYS_FLASH_BASE; |
York Sun | 9d04568 | 2014-06-24 21:16:20 -0700 | [diff] [blame] | 146 | int flash_esel = find_tlb_idx((void *)flashbase, 1); |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 147 | |
| 148 | /* |
| 149 | * Remap Boot flash + PROMJET region to caching-inhibited |
| 150 | * so that flash can be erased properly. |
| 151 | */ |
| 152 | |
Kumar Gala | 7c0d4a7 | 2008-09-22 14:11:11 -0500 | [diff] [blame] | 153 | /* Flush d-cache and invalidate i-cache of any FLASH data */ |
Wolfgang Denk | 3cbd823 | 2008-11-02 16:14:22 +0100 | [diff] [blame] | 154 | flush_dcache(); |
| 155 | invalidate_icache(); |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 156 | |
York Sun | 9d04568 | 2014-06-24 21:16:20 -0700 | [diff] [blame] | 157 | if (flash_esel == -1) { |
| 158 | /* very unlikely unless something is messed up */ |
| 159 | puts("Error: Could not find TLB for FLASH BASE\n"); |
| 160 | flash_esel = 2; /* give our best effort to continue */ |
| 161 | } else { |
| 162 | /* invalidate existing TLB entry for flash + promjet */ |
| 163 | disable_tlb(flash_esel); |
| 164 | } |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 165 | |
Kumar Gala | c953ddf | 2008-12-02 14:19:34 -0600 | [diff] [blame] | 166 | set_tlb(1, flashbase, CONFIG_SYS_FLASH_BASE_PHYS, /* tlb, epn, rpn */ |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 167 | MAS3_SX|MAS3_SW|MAS3_SR, MAS2_I|MAS2_G, /* perms, wimge */ |
| 168 | 0, flash_esel, BOOKE_PAGESZ_256M, 1); /* ts, esel, tsize, iprot */ |
| 169 | |
| 170 | return 0; |
| 171 | } |
| 172 | |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 173 | int board_eth_init(bd_t *bis) |
| 174 | { |
Bin Meng | 4521ae9 | 2016-01-11 22:41:14 -0800 | [diff] [blame] | 175 | #ifdef CONFIG_TSEC_ENET |
Andy Fleming | 063c126 | 2011-04-08 02:10:54 -0500 | [diff] [blame] | 176 | struct fsl_pq_mdio_info mdio_info; |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 177 | struct tsec_info_struct tsec_info[4]; |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 178 | int num = 0; |
| 179 | |
| 180 | #ifdef CONFIG_TSEC1 |
| 181 | SET_STD_TSEC_INFO(tsec_info[num], 1); |
Kumar Gala | 058d7dc | 2010-12-16 14:28:06 -0600 | [diff] [blame] | 182 | if (is_serdes_configured(SGMII_TSEC1)) { |
| 183 | puts("eTSEC1 is in sgmii mode.\n"); |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 184 | tsec_info[num].flags |= TSEC_SGMII; |
Kumar Gala | 058d7dc | 2010-12-16 14:28:06 -0600 | [diff] [blame] | 185 | } |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 186 | num++; |
| 187 | #endif |
| 188 | #ifdef CONFIG_TSEC2 |
| 189 | SET_STD_TSEC_INFO(tsec_info[num], 2); |
Kumar Gala | 058d7dc | 2010-12-16 14:28:06 -0600 | [diff] [blame] | 190 | if (is_serdes_configured(SGMII_TSEC2)) { |
| 191 | puts("eTSEC2 is in sgmii mode.\n"); |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 192 | tsec_info[num].flags |= TSEC_SGMII; |
Kumar Gala | 058d7dc | 2010-12-16 14:28:06 -0600 | [diff] [blame] | 193 | } |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 194 | num++; |
| 195 | #endif |
| 196 | #ifdef CONFIG_TSEC3 |
| 197 | SET_STD_TSEC_INFO(tsec_info[num], 3); |
Kumar Gala | 058d7dc | 2010-12-16 14:28:06 -0600 | [diff] [blame] | 198 | if (is_serdes_configured(SGMII_TSEC3)) { |
| 199 | puts("eTSEC3 is in sgmii mode.\n"); |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 200 | tsec_info[num].flags |= TSEC_SGMII; |
Kumar Gala | 058d7dc | 2010-12-16 14:28:06 -0600 | [diff] [blame] | 201 | } |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 202 | num++; |
| 203 | #endif |
| 204 | #ifdef CONFIG_TSEC4 |
| 205 | SET_STD_TSEC_INFO(tsec_info[num], 4); |
Kumar Gala | 058d7dc | 2010-12-16 14:28:06 -0600 | [diff] [blame] | 206 | if (is_serdes_configured(SGMII_TSEC4)) { |
| 207 | puts("eTSEC4 is in sgmii mode.\n"); |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 208 | tsec_info[num].flags |= TSEC_SGMII; |
Kumar Gala | 058d7dc | 2010-12-16 14:28:06 -0600 | [diff] [blame] | 209 | } |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 210 | num++; |
| 211 | #endif |
| 212 | |
| 213 | if (!num) { |
| 214 | printf("No TSECs initialized\n"); |
| 215 | |
| 216 | return 0; |
| 217 | } |
| 218 | |
Andy Fleming | feede8b | 2008-12-05 20:10:22 -0600 | [diff] [blame] | 219 | #ifdef CONFIG_FSL_SGMII_RISER |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 220 | fsl_sgmii_riser_init(tsec_info, num); |
Andy Fleming | feede8b | 2008-12-05 20:10:22 -0600 | [diff] [blame] | 221 | #endif |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 222 | |
Andy Fleming | 063c126 | 2011-04-08 02:10:54 -0500 | [diff] [blame] | 223 | mdio_info.regs = (struct tsec_mii_mng *)CONFIG_SYS_MDIO_BASE_ADDR; |
| 224 | mdio_info.name = DEFAULT_MII_NAME; |
| 225 | fsl_pq_mdio_init(bis, &mdio_info); |
| 226 | |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 227 | tsec_eth_init(bis, tsec_info, num); |
Bin Meng | 4521ae9 | 2016-01-11 22:41:14 -0800 | [diff] [blame] | 228 | #endif |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 229 | |
Kumar Gala | b560ab8 | 2009-08-08 10:42:30 -0500 | [diff] [blame] | 230 | return pci_eth_init(bis); |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 231 | } |
Liu Yu | 7e183ca | 2008-10-10 11:40:59 +0800 | [diff] [blame] | 232 | |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 233 | #if defined(CONFIG_OF_BOARD_SETUP) |
Simon Glass | e895a4b | 2014-10-23 18:58:47 -0600 | [diff] [blame] | 234 | int ft_board_setup(void *blob, bd_t *bd) |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 235 | { |
Kumar Gala | b673051 | 2009-02-09 22:03:04 -0600 | [diff] [blame] | 236 | phys_addr_t base; |
| 237 | phys_size_t size; |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 238 | |
| 239 | ft_cpu_setup(blob, bd); |
| 240 | |
Simon Glass | 723806c | 2017-08-03 12:22:15 -0600 | [diff] [blame] | 241 | base = env_get_bootm_low(); |
| 242 | size = env_get_bootm_size(); |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 243 | |
| 244 | fdt_fixup_memory(blob, (u64)base, (u64)size); |
| 245 | |
Kumar Gala | 6525d51 | 2010-07-08 22:37:44 -0500 | [diff] [blame] | 246 | FT_FSL_PCI_SETUP; |
| 247 | |
Andy Fleming | feede8b | 2008-12-05 20:10:22 -0600 | [diff] [blame] | 248 | #ifdef CONFIG_FSL_SGMII_RISER |
| 249 | fsl_sgmii_riser_fdt_fixup(blob); |
| 250 | #endif |
Simon Glass | e895a4b | 2014-10-23 18:58:47 -0600 | [diff] [blame] | 251 | |
| 252 | return 0; |
Kumar Gala | 129ba61 | 2008-08-12 11:13:08 -0500 | [diff] [blame] | 253 | } |
| 254 | #endif |