aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bdinfo.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-24common: Update cmd_bdinfo for PPCYork Sun1-0/+5
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-7/+0
2013-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini1-5/+22
2013-02-04Only use fb_base if we have a displaySimon Glass1-0/+4
2013-02-04common: cmd_bdinfo: Fix compilation warning for microblazeMichal Simek1-1/+1
2013-02-04common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARMMichal Simek1-4/+21
2013-02-01arm: Move tlb_addr and tlb_size to arch_global_dataSimon Glass1-1/+1
2012-10-19x86: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19nds32: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19mips: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19blackfin: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19arm: Change global data baudrate to intSimon Glass1-1/+1
2012-10-19sparc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19powerpc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19openrisc: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19nios2: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19microblaze: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19m68k: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19avr32: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-19sh: Change bi_baudrate and global data baudrate to intSimon Glass1-1/+1
2012-10-15common: cmd_bdinfo: fix type of value in print_lnumDaniel Schwierzeck1-1/+1
2012-09-18dm: sparc: common: Fixup cmd_bdinfo warningsMarek Vasut1-5/+5
2012-05-15net: punt bd->bi_ip_addrMike Frysinger1-14/+14
2012-04-24cmd_bdinfo: display the address map size (32-bit vs. 36-bit)Timur Tabi1-0/+8
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath1-0/+9
2012-01-13openrisc: Add board info printout to cmd_bdinfoStefan Kristiansson1-0/+22
2011-12-07Fix unused function in cmd_bdinfo.cSimon Glass1-0/+1
2011-12-06cmd_bdinfo: simplify local static funcs a bitMike Frysinger1-58/+31
2011-11-29x86: Provide more configuration granularityGraeme Russ1-1/+2
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin1-0/+25
2011-10-22cmd_bdinfo: replace print_str() with print_mhz()Timur Tabi1-37/+35
2011-10-17sandbox: Add board info for architectureSimon Glass1-4/+30
2011-07-04armv7: rename cache related CONFIG flagsAneesh V1-1/+1
2011-05-12cosmetic: cmd_bdinfo.c: clean up by using checkpatch.plMacpaul Lin1-147/+149
2011-04-12common/cmd_bdinfo.c: fix do_bdinfo() for AVR32Andreas Bießmann1-1/+1
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-2/+0
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-10-07x86: Remove bi_env from do_bdinfoGraeme Russ1-1/+0
2010-09-19ARM: add relocation supportHeiko Schocher1-1/+10
2010-09-19arm: get rid of bi_envHeiko Schocher1-1/+0
2010-09-13x86: Add do_bdinfo()Graeme Russ1-3/+45
2010-08-30sh: Add support do_bdinfo functionNobuhiro Iwamatsu1-0/+19
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-8/+8
2010-06-29Fix #if chain and added AVR32 case in cmd_bdinfo.cReinhard Meyer1-9/+35
2010-05-28nios: remove nios-32 archThomas Chou1-19/+0
2010-03-24fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not usedPhilippe De Muyter1-2/+2
2010-03-11PPC: Record U-Boot's relocated address in RAM and show in bdinfo.Richard Retanubun1-0/+1
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-03-29ARM: fix warning: 'print_eth' defined but not usedWolfgang Denk1-0/+4
2009-03-20bdinfo: get mac address from environmentMike Frysinger1-88/+32