| Commit message (Expand) | Author | Age | Lines |
* | common: Discard the __u_boot_cmd section | Marek Vasut | 2012-10-22 | -7/+0 |
* | common: Add .u_boot_list into all linker files | Marek Vasut | 2012-10-22 | -0/+4 |
* | doc: cleanup - move board READMEs into respective board directories | Wolfgang Denk | 2012-07-29 | -0/+200 |
* | sh: Add SH7269 device and RSK2+SH7269 board | Phil Edworthy | 2012-05-28 | -0/+282 |
* | sh: r0p7734: Add support I2C controller | Nobuhiro Iwamatsu | 2012-05-28 | -1/+19 |
* | sh: Add support for r0p7734 board | Nobuhiro Iwamatsu | 2012-05-28 | -0/+724 |
* | sh: Fix rsk7264 pin setup for on-board ethernet | Phil Edworthy | 2012-04-18 | -1/+1 |
* | sh: Fix building ecovec board | Phil Edworthy | 2012-03-26 | -2/+6 |
* | sh: ecovec: Remove unused variable | Nobuhiro Iwamatsu | 2012-03-26 | -1/+0 |
* | sh: sh7757lcr: Add MMC header file of SH | Nobuhiro Iwamatsu | 2012-03-26 | -0/+1 |
* | sh: sh7757lcr: add supporting for MMCIF | Yoshihiro Shimoda | 2012-03-26 | -0/+5 |
* | usb: replace wait_ms() with mdelay() | Mike Frysinger | 2012-03-19 | -8/+2 |
* | ne2000: Convert to new net-multi model, fixes build of three boards | Bernhard Kaindl | 2011-12-08 | -1/+2 |
* | sh: Add support for ecovec board | Nobuhiro Iwamatsu | 2011-12-02 | -0/+373 |
* | sh: Add a flag which controls the DDR ECC mode of sh7757lcr | Nobuhiro Iwamatsu | 2011-12-02 | -1/+2 |
* | punt unused clean/distclean targets | Mike Frysinger | 2011-10-15 | -54/+0 |
* | sh: sh7757lcr: Add KEEP order to start.o section | Yoshihiro Shimoda | 2011-08-22 | -1/+1 |
* | sh: Fix rsk7203 alignment problem | Phil Edworthy | 2011-08-22 | -0/+1 |
* | sh: Add Renesas rsk7264 board | Phil Edworthy | 2011-08-22 | -0/+316 |
* | sh: sh7785lcr: Update BSC of USB area | Nobuhiro Iwamatsu | 2011-06-01 | -1/+1 |
* | Coding Style cleanup: remove trailing empty lines | Wolfgang Denk | 2011-03-27 | -2/+0 |
* | rename _end to __bss_end__ | Po-Yu Chuang | 2011-03-27 | -1/+1 |
* | sh: sh7785lcr: Fix out of tree building | Nobuhiro Iwamatsu | 2011-02-03 | -2/+6 |
* | sh: add support for sh7757lcr board | Yoshihiro Shimoda | 2011-02-02 | -0/+1265 |
* | sh: Remove config.mk for sh7785lcr board | Nobuhiro Iwamatsu | 2011-02-02 | -31/+0 |
* | sh: Remove config.mk for sh7763rdp board | Nobuhiro Iwamatsu | 2011-02-02 | -11/+0 |
* | sh: Remove config.mk for rsk7203 board | Nobuhiro Iwamatsu | 2011-02-02 | -28/+0 |
* | sh: Remove config.mk for r7780mp board | Nobuhiro Iwamatsu | 2011-02-02 | -27/+0 |
* | sh: Remove config.mk for r2dplus board | Nobuhiro Iwamatsu | 2011-02-02 | -23/+0 |
* | sh: Remove config.mk for ap325rxa board | Nobuhiro Iwamatsu | 2011-02-02 | -26/+0 |
* | sh: Remove config.mk for MigoR board | Nobuhiro Iwamatsu | 2011-02-02 | -31/+0 |
* | Move DECLARE_GLOBAL_DATA_PTR to file scope | John Rigby | 2010-12-21 | -14/+14 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -14/+14 |
* | sh: sh7785lcr: Add CONFIG_SYS_TEXT_BASE for 32bit mode | Nobuhiro Iwamatsu | 2010-10-21 | -1/+3 |
* | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk | 2010-10-18 | -14/+14 |
* | Prepare v2010.09-rc1v2010.09-rc1 | Wolfgang Denk | 2010-09-10 | -1/+1 |
* | sh: Update lowlevel_init.S of ap325rxa | Nobuhiro Iwamatsu | 2010-08-30 | -0/+1 |
* | sh: Update lowlevel_init.S of r2dplus | Nobuhiro Iwamatsu | 2010-08-30 | -3/+6 |
* | sh: Update lowlevel_init.S of sh7763rdp | Nobuhiro Iwamatsu | 2010-08-30 | -2/+2 |
* | sh: Update lowlevel_init.S of MigoR | Nobuhiro Iwamatsu | 2010-08-30 | -5/+5 |
* | sh: Update lowlevel_init.S of sh7785lcr | Nobuhiro Iwamatsu | 2010-08-30 | -31/+23 |
* | sh: Update lowlevel_init.S of rsk7203 | Nobuhiro Iwamatsu | 2010-08-30 | -37/+48 |
* | cmd_usage(): simplify return code handling | Wolfgang Denk | 2010-07-24 | -14/+7 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -4/+4 |
* | sh: Move some defs to convince 'pcrel too far' | Nobuhiro Iwamatsu | 2009-10-30 | -54/+53 |
* | Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API | Ben Warren | 2009-10-04 | -0/+12 |
* | sh/rsk7203: add missing include net.h | Jean-Christophe PLAGNIOL-VILLARD | 2009-08-23 | -0/+1 |
* | Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API | Ben Warren | 2009-07-22 | -3/+24 |
* | sh: Revised the build with newest compiler | Nobuhiro Iwamatsu | 2009-07-08 | -29/+29 |
* | sh: unify linker script | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-08 | -672/+0 |