| Commit message (Expand) | Author | Age | Lines |
* | 8xx: Cleanup for partial linking and --gc-sections | Wolfgang Denk | 2010-11-27 | -49/+17 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -6/+6 |
* | Makefile: move all Power Architecture boards into boards.cfg | Wolfgang Denk | 2010-10-18 | -42/+1 |
* | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk | 2010-10-18 | -7/+8 |
* | CCM: remove code for yet another corpse | Wolfgang Denk | 2010-10-06 | -1487/+0 |
* | PCU_E: remove code for yet another corpse | Wolfgang Denk | 2010-10-06 | -1597/+0 |
* | Rename getenv_r() into getenv_f() | Wolfgang Denk | 2010-08-04 | -2/+2 |
* | cmd_usage(): simplify return code handling | Wolfgang Denk | 2010-07-24 | -4/+2 |
* | Make sure that argv[] argument pointers are not modified. | Wolfgang Denk | 2010-07-04 | -2/+2 |
* | Move arch/ppc to arch/powerpc | Stefan Roese | 2010-04-21 | -10/+10 |
* | arm: Move cpu/$CPU to arch/arm/cpu/$CPU | Peter Tyser | 2010-04-13 | -1/+1 |
* | ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU | Peter Tyser | 2010-04-13 | -6/+6 |
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -7/+7 |
* | Move lib_$ARCH directories to arch/$ARCH/lib | Peter Tyser | 2010-04-13 | -4/+4 |
* | ppc: Enable full relocation to RAM | Peter Tyser | 2009-10-03 | -5/+0 |
* | General help message cleanup | Wolfgang Denk | 2009-06-12 | -5/+5 |
* | arm: unify linker script | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -55/+0 |
* | ppc: cleanup compiler errors/warnings | Heiko Schocher | 2009-03-27 | -1/+2 |
* | Fix all linker script to handle all rodata sections | Trent Piepho | 2009-03-20 | -10/+4 |
* | boards: move board_get_enetaddr() into board-specific init | Mike Frysinger | 2009-03-20 | -1/+13 |
* | Command usage cleanup | Peter Tyser | 2009-01-28 | -2/+2 |
* | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -2/+2 |
* | Align end of bss by 4 bytes | Selvamuthukumar | 2008-11-18 | -1/+4 |
* | Cleanup: fix "MHz" spelling | Wolfgang Denk | 2008-10-21 | -2/+2 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -265/+265 |
* | rename CFG_ENV macros to CONFIG_ENV | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -17/+17 |
* | rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -4/+4 |
* | cleanup use of CFG_ENV_IS_IN_FLASH | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | rename environment.c in env_embedded.c to reflect is functionality | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -5/+5 |
* | CCM/SCM boards: fix out of tree building | Wolfgang Denk | 2008-07-04 | -2/+2 |
* | SCM board: fix build errors. | Wolfgang Denk | 2008-07-03 | -3/+10 |
* | IAD210 board: fix ``"ALIGN" redefined'' warning. | Wolfgang Denk | 2008-07-03 | -3/+2 |
* | CCM board: fix build errors. | Wolfgang Denk | 2008-07-03 | -2/+9 |
* | Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS) | Wolfgang Denk | 2008-07-02 | -1/+1 |
* | Change initdram() return type to phys_size_t | Becky Bruce | 2008-06-12 | -4/+4 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -25/+25 |
* | Memory footprint optimizations | Bartlomiej Sieka | 2008-04-24 | -1/+1 |
* | Remove all the search paths from the .lds files. | Jason Wessel | 2008-04-17 | -5/+0 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot into new-image | Marian Balakowicz | 2008-03-12 | -17/+19 |
|\ |
|
| * | SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings | Jean-Christophe PLAGNIOL-VILLARD | 2008-03-09 | -17/+19 |
* | | [new uImage] Update naming convention for bootm/uImage related code | Marian Balakowicz | 2008-02-29 | -2/+2 |
* | | [new uImage] Add dual format uImage support framework | Marian Balakowicz | 2008-02-25 | -0/+14 |
* | | [new uImage] Define a API for image handling operations | Marian Balakowicz | 2008-02-07 | -21/+13 |
|/ |
|
* | Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections | Wolfgang Denk | 2008-01-12 | -4/+4 |
* | Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global | Wolfgang Denk | 2007-09-15 | -6/+1 |
* | board/[j-z]*: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -1/+1 |
* | board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -3/+3 |
* | Remove obsolete mpc824x linker scripts | Grant Likely | 2007-07-04 | -126/+0 |
* | Fix a few file permission problems. | Wolfgang Denk | 2007-07-04 | -0/+0 |
* | board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -2/+2 |