]> git.ipfire.org Git - people/ms/u-boot.git/blob - common/cmd_bdinfo.c
Merge git://git.denx.de/u-boot into x1
[people/ms/u-boot.git] / common / cmd_bdinfo.c
1 /*
2 * (C) Copyright 2003
3 * Wolfgang Denk, DENX Software Engineering, wd@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 /*
25 * Boot support
26 */
27 #include <common.h>
28 #include <command.h>
29 #include <net.h> /* for print_IPaddr */
30
31 DECLARE_GLOBAL_DATA_PTR;
32
33 static void print_num(const char *, ulong);
34
35 #ifndef CONFIG_ARM /* PowerPC and other */
36 static void print_lnum(const char *, u64);
37
38 #ifdef CONFIG_PPC
39 static void print_str(const char *, const char *);
40
41 int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
42 {
43 int i;
44 bd_t *bd = gd->bd;
45 char buf[32];
46
47 #ifdef DEBUG
48 print_num ("bd address", (ulong)bd );
49 #endif
50 print_num ("memstart", bd->bi_memstart );
51 print_lnum ("memsize", bd->bi_memsize );
52 print_num ("flashstart", bd->bi_flashstart );
53 print_num ("flashsize", bd->bi_flashsize );
54 print_num ("flashoffset", bd->bi_flashoffset );
55 print_num ("sramstart", bd->bi_sramstart );
56 print_num ("sramsize", bd->bi_sramsize );
57 #if defined(CONFIG_5xx) || defined(CONFIG_8xx) || \
58 defined(CONFIG_8260) || defined(CONFIG_E500)
59 print_num ("immr_base", bd->bi_immr_base );
60 #endif
61 print_num ("bootflags", bd->bi_bootflags );
62 #if defined(CONFIG_405GP) || defined(CONFIG_405CR) || \
63 defined(CONFIG_405EP) || defined(CONFIG_XILINX_405) || \
64 defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
65 defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
66 defined(CONFIG_440SP) || defined(CONFIG_440SPE)
67 print_str ("procfreq", strmhz(buf, bd->bi_procfreq));
68 print_str ("plb_busfreq", strmhz(buf, bd->bi_plb_busfreq));
69 #if defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined(CONFIG_XILINX_405) || \
70 defined(CONFIG_440EP) || defined(CONFIG_440GR) || defined(CONFIG_440SPE) || \
71 defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
72 print_str ("pci_busfreq", strmhz(buf, bd->bi_pci_busfreq));
73 #endif
74 #else /* ! CONFIG_405GP, CONFIG_405CR, CONFIG_405EP, CONFIG_XILINX_405, CONFIG_440EP CONFIG_440GR */
75 #if defined(CONFIG_CPM2)
76 print_str ("vco", strmhz(buf, bd->bi_vco));
77 print_str ("sccfreq", strmhz(buf, bd->bi_sccfreq));
78 print_str ("brgfreq", strmhz(buf, bd->bi_brgfreq));
79 #endif
80 print_str ("intfreq", strmhz(buf, bd->bi_intfreq));
81 #if defined(CONFIG_CPM2)
82 print_str ("cpmfreq", strmhz(buf, bd->bi_cpmfreq));
83 #endif
84 print_str ("busfreq", strmhz(buf, bd->bi_busfreq));
85 #endif /* CONFIG_405GP, CONFIG_405CR, CONFIG_405EP, CONFIG_XILINX_405, CONFIG_440EP CONFIG_440GR */
86 #if defined(CONFIG_MPC8220)
87 print_str ("inpfreq", strmhz(buf, bd->bi_inpfreq));
88 print_str ("flbfreq", strmhz(buf, bd->bi_flbfreq));
89 print_str ("pcifreq", strmhz(buf, bd->bi_pcifreq));
90 print_str ("vcofreq", strmhz(buf, bd->bi_vcofreq));
91 print_str ("pevfreq", strmhz(buf, bd->bi_pevfreq));
92 #endif
93
94 puts ("ethaddr =");
95 for (i=0; i<6; ++i) {
96 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
97 }
98
99 #if defined(CONFIG_HAS_ETH1)
100 puts ("\neth1addr =");
101 for (i=0; i<6; ++i) {
102 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet1addr[i]);
103 }
104 #endif
105
106 #if defined(CONFIG_HAS_ETH2)
107 puts ("\neth2addr =");
108 for (i=0; i<6; ++i) {
109 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet2addr[i]);
110 }
111 #endif
112
113 #if defined(CONFIG_HAS_ETH3)
114 puts ("\neth3addr =");
115 for (i=0; i<6; ++i) {
116 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet3addr[i]);
117 }
118 #endif
119
120 #if defined(CONFIG_HAS_ETH4)
121 puts ("\neth4addr =");
122 for (i=0; i<6; ++i) {
123 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet4addr[i]);
124 }
125 #endif
126
127 #if defined(CONFIG_HAS_ETH5)
128 puts ("\neth5addr =");
129 for (i=0; i<6; ++i) {
130 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet5addr[i]);
131 }
132 #endif
133
134 #ifdef CONFIG_HERMES
135 print_str ("ethspeed", strmhz(buf, bd->bi_ethspeed));
136 #endif
137 puts ("\nIP addr = "); print_IPaddr (bd->bi_ip_addr);
138 printf ("\nbaudrate = %6ld bps\n", bd->bi_baudrate );
139 return 0;
140 }
141
142 #elif defined(CONFIG_NIOS) /* NIOS*/
143
144 int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
145 {
146 int i;
147 bd_t *bd = gd->bd;
148
149 print_num ("memstart", (ulong)bd->bi_memstart);
150 print_lnum ("memsize", (u64)bd->bi_memsize);
151 print_num ("flashstart", (ulong)bd->bi_flashstart);
152 print_num ("flashsize", (ulong)bd->bi_flashsize);
153 print_num ("flashoffset", (ulong)bd->bi_flashoffset);
154
155 puts ("ethaddr =");
156 for (i=0; i<6; ++i) {
157 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
158 }
159 puts ("\nip_addr = ");
160 print_IPaddr (bd->bi_ip_addr);
161 printf ("\nbaudrate = %ld bps\n", bd->bi_baudrate);
162
163 return 0;
164 }
165
166 #elif defined(CONFIG_NIOS2) /* Nios-II */
167
168 int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
169 {
170 #if defined(CONFIG_CMD_NET)
171 int i;
172 #endif
173 bd_t *bd = gd->bd;
174
175 print_num ("mem start", (ulong)bd->bi_memstart);
176 print_lnum ("mem size", (u64)bd->bi_memsize);
177 print_num ("flash start", (ulong)bd->bi_flashstart);
178 print_num ("flash size", (ulong)bd->bi_flashsize);
179 print_num ("flash offset", (ulong)bd->bi_flashoffset);
180
181 #if defined(CONFIG_SYS_SRAM_BASE)
182 print_num ("sram start", (ulong)bd->bi_sramstart);
183 print_num ("sram size", (ulong)bd->bi_sramsize);
184 #endif
185
186 #if defined(CONFIG_CMD_NET)
187 puts ("ethaddr =");
188 for (i=0; i<6; ++i) {
189 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
190 }
191 puts ("\nip_addr = ");
192 print_IPaddr (bd->bi_ip_addr);
193 #endif
194
195 printf ("\nbaudrate = %ld bps\n", bd->bi_baudrate);
196
197 return 0;
198 }
199 #elif defined(CONFIG_MICROBLAZE) /* ! PPC, which leaves Microblaze */
200
201 int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
202 {
203 int i;
204 bd_t *bd = gd->bd;
205 print_num ("mem start ", (ulong)bd->bi_memstart);
206 print_lnum ("mem size ", (u64)bd->bi_memsize);
207 print_num ("flash start ", (ulong)bd->bi_flashstart);
208 print_num ("flash size ", (ulong)bd->bi_flashsize);
209 print_num ("flash offset ", (ulong)bd->bi_flashoffset);
210 #if defined(CONFIG_SYS_SRAM_BASE)
211 print_num ("sram start ", (ulong)bd->bi_sramstart);
212 print_num ("sram size ", (ulong)bd->bi_sramsize);
213 #endif
214 #if defined(CONFIG_CMD_NET)
215 puts ("ethaddr =");
216 for (i=0; i<6; ++i) {
217 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
218 }
219 puts ("\nip_addr = ");
220 print_IPaddr (bd->bi_ip_addr);
221 #endif
222 printf ("\nbaudrate = %ld bps\n", (ulong)bd->bi_baudrate);
223 return 0;
224 }
225
226 #elif defined(CONFIG_SPARC) /* SPARC */
227 int do_bdinfo(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
228 {
229 bd_t *bd = gd->bd;
230 #if defined(CONFIG_CMD_NET)
231 int i;
232 #endif
233
234 #ifdef DEBUG
235 print_num("bd address ", (ulong) bd);
236 #endif
237 print_num("memstart ", bd->bi_memstart);
238 print_lnum("memsize ", bd->bi_memsize);
239 print_num("flashstart ", bd->bi_flashstart);
240 print_num("CONFIG_SYS_MONITOR_BASE ", CONFIG_SYS_MONITOR_BASE);
241 print_num("CONFIG_ENV_ADDR ", CONFIG_ENV_ADDR);
242 printf("CONFIG_SYS_RELOC_MONITOR_BASE = 0x%lx (%d)\n", CONFIG_SYS_RELOC_MONITOR_BASE,
243 CONFIG_SYS_MONITOR_LEN);
244 printf("CONFIG_SYS_MALLOC_BASE = 0x%lx (%d)\n", CONFIG_SYS_MALLOC_BASE,
245 CONFIG_SYS_MALLOC_LEN);
246 printf("CONFIG_SYS_INIT_SP_OFFSET = 0x%lx (%d)\n", CONFIG_SYS_INIT_SP_OFFSET,
247 CONFIG_SYS_STACK_SIZE);
248 printf("CONFIG_SYS_PROM_OFFSET = 0x%lx (%d)\n", CONFIG_SYS_PROM_OFFSET,
249 CONFIG_SYS_PROM_SIZE);
250 printf("CONFIG_SYS_GBL_DATA_OFFSET = 0x%lx (%d)\n", CONFIG_SYS_GBL_DATA_OFFSET,
251 CONFIG_SYS_GBL_DATA_SIZE);
252
253 #if defined(CONFIG_CMD_NET)
254 puts("ethaddr =");
255 for (i = 0; i < 6; ++i) {
256 printf("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
257 }
258 puts("\nIP addr = ");
259 print_IPaddr(bd->bi_ip_addr);
260 #endif
261 printf("\nbaudrate = %6ld bps\n", bd->bi_baudrate);
262 return 0;
263 }
264
265 #elif defined(CONFIG_M68K) /* M68K */
266 static void print_str(const char *, const char *);
267
268 int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
269 {
270 int i;
271 bd_t *bd = gd->bd;
272 char buf[32];
273
274 print_num ("memstart", (ulong)bd->bi_memstart);
275 print_lnum ("memsize", (u64)bd->bi_memsize);
276 print_num ("flashstart", (ulong)bd->bi_flashstart);
277 print_num ("flashsize", (ulong)bd->bi_flashsize);
278 print_num ("flashoffset", (ulong)bd->bi_flashoffset);
279 #if defined(CONFIG_SYS_INIT_RAM_ADDR)
280 print_num ("sramstart", (ulong)bd->bi_sramstart);
281 print_num ("sramsize", (ulong)bd->bi_sramsize);
282 #endif
283 #if defined(CONFIG_SYS_MBAR)
284 print_num ("mbar", bd->bi_mbar_base);
285 #endif
286 print_str ("busfreq", strmhz(buf, bd->bi_busfreq));
287 #ifdef CONFIG_PCI
288 print_str ("pcifreq", strmhz(buf, bd->bi_pcifreq));
289 #endif
290 #ifdef CONFIG_EXTRA_CLOCK
291 print_str ("flbfreq", strmhz(buf, bd->bi_flbfreq));
292 print_str ("inpfreq", strmhz(buf, bd->bi_inpfreq));
293 print_str ("vcofreq", strmhz(buf, bd->bi_vcofreq));
294 #endif
295 #if defined(CONFIG_CMD_NET)
296 puts ("ethaddr =");
297 for (i=0; i<6; ++i) {
298 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
299 }
300
301 #if defined(CONFIG_HAS_ETH1)
302 puts ("\neth1addr =");
303 for (i=0; i<6; ++i) {
304 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet1addr[i]);
305 }
306 #endif
307
308 #if defined(CONFIG_HAS_ETH2)
309 puts ("\neth2addr =");
310 for (i=0; i<6; ++i) {
311 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet2addr[i]);
312 }
313 #endif
314
315 #if defined(CONFIG_HAS_ETH3)
316 puts ("\neth3addr =");
317 for (i=0; i<6; ++i) {
318 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet3addr[i]);
319 }
320 #endif
321
322 puts ("\nip_addr = ");
323 print_IPaddr (bd->bi_ip_addr);
324 #endif
325 printf ("\nbaudrate = %d bps\n", bd->bi_baudrate);
326
327 return 0;
328 }
329
330 #elif defined(CONFIG_BLACKFIN)
331
332 int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
333 {
334 int i;
335 bd_t *bd = gd->bd;
336
337 printf("U-Boot = %s\n", bd->bi_r_version);
338 printf("CPU = %s\n", bd->bi_cpu);
339 printf("Board = %s\n", bd->bi_board_name);
340 printf("VCO = %lu MHz\n", bd->bi_vco / 1000000);
341 printf("CCLK = %lu MHz\n", bd->bi_cclk / 1000000);
342 printf("SCLK = %lu MHz\n", bd->bi_sclk / 1000000);
343
344 print_num("boot_params", (ulong)bd->bi_boot_params);
345 print_num("memstart", (ulong)bd->bi_memstart);
346 print_lnum("memsize", (u64)bd->bi_memsize);
347 print_num("flashstart", (ulong)bd->bi_flashstart);
348 print_num("flashsize", (ulong)bd->bi_flashsize);
349 print_num("flashoffset", (ulong)bd->bi_flashoffset);
350
351 puts("ethaddr =");
352 for (i = 0; i < 6; ++i)
353 printf("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
354 puts("\nip_addr = ");
355 print_IPaddr(bd->bi_ip_addr);
356 printf("\nbaudrate = %d bps\n", bd->bi_baudrate);
357
358 return 0;
359 }
360
361 #else /* ! PPC, which leaves MIPS */
362
363 int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
364 {
365 int i;
366 bd_t *bd = gd->bd;
367
368 print_num ("boot_params", (ulong)bd->bi_boot_params);
369 print_num ("memstart", (ulong)bd->bi_memstart);
370 print_lnum ("memsize", (u64)bd->bi_memsize);
371 print_num ("flashstart", (ulong)bd->bi_flashstart);
372 print_num ("flashsize", (ulong)bd->bi_flashsize);
373 print_num ("flashoffset", (ulong)bd->bi_flashoffset);
374
375 puts ("ethaddr =");
376 for (i=0; i<6; ++i) {
377 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
378 }
379 puts ("\nip_addr = ");
380 print_IPaddr (bd->bi_ip_addr);
381 printf ("\nbaudrate = %d bps\n", bd->bi_baudrate);
382
383 return 0;
384 }
385 #endif /* MIPS */
386
387 #else /* ARM */
388
389 int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
390 {
391 int i;
392 bd_t *bd = gd->bd;
393
394 print_num ("arch_number", bd->bi_arch_number);
395 print_num ("env_t", (ulong)bd->bi_env);
396 print_num ("boot_params", (ulong)bd->bi_boot_params);
397
398 for (i=0; i<CONFIG_NR_DRAM_BANKS; ++i) {
399 print_num("DRAM bank", i);
400 print_num("-> start", bd->bi_dram[i].start);
401 print_num("-> size", bd->bi_dram[i].size);
402 }
403
404 #if defined(CONFIG_CMD_NET)
405 puts ("ethaddr =");
406 for (i=0; i<6; ++i) {
407 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
408 }
409 puts ( "\n"
410 "ip_addr = ");
411 print_IPaddr (bd->bi_ip_addr);
412 #endif
413 printf ("\n"
414 "baudrate = %d bps\n", bd->bi_baudrate);
415
416 return 0;
417 }
418
419 #endif /* CONFIG_ARM XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
420
421 static void print_num(const char *name, ulong value)
422 {
423 printf ("%-12s= 0x%08lX\n", name, value);
424 }
425
426 #ifndef CONFIG_ARM
427 static void print_lnum(const char *name, u64 value)
428 {
429 printf ("%-12s= 0x%.8llX\n", name, value);
430 }
431 #endif
432
433 #if defined(CONFIG_PPC) || defined(CONFIG_M68K)
434 static void print_str(const char *name, const char *str)
435 {
436 printf ("%-12s= %6s MHz\n", name, str);
437 }
438 #endif /* CONFIG_PPC */
439
440
441 /* -------------------------------------------------------------------- */
442
443 U_BOOT_CMD(
444 bdinfo, 1, 1, do_bdinfo,
445 "bdinfo - print Board Info structure\n",
446 NULL
447 );