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