blob: f5a98b33e7a90490d8c7449167c98bbc40eb98e9 [file] [log] [blame]
Heiko Schocher30de2ed2008-01-11 01:12:08 +01001/*
Heiko Schocher43921062008-10-15 09:34:05 +02002 * (C) Copyright 2007 - 2008
Heiko Schocher30de2ed2008-01-11 01:12:08 +01003 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Heiko Schocher30de2ed2008-01-11 01:12:08 +01006 */
7
8#include <common.h>
9#include <mpc8260.h>
10#include <ioports.h>
Heiko Schocher65138e12008-10-15 09:36:03 +020011#include <malloc.h>
Heiko Schocher012a95f2008-10-17 12:15:55 +020012#include <asm/io.h>
Heiko Schocher30de2ed2008-01-11 01:12:08 +010013
Heiko Schocher30de2ed2008-01-11 01:12:08 +010014#include <libfdt.h>
Heiko Schocher65138e12008-10-15 09:36:03 +020015#include <i2c.h>
Heiko Schocherd19a6ec2008-11-21 08:29:40 +010016#include "../common/common.h"
17
Simon Glass39f90ba2017-03-31 08:40:25 -060018DECLARE_GLOBAL_DATA_PTR;
19
Valentin Longchamp2b47dbe2015-02-10 17:10:17 +010020static uchar ivm_content[CONFIG_SYS_IVM_EEPROM_MAX_LEN];
21
Heiko Schocher30de2ed2008-01-11 01:12:08 +010022/*
23 * I/O Port configuration table
24 *
25 * if conf is 1, then that port pin will be configured at boot time
26 * according to the five values podr/pdir/ppar/psor/pdat for that entry
27 */
28const iop_conf_t iop_conf_tab[4][32] = {
29
Holger Brunck2177c4b2011-04-08 02:47:25 +000030 /* Port A */
31 { /* conf ppar psor pdir podr pdat */
32 { 0, 0, 0, 0, 0, 0 }, /* PA31 */
33 { 0, 0, 0, 0, 0, 0 }, /* PA30 */
34 { 0, 0, 0, 0, 0, 0 }, /* PA29 */
35 { 0, 0, 0, 0, 0, 0 }, /* PA28 */
36 { 0, 0, 0, 0, 0, 0 }, /* PA27 */
37 { 0, 0, 0, 0, 0, 0 }, /* PA26 */
38 { 0, 0, 0, 0, 0, 0 }, /* PA25 */
39 { 0, 0, 0, 0, 0, 0 }, /* PA24 */
40 { 0, 0, 0, 0, 0, 0 }, /* PA23 */
41 { 0, 0, 0, 0, 0, 0 }, /* PA22 */
42 { 0, 0, 0, 0, 0, 0 }, /* PA21 */
43 { 0, 0, 0, 0, 0, 0 }, /* PA20 */
44 { 0, 0, 0, 0, 0, 0 }, /* PA19 */
45 { 0, 0, 0, 0, 0, 0 }, /* PA18 */
46 { 0, 0, 0, 0, 0, 0 }, /* PA17 */
47 { 0, 0, 0, 0, 0, 0 }, /* PA16 */
48 { 0, 0, 0, 0, 0, 0 }, /* PA15 */
49 { 0, 0, 0, 0, 0, 0 }, /* PA14 */
50 { 0, 0, 0, 0, 0, 0 }, /* PA13 */
51 { 0, 0, 0, 0, 0, 0 }, /* PA12 */
52 { 0, 0, 0, 0, 0, 0 }, /* PA11 */
53 { 0, 0, 0, 0, 0, 0 }, /* PA10 */
54 { 1, 1, 0, 1, 0, 0 }, /* PA9 SMC2 TxD */
55 { 1, 1, 0, 0, 0, 0 }, /* PA8 SMC2 RxD */
56 { 0, 0, 0, 0, 0, 0 }, /* PA7 */
57 { 0, 0, 0, 0, 0, 0 }, /* PA6 */
58 { 0, 0, 0, 0, 0, 0 }, /* PA5 */
59 { 0, 0, 0, 0, 0, 0 }, /* PA4 */
60 { 0, 0, 0, 0, 0, 0 }, /* PA3 */
61 { 0, 0, 0, 0, 0, 0 }, /* PA2 */
62 { 0, 0, 0, 0, 0, 0 }, /* PA1 */
63 { 0, 0, 0, 0, 0, 0 } /* PA0 */
64 },
Heiko Schocher30de2ed2008-01-11 01:12:08 +010065
Holger Brunck2177c4b2011-04-08 02:47:25 +000066 /* Port B */
67 { /* conf ppar psor pdir podr pdat */
68 { 0, 0, 0, 0, 0, 0 }, /* PB31 */
69 { 0, 0, 0, 0, 0, 0 }, /* PB30 */
70 { 0, 0, 0, 0, 0, 0 }, /* PB29 */
71 { 0, 0, 0, 0, 0, 0 }, /* PB28 */
72 { 0, 0, 0, 0, 0, 0 }, /* PB27 */
73 { 0, 0, 0, 0, 0, 0 }, /* PB26 */
74 { 0, 0, 0, 0, 0, 0 }, /* PB25 */
75 { 0, 0, 0, 0, 0, 0 }, /* PB24 */
76 { 0, 0, 0, 0, 0, 0 }, /* PB23 */
77 { 0, 0, 0, 0, 0, 0 }, /* PB22 */
78 { 0, 0, 0, 0, 0, 0 }, /* PB21 */
79 { 0, 0, 0, 0, 0, 0 }, /* PB20 */
80 { 0, 0, 0, 0, 0, 0 }, /* PB19 */
81 { 0, 0, 0, 0, 0, 0 }, /* PB18 */
82 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
83 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
84 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
85 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
86 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
87 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
88 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
89 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
90 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
91 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
92 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
93 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
94 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
95 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
96 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
97 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
98 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
99 { 0, 0, 0, 0, 0, 0 } /* non-existent */
100 },
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100101
Holger Brunck2177c4b2011-04-08 02:47:25 +0000102 /* Port C */
103 { /* conf ppar psor pdir podr pdat */
104 { 0, 0, 0, 0, 0, 0 }, /* PC31 */
105 { 0, 0, 0, 0, 0, 0 }, /* PC30 */
106 { 0, 0, 0, 0, 0, 0 }, /* PC29 */
107 { 0, 0, 0, 0, 0, 0 }, /* PC28 */
108 { 0, 0, 0, 0, 0, 0 }, /* PC27 */
109 { 0, 0, 0, 0, 0, 0 }, /* PC26 */
110 { 1, 1, 0, 0, 0, 0 }, /* PC25 RxClk */
111 { 1, 1, 0, 0, 0, 0 }, /* PC24 TxClk */
112 { 0, 0, 0, 0, 0, 0 }, /* PC23 */
113 { 0, 0, 0, 0, 0, 0 }, /* PC22 */
114 { 0, 0, 0, 0, 0, 0 }, /* PC21 */
115 { 0, 0, 0, 0, 0, 0 }, /* PC20 */
116 { 0, 0, 0, 0, 0, 0 }, /* PC19 */
117 { 0, 0, 0, 0, 0, 0 }, /* PC18 */
118 { 0, 0, 0, 0, 0, 0 }, /* PC17 */
119 { 0, 0, 0, 0, 0, 0 }, /* PC16 */
120 { 0, 0, 0, 0, 0, 0 }, /* PC15 */
121 { 0, 0, 0, 0, 0, 0 }, /* PC14 */
122 { 0, 0, 0, 0, 0, 0 }, /* PC13 */
123 { 0, 0, 0, 0, 0, 0 }, /* PC12 */
124 { 0, 0, 0, 0, 0, 0 }, /* PC11 */
125 { 0, 0, 0, 0, 0, 0 }, /* PC10 */
126 { 1, 1, 0, 0, 0, 0 }, /* PC9 SCC4: CTS */
127 { 1, 1, 0, 0, 0, 0 }, /* PC8 SCC4: CD */
128 { 0, 0, 0, 0, 0, 0 }, /* PC7 */
129 { 0, 0, 0, 0, 0, 0 }, /* PC6 */
130 { 0, 0, 0, 0, 0, 0 }, /* PC5 */
131 { 0, 0, 0, 0, 0, 0 }, /* PC4 */
132 { 0, 0, 0, 0, 0, 0 }, /* PC3 */
133 { 0, 0, 0, 0, 0, 0 }, /* PC2 */
134 { 0, 0, 0, 0, 0, 0 }, /* PC1 */
135 { 0, 0, 0, 0, 0, 0 }, /* PC0 */
136 },
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100137
Holger Brunck2177c4b2011-04-08 02:47:25 +0000138 /* Port D */
139 { /* conf ppar psor pdir podr pdat */
140 { 0, 0, 0, 0, 0, 0 }, /* PD31 */
141 { 0, 0, 0, 0, 0, 0 }, /* PD30 */
142 { 0, 0, 0, 0, 0, 0 }, /* PD29 */
143 { 0, 0, 0, 0, 0, 0 }, /* PD28 */
144 { 0, 0, 0, 0, 0, 0 }, /* PD27 */
145 { 0, 0, 0, 0, 0, 0 }, /* PD26 */
146 { 0, 0, 0, 0, 0, 0 }, /* PD25 */
147 { 0, 0, 0, 0, 0, 0 }, /* PD24 */
148 { 0, 0, 0, 0, 0, 0 }, /* PD23 */
149 { 1, 1, 0, 0, 0, 0 }, /* PD22 SCC4: RXD */
150 { 1, 1, 0, 1, 0, 0 }, /* PD21 SCC4: TXD */
151 { 1, 1, 0, 1, 0, 0 }, /* PD20 SCC4: RTS */
152 { 0, 0, 0, 0, 0, 0 }, /* PD19 */
153 { 0, 0, 0, 0, 0, 0 }, /* PD18 */
154 { 0, 0, 0, 0, 0, 0 }, /* PD17 */
155 { 0, 0, 0, 0, 0, 0 }, /* PD16 */
Holger Brunck2177c4b2011-04-08 02:47:25 +0000156 { 1, 0, 0, 0, 1, 1 }, /* PD15 */
157 { 1, 0, 0, 1, 1, 1 }, /* PD14 */
Holger Brunck2177c4b2011-04-08 02:47:25 +0000158 { 0, 0, 0, 0, 0, 0 }, /* PD13 */
159 { 0, 0, 0, 0, 0, 0 }, /* PD12 */
160 { 0, 0, 0, 0, 0, 0 }, /* PD11 */
161 { 0, 0, 0, 0, 0, 0 }, /* PD10 */
162 { 0, 0, 0, 0, 0, 0 }, /* PD9 */
163 { 0, 0, 0, 0, 0, 0 }, /* PD8 */
164 { 0, 0, 0, 0, 0, 0 }, /* PD7 */
165 { 0, 0, 0, 0, 0, 0 }, /* PD6 */
166 { 0, 0, 0, 0, 0, 0 }, /* PD5 */
167 { 0, 0, 0, 0, 0, 0 }, /* PD4 */
168 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
169 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
170 { 0, 0, 0, 0, 0, 0 }, /* non-existent */
171 { 0, 0, 0, 0, 0, 0 } /* non-existent */
172 }
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100173};
174
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100175/*
176 * Try SDRAM initialization with P/LSDMR=sdmr and ORx=orx
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100177 *
178 * This routine performs standard 8260 initialization sequence
179 * and calculates the available memory size. It may be called
180 * several times to try different SDRAM configurations on both
181 * 60x and local buses.
182 */
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100183static long int try_init(memctl8260_t *memctl, ulong sdmr,
184 ulong orx, uchar *base)
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100185{
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100186 uchar c = 0xff;
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100187 ulong maxsize, size;
188 int i;
189
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100190 /*
191 * We must be able to test a location outsize the maximum legal size
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100192 * to find out THAT we are outside; but this address still has to be
193 * mapped by the controller. That means, that the initial mapping has
194 * to be (at least) twice as large as the maximum expected size.
195 */
196 maxsize = (1 + (~orx | 0x7fff))/* / 2*/;
197
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100198 out_be32(&memctl->memc_or1, orx);
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100199
200 /*
201 * Quote from 8260 UM (10.4.2 SDRAM Power-On Initialization, 10-35):
202 *
203 * "At system reset, initialization software must set up the
204 * programmable parameters in the memory controller banks registers
205 * (ORx, BRx, P/LSDMR). After all memory parameters are configured,
206 * system software should execute the following initialization sequence
207 * for each SDRAM device.
208 *
209 * 1. Issue a PRECHARGE-ALL-BANKS command
210 * 2. Issue eight CBR REFRESH commands
211 * 3. Issue a MODE-SET command to initialize the mode register
212 *
213 * The initial commands are executed by setting P/LSDMR[OP] and
214 * accessing the SDRAM with a single-byte transaction."
215 *
216 * The appropriate BRx/ORx registers have already been set when we
Holger Brunck2177c4b2011-04-08 02:47:25 +0000217 * get here. The SDRAM can be accessed at the address
218 * CONFIG_SYS_SDRAM_BASE.
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100219 */
220
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100221 out_be32(&memctl->memc_psdmr, sdmr | PSDMR_OP_PREA);
222 out_8(base, c);
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100223
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100224 out_be32(&memctl->memc_psdmr, sdmr | PSDMR_OP_CBRR);
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100225 for (i = 0; i < 8; i++)
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100226 out_8(base, c);
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100227
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100228 out_be32(&memctl->memc_psdmr, sdmr | PSDMR_OP_MRW);
229 /* setting MR on address lines */
230 out_8((uchar *)(base + CONFIG_SYS_MRS_OFFS), c);
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100231
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100232 out_be32(&memctl->memc_psdmr, sdmr | PSDMR_OP_NORM | PSDMR_RFEN);
233 out_8(base, c);
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100234
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100235 size = get_ram_size((long *)base, maxsize);
236 out_be32(&memctl->memc_or1, orx | ~(size - 1));
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100237
Holger Brunck2177c4b2011-04-08 02:47:25 +0000238 return size;
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100239}
240
Gerlando Falauto109ef482012-07-27 05:16:38 +0000241#ifdef CONFIG_SYS_SDRAM_LIST
242
243/*
244 * If CONFIG_SYS_SDRAM_LIST is defined, we cycle through all SDRAM
245 * configurations therein (should be from high to lower) to find the
246 * one actually matching the current configuration.
247 * CONFIG_SYS_PSDMR and CONFIG_SYS_OR1 will contain the base values which are
248 * common among all possible configurations; values in CONFIG_SYS_SDRAM_LIST
249 * (defined as the initialization value for the array of struct sdram_conf_s)
250 * will then be ORed with such base values.
251 */
252
253struct sdram_conf_s {
254 ulong size;
255 int or1;
256 int psdmr;
257};
258
259static struct sdram_conf_s sdram_conf[] = CONFIG_SYS_SDRAM_LIST;
260
261static long probe_sdram(memctl8260_t *memctl)
262{
263 int n = 0;
264 long psize = 0;
265
266 for (n = 0; n < ARRAY_SIZE(sdram_conf); psize = 0, n++) {
267 psize = try_init(memctl,
268 CONFIG_SYS_PSDMR | sdram_conf[n].psdmr,
269 CONFIG_SYS_OR1 | sdram_conf[n].or1,
270 (uchar *) CONFIG_SYS_SDRAM_BASE);
271 debug("Probing %ld bytes returned %ld\n",
272 sdram_conf[n].size, psize);
273 if (psize == sdram_conf[n].size)
274 break;
275 }
276 return psize;
277}
278
279#else /* CONFIG_SYS_SDRAM_LIST */
280
281static long probe_sdram(memctl8260_t *memctl)
282{
283 return try_init(memctl, CONFIG_SYS_PSDMR, CONFIG_SYS_OR1,
284 (uchar *) CONFIG_SYS_SDRAM_BASE);
285}
286#endif /* CONFIG_SYS_SDRAM_LIST */
287
288
Simon Glassd35f3382017-04-06 12:47:05 -0600289int dram_init(void)
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100290{
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100291 immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
292 memctl8260_t *memctl = &immap->im_memctl;
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100293
294 long psize;
295
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100296 out_8(&memctl->memc_psrt, CONFIG_SYS_PSRT);
297 out_be16(&memctl->memc_mptpr, CONFIG_SYS_MPTPR);
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100298
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100299 /* 60x SDRAM setup:
300 */
Gerlando Falauto109ef482012-07-27 05:16:38 +0000301 psize = probe_sdram(memctl);
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100302
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100303 icache_enable();
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100304
Simon Glass39f90ba2017-03-31 08:40:25 -0600305 gd->ram_size = psize;
306
307 return 0;
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100308}
309
310int checkboard(void)
311{
Heiko Schocheradb2d0e2011-02-22 08:58:19 +0100312#if defined(CONFIG_MGCOGE)
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100313 puts("Board: Keymile mgcoge");
Heiko Schocheradb2d0e2011-02-22 08:58:19 +0100314#else
Holger Brunck74e06512011-05-02 22:56:55 +0000315 puts("Board: Keymile mgcoge3ne");
Heiko Schocheradb2d0e2011-02-22 08:58:19 +0100316#endif
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100317 if (ethernet_present())
318 puts(" with PIGGY.");
319 puts("\n");
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100320 return 0;
321}
322
Andreas Huberbdf1c5d2011-01-25 11:26:15 +0100323int last_stage_init(void)
324{
Huber, Andreas49adfa82011-05-02 22:56:54 +0000325 struct bfticu_iomap *base =
326 (struct bfticu_iomap *)CONFIG_SYS_FPGA_BASE;
Andreas Huberbdf1c5d2011-01-25 11:26:15 +0100327 u8 dip_switch;
Huber, Andreas49adfa82011-05-02 22:56:54 +0000328
329 dip_switch = in_8(&base->mswitch);
330 dip_switch &= BFTICU_DIPSWITCH_MASK;
Bagavathiannan Palanisamyc8b0ab62015-11-17 10:53:34 +0100331 /* dip switch 'full reset' or 'db erase' or 'Local mgmt IP' or any */
332 if (dip_switch != 0) {
Andreas Huberbdf1c5d2011-01-25 11:26:15 +0100333 /* start bootloader */
334 puts("DIP: Enabled\n");
335 setenv("actual_bank", "0");
336 }
Heiko Schochercfc58042010-04-26 13:07:28 +0200337 set_km_env();
Andreas Huberbdf1c5d2011-01-25 11:26:15 +0100338 return 0;
339}
340
Holger Brunck74e06512011-05-02 22:56:55 +0000341#ifdef CONFIG_MGCOGE3NE
Holger Bruncke17fd682015-11-17 10:53:25 +0100342static void set_pin(int state, unsigned long mask, int port);
Holger Brunck14b39b82011-06-05 22:22:20 +0000343
Holger Brunck74e06512011-05-02 22:56:55 +0000344/*
345 * For mgcoge3ne boards, the mgcoge3un control is controlled from
346 * a GPIO line on the PPC CPU. If bobcatreset is set the line
347 * will toggle once what forces the mgocge3un part to restart
348 * immediately.
349 */
Holger Brunck4d090c62013-01-18 00:28:16 +0000350static void handle_mgcoge3un_reset(void)
Holger Brunck74e06512011-05-02 22:56:55 +0000351{
352 char *bobcatreset = getenv("bobcatreset");
353 if (bobcatreset) {
354 if (strcmp(bobcatreset, "true") == 0) {
355 puts("Forcing bobcat reset\n");
Holger Bruncke17fd682015-11-17 10:53:25 +0100356 set_pin(0, 0x00000004, 3); /* clear PD29 (reset arm) */
Holger Brunck74e06512011-05-02 22:56:55 +0000357 udelay(1000);
Holger Bruncke17fd682015-11-17 10:53:25 +0100358 set_pin(1, 0x00000004, 3);
Holger Brunck74e06512011-05-02 22:56:55 +0000359 } else
Holger Bruncke17fd682015-11-17 10:53:25 +0100360 set_pin(1, 0x00000004, 3); /* don't reset arm */
Holger Brunck74e06512011-05-02 22:56:55 +0000361 }
362}
363#endif
364
Karlheinz Jerg2321fe22013-01-21 03:55:16 +0000365int ethernet_present(void)
366{
367 struct km_bec_fpga *base =
368 (struct km_bec_fpga *)CONFIG_SYS_KMBEC_FPGA_BASE;
369
370 return in_8(&base->bprth) & PIGGY_PRESENT;
371}
372
Heiko Schochera83cbee2008-03-07 08:13:41 +0100373/*
374 * Early board initalization.
375 */
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100376int board_early_init_r(void)
Heiko Schochera83cbee2008-03-07 08:13:41 +0100377{
Heiko Schocher3a8dd212011-03-08 10:47:39 +0100378 struct km_bec_fpga *base =
379 (struct km_bec_fpga *)CONFIG_SYS_KMBEC_FPGA_BASE;
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100380
Heiko Schochera83cbee2008-03-07 08:13:41 +0100381 /* setup the UPIOx */
Heiko Schocher2f6ea292010-01-07 08:55:50 +0100382 /* General Unit Reset disabled, Flash Bank enabled, UnitLed on */
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100383 out_8(&base->oprth, (WRG_RESET | H_OPORTS_14 | WRG_LED));
Heiko Schocher2f6ea292010-01-07 08:55:50 +0100384 /* SCC4 enable, halfduplex, FCC1 powerdown */
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100385 out_8(&base->oprtl, (H_OPORTS_SCC4_ENA | H_OPORTS_SCC4_FD_ENA |
386 H_OPORTS_FCC1_PW_DWN));
387
Holger Brunck74e06512011-05-02 22:56:55 +0000388#ifdef CONFIG_MGCOGE3NE
389 handle_mgcoge3un_reset();
390#endif
Heiko Schochera83cbee2008-03-07 08:13:41 +0100391 return 0;
392}
393
Valentin Longchamp2b47dbe2015-02-10 17:10:17 +0100394int misc_init_r(void)
395{
Valentin Longchamp876f7a92015-02-10 17:10:18 +0100396 ivm_read_eeprom(ivm_content, CONFIG_SYS_IVM_EEPROM_MAX_LEN);
Valentin Longchamp2b47dbe2015-02-10 17:10:17 +0100397 return 0;
398}
399
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100400int hush_init_var(void)
Heiko Schochere5b6c2e2008-10-15 09:41:00 +0200401{
Valentin Longchamp2b47dbe2015-02-10 17:10:17 +0100402 ivm_analyze_eeprom(ivm_content, CONFIG_SYS_IVM_EEPROM_MAX_LEN);
Heiko Schochere5b6c2e2008-10-15 09:41:00 +0200403 return 0;
404}
405
Holger Brunck14b39b82011-06-05 22:22:20 +0000406#define SDA_MASK 0x00010000
407#define SCL_MASK 0x00020000
408
Holger Bruncke17fd682015-11-17 10:53:25 +0100409static void set_pin(int state, unsigned long mask, int port)
Holger Brunck14b39b82011-06-05 22:22:20 +0000410{
Holger Bruncke17fd682015-11-17 10:53:25 +0100411 ioport_t *iop = ioport_addr((immap_t *)CONFIG_SYS_IMMR, port);
Holger Brunck14b39b82011-06-05 22:22:20 +0000412
413 if (state)
414 setbits_be32(&iop->pdat, mask);
415 else
416 clrbits_be32(&iop->pdat, mask);
417
418 setbits_be32(&iop->pdir, mask);
419}
420
Holger Bruncke17fd682015-11-17 10:53:25 +0100421static int get_pin(unsigned long mask, int port)
Holger Brunck14b39b82011-06-05 22:22:20 +0000422{
Holger Bruncke17fd682015-11-17 10:53:25 +0100423 ioport_t *iop = ioport_addr((immap_t *)CONFIG_SYS_IMMR, port);
Holger Brunck14b39b82011-06-05 22:22:20 +0000424
425 clrbits_be32(&iop->pdir, mask);
426 return 0 != (in_be32(&iop->pdat) & mask);
427}
428
429void set_sda(int state)
430{
Holger Bruncke17fd682015-11-17 10:53:25 +0100431 set_pin(state, SDA_MASK, 3);
Holger Brunck14b39b82011-06-05 22:22:20 +0000432}
433
434void set_scl(int state)
435{
Holger Bruncke17fd682015-11-17 10:53:25 +0100436 set_pin(state, SCL_MASK, 3);
Holger Brunck14b39b82011-06-05 22:22:20 +0000437}
438
439int get_sda(void)
440{
Holger Bruncke17fd682015-11-17 10:53:25 +0100441 return get_pin(SDA_MASK, 3);
Holger Brunck14b39b82011-06-05 22:22:20 +0000442}
443
444int get_scl(void)
445{
Holger Bruncke17fd682015-11-17 10:53:25 +0100446 return get_pin(SCL_MASK, 3);
Holger Brunck14b39b82011-06-05 22:22:20 +0000447}
448
Valentin Longchamp846a57a2015-11-17 10:53:38 +0100449int ft_board_setup(void *blob, bd_t *bd)
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100450{
Heiko Schocher8ce3dd52011-03-15 16:52:29 +0100451 ft_cpu_setup(blob, bd);
Simon Glass2aec3cc2014-10-23 18:58:47 -0600452
453 return 0;
Heiko Schocher30de2ed2008-01-11 01:12:08 +0100454}
Holger Bruncke2d22392015-11-17 10:53:26 +0100455
456#if defined(CONFIG_MGCOGE3NE)
457int get_testpin(void)
458{
459 /* Testpin is Port C pin 29 - enable = low */
460 int testpin = !get_pin(0x00000004, 2);
461 return testpin;
462}
463#endif