]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/tqc/tqm8xx/tqm8xx.c
board_f: Drop return value from initdram()
[people/ms/u-boot.git] / board / tqc / tqm8xx / tqm8xx.c
1 /*
2 * (C) Copyright 2000-2008
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #include <common.h>
9 #include <hwconfig.h>
10 #include <mpc8xx.h>
11 #ifdef CONFIG_PS2MULT
12 #include <ps2mult.h>
13 #endif
14
15 #if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT)
16 #include <libfdt.h>
17 #endif
18
19 extern flash_info_t flash_info[]; /* FLASH chips info */
20
21 DECLARE_GLOBAL_DATA_PTR;
22
23 static long int dram_size (long int, long int *, long int);
24
25 #define _NOT_USED_ 0xFFFFFFFF
26
27 /* UPM initialization table for SDRAM: 40, 50, 66 MHz CLKOUT @ CAS latency 2, tWR=2 */
28 const uint sdram_table[] =
29 {
30 /*
31 * Single Read. (Offset 0 in UPMA RAM)
32 */
33 0x1F0DFC04, 0xEEAFBC04, 0x11AF7C04, 0xEFBAFC00,
34 0x1FF5FC47, /* last */
35 /*
36 * SDRAM Initialization (offset 5 in UPMA RAM)
37 *
38 * This is no UPM entry point. The following definition uses
39 * the remaining space to establish an initialization
40 * sequence, which is executed by a RUN command.
41 *
42 */
43 0x1FF5FC34, 0xEFEABC34, 0x1FB57C35, /* last */
44 /*
45 * Burst Read. (Offset 8 in UPMA RAM)
46 */
47 0x1F0DFC04, 0xEEAFBC04, 0x10AF7C04, 0xF0AFFC00,
48 0xF0AFFC00, 0xF1AFFC00, 0xEFBAFC00, 0x1FF5FC47, /* last */
49 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
50 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
51 /*
52 * Single Write. (Offset 18 in UPMA RAM)
53 */
54 0x1F0DFC04, 0xEEABBC00, 0x11B77C04, 0xEFFAFC44,
55 0x1FF5FC47, /* last */
56 _NOT_USED_, _NOT_USED_, _NOT_USED_,
57 /*
58 * Burst Write. (Offset 20 in UPMA RAM)
59 */
60 0x1F0DFC04, 0xEEABBC00, 0x10A77C00, 0xF0AFFC00,
61 0xF0AFFC00, 0xF0AFFC04, 0xE1BAFC44, 0x1FF5FC47, /* last */
62 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
63 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
64 /*
65 * Refresh (Offset 30 in UPMA RAM)
66 */
67 0x1FFD7C84, 0xFFFFFC04, 0xFFFFFC04, 0xFFFFFC04,
68 0xFFFFFC84, 0xFFFFFC07, /* last */
69 _NOT_USED_, _NOT_USED_,
70 _NOT_USED_, _NOT_USED_, _NOT_USED_, _NOT_USED_,
71 /*
72 * Exception. (Offset 3c in UPMA RAM)
73 */
74 0xFFFFFC07, /* last */
75 _NOT_USED_, _NOT_USED_, _NOT_USED_,
76 };
77
78 /* ------------------------------------------------------------------------- */
79
80
81 /*
82 * Check Board Identity:
83 *
84 * Test TQ ID string (TQM8xx...)
85 * If present, check for "L" type (no second DRAM bank),
86 * otherwise "L" type is assumed as default.
87 *
88 * Set board_type to 'L' for "L" type, 'M' for "M" type, 0 else.
89 */
90
91 int checkboard (void)
92 {
93 char buf[64];
94 int i;
95 int l = getenv_f("serial#", buf, sizeof(buf));
96
97 puts ("Board: ");
98
99 if (l < 0 || strncmp(buf, "TQM8", 4)) {
100 puts ("### No HW ID - assuming TQM8xxL\n");
101 return (0);
102 }
103
104 if ((buf[6] == 'L')) { /* a TQM8xxL type */
105 gd->board_type = 'L';
106 }
107
108 if ((buf[6] == 'M')) { /* a TQM8xxM type */
109 gd->board_type = 'M';
110 }
111
112 if ((buf[6] == 'D')) { /* a TQM885D type */
113 gd->board_type = 'D';
114 }
115
116 for (i = 0; i < l; ++i) {
117 if (buf[i] == ' ')
118 break;
119 putc (buf[i]);
120 }
121
122 putc ('\n');
123
124 return (0);
125 }
126
127 /* ------------------------------------------------------------------------- */
128
129 int initdram(void)
130 {
131 volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
132 volatile memctl8xx_t *memctl = &immap->im_memctl;
133 long int size8, size9, size10;
134 long int size_b0 = 0;
135 long int size_b1 = 0;
136 int board_type = gd->board_type;
137
138 upmconfig (UPMA, (uint *) sdram_table,
139 sizeof (sdram_table) / sizeof (uint));
140
141 /*
142 * Preliminary prescaler for refresh (depends on number of
143 * banks): This value is selected for four cycles every 62.4 us
144 * with two SDRAM banks or four cycles every 31.2 us with one
145 * bank. It will be adjusted after memory sizing.
146 */
147 memctl->memc_mptpr = CONFIG_SYS_MPTPR_2BK_8K;
148
149 /*
150 * The following value is used as an address (i.e. opcode) for
151 * the LOAD MODE REGISTER COMMAND during SDRAM initialisation. If
152 * the port size is 32bit the SDRAM does NOT "see" the lower two
153 * address lines, i.e. mar=0x00000088 -> opcode=0x00000022 for
154 * MICRON SDRAMs:
155 * -> 0 00 010 0 010
156 * | | | | +- Burst Length = 4
157 * | | | +----- Burst Type = Sequential
158 * | | +------- CAS Latency = 2
159 * | +----------- Operating Mode = Standard
160 * +-------------- Write Burst Mode = Programmed Burst Length
161 */
162 memctl->memc_mar = 0x00000088;
163
164 /*
165 * Map controller banks 2 and 3 to the SDRAM banks 2 and 3 at
166 * preliminary addresses - these have to be modified after the
167 * SDRAM size has been determined.
168 */
169 memctl->memc_or2 = CONFIG_SYS_OR2_PRELIM;
170 memctl->memc_br2 = CONFIG_SYS_BR2_PRELIM;
171
172 #ifndef CONFIG_CAN_DRIVER
173 if ((board_type != 'L') &&
174 (board_type != 'M') &&
175 (board_type != 'D') ) { /* only one SDRAM bank on L, M and D modules */
176 memctl->memc_or3 = CONFIG_SYS_OR3_PRELIM;
177 memctl->memc_br3 = CONFIG_SYS_BR3_PRELIM;
178 }
179 #endif /* CONFIG_CAN_DRIVER */
180
181 memctl->memc_mamr = CONFIG_SYS_MAMR_8COL & (~(MAMR_PTAE)); /* no refresh yet */
182
183 udelay (200);
184
185 /* perform SDRAM initializsation sequence */
186
187 memctl->memc_mcr = 0x80004105; /* SDRAM bank 0 */
188 udelay (1);
189 memctl->memc_mcr = 0x80004230; /* SDRAM bank 0 - execute twice */
190 udelay (1);
191
192 #ifndef CONFIG_CAN_DRIVER
193 if ((board_type != 'L') &&
194 (board_type != 'M') &&
195 (board_type != 'D') ) { /* only one SDRAM bank on L, M and D modules */
196 memctl->memc_mcr = 0x80006105; /* SDRAM bank 1 */
197 udelay (1);
198 memctl->memc_mcr = 0x80006230; /* SDRAM bank 1 - execute twice */
199 udelay (1);
200 }
201 #endif /* CONFIG_CAN_DRIVER */
202
203 memctl->memc_mamr |= MAMR_PTAE; /* enable refresh */
204
205 udelay (1000);
206
207 /*
208 * Check Bank 0 Memory Size for re-configuration
209 *
210 * try 8 column mode
211 */
212 size8 = dram_size (CONFIG_SYS_MAMR_8COL, SDRAM_BASE2_PRELIM, SDRAM_MAX_SIZE);
213 debug ("SDRAM Bank 0 in 8 column mode: %ld MB\n", size8 >> 20);
214
215 udelay (1000);
216
217 /*
218 * try 9 column mode
219 */
220 size9 = dram_size (CONFIG_SYS_MAMR_9COL, SDRAM_BASE2_PRELIM, SDRAM_MAX_SIZE);
221 debug ("SDRAM Bank 0 in 9 column mode: %ld MB\n", size9 >> 20);
222
223 udelay(1000);
224
225 #if defined(CONFIG_SYS_MAMR_10COL)
226 /*
227 * try 10 column mode
228 */
229 size10 = dram_size (CONFIG_SYS_MAMR_10COL, SDRAM_BASE2_PRELIM, SDRAM_MAX_SIZE);
230 debug ("SDRAM Bank 0 in 10 column mode: %ld MB\n", size10 >> 20);
231 #else
232 size10 = 0;
233 #endif /* CONFIG_SYS_MAMR_10COL */
234
235 if ((size8 < size10) && (size9 < size10)) {
236 size_b0 = size10;
237 } else if ((size8 < size9) && (size10 < size9)) {
238 size_b0 = size9;
239 memctl->memc_mamr = CONFIG_SYS_MAMR_9COL;
240 udelay (500);
241 } else {
242 size_b0 = size8;
243 memctl->memc_mamr = CONFIG_SYS_MAMR_8COL;
244 udelay (500);
245 }
246 debug ("SDRAM Bank 0: %ld MB\n", size_b0 >> 20);
247
248 #ifndef CONFIG_CAN_DRIVER
249 if ((board_type != 'L') &&
250 (board_type != 'M') &&
251 (board_type != 'D') ) { /* only one SDRAM bank on L, M and D modules */
252 /*
253 * Check Bank 1 Memory Size
254 * use current column settings
255 * [9 column SDRAM may also be used in 8 column mode,
256 * but then only half the real size will be used.]
257 */
258 size_b1 = dram_size (memctl->memc_mamr, (long int *)SDRAM_BASE3_PRELIM,
259 SDRAM_MAX_SIZE);
260 debug ("SDRAM Bank 1: %ld MB\n", size_b1 >> 20);
261 } else {
262 size_b1 = 0;
263 }
264 #endif /* CONFIG_CAN_DRIVER */
265
266 udelay (1000);
267
268 /*
269 * Adjust refresh rate depending on SDRAM type, both banks
270 * For types > 128 MBit leave it at the current (fast) rate
271 */
272 if ((size_b0 < 0x02000000) && (size_b1 < 0x02000000)) {
273 /* reduce to 15.6 us (62.4 us / quad) */
274 memctl->memc_mptpr = CONFIG_SYS_MPTPR_2BK_4K;
275 udelay (1000);
276 }
277
278 /*
279 * Final mapping: map bigger bank first
280 */
281 if (size_b1 > size_b0) { /* SDRAM Bank 1 is bigger - map first */
282
283 memctl->memc_or3 = ((-size_b1) & 0xFFFF0000) | CONFIG_SYS_OR_TIMING_SDRAM;
284 memctl->memc_br3 = (CONFIG_SYS_SDRAM_BASE & BR_BA_MSK) | BR_MS_UPMA | BR_V;
285
286 if (size_b0 > 0) {
287 /*
288 * Position Bank 0 immediately above Bank 1
289 */
290 memctl->memc_or2 = ((-size_b0) & 0xFFFF0000) | CONFIG_SYS_OR_TIMING_SDRAM;
291 memctl->memc_br2 = ((CONFIG_SYS_SDRAM_BASE & BR_BA_MSK) | BR_MS_UPMA | BR_V)
292 + size_b1;
293 } else {
294 unsigned long reg;
295
296 /*
297 * No bank 0
298 *
299 * invalidate bank
300 */
301 memctl->memc_br2 = 0;
302
303 /* adjust refresh rate depending on SDRAM type, one bank */
304 reg = memctl->memc_mptpr;
305 reg >>= 1; /* reduce to CONFIG_SYS_MPTPR_1BK_8K / _4K */
306 memctl->memc_mptpr = reg;
307 }
308
309 } else { /* SDRAM Bank 0 is bigger - map first */
310
311 memctl->memc_or2 = ((-size_b0) & 0xFFFF0000) | CONFIG_SYS_OR_TIMING_SDRAM;
312 memctl->memc_br2 =
313 (CONFIG_SYS_SDRAM_BASE & BR_BA_MSK) | BR_MS_UPMA | BR_V;
314
315 if (size_b1 > 0) {
316 /*
317 * Position Bank 1 immediately above Bank 0
318 */
319 memctl->memc_or3 =
320 ((-size_b1) & 0xFFFF0000) | CONFIG_SYS_OR_TIMING_SDRAM;
321 memctl->memc_br3 =
322 ((CONFIG_SYS_SDRAM_BASE & BR_BA_MSK) | BR_MS_UPMA | BR_V)
323 + size_b0;
324 } else {
325 unsigned long reg;
326
327 #ifndef CONFIG_CAN_DRIVER
328 /*
329 * No bank 1
330 *
331 * invalidate bank
332 */
333 memctl->memc_br3 = 0;
334 #endif /* CONFIG_CAN_DRIVER */
335
336 /* adjust refresh rate depending on SDRAM type, one bank */
337 reg = memctl->memc_mptpr;
338 reg >>= 1; /* reduce to CONFIG_SYS_MPTPR_1BK_8K / _4K */
339 memctl->memc_mptpr = reg;
340 }
341 }
342
343 udelay (10000);
344
345 #ifdef CONFIG_CAN_DRIVER
346 /* UPM initialization for CAN @ CLKOUT <= 66 MHz */
347
348 /* Initialize OR3 / BR3 */
349 memctl->memc_or3 = CONFIG_SYS_OR3_CAN;
350 memctl->memc_br3 = CONFIG_SYS_BR3_CAN;
351
352 /* Initialize MBMR */
353 memctl->memc_mbmr = MBMR_GPL_B4DIS; /* GPL_B4 ouput line Disable */
354
355 /* Initialize UPMB for CAN: single read */
356 memctl->memc_mdr = 0xFFFFCC04;
357 memctl->memc_mcr = 0x0100 | UPMB;
358
359 memctl->memc_mdr = 0x0FFFD004;
360 memctl->memc_mcr = 0x0101 | UPMB;
361
362 memctl->memc_mdr = 0x0FFFC000;
363 memctl->memc_mcr = 0x0102 | UPMB;
364
365 memctl->memc_mdr = 0x3FFFC004;
366 memctl->memc_mcr = 0x0103 | UPMB;
367
368 memctl->memc_mdr = 0xFFFFDC07;
369 memctl->memc_mcr = 0x0104 | UPMB;
370
371 /* Initialize UPMB for CAN: single write */
372 memctl->memc_mdr = 0xFFFCCC04;
373 memctl->memc_mcr = 0x0118 | UPMB;
374
375 memctl->memc_mdr = 0xCFFCDC04;
376 memctl->memc_mcr = 0x0119 | UPMB;
377
378 memctl->memc_mdr = 0x3FFCC000;
379 memctl->memc_mcr = 0x011A | UPMB;
380
381 memctl->memc_mdr = 0xFFFCC004;
382 memctl->memc_mcr = 0x011B | UPMB;
383
384 memctl->memc_mdr = 0xFFFDC405;
385 memctl->memc_mcr = 0x011C | UPMB;
386 #endif /* CONFIG_CAN_DRIVER */
387
388 #ifdef CONFIG_ISP1362_USB
389 /* Initialize OR5 / BR5 */
390 memctl->memc_or5 = CONFIG_SYS_OR5_ISP1362;
391 memctl->memc_br5 = CONFIG_SYS_BR5_ISP1362;
392 #endif /* CONFIG_ISP1362_USB */
393 gd->ram_size = size_b0 + size_b1;
394
395 return 0;
396 }
397
398 /* ------------------------------------------------------------------------- */
399
400 /*
401 * Check memory range for valid RAM. A simple memory test determines
402 * the actually available RAM size between addresses `base' and
403 * `base + maxsize'. Some (not all) hardware errors are detected:
404 * - short between address lines
405 * - short between data lines
406 */
407
408 static long int dram_size (long int mamr_value, long int *base, long int maxsize)
409 {
410 volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
411 volatile memctl8xx_t *memctl = &immap->im_memctl;
412
413 memctl->memc_mamr = mamr_value;
414
415 return (get_ram_size(base, maxsize));
416 }
417
418 /* ------------------------------------------------------------------------- */
419
420 #ifdef CONFIG_MISC_INIT_R
421 extern void load_sernum_ethaddr(void);
422 int misc_init_r (void)
423 {
424 volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
425 volatile memctl8xx_t *memctl = &immap->im_memctl;
426
427 load_sernum_ethaddr();
428
429 #ifdef CONFIG_SYS_OR_TIMING_FLASH_AT_50MHZ
430 int scy, trlx, flash_or_timing, clk_diff;
431
432 scy = (CONFIG_SYS_OR_TIMING_FLASH_AT_50MHZ & OR_SCY_MSK) >> 4;
433 if (CONFIG_SYS_OR_TIMING_FLASH_AT_50MHZ & OR_TRLX) {
434 trlx = OR_TRLX;
435 scy *= 2;
436 } else {
437 trlx = 0;
438 }
439
440 /*
441 * We assume that each 10MHz of bus clock require 1-clk SCY
442 * adjustment.
443 */
444 clk_diff = (gd->bus_clk / 1000000) - 50;
445
446 /*
447 * We need proper rounding here. This is what the "+5" and "-5"
448 * are here for.
449 */
450 if (clk_diff >= 0)
451 scy += (clk_diff + 5) / 10;
452 else
453 scy += (clk_diff - 5) / 10;
454
455 /*
456 * For bus frequencies above 50MHz, we want to use relaxed timing
457 * (OR_TRLX).
458 */
459 if (gd->bus_clk >= 50000000)
460 trlx = OR_TRLX;
461 else
462 trlx = 0;
463
464 if (trlx)
465 scy /= 2;
466
467 if (scy > 0xf)
468 scy = 0xf;
469 if (scy < 1)
470 scy = 1;
471
472 flash_or_timing = (scy << 4) | trlx |
473 (CONFIG_SYS_OR_TIMING_FLASH_AT_50MHZ & ~(OR_TRLX | OR_SCY_MSK));
474
475 memctl->memc_or0 =
476 flash_or_timing | (-flash_info[0].size & OR_AM_MSK);
477 #else
478 memctl->memc_or0 =
479 CONFIG_SYS_OR_TIMING_FLASH | (-flash_info[0].size & OR_AM_MSK);
480 #endif
481 memctl->memc_br0 = (CONFIG_SYS_FLASH_BASE & BR_BA_MSK) | BR_MS_GPCM | BR_V;
482
483 debug ("## BR0: 0x%08x OR0: 0x%08x\n",
484 memctl->memc_br0, memctl->memc_or0);
485
486 if (flash_info[1].size) {
487 #ifdef CONFIG_SYS_OR_TIMING_FLASH_AT_50MHZ
488 memctl->memc_or1 = flash_or_timing |
489 (-flash_info[1].size & 0xFFFF8000);
490 #else
491 memctl->memc_or1 = CONFIG_SYS_OR_TIMING_FLASH |
492 (-flash_info[1].size & 0xFFFF8000);
493 #endif
494 memctl->memc_br1 =
495 ((CONFIG_SYS_FLASH_BASE +
496 flash_info[0].
497 size) & BR_BA_MSK) | BR_MS_GPCM | BR_V;
498
499 debug ("## BR1: 0x%08x OR1: 0x%08x\n",
500 memctl->memc_br1, memctl->memc_or1);
501 } else {
502 memctl->memc_br1 = 0; /* invalidate bank */
503
504 debug ("## DISABLE BR1: 0x%08x OR1: 0x%08x\n",
505 memctl->memc_br1, memctl->memc_or1);
506 }
507
508 # ifdef CONFIG_IDE_LED
509 /* Configure PA15 as output port */
510 immap->im_ioport.iop_padir |= 0x0001;
511 immap->im_ioport.iop_paodr |= 0x0001;
512 immap->im_ioport.iop_papar &= ~0x0001;
513 immap->im_ioport.iop_padat &= ~0x0001; /* turn it off */
514 # endif
515
516 return (0);
517 }
518 #endif /* CONFIG_MISC_INIT_R */
519
520
521 # ifdef CONFIG_IDE_LED
522 void ide_led (uchar led, uchar status)
523 {
524 volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
525
526 /* We have one led for both pcmcia slots */
527 if (status) { /* led on */
528 immap->im_ioport.iop_padat |= 0x0001;
529 } else {
530 immap->im_ioport.iop_padat &= ~0x0001;
531 }
532 }
533 # endif
534
535 #ifdef CONFIG_LCD_INFO
536 #include <lcd.h>
537 #include <version.h>
538 #include <timestamp.h>
539
540 void lcd_show_board_info(void)
541 {
542 char temp[32];
543
544 lcd_printf ("%s (%s - %s)\n", U_BOOT_VERSION, U_BOOT_DATE, U_BOOT_TIME);
545 lcd_printf ("(C) 2008 DENX Software Engineering GmbH\n");
546 lcd_printf (" Wolfgang DENK, wd@denx.de\n");
547 #ifdef CONFIG_LCD_INFO_BELOW_LOGO
548 lcd_printf ("MPC823 CPU at %s MHz\n",
549 strmhz(temp, gd->cpu_clk));
550 lcd_printf (" %ld MB RAM, %ld MB Flash\n",
551 gd->ram_size >> 20,
552 gd->bd->bi_flashsize >> 20 );
553 #else
554 /* leave one blank line */
555 lcd_printf ("\nMPC823 CPU at %s MHz, %ld MB RAM, %ld MB Flash\n",
556 strmhz(temp, gd->cpu_clk),
557 gd->ram_size >> 20,
558 gd->bd->bi_flashsize >> 20 );
559 #endif /* CONFIG_LCD_INFO_BELOW_LOGO */
560 }
561 #endif /* CONFIG_LCD_INFO */
562
563 /*
564 * Device Tree Support
565 */
566 #if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT)
567 int fdt_set_node_and_value (void *blob,
568 char *nodename,
569 char *regname,
570 void *var,
571 int size)
572 {
573 int ret = 0;
574 int nodeoffset = 0;
575
576 nodeoffset = fdt_path_offset (blob, nodename);
577 if (nodeoffset >= 0) {
578 ret = fdt_setprop (blob, nodeoffset, regname, var,
579 size);
580 if (ret < 0) {
581 printf("ft_blob_update(): "
582 "cannot set %s/%s property; err: %s\n",
583 nodename, regname, fdt_strerror (ret));
584 }
585 } else {
586 printf("ft_blob_update(): "
587 "cannot find %s node err:%s\n",
588 nodename, fdt_strerror (nodeoffset));
589 }
590 return ret;
591 }
592
593 int fdt_del_node_name (void *blob, char *nodename)
594 {
595 int ret = 0;
596 int nodeoffset = 0;
597
598 nodeoffset = fdt_path_offset (blob, nodename);
599 if (nodeoffset >= 0) {
600 ret = fdt_del_node (blob, nodeoffset);
601 if (ret < 0) {
602 printf("%s: cannot delete %s; err: %s\n",
603 __func__, nodename, fdt_strerror (ret));
604 }
605 } else {
606 printf("%s: cannot find %s node err:%s\n",
607 __func__, nodename, fdt_strerror (nodeoffset));
608 }
609 return ret;
610 }
611
612 int fdt_del_prop_name (void *blob, char *nodename, char *propname)
613 {
614 int ret = 0;
615 int nodeoffset = 0;
616
617 nodeoffset = fdt_path_offset (blob, nodename);
618 if (nodeoffset >= 0) {
619 ret = fdt_delprop (blob, nodeoffset, propname);
620 if (ret < 0) {
621 printf("%s: cannot delete %s %s; err: %s\n",
622 __func__, nodename, propname,
623 fdt_strerror (ret));
624 }
625 } else {
626 printf("%s: cannot find %s node err:%s\n",
627 __func__, nodename, fdt_strerror (nodeoffset));
628 }
629 return ret;
630 }
631
632 /*
633 * update "brg" property in the blob
634 */
635 void ft_blob_update (void *blob, bd_t *bd)
636 {
637 uchar enetaddr[6];
638 ulong brg_data = 0;
639
640 /* BRG */
641 brg_data = cpu_to_be32(bd->bi_busfreq);
642 fdt_set_node_and_value(blob,
643 "/soc/cpm", "brg-frequency",
644 &brg_data, sizeof(brg_data));
645
646 /* MAC addr */
647 if (eth_getenv_enetaddr("ethaddr", enetaddr)) {
648 fdt_set_node_and_value(blob,
649 "ethernet0", "local-mac-address",
650 enetaddr, sizeof(u8) * 6);
651 }
652
653 if (hwconfig_arg_cmp("fec", "off")) {
654 /* no FEC on this plattform, delete DTS nodes */
655 fdt_del_node_name (blob, "ethernet1");
656 fdt_del_node_name (blob, "mdio1");
657 /* also the aliases entries */
658 fdt_del_prop_name (blob, "/aliases", "ethernet1");
659 fdt_del_prop_name (blob, "/aliases", "mdio1");
660 } else {
661 /* adjust local-mac-address for FEC ethernet */
662 if (eth_getenv_enetaddr("eth1addr", enetaddr)) {
663 fdt_set_node_and_value(blob,
664 "ethernet1", "local-mac-address",
665 enetaddr, sizeof(u8) * 6);
666 }
667 }
668 }
669
670 int ft_board_setup(void *blob, bd_t *bd)
671 {
672 ft_cpu_setup(blob, bd);
673 ft_blob_update(blob, bd);
674
675 return 0;
676 }
677 #endif /* defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT) */