Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2006 Freescale Semiconductor, Inc. |
| 3 | * Dave Liu <daveliu@freescale.com> |
| 4 | * |
| 5 | * Copyright (C) 2007 Logic Product Development, Inc. |
| 6 | * Peter Barada <peterb@logicpd.com> |
| 7 | * |
| 8 | * Copyright (C) 2007 MontaVista Software, Inc. |
| 9 | * Anton Vorontsov <avorontsov@ru.mvista.com> |
| 10 | * |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 11 | * (C) Copyright 2008 - 2010 |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 12 | * Heiko Schocher, DENX Software Engineering, hs@denx.de. |
| 13 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 14 | * SPDX-License-Identifier: GPL-2.0+ |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 15 | */ |
| 16 | |
| 17 | #include <common.h> |
| 18 | #include <ioports.h> |
| 19 | #include <mpc83xx.h> |
| 20 | #include <i2c.h> |
| 21 | #include <miiphy.h> |
| 22 | #include <asm/io.h> |
| 23 | #include <asm/mmu.h> |
Heiko Schocher | 1e7ed25 | 2009-02-24 11:30:48 +0100 | [diff] [blame] | 24 | #include <asm/processor.h> |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 25 | #include <pci.h> |
| 26 | #include <libfdt.h> |
Thomas Herzmann | 95209b6 | 2012-05-04 10:55:56 +0200 | [diff] [blame] | 27 | #include <post.h> |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 28 | |
Heiko Schocher | 210c8c0 | 2008-11-21 08:29:40 +0100 | [diff] [blame] | 29 | #include "../common/common.h" |
| 30 | |
Valentin Longchamp | f32b3d3 | 2015-02-10 17:10:16 +0100 | [diff] [blame] | 31 | static uchar ivm_content[CONFIG_SYS_IVM_EEPROM_MAX_LEN]; |
| 32 | |
Holger Brunck | a3b8812 | 2013-07-04 15:37:31 +0200 | [diff] [blame] | 33 | const qe_iop_conf_t qe_iop_conf_tab[] = { |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 34 | /* port pin dir open_drain assign */ |
Holger Brunck | 0f2b721 | 2012-03-21 13:42:46 +0100 | [diff] [blame] | 35 | #if defined(CONFIG_MPC8360) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 36 | /* MDIO */ |
| 37 | {0, 1, 3, 0, 2}, /* MDIO */ |
| 38 | {0, 2, 1, 0, 1}, /* MDC */ |
| 39 | |
| 40 | /* UCC4 - UEC */ |
| 41 | {1, 14, 1, 0, 1}, /* TxD0 */ |
| 42 | {1, 15, 1, 0, 1}, /* TxD1 */ |
| 43 | {1, 20, 2, 0, 1}, /* RxD0 */ |
| 44 | {1, 21, 2, 0, 1}, /* RxD1 */ |
| 45 | {1, 18, 1, 0, 1}, /* TX_EN */ |
| 46 | {1, 26, 2, 0, 1}, /* RX_DV */ |
| 47 | {1, 27, 2, 0, 1}, /* RX_ER */ |
| 48 | {1, 24, 2, 0, 1}, /* COL */ |
| 49 | {1, 25, 2, 0, 1}, /* CRS */ |
| 50 | {2, 15, 2, 0, 1}, /* TX_CLK - CLK16 */ |
| 51 | {2, 16, 2, 0, 1}, /* RX_CLK - CLK17 */ |
| 52 | |
| 53 | /* DUART - UART2 */ |
| 54 | {5, 0, 1, 0, 2}, /* UART2_SOUT */ |
| 55 | {5, 2, 1, 0, 1}, /* UART2_RTS */ |
| 56 | {5, 3, 2, 0, 2}, /* UART2_SIN */ |
| 57 | {5, 1, 2, 0, 3}, /* UART2_CTS */ |
Gerlando Falauto | 6967840 | 2012-10-10 22:13:09 +0000 | [diff] [blame] | 58 | #elif !defined(CONFIG_MPC8309) |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 59 | /* Local Bus */ |
| 60 | {0, 16, 1, 0, 3}, /* LA00 */ |
| 61 | {0, 17, 1, 0, 3}, /* LA01 */ |
| 62 | {0, 18, 1, 0, 3}, /* LA02 */ |
| 63 | {0, 19, 1, 0, 3}, /* LA03 */ |
| 64 | {0, 20, 1, 0, 3}, /* LA04 */ |
| 65 | {0, 21, 1, 0, 3}, /* LA05 */ |
| 66 | {0, 22, 1, 0, 3}, /* LA06 */ |
| 67 | {0, 23, 1, 0, 3}, /* LA07 */ |
| 68 | {0, 24, 1, 0, 3}, /* LA08 */ |
| 69 | {0, 25, 1, 0, 3}, /* LA09 */ |
| 70 | {0, 26, 1, 0, 3}, /* LA10 */ |
| 71 | {0, 27, 1, 0, 3}, /* LA11 */ |
| 72 | {0, 28, 1, 0, 3}, /* LA12 */ |
| 73 | {0, 29, 1, 0, 3}, /* LA13 */ |
| 74 | {0, 30, 1, 0, 3}, /* LA14 */ |
| 75 | {0, 31, 1, 0, 3}, /* LA15 */ |
| 76 | |
| 77 | /* MDIO */ |
| 78 | {3, 4, 3, 0, 2}, /* MDIO */ |
| 79 | {3, 5, 1, 0, 2}, /* MDC */ |
| 80 | |
| 81 | /* UCC4 - UEC */ |
| 82 | {1, 18, 1, 0, 1}, /* TxD0 */ |
| 83 | {1, 19, 1, 0, 1}, /* TxD1 */ |
| 84 | {1, 22, 2, 0, 1}, /* RxD0 */ |
| 85 | {1, 23, 2, 0, 1}, /* RxD1 */ |
| 86 | {1, 26, 2, 0, 1}, /* RxER */ |
| 87 | {1, 28, 2, 0, 1}, /* Rx_DV */ |
| 88 | {1, 30, 1, 0, 1}, /* TxEN */ |
| 89 | {1, 31, 2, 0, 1}, /* CRS */ |
| 90 | {3, 10, 2, 0, 3}, /* TxCLK->CLK17 */ |
| 91 | #endif |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 92 | |
| 93 | /* END of table */ |
| 94 | {0, 0, 0, 0, QE_IOP_TAB_END}, |
| 95 | }; |
| 96 | |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 97 | #if defined(CONFIG_SUVD3) |
| 98 | const uint upma_table[] = { |
| 99 | 0x1ffedc00, 0x0ffcdc80, 0x0ffcdc80, 0x0ffcdc04, /* Words 0 to 3 */ |
| 100 | 0x0ffcdc00, 0xffffcc00, 0xffffcc01, 0xfffffc01, /* Words 4 to 7 */ |
| 101 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 8 to 11 */ |
| 102 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 12 to 15 */ |
| 103 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 16 to 19 */ |
| 104 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 20 to 23 */ |
| 105 | 0x9cfffc00, 0x00fffc80, 0x00fffc80, 0x00fffc00, /* Words 24 to 27 */ |
| 106 | 0xffffec04, 0xffffec01, 0xfffffc01, 0xfffffc01, /* Words 28 to 31 */ |
| 107 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 32 to 35 */ |
| 108 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 36 to 39 */ |
| 109 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 40 to 43 */ |
| 110 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 44 to 47 */ |
| 111 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 48 to 51 */ |
| 112 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 52 to 55 */ |
| 113 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 56 to 59 */ |
| 114 | 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01 /* Words 60 to 63 */ |
| 115 | }; |
| 116 | #endif |
| 117 | |
Karlheinz Jerg | 1eb95eb | 2013-01-21 03:55:16 +0000 | [diff] [blame] | 118 | static int piggy_present(void) |
| 119 | { |
| 120 | struct km_bec_fpga __iomem *base = |
| 121 | (struct km_bec_fpga __iomem *)CONFIG_SYS_KMBEC_FPGA_BASE; |
| 122 | |
| 123 | return in_8(&base->bprth) & PIGGY_PRESENT; |
| 124 | } |
| 125 | |
| 126 | #if defined(CONFIG_KMVECT1) |
| 127 | int ethernet_present(void) |
| 128 | { |
| 129 | /* ethernet port connected to simple switch without piggy */ |
| 130 | return 1; |
| 131 | } |
| 132 | #else |
| 133 | int ethernet_present(void) |
| 134 | { |
| 135 | return piggy_present(); |
| 136 | } |
| 137 | #endif |
| 138 | |
| 139 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 140 | int board_early_init_r(void) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 141 | { |
Heiko Schocher | 8ed7434 | 2011-03-08 10:47:39 +0100 | [diff] [blame] | 142 | struct km_bec_fpga *base = |
| 143 | (struct km_bec_fpga *)CONFIG_SYS_KMBEC_FPGA_BASE; |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 144 | #if defined(CONFIG_SUVD3) |
| 145 | immap_t *immap = (immap_t *) CONFIG_SYS_IMMR; |
| 146 | fsl_lbc_t *lbc = &immap->im_lbc; |
| 147 | u32 *mxmr = &lbc->mamr; |
| 148 | #endif |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 149 | |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 150 | #if defined(CONFIG_MPC8360) |
| 151 | unsigned short svid; |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 152 | /* |
| 153 | * Because of errata in the UCCs, we have to write to the reserved |
| 154 | * registers to slow the clocks down. |
| 155 | */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 156 | svid = SVR_REV(mfspr(SVR)); |
Heiko Schocher | 1e7ed25 | 2009-02-24 11:30:48 +0100 | [diff] [blame] | 157 | switch (svid) { |
| 158 | case 0x0020: |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 159 | /* |
| 160 | * MPC8360ECE.pdf QE_ENET10 table 4: |
| 161 | * IMMR + 0x14A8[4:5] = 11 (clk delay for UCC 2) |
| 162 | * IMMR + 0x14A8[18:19] = 11 (clk delay for UCC 1) |
| 163 | */ |
Heiko Schocher | 1e7ed25 | 2009-02-24 11:30:48 +0100 | [diff] [blame] | 164 | setbits_be32((void *)(CONFIG_SYS_IMMR + 0x14a8), 0x0c003000); |
| 165 | break; |
| 166 | case 0x0021: |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 167 | /* |
| 168 | * MPC8360ECE.pdf QE_ENET10 table 4: |
| 169 | * IMMR + 0x14AC[24:27] = 1010 |
| 170 | */ |
Heiko Schocher | 1e7ed25 | 2009-02-24 11:30:48 +0100 | [diff] [blame] | 171 | clrsetbits_be32((void *)(CONFIG_SYS_IMMR + 0x14ac), |
| 172 | 0x00000050, 0x000000a0); |
| 173 | break; |
| 174 | } |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 175 | #endif |
| 176 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 177 | /* enable the PHY on the PIGGY */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 178 | setbits_8(&base->pgy_eth, 0x01); |
Heiko Schocher | 4897ee3 | 2010-01-07 08:55:50 +0100 | [diff] [blame] | 179 | /* enable the Unit LED (green) */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 180 | setbits_8(&base->oprth, WRL_BOOT); |
Stefan Bigler | 5758dd7 | 2012-05-04 10:55:55 +0200 | [diff] [blame] | 181 | /* enable Application Buffer */ |
| 182 | setbits_8(&base->oprtl, OPRTL_XBUFENA); |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 183 | |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 184 | #if defined(CONFIG_SUVD3) |
| 185 | /* configure UPMA for APP1 */ |
| 186 | upmconfig(UPMA, (uint *) upma_table, |
| 187 | sizeof(upma_table) / sizeof(uint)); |
| 188 | out_be32(mxmr, CONFIG_SYS_MAMR); |
| 189 | #endif |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 190 | return 0; |
| 191 | } |
| 192 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 193 | int misc_init_r(void) |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 194 | { |
Valentin Longchamp | 60c4ae0 | 2015-02-10 17:10:18 +0100 | [diff] [blame] | 195 | ivm_read_eeprom(ivm_content, CONFIG_SYS_IVM_EEPROM_MAX_LEN); |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 196 | return 0; |
| 197 | } |
| 198 | |
Karlheinz Jerg | 5bcd64c | 2013-01-21 03:55:18 +0000 | [diff] [blame] | 199 | #if defined(CONFIG_KMVECT1) |
| 200 | #include <mv88e6352.h> |
| 201 | /* Marvell MV88E6122 switch configuration */ |
| 202 | static struct mv88e_sw_reg extsw_conf[] = { |
| 203 | /* port 1, FRONT_MDI, autoneg */ |
| 204 | { PORT(1), PORT_PHY, NO_SPEED_FOR }, |
| 205 | { PORT(1), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, |
| 206 | { PHY(1), PHY_1000_CTRL, NO_ADV }, |
| 207 | { PHY(1), PHY_SPEC_CTRL, AUTO_MDIX_EN }, |
| 208 | { PHY(1), PHY_CTRL, PHY_100_MBPS | AUTONEG_EN | AUTONEG_RST | |
| 209 | FULL_DUPLEX }, |
| 210 | /* port 2, unused */ |
| 211 | { PORT(2), PORT_CTRL, PORT_DIS }, |
| 212 | { PHY(2), PHY_CTRL, PHY_PWR_DOWN }, |
| 213 | { PHY(2), PHY_SPEC_CTRL, SPEC_PWR_DOWN }, |
| 214 | /* port 3, BP_MII (CPU), PHY mode, 100BASE */ |
| 215 | { PORT(3), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, |
| 216 | /* port 4, ESTAR to slot 11, SerDes, 1000BASE-X */ |
| 217 | { PORT(4), PORT_STATUS, NO_PHY_DETECT }, |
| 218 | { PORT(4), PORT_PHY, SPEED_1000_FOR }, |
| 219 | { PORT(4), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, |
| 220 | /* port 5, ESTAR to slot 13, SerDes, 1000BASE-X */ |
| 221 | { PORT(5), PORT_STATUS, NO_PHY_DETECT }, |
| 222 | { PORT(5), PORT_PHY, SPEED_1000_FOR }, |
| 223 | { PORT(5), PORT_CTRL, FORWARDING | EGRS_FLD_ALL }, |
| 224 | /* |
| 225 | * Errata Fix: 1.9V Output from Internal 1.8V Regulator, |
| 226 | * acc . MV-S300889-00D.pdf , clause 4.5 |
| 227 | */ |
| 228 | { PORT(5), 0x1A, 0xADB1 }, |
| 229 | /* port 6, unused, this port has no phy */ |
| 230 | { PORT(6), PORT_CTRL, PORT_DIS }, |
Holger Brunck | 1ca899c | 2013-05-06 15:02:39 +0200 | [diff] [blame] | 231 | /* |
| 232 | * Errata Fix: 1.9V Output from Internal 1.8V Regulator, |
| 233 | * acc . MV-S300889-00D.pdf , clause 4.5 |
| 234 | */ |
| 235 | { PORT(5), 0x1A, 0xADB1 }, |
Karlheinz Jerg | 5bcd64c | 2013-01-21 03:55:18 +0000 | [diff] [blame] | 236 | }; |
| 237 | #endif |
| 238 | |
Heiko Schocher | f1fef1d | 2010-04-26 13:07:28 +0200 | [diff] [blame] | 239 | int last_stage_init(void) |
| 240 | { |
Karlheinz Jerg | 5bcd64c | 2013-01-21 03:55:18 +0000 | [diff] [blame] | 241 | #if defined(CONFIG_KMVECT1) |
| 242 | struct km_bec_fpga __iomem *base = |
| 243 | (struct km_bec_fpga __iomem *)CONFIG_SYS_KMBEC_FPGA_BASE; |
| 244 | u8 tmp_reg; |
| 245 | |
| 246 | /* Release mv88e6122 from reset */ |
| 247 | tmp_reg = in_8(&base->res1[0]) | 0x10; /* DIRECT3 register */ |
| 248 | out_8(&base->res1[0], tmp_reg); /* GP28 as output */ |
| 249 | tmp_reg = in_8(&base->gprt3) | 0x10; /* GP28 to high */ |
| 250 | out_8(&base->gprt3, tmp_reg); |
| 251 | |
| 252 | /* configure MV88E6122 switch */ |
| 253 | char *name = "UEC2"; |
| 254 | |
| 255 | if (miiphy_set_current_dev(name)) |
| 256 | return 0; |
| 257 | |
| 258 | mv88e_sw_program(name, CONFIG_KM_MVEXTSW_ADDR, extsw_conf, |
| 259 | ARRAY_SIZE(extsw_conf)); |
| 260 | |
| 261 | mv88e_sw_reset(name, CONFIG_KM_MVEXTSW_ADDR); |
| 262 | |
| 263 | if (piggy_present()) { |
| 264 | setenv("ethact", "UEC2"); |
| 265 | setenv("netdev", "eth1"); |
| 266 | puts("using PIGGY for network boot\n"); |
| 267 | } else { |
| 268 | setenv("netdev", "eth0"); |
| 269 | puts("using frontport for network boot\n"); |
| 270 | } |
| 271 | #endif |
| 272 | |
Thomas Herzmann | 13fff22 | 2012-05-04 10:55:57 +0200 | [diff] [blame] | 273 | #if defined(CONFIG_KMCOGE5NE) |
| 274 | struct bfticu_iomap *base = |
| 275 | (struct bfticu_iomap *)CONFIG_SYS_BFTIC3_BASE; |
| 276 | u8 dip_switch = in_8((u8 *)&(base->mswitch)) & BFTICU_DIPSWITCH_MASK; |
| 277 | |
| 278 | if (dip_switch != 0) { |
| 279 | /* start bootloader */ |
| 280 | puts("DIP: Enabled\n"); |
| 281 | setenv("actual_bank", "0"); |
| 282 | } |
| 283 | #endif |
Heiko Schocher | f1fef1d | 2010-04-26 13:07:28 +0200 | [diff] [blame] | 284 | set_km_env(); |
| 285 | return 0; |
| 286 | } |
| 287 | |
Holger Brunck | 283857d | 2013-05-06 15:02:40 +0200 | [diff] [blame] | 288 | static int fixed_sdram(void) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 289 | { |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 290 | immap_t *im = (immap_t *)CONFIG_SYS_IMMR; |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 291 | u32 msize = 0; |
| 292 | u32 ddr_size; |
| 293 | u32 ddr_size_log2; |
| 294 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 295 | out_be32(&im->sysconf.ddrlaw[0].ar, (LAWAR_EN | 0x1e)); |
Christian Herzig | 43afc17 | 2012-03-21 13:42:43 +0100 | [diff] [blame] | 296 | out_be32(&im->ddr.csbnds[0].csbnds, (CONFIG_SYS_DDR_CS0_BNDS) | 0x7f); |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 297 | out_be32(&im->ddr.cs_config[0], CONFIG_SYS_DDR_CS0_CONFIG); |
| 298 | out_be32(&im->ddr.timing_cfg_0, CONFIG_SYS_DDR_TIMING_0); |
| 299 | out_be32(&im->ddr.timing_cfg_1, CONFIG_SYS_DDR_TIMING_1); |
| 300 | out_be32(&im->ddr.timing_cfg_2, CONFIG_SYS_DDR_TIMING_2); |
| 301 | out_be32(&im->ddr.timing_cfg_3, CONFIG_SYS_DDR_TIMING_3); |
| 302 | out_be32(&im->ddr.sdram_cfg, CONFIG_SYS_DDR_SDRAM_CFG); |
| 303 | out_be32(&im->ddr.sdram_cfg2, CONFIG_SYS_DDR_SDRAM_CFG2); |
| 304 | out_be32(&im->ddr.sdram_mode, CONFIG_SYS_DDR_MODE); |
| 305 | out_be32(&im->ddr.sdram_mode2, CONFIG_SYS_DDR_MODE2); |
| 306 | out_be32(&im->ddr.sdram_interval, CONFIG_SYS_DDR_INTERVAL); |
| 307 | out_be32(&im->ddr.sdram_clk_cntl, CONFIG_SYS_DDR_CLK_CNTL); |
| 308 | udelay(200); |
Andreas Huber | 55449a0 | 2011-11-10 15:52:43 +0100 | [diff] [blame] | 309 | setbits_be32(&im->ddr.sdram_cfg, SDRAM_CFG_MEM_EN); |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 310 | |
Heiko Schocher | 118cbe3 | 2009-02-24 11:30:40 +0100 | [diff] [blame] | 311 | msize = CONFIG_SYS_DDR_SIZE << 20; |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 312 | disable_addr_trans(); |
| 313 | msize = get_ram_size(CONFIG_SYS_DDR_BASE, msize); |
| 314 | enable_addr_trans(); |
Heiko Schocher | 118cbe3 | 2009-02-24 11:30:40 +0100 | [diff] [blame] | 315 | msize /= (1024 * 1024); |
| 316 | if (CONFIG_SYS_DDR_SIZE != msize) { |
| 317 | for (ddr_size = msize << 20, ddr_size_log2 = 0; |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 318 | (ddr_size > 1); |
| 319 | ddr_size = ddr_size >> 1, ddr_size_log2++) |
Heiko Schocher | 118cbe3 | 2009-02-24 11:30:40 +0100 | [diff] [blame] | 320 | if (ddr_size & 1) |
| 321 | return -1; |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 322 | out_be32(&im->sysconf.ddrlaw[0].ar, |
| 323 | (LAWAR_EN | ((ddr_size_log2 - 1) & LAWAR_SIZE))); |
| 324 | out_be32(&im->ddr.csbnds[0].csbnds, |
| 325 | (((msize / 16) - 1) & 0xff)); |
Heiko Schocher | 118cbe3 | 2009-02-24 11:30:40 +0100 | [diff] [blame] | 326 | } |
| 327 | |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 328 | return msize; |
| 329 | } |
| 330 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 331 | phys_size_t initdram(int board_type) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 332 | { |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 333 | immap_t *im = (immap_t *)CONFIG_SYS_IMMR; |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 334 | u32 msize = 0; |
| 335 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 336 | if ((in_be32(&im->sysconf.immrbar) & IMMRBAR_BASE_ADDR) != (u32)im) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 337 | return -1; |
| 338 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 339 | out_be32(&im->sysconf.ddrlaw[0].bar, |
| 340 | CONFIG_SYS_DDR_BASE & LAWBAR_BAR); |
| 341 | msize = fixed_sdram(); |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 342 | |
Peter Tyser | 9adda54 | 2009-06-30 17:15:50 -0500 | [diff] [blame] | 343 | #if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 344 | /* |
| 345 | * Initialize DDR ECC byte |
| 346 | */ |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 347 | ddr_enable_ecc(msize * 1024 * 1024); |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 348 | #endif |
| 349 | |
| 350 | /* return total bus SDRAM size(bytes) -- DDR */ |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 351 | return msize * 1024 * 1024; |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 352 | } |
| 353 | |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 354 | int checkboard(void) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 355 | { |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 356 | puts("Board: Keymile " CONFIG_KM_BOARD_NAME); |
| 357 | |
Karlheinz Jerg | 1eb95eb | 2013-01-21 03:55:16 +0000 | [diff] [blame] | 358 | if (piggy_present()) |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 359 | puts(" with PIGGY."); |
| 360 | puts("\n"); |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 361 | return 0; |
| 362 | } |
| 363 | |
Holger Brunck | fc882a3 | 2015-11-17 10:53:29 +0100 | [diff] [blame] | 364 | void ft_board_setup(void *blob, bd_t *bd) |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 365 | { |
Heiko Schocher | 62ddcf0 | 2010-02-18 08:08:25 +0100 | [diff] [blame] | 366 | ft_cpu_setup(blob, bd); |
Simon Glass | e895a4b | 2014-10-23 18:58:47 -0600 | [diff] [blame] | 367 | |
| 368 | return 0; |
Heiko Schocher | de04436 | 2008-11-20 09:57:47 +0100 | [diff] [blame] | 369 | } |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 370 | |
| 371 | #if defined(CONFIG_HUSH_INIT_VAR) |
Heiko Schocher | b11f53f | 2011-03-15 16:52:29 +0100 | [diff] [blame] | 372 | int hush_init_var(void) |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 373 | { |
Valentin Longchamp | f32b3d3 | 2015-02-10 17:10:16 +0100 | [diff] [blame] | 374 | ivm_analyze_eeprom(ivm_content, CONFIG_SYS_IVM_EEPROM_MAX_LEN); |
Heiko Schocher | 19f0e93 | 2009-02-24 11:30:34 +0100 | [diff] [blame] | 375 | return 0; |
| 376 | } |
| 377 | #endif |
Thomas Herzmann | 95209b6 | 2012-05-04 10:55:56 +0200 | [diff] [blame] | 378 | |
| 379 | #if defined(CONFIG_POST) |
| 380 | int post_hotkeys_pressed(void) |
| 381 | { |
| 382 | int testpin = 0; |
| 383 | struct km_bec_fpga *base = |
| 384 | (struct km_bec_fpga *)CONFIG_SYS_KMBEC_FPGA_BASE; |
| 385 | int testpin_reg = in_8(&base->CONFIG_TESTPIN_REG); |
| 386 | testpin = (testpin_reg & CONFIG_TESTPIN_MASK) != 0; |
| 387 | debug("post_hotkeys_pressed: %d\n", !testpin); |
| 388 | return testpin; |
| 389 | } |
| 390 | |
| 391 | ulong post_word_load(void) |
| 392 | { |
| 393 | void* addr = (ulong *) (CPM_POST_WORD_ADDR); |
| 394 | debug("post_word_load 0x%08lX: 0x%08X\n", (ulong)addr, in_le32(addr)); |
| 395 | return in_le32(addr); |
| 396 | |
| 397 | } |
| 398 | void post_word_store(ulong value) |
| 399 | { |
| 400 | void* addr = (ulong *) (CPM_POST_WORD_ADDR); |
| 401 | debug("post_word_store 0x%08lX: 0x%08lX\n", (ulong)addr, value); |
| 402 | out_le32(addr, value); |
| 403 | } |
| 404 | |
| 405 | int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) |
| 406 | { |
| 407 | *vstart = CONFIG_SYS_MEMTEST_START; |
| 408 | *size = CONFIG_SYS_MEMTEST_END - CONFIG_SYS_MEMTEST_START; |
| 409 | debug("arch_memory_test_prepare 0x%08X 0x%08X\n", *vstart, *size); |
| 410 | |
| 411 | return 0; |
| 412 | } |
| 413 | #endif |