summaryrefslogtreecommitdiff
path: root/common/cmd_bdinfo.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-14openrisc: Add board info printout to cmd_bdinfoStefan Kristiansson1-0/+22
2011-12-07Fix unused function in cmd_bdinfo.cSimon Glass1-0/+1
2011-12-07cmd_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-18sandbox: Add board info for architectureSimon Glass1-4/+30
2011-07-04armv7: rename cache related CONFIG flagsAneesh V1-1/+1
2011-05-13cosmetic: cmd_bdinfo.c: clean up by using checkpatch.plMacpaul Lin1-147/+149
2011-04-13common/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-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-8/+8
2010-06-30Fix #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-12PPC: 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-21bdinfo: get mac address from environmentMike Frysinger1-88/+32
2009-03-21convert print_IPaddr() to %pI4Mike Frysinger1-29/+19
2009-02-07Coldfire: cmd_bdinfo cleanupRichard Retanubun1-1/+2
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-24Blackfin: use common strmhz() in system outputMike Frysinger1-4/+6
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-15/+15
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-0/+14
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-06Fix merge problemsStefan Roese1-1/+1
2008-07-07ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek1-4/+4
2008-06-12Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce1-8/+16
2008-04-08SPARC: added SPARC board information to the command bdinfo.Daniel Hellstrom1-0/+39
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk1-0/+31
2008-02-05add Blackfin-specific bdinfo commandMike Frysinger1-0/+31
2008-02-05ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is definedHebbar1-0/+2
2008-01-10Nios2: remove common/cmd_bdinfo.c unused variable.Jean-Christophe PLAGNIOL-VILLARD1-0/+2
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-2/+0
2007-08-18ColdFire: Fix some remaining problems with CFG_CMD_Stefan Roese1-2/+2
2007-08-17ColdFire: Add M54455EVB for MCF5445xTsiChungLiew1-5/+17
2007-08-17ColdFire: MCF5329 Update and cleanupTsiChungLiew1-6/+6
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-4/+4
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-3/+3
2007-07-09common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-1/+1
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-06-19Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew1-0/+53
2007-03-11[Microblaze][PATCH] part 2Michal Simek1-0/+26