| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | sh: make the linker scripts more generic | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-08 | -263/+21 |
* | sh7785lcr: fix out of tree build | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-08 | -1/+1 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -4/+4 |
* | Fix all linker script to handle all rodata sections | Trent Piepho | 2009-03-20 | -7/+7 |
* | Prepare 2009.03-rc2v2009.03-rc2 | Wolfgang Denk | 2009-03-15 | -1/+0 |
* | sh: ap325rxa: Change the wait cycle in the area 5 | Yusuke.Goda | 2009-03-13 | -1/+1 |
* | sh: Add support 32-Bit Extended Address Mode to sh7785lcr | Yoshihiro Shimoda | 2009-03-12 | -2/+324 |
* | Command usage cleanup | Peter Tyser | 2009-01-28 | -3/+3 |
* | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -4/+4 |
* | sh: Fix compile error on lowlevel_init file | Nobuhiro Iwamatsu | 2009-01-16 | -5/+8 |
* | sh: Fix up rsk7203 target for out of tree build | Kieran Bingham | 2009-01-16 | -0/+4 |
* | sh: use write{8,16,32} in all lowlevel_init | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -589/+209 |
* | sh: lowlevel_init coding style cleanup | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-16 | -523/+523 |
* | sh: r2dplus fix register access | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-10 | -1/+1 |
* | sh: r2dplus/lowlevel_init: coding style fix | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-10 | -21/+21 |