| Commit message (Expand) | Author | Age | Lines |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | common: Update cmd_bdinfo for PPC | York Sun | 2013-05-24 | -0/+5 |
* | Power: remove support for Freescale MPC8220 | Wolfgang Denk | 2013-05-15 | -7/+0 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze | Tom Rini | 2013-02-04 | -5/+22 |
|\ |
|
| * | common: cmd_bdinfo: Fix compilation warning for microblaze | Michal Simek | 2013-02-04 | -1/+1 |
| * | common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM | Michal Simek | 2013-02-04 | -4/+21 |
* | | Only use fb_base if we have a display | Simon Glass | 2013-02-04 | -0/+4 |
* | | arm: Move tlb_addr and tlb_size to arch_global_data | Simon Glass | 2013-02-01 | -1/+1 |
|/ |
|
* | x86: Change global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | nds32: Change global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | mips: Change global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | blackfin: Change global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | arm: Change global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | sparc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | powerpc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | openrisc: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | nios2: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | microblaze: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | m68k: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | avr32: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | sh: Change bi_baudrate and global data baudrate to int | Simon Glass | 2012-10-19 | -1/+1 |
* | common: cmd_bdinfo: fix type of value in print_lnum | Daniel Schwierzeck | 2012-10-15 | -1/+1 |
* | dm: sparc: common: Fixup cmd_bdinfo warnings | Marek Vasut | 2012-09-18 | -5/+5 |
* | net: punt bd->bi_ip_addr | Mike Frysinger | 2012-05-15 | -14/+14 |
* | cmd_bdinfo: display the address map size (32-bit vs. 36-bit) | Timur Tabi | 2012-04-24 | -0/+8 |
* | davinci: add support for printing clock frequency | Hadli, Manjunath | 2012-02-12 | -0/+9 |
* | openrisc: Add board info printout to cmd_bdinfo | Stefan Kristiansson | 2012-01-13 | -0/+22 |
* | Fix unused function in cmd_bdinfo.c | Simon Glass | 2011-12-07 | -0/+1 |
* | cmd_bdinfo: simplify local static funcs a bit | Mike Frysinger | 2011-12-06 | -58/+31 |
* | x86: Provide more configuration granularity | Graeme Russ | 2011-11-29 | -1/+2 |
* | nds32: common bdinfo, bootm, image support | Macpaul Lin | 2011-10-22 | -0/+25 |
* | cmd_bdinfo: replace print_str() with print_mhz() | Timur Tabi | 2011-10-22 | -37/+35 |
* | sandbox: Add board info for architecture | Simon Glass | 2011-10-17 | -4/+30 |
* | armv7: rename cache related CONFIG flags | Aneesh V | 2011-07-04 | -1/+1 |
* | cosmetic: cmd_bdinfo.c: clean up by using checkpatch.pl | Macpaul Lin | 2011-05-12 | -147/+149 |
* | common/cmd_bdinfo.c: fix do_bdinfo() for AVR32 | Andreas Bießmann | 2011-04-12 | -1/+1 |
* | Drop support for CONFIG_SYS_ARM_WITHOUT_RELOC | Wolfgang Denk | 2010-10-29 | -2/+0 |
* | Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value | Wolfgang Denk | 2010-10-26 | -1/+1 |
* | x86: Remove bi_env from do_bdinfo | Graeme Russ | 2010-10-07 | -1/+0 |
* | ARM: add relocation support | Heiko Schocher | 2010-09-19 | -1/+10 |
* | arm: get rid of bi_env | Heiko Schocher | 2010-09-19 | -1/+0 |
* | x86: Add do_bdinfo() | Graeme Russ | 2010-09-13 | -3/+45 |
* | sh: Add support do_bdinfo function | Nobuhiro Iwamatsu | 2010-08-30 | -0/+19 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -8/+8 |
* | Fix #if chain and added AVR32 case in cmd_bdinfo.c | Reinhard Meyer | 2010-06-29 | -9/+35 |
* | nios: remove nios-32 arch | Thomas Chou | 2010-05-28 | -19/+0 |
* | fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not used | Philippe De Muyter | 2010-03-24 | -2/+2 |
* | PPC: Record U-Boot's relocated address in RAM and show in bdinfo. | Richard Retanubun | 2010-03-11 | -0/+1 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -1/+1 |
* | ARM: fix warning: 'print_eth' defined but not used | Wolfgang Denk | 2009-03-29 | -0/+4 |