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