| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: AM33xx+: Update ioregs to pass different values | Lokesh Vutla | 2013-12-18 | 3 | -3/+29 |
* | am33xx: Enable D-CACHE on !CONFIG_SYS_DCACHE_OFF | Tom Rini | 2013-12-12 | 1 | -9/+0 |
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-12-10 | 4 | -14/+2 |
|\ |
|
| * | Makefile: make directories by Makefile.build | Masahiro Yamada | 2013-11-17 | 3 | -12/+0 |
| * | i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework | Heiko Schocher | 2013-11-13 | 1 | -2/+2 |
* | | arm, at91: add siemens corvus board | Heiko Schocher | 2013-12-09 | 2 | -0/+213 |
* | | arm, at91: add Siemens board taurus and axm | Heiko Schocher | 2013-12-09 | 2 | -0/+178 |
* | | am33xx: Stop modifying certain EMIF4D registers | Tom Rini | 2013-12-04 | 3 | -14/+0 |
* | | arm, am335x: update for the siemens boards | Samuel Egli | 2013-11-12 | 7 | -19/+239 |
|/ |
|
* | board: arm: convert makefiles to Kbuild style | Masahiro Yamada | 2013-11-01 | 3 | -81/+9 |
* | usb:g_dnl: Add name parameter to g_dnl_bind_fixup function | Lukasz Majewski | 2013-10-20 | 1 | -1/+1 |
* | Coding Style cleanup: drop some excessive empty lines | Wolfgang Denk | 2013-10-14 | 1 | -4/+0 |
* | arm, am335x: add support for 3 siemens boards | Heiko Schocher | 2013-08-28 | 16 | -0/+2560 |
* | PPC: remove dead boards (AMX860, c2mon, ETX094, IAD210, LANTEC, SCM) | Wolfgang Denk | 2012-10-28 | 14 | -3611/+0 |
* | common: Discard the __u_boot_cmd section | Marek Vasut | 2012-10-22 | 1 | -3/+0 |
* | common: Add .u_boot_list into all linker files | Marek Vasut | 2012-10-22 | 1 | -0/+5 |
* | board/siemens/SCM/scm.c: Fix GCC 4.6 build warning | Wolfgang Denk | 2011-11-07 | 1 | -1/+2 |
* | Reduce build times | Wolfgang Denk | 2011-11-03 | 1 | -2/+1 |
* | 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 |