blob: b660d2ab9950952e6185047075b0d6175a57d345 [file] [log] [blame]
wdenk8bde7f72003-06-27 21:31:46 +00001/*
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>
wdenk9d2b18a2003-06-28 23:11:04 +000029#include <net.h> /* for print_IPaddr */
wdenk8bde7f72003-06-27 21:31:46 +000030
Wolfgang Denkd87080b2006-03-31 18:32:53 +020031DECLARE_GLOBAL_DATA_PTR;
wdenk8bde7f72003-06-27 21:31:46 +000032
wdenk8bde7f72003-06-27 21:31:46 +000033static void print_num(const char *, ulong);
34
35#ifndef CONFIG_ARM /* PowerPC and other */
Becky Bruceb57ca3e2008-06-09 20:37:16 -050036static void print_lnum(const char *, u64);
wdenk8bde7f72003-06-27 21:31:46 +000037
38#ifdef CONFIG_PPC
39static void print_str(const char *, const char *);
40
41int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
42{
wdenk8bde7f72003-06-27 21:31:46 +000043 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 );
Becky Bruceb57ca3e2008-06-09 20:37:16 -050051 print_lnum ("memsize", bd->bi_memsize );
wdenk8bde7f72003-06-27 21:31:46 +000052 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 );
wdenk97d80fc2004-06-09 00:34:46 +000057#if defined(CONFIG_5xx) || defined(CONFIG_8xx) || \
58 defined(CONFIG_8260) || defined(CONFIG_E500)
wdenk8bde7f72003-06-27 21:31:46 +000059 print_num ("immr_base", bd->bi_immr_base );
60#endif
61 print_num ("bootflags", bd->bi_bootflags );
wdenk97d80fc2004-06-09 00:34:46 +000062#if defined(CONFIG_405GP) || defined(CONFIG_405CR) || \
Michal Simek9fea65a2008-06-24 09:54:09 +020063 defined(CONFIG_405EP) || defined(CONFIG_XILINX_405) || \
Marian Balakowicz6c5879f2006-06-30 16:30:46 +020064 defined(CONFIG_440EP) || defined(CONFIG_440GR) || \
Stefan Roese887e2ec2006-09-07 11:51:23 +020065 defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \
66 defined(CONFIG_440SP) || defined(CONFIG_440SPE)
wdenk8bde7f72003-06-27 21:31:46 +000067 print_str ("procfreq", strmhz(buf, bd->bi_procfreq));
wdenk983fda82004-10-28 00:09:35 +000068 print_str ("plb_busfreq", strmhz(buf, bd->bi_plb_busfreq));
Michal Simek9fea65a2008-06-24 09:54:09 +020069#if defined(CONFIG_405GP) || defined(CONFIG_405EP) || defined(CONFIG_XILINX_405) || \
Stefan Roese887e2ec2006-09-07 11:51:23 +020070 defined(CONFIG_440EP) || defined(CONFIG_440GR) || defined(CONFIG_440SPE) || \
71 defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
wdenk983fda82004-10-28 00:09:35 +000072 print_str ("pci_busfreq", strmhz(buf, bd->bi_pci_busfreq));
wdenk8bde7f72003-06-27 21:31:46 +000073#endif
Michal Simek9fea65a2008-06-24 09:54:09 +020074#else /* ! CONFIG_405GP, CONFIG_405CR, CONFIG_405EP, CONFIG_XILINX_405, CONFIG_440EP CONFIG_440GR */
Jon Loeliger9c4c5ae2005-07-23 10:37:35 -050075#if defined(CONFIG_CPM2)
wdenk8bde7f72003-06-27 21:31:46 +000076 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));
Jon Loeliger9c4c5ae2005-07-23 10:37:35 -050081#if defined(CONFIG_CPM2)
wdenk8bde7f72003-06-27 21:31:46 +000082 print_str ("cpmfreq", strmhz(buf, bd->bi_cpmfreq));
83#endif
84 print_str ("busfreq", strmhz(buf, bd->bi_busfreq));
Michal Simek9fea65a2008-06-24 09:54:09 +020085#endif /* CONFIG_405GP, CONFIG_405CR, CONFIG_405EP, CONFIG_XILINX_405, CONFIG_440EP CONFIG_440GR */
wdenk983fda82004-10-28 00:09:35 +000086#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
wdenk03f5c552004-10-10 21:21:55 +000093
wdenk4b9206e2004-03-23 22:14:11 +000094 puts ("ethaddr =");
wdenk8bde7f72003-06-27 21:31:46 +000095 for (i=0; i<6; ++i) {
96 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
97 }
wdenk03f5c552004-10-10 21:21:55 +000098
wdenke2ffd592004-12-31 09:32:47 +000099#if defined(CONFIG_HAS_ETH1)
wdenk4b9206e2004-03-23 22:14:11 +0000100 puts ("\neth1addr =");
wdenk8bde7f72003-06-27 21:31:46 +0000101 for (i=0; i<6; ++i) {
102 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet1addr[i]);
103 }
wdenk03f5c552004-10-10 21:21:55 +0000104#endif
105
wdenke2ffd592004-12-31 09:32:47 +0000106#if defined(CONFIG_HAS_ETH2)
wdenk4b9206e2004-03-23 22:14:11 +0000107 puts ("\neth2addr =");
wdenk42d1f032003-10-15 23:53:47 +0000108 for (i=0; i<6; ++i) {
109 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet2addr[i]);
110 }
111#endif
wdenk03f5c552004-10-10 21:21:55 +0000112
wdenke2ffd592004-12-31 09:32:47 +0000113#if defined(CONFIG_HAS_ETH3)
wdenk03f5c552004-10-10 21:21:55 +0000114 puts ("\neth3addr =");
115 for (i=0; i<6; ++i) {
116 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet3addr[i]);
117 }
118#endif
119
richardretanubunc68a05f2008-09-29 18:28:23 -0400120#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
wdenk8bde7f72003-06-27 21:31:46 +0000134#ifdef CONFIG_HERMES
135 print_str ("ethspeed", strmhz(buf, bd->bi_ethspeed));
136#endif
wdenk4b9206e2004-03-23 22:14:11 +0000137 puts ("\nIP addr = "); print_IPaddr (bd->bi_ip_addr);
wdenk8bde7f72003-06-27 21:31:46 +0000138 printf ("\nbaudrate = %6ld bps\n", bd->bi_baudrate );
139 return 0;
140}
141
wdenk4a551702003-10-08 23:26:14 +0000142#elif defined(CONFIG_NIOS) /* NIOS*/
143
144int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
145{
wdenk4a551702003-10-08 23:26:14 +0000146 int i;
147 bd_t *bd = gd->bd;
148
149 print_num ("memstart", (ulong)bd->bi_memstart);
Becky Bruceb57ca3e2008-06-09 20:37:16 -0500150 print_lnum ("memsize", (u64)bd->bi_memsize);
wdenk4a551702003-10-08 23:26:14 +0000151 print_num ("flashstart", (ulong)bd->bi_flashstart);
152 print_num ("flashsize", (ulong)bd->bi_flashsize);
153 print_num ("flashoffset", (ulong)bd->bi_flashoffset);
154
wdenk4b9206e2004-03-23 22:14:11 +0000155 puts ("ethaddr =");
wdenk4a551702003-10-08 23:26:14 +0000156 for (i=0; i<6; ++i) {
157 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
158 }
wdenk4b9206e2004-03-23 22:14:11 +0000159 puts ("\nip_addr = ");
wdenk4a551702003-10-08 23:26:14 +0000160 print_IPaddr (bd->bi_ip_addr);
161 printf ("\nbaudrate = %ld bps\n", bd->bi_baudrate);
162
163 return 0;
164}
165
wdenk5c952cf2004-10-10 21:27:30 +0000166#elif defined(CONFIG_NIOS2) /* Nios-II */
167
168int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
169{
Jean-Christophe PLAGNIOL-VILLARD252f60b2008-01-10 03:52:44 -0500170#if defined(CONFIG_CMD_NET)
wdenk5c952cf2004-10-10 21:27:30 +0000171 int i;
Jean-Christophe PLAGNIOL-VILLARD252f60b2008-01-10 03:52:44 -0500172#endif
wdenk5c952cf2004-10-10 21:27:30 +0000173 bd_t *bd = gd->bd;
174
175 print_num ("mem start", (ulong)bd->bi_memstart);
Becky Bruceb57ca3e2008-06-09 20:37:16 -0500176 print_lnum ("mem size", (u64)bd->bi_memsize);
wdenk5c952cf2004-10-10 21:27:30 +0000177 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
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200181#if defined(CONFIG_SYS_SRAM_BASE)
wdenk5c952cf2004-10-10 21:27:30 +0000182 print_num ("sram start", (ulong)bd->bi_sramstart);
183 print_num ("sram size", (ulong)bd->bi_sramsize);
184#endif
185
Jon Loeliger90253172007-07-10 11:02:44 -0500186#if defined(CONFIG_CMD_NET)
wdenk5c952cf2004-10-10 21:27:30 +0000187 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}
Michal Simekcfc67112007-03-11 13:48:24 +0100199#elif defined(CONFIG_MICROBLAZE) /* ! PPC, which leaves Microblaze */
200
201int 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);
Becky Bruceb57ca3e2008-06-09 20:37:16 -0500206 print_lnum ("mem size ", (u64)bd->bi_memsize);
Michal Simekcfc67112007-03-11 13:48:24 +0100207 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);
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200210#if defined(CONFIG_SYS_SRAM_BASE)
Michal Simekcfc67112007-03-11 13:48:24 +0100211 print_num ("sram start ", (ulong)bd->bi_sramstart);
212 print_num ("sram size ", (ulong)bd->bi_sramsize);
213#endif
Jon Loeliger90253172007-07-10 11:02:44 -0500214#if defined(CONFIG_CMD_NET)
Michal Simekcfc67112007-03-11 13:48:24 +0100215 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
Stefan Roesef2302d42008-08-06 14:05:38 +0200222 printf ("\nbaudrate = %ld bps\n", (ulong)bd->bi_baudrate);
Michal Simekcfc67112007-03-11 13:48:24 +0100223 return 0;
224}
wdenk4a551702003-10-08 23:26:14 +0000225
Daniel Hellstrom00ab32c2008-03-26 22:36:03 +0100226#elif defined(CONFIG_SPARC) /* SPARC */
227int 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);
Becky Bruceb57ca3e2008-06-09 20:37:16 -0500238 print_lnum("memsize ", bd->bi_memsize);
Daniel Hellstrom00ab32c2008-03-26 22:36:03 +0100239 print_num("flashstart ", bd->bi_flashstart);
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200240 print_num("CONFIG_SYS_MONITOR_BASE ", CONFIG_SYS_MONITOR_BASE);
Jean-Christophe PLAGNIOL-VILLARD0e8d1582008-09-10 22:48:06 +0200241 print_num("CONFIG_ENV_ADDR ", CONFIG_ENV_ADDR);
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200242 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);
Daniel Hellstrom00ab32c2008-03-26 22:36:03 +0100252
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
TsiChung Liew8e585f02007-06-18 13:50:13 -0500265#elif defined(CONFIG_M68K) /* M68K */
TsiChungLiew8ae158c2007-08-16 15:05:11 -0500266static void print_str(const char *, const char *);
TsiChung Liew8e585f02007-06-18 13:50:13 -0500267
268int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
269{
270 int i;
271 bd_t *bd = gd->bd;
TsiChungLiew8ae158c2007-08-16 15:05:11 -0500272 char buf[32];
273
TsiChung Liew8e585f02007-06-18 13:50:13 -0500274 print_num ("memstart", (ulong)bd->bi_memstart);
Becky Bruceb57ca3e2008-06-09 20:37:16 -0500275 print_lnum ("memsize", (u64)bd->bi_memsize);
TsiChung Liew8e585f02007-06-18 13:50:13 -0500276 print_num ("flashstart", (ulong)bd->bi_flashstart);
277 print_num ("flashsize", (ulong)bd->bi_flashsize);
278 print_num ("flashoffset", (ulong)bd->bi_flashoffset);
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200279#if defined(CONFIG_SYS_INIT_RAM_ADDR)
TsiChungLiew8ae158c2007-08-16 15:05:11 -0500280 print_num ("sramstart", (ulong)bd->bi_sramstart);
281 print_num ("sramsize", (ulong)bd->bi_sramsize);
TsiChung Liew8e585f02007-06-18 13:50:13 -0500282#endif
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +0200283#if defined(CONFIG_SYS_MBAR)
TsiChungLiew8ae158c2007-08-16 15:05:11 -0500284 print_num ("mbar", bd->bi_mbar_base);
TsiChung Liew8e585f02007-06-18 13:50:13 -0500285#endif
TsiChungLiew8ae158c2007-08-16 15:05:11 -0500286 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
Stefan Roese26667b72007-08-18 14:37:52 +0200295#if defined(CONFIG_CMD_NET)
TsiChung Liew8e585f02007-06-18 13:50:13 -0500296 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)
TsiChungLiewab77bc52007-08-15 15:39:17 -0500309 puts ("\neth2addr =");
310 for (i=0; i<6; ++i) {
TsiChung Liew8e585f02007-06-18 13:50:13 -0500311 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet2addr[i]);
312 }
313#endif
314
315#if defined(CONFIG_HAS_ETH3)
TsiChungLiewab77bc52007-08-15 15:39:17 -0500316 puts ("\neth3addr =");
317 for (i=0; i<6; ++i) {
TsiChung Liew8e585f02007-06-18 13:50:13 -0500318 printf ("%c%02X", i ? ':' : ' ', bd->bi_enet3addr[i]);
319 }
320#endif
321
322 puts ("\nip_addr = ");
323 print_IPaddr (bd->bi_ip_addr);
Stefan Roese26667b72007-08-18 14:37:52 +0200324#endif
TsiChung Liew8e585f02007-06-18 13:50:13 -0500325 printf ("\nbaudrate = %d bps\n", bd->bi_baudrate);
326
327 return 0;
328}
329
Mike Frysinger8dc48d72008-02-04 19:26:55 -0500330#elif defined(CONFIG_BLACKFIN)
Mike Frysinger6dadc912008-10-20 16:15:04 -0400331static void print_str(const char *, const char *);
Mike Frysinger8dc48d72008-02-04 19:26:55 -0500332
333int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
334{
335 int i;
336 bd_t *bd = gd->bd;
Mike Frysinger6dadc912008-10-20 16:15:04 -0400337 char buf[32];
Mike Frysinger8dc48d72008-02-04 19:26:55 -0500338
339 printf("U-Boot = %s\n", bd->bi_r_version);
340 printf("CPU = %s\n", bd->bi_cpu);
341 printf("Board = %s\n", bd->bi_board_name);
Mike Frysinger6dadc912008-10-20 16:15:04 -0400342 print_str("VCO", strmhz(buf, bd->bi_vco));
343 print_str("CCLK", strmhz(buf, bd->bi_cclk));
344 print_str("SCLK", strmhz(buf, bd->bi_sclk));
Mike Frysinger8dc48d72008-02-04 19:26:55 -0500345
346 print_num("boot_params", (ulong)bd->bi_boot_params);
347 print_num("memstart", (ulong)bd->bi_memstart);
Becky Bruceb57ca3e2008-06-09 20:37:16 -0500348 print_lnum("memsize", (u64)bd->bi_memsize);
Mike Frysinger8dc48d72008-02-04 19:26:55 -0500349 print_num("flashstart", (ulong)bd->bi_flashstart);
350 print_num("flashsize", (ulong)bd->bi_flashsize);
351 print_num("flashoffset", (ulong)bd->bi_flashoffset);
352
353 puts("ethaddr =");
354 for (i = 0; i < 6; ++i)
355 printf("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
356 puts("\nip_addr = ");
357 print_IPaddr(bd->bi_ip_addr);
358 printf("\nbaudrate = %d bps\n", bd->bi_baudrate);
359
360 return 0;
361}
362
wdenk8bde7f72003-06-27 21:31:46 +0000363#else /* ! PPC, which leaves MIPS */
364
365int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
366{
wdenk8bde7f72003-06-27 21:31:46 +0000367 int i;
368 bd_t *bd = gd->bd;
369
370 print_num ("boot_params", (ulong)bd->bi_boot_params);
371 print_num ("memstart", (ulong)bd->bi_memstart);
Becky Bruceb57ca3e2008-06-09 20:37:16 -0500372 print_lnum ("memsize", (u64)bd->bi_memsize);
wdenk8bde7f72003-06-27 21:31:46 +0000373 print_num ("flashstart", (ulong)bd->bi_flashstart);
374 print_num ("flashsize", (ulong)bd->bi_flashsize);
375 print_num ("flashoffset", (ulong)bd->bi_flashoffset);
376
wdenk4b9206e2004-03-23 22:14:11 +0000377 puts ("ethaddr =");
wdenk8bde7f72003-06-27 21:31:46 +0000378 for (i=0; i<6; ++i) {
379 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
380 }
wdenk4b9206e2004-03-23 22:14:11 +0000381 puts ("\nip_addr = ");
wdenk8bde7f72003-06-27 21:31:46 +0000382 print_IPaddr (bd->bi_ip_addr);
383 printf ("\nbaudrate = %d bps\n", bd->bi_baudrate);
384
385 return 0;
386}
387#endif /* MIPS */
388
389#else /* ARM */
390
391int do_bdinfo ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
392{
wdenk8bde7f72003-06-27 21:31:46 +0000393 int i;
394 bd_t *bd = gd->bd;
395
396 print_num ("arch_number", bd->bi_arch_number);
397 print_num ("env_t", (ulong)bd->bi_env);
398 print_num ("boot_params", (ulong)bd->bi_boot_params);
399
400 for (i=0; i<CONFIG_NR_DRAM_BANKS; ++i) {
401 print_num("DRAM bank", i);
402 print_num("-> start", bd->bi_dram[i].start);
403 print_num("-> size", bd->bi_dram[i].size);
404 }
405
Hebbara41dbbd2007-12-18 16:03:07 -0800406#if defined(CONFIG_CMD_NET)
wdenk4b9206e2004-03-23 22:14:11 +0000407 puts ("ethaddr =");
wdenk8bde7f72003-06-27 21:31:46 +0000408 for (i=0; i<6; ++i) {
409 printf ("%c%02X", i ? ':' : ' ', bd->bi_enetaddr[i]);
410 }
wdenk4b9206e2004-03-23 22:14:11 +0000411 puts ( "\n"
wdenk8bde7f72003-06-27 21:31:46 +0000412 "ip_addr = ");
413 print_IPaddr (bd->bi_ip_addr);
Hebbara41dbbd2007-12-18 16:03:07 -0800414#endif
wdenkb79a11c2004-03-25 15:14:43 +0000415 printf ("\n"
wdenk8bde7f72003-06-27 21:31:46 +0000416 "baudrate = %d bps\n", bd->bi_baudrate);
417
418 return 0;
419}
420
421#endif /* CONFIG_ARM XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
422
423static void print_num(const char *name, ulong value)
424{
425 printf ("%-12s= 0x%08lX\n", name, value);
426}
427
Becky Bruceb57ca3e2008-06-09 20:37:16 -0500428#ifndef CONFIG_ARM
429static void print_lnum(const char *name, u64 value)
430{
431 printf ("%-12s= 0x%.8llX\n", name, value);
432}
433#endif
434
Mike Frysinger6dadc912008-10-20 16:15:04 -0400435#if defined(CONFIG_PPC) || defined(CONFIG_M68K) || defined(CONFIG_BLACKFIN)
wdenk8bde7f72003-06-27 21:31:46 +0000436static void print_str(const char *name, const char *str)
437{
438 printf ("%-12s= %6s MHz\n", name, str);
439}
440#endif /* CONFIG_PPC */
441
442
443/* -------------------------------------------------------------------- */
444
wdenk0d498392003-07-01 21:06:45 +0000445U_BOOT_CMD(
446 bdinfo, 1, 1, do_bdinfo,
wdenk8bde7f72003-06-27 21:31:46 +0000447 "bdinfo - print Board Info structure\n",
448 NULL
449);