| Commit message (Expand) | Author | Age | Lines |
* | arm, arm926ejs: Fix clear bss loop for zero length bss | Christian Riesch | 2011-12-06 | -3/+5 |
* | Fix Stelian's email address | Stelian Pop | 2011-11-29 | -10/+10 |
* | Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-staging | Wolfgang Denk | 2011-11-23 | -2/+3 |
|\ |
|
| * | arch/arm/cpu/arm926ejs/omap/cpuinfo.c: Fix GCC 4.6 warnings | Anatolij Gustschin | 2011-11-23 | -2/+3 |
* | | arm, davinci: da850/dm365 lowlevel cleanup | Heiko Schocher | 2011-11-15 | -124/+71 |
* | | iMX28: Fix ARM vector handling | Marek Vasut | 2011-11-11 | -0/+22 |
* | | iMX28: Add GPIO control | Marek Vasut | 2011-11-11 | -0/+6 |
* | | iMX28: Add PINMUX control | Marek Vasut | 2011-11-11 | -1/+110 |
* | | iMX28: Initial support for iMX28 CPU | Marek Vasut | 2011-11-11 | -0/+735 |
* | | SPL: Allow ARM926EJS to avoid compiling in the CPU support code | Marek Vasut | 2011-11-08 | -0/+6 |
* | | arm, davinci: Fix setting of the SDRAM configuration register | Christian Riesch | 2011-11-08 | -6/+19 |
* | | arm, davinci: Remove the duplication of LPSC functions | Christian Riesch | 2011-11-08 | -92/+4 |
* | | arm, davinci: Rename AM1808 lowlevel functions to DA850 | Christian Riesch | 2011-11-08 | -69/+69 |
|/ |
|
* | arm926ejs, davinci: add cpuinfo for dm365 | Heiko Schocher | 2011-11-03 | -2/+25 |
* | arm, davinci: add lowlevel function for dm365 soc | Heiko Schocher | 2011-11-03 | -0/+439 |
* | arm, davinci: add support for new spl framework | Heiko Schocher | 2011-11-03 | -1/+92 |
* | arm, arm926: fix missing symbols in NAND_SPL mode | Heiko Schocher | 2011-11-03 | -0/+6 |
* | arm, davinci: Add function lpsc_syncreset() | Christian Riesch | 2011-11-03 | -5/+15 |
* | kirkwood: drop empty asm-offsets.s file | Mike Frysinger | 2011-11-03 | -0/+0 |
* | Reduce build times | Wolfgang Denk | 2011-11-03 | -2/+4 |
* | ARM: pantheon: add mmc definition | Lei Wen | 2011-10-27 | -0/+11 |
* | davinci: remove config.mk file from the sources | Vladimir Zapolskiy | 2011-10-27 | -32/+0 |
* | davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM | Manjunath Hadli | 2011-10-27 | -4/+2 |
* | DaVinci: correct MDSTAT.STATE mask | Sergei Shtylyov | 2011-10-27 | -5/+7 |
* | ARM: orion5x: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -3/+4 |
* | ARM: kirkwood: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -0/+7 |
* | ARM: armada100: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -1/+3 |
* | ARM: pantheon: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -1/+3 |
* | dreamplug: initial board support. | Jason Cooper | 2011-10-27 | -0/+0 |
* | imx: fix coding style | Fabio Estevam | 2011-10-27 | -72/+72 |
* | build: add missing $(AR)->$(cmd_link_o_target) update | Mike Frysinger | 2011-10-22 | -2/+2 |
* | punt unused clean/distclean targets | Mike Frysinger | 2011-10-15 | -6/+0 |
* | zmx25: Fix build warning due to 'get_reset_cause' defined but not used | Fabio Estevam | 2011-09-30 | -23/+23 |
* | ARM: mx25: Print the source of reset | Fabio Estevam | 2011-09-30 | -1/+24 |
* | ARM: mx25: Print the silicon revison | Fabio Estevam | 2011-09-30 | -1/+29 |
* | arm, davinci, da8xx: add cpuinfo | Heiko Schocher | 2011-09-30 | -2/+14 |
* | arm, davinci, am1808: add lowlevel functions for booting from NOR | Heiko Schocher | 2011-09-30 | -0/+429 |
* | arm, davinci: add NOR Boot Configuration Word | Heiko Schocher | 2011-09-30 | -0/+9 |
* | arm, davinci: add internal WDT support for AM1808 cpus | Heiko Schocher | 2011-09-30 | -0/+31 |
* | arm, davinci: move davinci_timer in header file | Heiko Schocher | 2011-09-30 | -14/+1 |
* | net, davinci_emac: add KSZ8864 switch | Heiko Schocher | 2011-09-30 | -1/+69 |
* | led: remove camel casing of led identifiers globally | Jason Kridner | 2011-09-13 | -7/+7 |
* | Makefile : fix generation of cpu related asm-offsets.h | Stefano Babic | 2011-09-07 | -6/+0 |
* | da8xx: add support for multiple PLL controllers | Sudhakar Rajashekhara | 2011-09-04 | -11/+19 |
* | atmel: update at91sam9m10g45 SoC support to new style | Thomas Petazzoni | 2011-09-03 | -59/+55 |
* | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD | 2011-08-04 | -6/+6 |
* | arm: auto gen asm-offsets.h for mb86r0x | Matthias Weisser | 2011-08-04 | -0/+67 |
* | AT91: Makes AT91SAM9263 SoC build correctly against u-boot-atmel/master | Xu, Hong | 2011-08-03 | -13/+27 |
* | AT91: Makes AT91SAM9RL SoC build correctly against u-boot-atmel/master | Xu, Hong | 2011-08-03 | -39/+35 |
* | AT91: change common at91sam9261 files to compile with new scheme | Asen Dimov | 2011-08-03 | -40/+36 |