blob: 5c50739644707650d23017f8dca6bad28910db25 [file] [log] [blame]
Heiko Schocherac9db062008-01-11 01:12:08 +01001/*
Heiko Schocher0809ea22008-10-15 09:34:05 +02002 * (C) Copyright 2007 - 2008
Heiko Schocherac9db062008-01-11 01:12:08 +01003 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4 *
5 * See file CREDITS for list of people who contributed to this
6 * project.
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21 * MA 02111-1307 USA
22 */
23
24#include <common.h>
25#include <mpc8260.h>
26#include <ioports.h>
Heiko Schocher9661bf92008-10-15 09:36:03 +020027#include <malloc.h>
Heiko Schocher210c8c02008-11-21 08:29:40 +010028#include <net.h>
Heiko Schocher9e299192008-10-17 12:15:55 +020029#include <asm/io.h>
Heiko Schocherac9db062008-01-11 01:12:08 +010030
31#if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT)
32#include <libfdt.h>
33#endif
34
Heiko Schocher9661bf92008-10-15 09:36:03 +020035#if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
36#include <i2c.h>
37#endif
38
Heiko Schocher210c8c02008-11-21 08:29:40 +010039#include "../common/common.h"
40
Heiko Schocherac9db062008-01-11 01:12:08 +010041/*
42 * I/O Port configuration table
43 *
44 * if conf is 1, then that port pin will be configured at boot time
45 * according to the five values podr/pdir/ppar/psor/pdat for that entry
46 */
47const iop_conf_t iop_conf_tab[4][32] = {
48
49 /* Port A */
Wolfgang Denk3cbd8232008-11-02 16:14:22 +010050 { /* conf ppar psor pdir podr pdat */
51 /* PA31 */ { 0, 0, 0, 0, 0, 0 }, /* PA31 */
52 /* PA30 */ { 0, 0, 0, 0, 0, 0 }, /* PA30 */
53 /* PA29 */ { 0, 0, 0, 0, 0, 0 }, /* PA29 */
54 /* PA28 */ { 0, 0, 0, 0, 0, 0 }, /* PA28 */
55 /* PA27 */ { 0, 0, 0, 0, 0, 0 }, /* PA27 */
56 /* PA26 */ { 0, 0, 0, 0, 0, 0 }, /* PA26 */
57 /* PA25 */ { 0, 0, 0, 0, 0, 0 }, /* PA25 */
58 /* PA24 */ { 0, 0, 0, 0, 0, 0 }, /* PA24 */
59 /* PA23 */ { 0, 0, 0, 0, 0, 0 }, /* PA23 */
60 /* PA22 */ { 0, 0, 0, 0, 0, 0 }, /* PA22 */
61 /* PA21 */ { 0, 0, 0, 0, 0, 0 }, /* PA21 */
62 /* PA20 */ { 0, 0, 0, 0, 0, 0 }, /* PA20 */
63 /* PA19 */ { 0, 0, 0, 0, 0, 0 }, /* PA19 */
64 /* PA18 */ { 0, 0, 0, 0, 0, 0 }, /* PA18 */
65 /* PA17 */ { 0, 0, 0, 0, 0, 0 }, /* PA17 */
66 /* PA16 */ { 0, 0, 0, 0, 0, 0 }, /* PA16 */
67 /* PA15 */ { 0, 0, 0, 0, 0, 0 }, /* PA15 */
68 /* PA14 */ { 0, 0, 0, 0, 0, 0 }, /* PA14 */
69 /* PA13 */ { 0, 0, 0, 0, 0, 0 }, /* PA13 */
70 /* PA12 */ { 0, 0, 0, 0, 0, 0 }, /* PA12 */
71 /* PA11 */ { 0, 0, 0, 0, 0, 0 }, /* PA11 */
72 /* PA10 */ { 0, 0, 0, 0, 0, 0 }, /* PA10 */
73 /* PA9 */ { 1, 1, 0, 1, 0, 0 }, /* SMC2 TxD */
74 /* PA8 */ { 1, 1, 0, 0, 0, 0 }, /* SMC2 RxD */
75 /* PA7 */ { 0, 0, 0, 0, 0, 0 }, /* PA7 */
76 /* PA6 */ { 0, 0, 0, 0, 0, 0 }, /* PA6 */
77 /* PA5 */ { 0, 0, 0, 0, 0, 0 }, /* PA5 */
78 /* PA4 */ { 0, 0, 0, 0, 0, 0 }, /* PA4 */
79 /* PA3 */ { 0, 0, 0, 0, 0, 0 }, /* PA3 */
80 /* PA2 */ { 0, 0, 0, 0, 0, 0 }, /* PA2 */
81 /* PA1 */ { 0, 0, 0, 0, 0, 0 }, /* PA1 */
82 /* PA0 */ { 0, 0, 0, 0, 0, 0 } /* PA0 */
Heiko Schocherac9db062008-01-11 01:12:08 +010083 },
84
85 /* Port B */
Wolfgang Denk3cbd8232008-11-02 16:14:22 +010086 { /* conf ppar psor pdir podr pdat */
87 /* PB31 */ { 0, 0, 0, 0, 0, 0 }, /* PB31 */
88 /* PB30 */ { 0, 0, 0, 0, 0, 0 }, /* PB30 */
89 /* PB29 */ { 0, 0, 0, 0, 0, 0 }, /* PB29 */
90 /* PB28 */ { 0, 0, 0, 0, 0, 0 }, /* PB28 */
91 /* PB27 */ { 0, 0, 0, 0, 0, 0 }, /* PB27 */
92 /* PB26 */ { 0, 0, 0, 0, 0, 0 }, /* PB26 */
93 /* PB25 */ { 0, 0, 0, 0, 0, 0 }, /* PB25 */
94 /* PB24 */ { 0, 0, 0, 0, 0, 0 }, /* PB24 */
95 /* PB23 */ { 0, 0, 0, 0, 0, 0 }, /* PB23 */
96 /* PB22 */ { 0, 0, 0, 0, 0, 0 }, /* PB22 */
97 /* PB21 */ { 0, 0, 0, 0, 0, 0 }, /* PB21 */
98 /* PB20 */ { 0, 0, 0, 0, 0, 0 }, /* PB20 */
99 /* PB19 */ { 0, 0, 0, 0, 0, 0 }, /* PB19 */
100 /* PB18 */ { 0, 0, 0, 0, 0, 0 }, /* PB18 */
101 /* PB17 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
102 /* PB16 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
103 /* PB15 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
104 /* PB14 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
105 /* PB13 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
106 /* PB12 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
107 /* PB11 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
108 /* PB10 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
109 /* PB9 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
110 /* PB8 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
111 /* PB7 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
112 /* PB6 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
113 /* PB5 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
114 /* PB4 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
115 /* PB3 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
116 /* PB2 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
117 /* PB1 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
118 /* PB0 */ { 0, 0, 0, 0, 0, 0 } /* non-existent */
Heiko Schocherac9db062008-01-11 01:12:08 +0100119 },
120
121 /* Port C */
Wolfgang Denk3cbd8232008-11-02 16:14:22 +0100122 { /* conf ppar psor pdir podr pdat */
123 /* PC31 */ { 0, 0, 0, 0, 0, 0 }, /* PC31 */
124 /* PC30 */ { 0, 0, 0, 0, 0, 0 }, /* PC30 */
125 /* PC29 */ { 0, 0, 0, 0, 0, 0 }, /* PC29 */
126 /* PC28 */ { 0, 0, 0, 0, 0, 0 }, /* PC28 */
127 /* PC27 */ { 0, 0, 0, 0, 0, 0 }, /* PC27 */
128 /* PC26 */ { 0, 0, 0, 0, 0, 0 }, /* PC26 */
129 /* PC25 */ { 1, 1, 0, 0, 0, 0 }, /* SCC4 RxClk */
130 /* PC24 */ { 1, 1, 0, 0, 0, 0 }, /* SCC4 TxClk */
131 /* PC23 */ { 0, 0, 0, 0, 0, 0 }, /* PC23 */
132 /* PC22 */ { 0, 0, 0, 0, 0, 0 }, /* PC22 */
133 /* PC21 */ { 0, 0, 0, 0, 0, 0 }, /* PC21 */
134 /* PC20 */ { 0, 0, 0, 0, 0, 0 }, /* PC20 */
135 /* PC19 */ { 0, 0, 0, 0, 0, 0 }, /* PC19 */
136 /* PC18 */ { 0, 0, 0, 0, 0, 0 }, /* PC18 */
137 /* PC17 */ { 0, 0, 0, 0, 0, 0 }, /* PC17 */
138 /* PC16 */ { 0, 0, 0, 0, 0, 0 }, /* PC16 */
139 /* PC15 */ { 0, 0, 0, 0, 0, 0 }, /* PC15 */
140 /* PC14 */ { 0, 0, 0, 0, 0, 0 }, /* PC14 */
141 /* PC13 */ { 0, 0, 0, 0, 0, 0 }, /* PC13 */
142 /* PC12 */ { 0, 0, 0, 0, 0, 0 }, /* PC12 */
143 /* PC11 */ { 0, 0, 0, 0, 0, 0 }, /* PC11 */
144 /* PC10 */ { 0, 0, 0, 0, 0, 0 }, /* PC10 */
145 /* PC9 */ { 1, 1, 0, 0, 0, 0 }, /* SCC4: CTS */
146 /* PC8 */ { 1, 1, 0, 0, 0, 0 }, /* SCC4: CD */
147 /* PC7 */ { 0, 0, 0, 0, 0, 0 }, /* PC7 */
148 /* PC6 */ { 0, 0, 0, 0, 0, 0 }, /* PC6 */
149 /* PC5 */ { 0, 0, 0, 0, 0, 0 }, /* PC5 */
150 /* PC4 */ { 0, 0, 0, 0, 0, 0 }, /* PC4 */
151 /* PC3 */ { 0, 0, 0, 0, 0, 0 }, /* PC3 */
152 /* PC2 */ { 0, 0, 0, 0, 0, 0 }, /* PC2 */
153 /* PC1 */ { 0, 0, 0, 0, 0, 0 }, /* PC1 */
154 /* PC0 */ { 0, 0, 0, 0, 0, 0 }, /* PC0 */
Heiko Schocherac9db062008-01-11 01:12:08 +0100155 },
156
157 /* Port D */
Wolfgang Denk3cbd8232008-11-02 16:14:22 +0100158 { /* conf ppar psor pdir podr pdat */
159 /* PD31 */ { 0, 0, 0, 0, 0, 0 }, /* PD31 */
160 /* PD30 */ { 0, 0, 0, 0, 0, 0 }, /* PD30 */
161 /* PD29 */ { 0, 0, 0, 0, 0, 0 }, /* PD29 */
162 /* PD28 */ { 0, 0, 0, 0, 0, 0 }, /* PD28 */
163 /* PD27 */ { 0, 0, 0, 0, 0, 0 }, /* PD27 */
164 /* PD26 */ { 0, 0, 0, 0, 0, 0 }, /* PD26 */
165 /* PD25 */ { 0, 0, 0, 0, 0, 0 }, /* PD25 */
166 /* PD24 */ { 0, 0, 0, 0, 0, 0 }, /* PD24 */
167 /* PD23 */ { 0, 0, 0, 0, 0, 0 }, /* PD23 */
168 /* PD22 */ { 1, 1, 0, 0, 0, 0 }, /* SCC4: RXD */
169 /* PD21 */ { 1, 1, 0, 1, 0, 0 }, /* SCC4: TXD */
170 /* PD20 */ { 1, 1, 0, 1, 0, 0 }, /* SCC4: RTS */
171 /* PD19 */ { 0, 0, 0, 0, 0, 0 }, /* PD19 */
172 /* PD18 */ { 0, 0, 0, 0, 0, 0 }, /* PD18 */
173 /* PD17 */ { 0, 0, 0, 0, 0, 0 }, /* PD17 */
174 /* PD16 */ { 0, 0, 0, 0, 0, 0 }, /* PD16 */
Heiko Schocher9661bf92008-10-15 09:36:03 +0200175#if defined(CONFIG_HARD_I2C)
Wolfgang Denk3cbd8232008-11-02 16:14:22 +0100176 /* PD15 */ { 1, 1, 1, 0, 1, 0 }, /* I2C SDA */
177 /* PD14 */ { 1, 1, 1, 0, 1, 0 }, /* I2C SCL */
Heiko Schocher9661bf92008-10-15 09:36:03 +0200178#else
Wolfgang Denk3cbd8232008-11-02 16:14:22 +0100179 /* PD15 */ { 1, 0, 0, 0, 1, 1 }, /* PD15 */
180 /* PD14 */ { 1, 0, 0, 1, 1, 1 }, /* PD14 */
Heiko Schocher9661bf92008-10-15 09:36:03 +0200181#endif
Wolfgang Denk3cbd8232008-11-02 16:14:22 +0100182 /* PD13 */ { 0, 0, 0, 0, 0, 0 }, /* PD13 */
183 /* PD12 */ { 0, 0, 0, 0, 0, 0 }, /* PD12 */
184 /* PD11 */ { 0, 0, 0, 0, 0, 0 }, /* PD11 */
185 /* PD10 */ { 0, 0, 0, 0, 0, 0 }, /* PD10 */
186 /* PD9 */ { 0, 0, 0, 0, 0, 0 }, /* PD9 */
187 /* PD8 */ { 0, 0, 0, 0, 0, 0 }, /* PD8 */
188 /* PD7 */ { 0, 0, 0, 0, 0, 0 }, /* PD7 */
189 /* PD6 */ { 0, 0, 0, 0, 0, 0 }, /* PD6 */
190 /* PD5 */ { 0, 0, 0, 0, 0, 0 }, /* PD5 */
191 /* PD4 */ { 0, 0, 0, 0, 0, 0 }, /* PD4 */
192 /* PD3 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
193 /* PD2 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
194 /* PD1 */ { 0, 0, 0, 0, 0, 0 }, /* non-existent */
195 /* PD0 */ { 0, 0, 0, 0, 0, 0 } /* non-existent */
Heiko Schocherac9db062008-01-11 01:12:08 +0100196 }
197};
198
199/* Try SDRAM initialization with P/LSDMR=sdmr and ORx=orx
200 *
201 * This routine performs standard 8260 initialization sequence
202 * and calculates the available memory size. It may be called
203 * several times to try different SDRAM configurations on both
204 * 60x and local buses.
205 */
206static long int try_init (volatile memctl8260_t * memctl, ulong sdmr,
207 ulong orx, volatile uchar * base)
208{
209 volatile uchar c = 0xff;
210 volatile uint *sdmr_ptr;
211 volatile uint *orx_ptr;
212 ulong maxsize, size;
213 int i;
214
215 /* We must be able to test a location outsize the maximum legal size
216 * to find out THAT we are outside; but this address still has to be
217 * mapped by the controller. That means, that the initial mapping has
218 * to be (at least) twice as large as the maximum expected size.
219 */
220 maxsize = (1 + (~orx | 0x7fff))/* / 2*/;
221
222 sdmr_ptr = &memctl->memc_psdmr;
223 orx_ptr = &memctl->memc_or1;
224
225 *orx_ptr = orx;
226
227 /*
228 * Quote from 8260 UM (10.4.2 SDRAM Power-On Initialization, 10-35):
229 *
230 * "At system reset, initialization software must set up the
231 * programmable parameters in the memory controller banks registers
232 * (ORx, BRx, P/LSDMR). After all memory parameters are configured,
233 * system software should execute the following initialization sequence
234 * for each SDRAM device.
235 *
236 * 1. Issue a PRECHARGE-ALL-BANKS command
237 * 2. Issue eight CBR REFRESH commands
238 * 3. Issue a MODE-SET command to initialize the mode register
239 *
240 * The initial commands are executed by setting P/LSDMR[OP] and
241 * accessing the SDRAM with a single-byte transaction."
242 *
243 * The appropriate BRx/ORx registers have already been set when we
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200244 * get here. The SDRAM can be accessed at the address CONFIG_SYS_SDRAM_BASE.
Heiko Schocherac9db062008-01-11 01:12:08 +0100245 */
246
247 *sdmr_ptr = sdmr | PSDMR_OP_PREA;
248 *base = c;
249
250 *sdmr_ptr = sdmr | PSDMR_OP_CBRR;
251 for (i = 0; i < 8; i++)
252 *base = c;
253
254 *sdmr_ptr = sdmr | PSDMR_OP_MRW;
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200255 *(base + CONFIG_SYS_MRS_OFFS) = c; /* setting MR on address lines */
Heiko Schocherac9db062008-01-11 01:12:08 +0100256
257 *sdmr_ptr = sdmr | PSDMR_OP_NORM | PSDMR_RFEN;
258 *base = c;
259
Heiko Schocher0809ea22008-10-15 09:34:05 +0200260 size = get_ram_size ((long *)base, maxsize);
Heiko Schocherac9db062008-01-11 01:12:08 +0100261 *orx_ptr = orx | ~(size - 1);
262
263 return (size);
264}
265
Heiko Schocher0809ea22008-10-15 09:34:05 +0200266phys_size_t initdram (int board_type)
Heiko Schocherac9db062008-01-11 01:12:08 +0100267{
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200268 volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
Heiko Schocherac9db062008-01-11 01:12:08 +0100269 volatile memctl8260_t *memctl = &immap->im_memctl;
270
271 long psize;
272
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200273 memctl->memc_psrt = CONFIG_SYS_PSRT;
274 memctl->memc_mptpr = CONFIG_SYS_MPTPR;
Heiko Schocherac9db062008-01-11 01:12:08 +0100275
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200276#ifndef CONFIG_SYS_RAMBOOT
Heiko Schocherac9db062008-01-11 01:12:08 +0100277 /* 60x SDRAM setup:
278 */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200279 psize = try_init (memctl, CONFIG_SYS_PSDMR, CONFIG_SYS_OR1,
280 (uchar *) CONFIG_SYS_SDRAM_BASE);
281#endif /* CONFIG_SYS_RAMBOOT */
Heiko Schocherac9db062008-01-11 01:12:08 +0100282
283 icache_enable ();
284
285 return (psize);
286}
287
288int checkboard(void)
289{
Heiko Schocher210c8c02008-11-21 08:29:40 +0100290 puts ("Board: Keymile mgcoge");
291 if (ethernet_present ())
292 puts (" with PIGGY.");
293 puts ("\n");
Heiko Schocherac9db062008-01-11 01:12:08 +0100294 return 0;
295}
296
Heiko Schochere492c902008-03-07 08:13:41 +0100297/*
298 * Early board initalization.
299 */
Heiko Schocher0809ea22008-10-15 09:34:05 +0200300int board_early_init_r (void)
Heiko Schochere492c902008-03-07 08:13:41 +0100301{
302 /* setup the UPIOx */
Heiko Schocher9e299192008-10-17 12:15:55 +0200303 out_8((u8 *)(CONFIG_SYS_PIGGY_BASE + 0x02), 0xc0);
304 out_8((u8 *)(CONFIG_SYS_PIGGY_BASE + 0x03), 0x15);
Heiko Schochere492c902008-03-07 08:13:41 +0100305 return 0;
306}
307
Heiko Schocher8f64da72008-10-15 09:41:00 +0200308int hush_init_var (void)
309{
310 ivm_read_eeprom ();
311 return 0;
312}
313
Heiko Schocherac9db062008-01-11 01:12:08 +0100314#if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT)
Heiko Schocher6250f0f2008-10-17 16:11:52 +0200315extern int fdt_set_node_and_value (void *blob,
Wolfgang Denk3cbd8232008-11-02 16:14:22 +0100316 char *nodename,
317 char *regname,
318 void *var,
319 int size);
Heiko Schocher6250f0f2008-10-17 16:11:52 +0200320
Heiko Schocherac9db062008-01-11 01:12:08 +0100321/*
322 * update "memory" property in the blob
323 */
Heiko Schocher0809ea22008-10-15 09:34:05 +0200324void ft_blob_update (void *blob, bd_t *bd)
Heiko Schocherac9db062008-01-11 01:12:08 +0100325{
Heiko Schocherac9db062008-01-11 01:12:08 +0100326 ulong memory_data[2] = {0};
Heiko Schochere492c902008-03-07 08:13:41 +0100327 ulong flash_data[8] = {0};
Heiko Schocherac9db062008-01-11 01:12:08 +0100328
Heiko Schocher0809ea22008-10-15 09:34:05 +0200329 memory_data[0] = cpu_to_be32 (bd->bi_memstart);
330 memory_data[1] = cpu_to_be32 (bd->bi_memsize);
Heiko Schocher6250f0f2008-10-17 16:11:52 +0200331 fdt_set_node_and_value (blob, "/memory", "reg", memory_data,
332 sizeof (memory_data));
Heiko Schocherac9db062008-01-11 01:12:08 +0100333
Heiko Schochere492c902008-03-07 08:13:41 +0100334 /* update Flash addr, size */
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200335 flash_data[2] = cpu_to_be32 (CONFIG_SYS_FLASH_BASE);
336 flash_data[3] = cpu_to_be32 (CONFIG_SYS_FLASH_SIZE);
Heiko Schocher5f4c3132008-10-17 12:13:30 +0200337 flash_data[4] = cpu_to_be32 (5);
Heiko Schocher0809ea22008-10-15 09:34:05 +0200338 flash_data[5] = cpu_to_be32 (0);
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200339 flash_data[6] = cpu_to_be32 (CONFIG_SYS_FLASH_BASE_1);
340 flash_data[7] = cpu_to_be32 (CONFIG_SYS_FLASH_SIZE_1);
Heiko Schocher6250f0f2008-10-17 16:11:52 +0200341 fdt_set_node_and_value (blob, "/localbus", "ranges", flash_data,
342 sizeof (flash_data));
343 /* MAC addr */
344 fdt_set_node_and_value (blob, "/soc/cpm/ethernet", "mac-address",
345 bd->bi_enetaddr, sizeof (u8) * 6);
Heiko Schocherac9db062008-01-11 01:12:08 +0100346}
347
Heiko Schocher0809ea22008-10-15 09:34:05 +0200348void ft_board_setup (void *blob, bd_t *bd)
Heiko Schocherac9db062008-01-11 01:12:08 +0100349{
Heiko Schocher0809ea22008-10-15 09:34:05 +0200350 ft_cpu_setup (blob, bd);
351 ft_blob_update (blob, bd);
Heiko Schocherac9db062008-01-11 01:12:08 +0100352}
353#endif /* defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT) */