aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bdinfo.c
AgeCommit message (Expand)Author
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath
2012-01-13openrisc: Add board info printout to cmd_bdinfoStefan Kristiansson
2011-12-07Fix unused function in cmd_bdinfo.cSimon Glass
2011-12-06cmd_bdinfo: simplify local static funcs a bitMike Frysinger
2011-11-29x86: Provide more configuration granularityGraeme Russ
2011-10-22nds32: common bdinfo, bootm, image supportMacpaul Lin
2011-10-22cmd_bdinfo: replace print_str() with print_mhz()Timur Tabi
2011-10-17sandbox: Add board info for architectureSimon Glass
2011-07-04armv7: rename cache related CONFIG flagsAneesh V
2011-05-12cosmetic: cmd_bdinfo.c: clean up by using checkpatch.plMacpaul Lin
2011-04-12common/cmd_bdinfo.c: fix do_bdinfo() for AVR32Andreas Bießmann
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-10-07x86: Remove bi_env from do_bdinfoGraeme Russ
2010-09-19ARM: add relocation supportHeiko Schocher
2010-09-19arm: get rid of bi_envHeiko Schocher
2010-09-13x86: Add do_bdinfo()Graeme Russ
2010-08-30sh: Add support do_bdinfo functionNobuhiro Iwamatsu
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-06-29Fix #if chain and added AVR32 case in cmd_bdinfo.cReinhard Meyer
2010-05-28nios: remove nios-32 archThomas Chou
2010-03-24fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not usedPhilippe De Muyter
2010-03-11PPC: Record U-Boot's relocated address in RAM and show in bdinfo.Richard Retanubun
2009-06-12General help message cleanupWolfgang Denk
2009-03-29ARM: fix warning: 'print_eth' defined but not usedWolfgang Denk
2009-03-20bdinfo: get mac address from environmentMike Frysinger
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger
2009-02-06Coldfire: cmd_bdinfo cleanupRichard Retanubun
2009-01-28Command usage cleanupPeter Tyser
2009-01-23Blackfin: use common strmhz() in system outputMike Frysinger
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-08-06Fix merge problemsStefan Roese
2008-07-06ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405Michal Simek
2008-06-12Change bd/gd memsize/ram_size to be phys_size_t.Becky Bruce
2008-04-08SPARC: added SPARC board information to the command bdinfo.Daniel Hellstrom
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk
2008-02-04add Blackfin-specific bdinfo commandMike Frysinger
2008-02-04ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is definedHebbar
2008-01-10Nios2: remove common/cmd_bdinfo.c unused variable.Jean-Christophe PLAGNIOL-VILLARD
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely
2007-08-18ColdFire: Fix some remaining problems with CFG_CMD_Stefan Roese
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-08common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2007-06-18Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew