| Commit message (Expand) | Author | Age | Lines |
... | |
* | armv7: disable L2 cache in cleanup_before_linux() | Aneesh V | 2011-12-06 | -0/+1 |
* | arm, arm926ejs: Fix clear bss loop for zero length bss | Christian Riesch | 2011-12-06 | -3/+5 |
* | PXA: Rename pxa_dram_init to pxa2xx_dram_init | Marek Vasut | 2011-12-06 | -2/+2 |
* | PXA: Replace timer driver | Marek Vasut | 2011-12-06 | -52/+35 |
* | PXA: Add cpuinfo display for PXA2xx | Marek Vasut | 2011-12-06 | -0/+134 |
* | PXA: Separate PXA2xx CPU init | Marek Vasut | 2011-12-06 | -73/+31 |
* | PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X | Marek Vasut | 2011-12-06 | -20/+20 |
* | PXA: Re-add the Dcache locking as RAM for pxa250 | Marek Vasut | 2011-12-06 | -2/+116 |
* | PXA: Rework start.S to be closer to other ARMs | Marek Vasut | 2011-12-06 | -247/+153 |
* | OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that. | Alexander Holler | 2011-11-29 | -11/+1 |
* | Fix Stelian's email address | Stelian Pop | 2011-11-29 | -11/+11 |
* | 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 |
* | | arch/arm/cpu/armv7/s5p-common/pwm.c: fix GCC 4.6 warning | Anatolij Gustschin | 2011-11-16 | -2/+0 |
* | | arm, davinci: da850/dm365 lowlevel cleanup | Heiko Schocher | 2011-11-15 | -124/+71 |
* | | omap4/5: Add support for booting with CH. | Sricharan | 2011-11-15 | -41/+164 |
* | | omap5: emif: Add emif/ddr configurations required for omap5 evm | Sricharan | 2011-11-15 | -213/+514 |
* | | omap5: clocks: Add clocks support for omap5 platform. | Sricharan | 2011-11-15 | -470/+991 |
* | | omap5: Add minimal support for omap5430. | Sricharan | 2011-11-15 | -319/+362 |
* | | omap4: make omap4 code common for future reuse | Sricharan | 2011-11-15 | -9/+16 |
* | | mx31: Fix checkpatch warnings in generic.c | Fabio Estevam | 2011-11-11 | -2/+2 |
* | | mx31: Use proper IO accessor for GPR register | Fabio Estevam | 2011-11-11 | -2/+3 |
* | | mx31: Remove duplicate definition for GPR register | Fabio Estevam | 2011-11-11 | -4/+2 |
* | | 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: a320: fix broken timer | Po-Yu Chuang | 2011-11-08 | -84/+50 |
* | | 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 |
|/ |
|
* | mx53: Turn off child clocks before reconfigure perclk_root | Fabio Estevam | 2011-11-04 | -0/+15 |
* | 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 |
* | omap/spl: actually enable the console | Ilya Yanok | 2011-11-03 | -0/+2 |
* | 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 |
* | mx31: define pins and init for UART2 and CSPI3 | Helmut Raiger | 2011-11-03 | -0/+15 |
* | mx31: Introduce mx31_set_gpr function | Fabio Estevam | 2011-11-03 | -0/+15 |
* | MX35: add reset cause as provided by other i.MX | Stefano Babic | 2011-11-03 | -2/+29 |
* | Reduce build times | Wolfgang Denk | 2011-11-03 | -19/+38 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2011-10-28 | -147/+2604 |
|\ |
|
| * | ARM: Add Calxeda Highbank platform | Rob Herring | 2011-10-27 | -0/+169 |
| * | 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 |
| * | ARM:AM33XX: Add support for TI AM335X EVM | Chandan Nath | 2011-10-27 | -1/+67 |
| * | ARM:AM33XX: Added timer support | Chandan Nath | 2011-10-27 | -0/+2 |