| Commit message (Expand) | Author | Age | Lines |
* | MIPS: remove OUTPUT_FORMAT from linker scripts | Gabor Juhos | 2013-01-30 | -0/+12 |
* | MIPS: xburst: simplify relocation offset calculation | Gabor Juhos | 2013-01-30 | -9/+3 |
* | MIPS: simplify relocated _G_O_T_ address calculation | Gabor Juhos | 2013-01-30 | -12/+3 |
* | MIPS: start.S: don't save flush_cache parameters in advance | Gabor Juhos | 2013-01-27 | -20/+4 |
* | MIPS: start.S: simplify relocation offset calculation | Gabor Juhos | 2013-01-27 | -18/+6 |
* | MIPS: start.S: save reused arguments earlier in relocate_code | Gabor Juhos | 2013-01-27 | -4/+6 |
* | MIPS: start.S: set sp register directly | Gabor Juhos | 2013-01-27 | -4/+2 |
* | MIPS: start.S: fix boundary check in relocate_code | Gabor Juhos | 2013-01-27 | -3/+3 |
* | MIPS: start{, 64}.S: fill branch delay slots with NOP instructions | Gabor Juhos | 2013-01-22 | -0/+3 |
* | MIPS: convert IO port accessor functions to 'static inline' | Gabor Juhos | 2013-01-22 | -4/+4 |
* | MIPS: use inline directive for __in*s functions | Gabor Juhos | 2013-01-22 | -1/+1 |
* | MIPS: bootm.c: add support for 'prep' and 'go' subcommands | Gabor Juhos | 2013-01-16 | -2/+13 |
* | MIPS: bootm.c: separate environment initialization | Gabor Juhos | 2013-01-16 | -23/+27 |
* | MIPS: bootm.c: separate linux jump code | Gabor Juhos | 2013-01-16 | -13/+19 |
* | MIPS: bootm.c: use debug macro to print debug message | Gabor Juhos | 2013-01-16 | -3/+1 |
* | pxa: Save lr register in relocate_code function | Łukasz Dałek | 2013-01-14 | -0/+2 |
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-14 | -84/+12 |
|\ |
|
| * | mx31/mx35/mx51/mx53/mx6: add watchdog | Troy Kisky | 2013-01-13 | -84/+2 |
| * | mx6: Add workaround for ARM errata | Fabio Estevam | 2013-01-09 | -0/+10 |
* | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-14 | -25/+953 |
|\ \ |
|
| * | | Exynos: clock: add CLK_DIV_FSYS3 at set_mmc_clk | Jaehoon Chung | 2013-01-11 | -0/+5 |
| * | | Exynos: clock: support get_mmc_clk for exynos | Jaehoon Chung | 2013-01-11 | -0/+103 |
| * | | EXYNOS: Add dummy definition to fix compilation dependency on CONFIG_EXYNOS_M... | Ajay Kumar | 2013-01-10 | -0/+7 |
| * | | EXYNOS5: Change parent clock of FIMD to MPLL | Ajay Kumar | 2013-01-10 | -1/+1 |
| * | | EXYNOS5: Add support for FIMD and DP | Ajay Kumar | 2013-01-10 | -0/+2 |
| * | | EXYNOS5: Add device node for USB. | Rajeshwari Shinde | 2013-01-08 | -0/+13 |
| * | | EXYNOS5: FDT: Add SPI device node data | Rajeshwari Shinde | 2013-01-08 | -0/+41 |
| * | | EXYNOS5: FDT: Add sound device node data | Rajeshwari Shinde | 2013-01-08 | -0/+5 |
| * | | EXYNOS5: FDT : Decode peripheral id | Rajeshwari Shinde | 2013-01-08 | -13/+57 |
| * | | EXYNOS5: FDT: Add I2C device node data | Rajeshwari Shinde | 2013-01-08 | -0/+64 |
| * | | arm:exynos4:pinmux: Modify the gpio function for mmc | Piotr Wilczek | 2013-01-08 | -0/+45 |
| * | | EXYNOS: EXYNOS4X12: extract Exynos4x12 IPs clock frequency | Chander Kashyap | 2012-12-26 | -5/+158 |
| * | | exynos5: Add DT based driver for SMC911X ethernet | Hatim RV | 2012-12-26 | -0/+18 |
| * | | EXYNOS5: FDT: add initial dts file for EXYNOS5250, SMDK5250 | Hatim RV | 2012-12-26 | -0/+31 |
| * | | EXYNOS: EXYNOS4X12: Add gpio structure for EXYNOS4X12 | Chander Kashyap | 2012-12-26 | -0/+85 |
| * | | EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12 | Chander Kashyap | 2012-12-26 | -0/+276 |
| * | | EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses | Chander Kashyap | 2012-12-26 | -6/+42 |
* | | | m68k/lib: fix serial driver relocation | angelo | 2013-01-11 | -2/+2 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-01-11 | -18/+89 |
|\ \ \ |
|
| * | | | arm: Tabify code for MMC initialization | Taylor Hutt | 2013-01-10 | -2/+2 |
| * | | | arm: Move bootstage record for board_init_f() to after arch_cpu_init() | Simon Glass | 2013-01-10 | -2/+9 |
| * | | | arm: Make interrupts.o and reset.o in libarm also appear in SPL | Tom Wai-Hong Tam | 2013-01-10 | -2/+3 |
| * | | | arm: Add CONFIG_DISPLAY_BOARDINFO_LATE to display board info on LCD | Simon Glass | 2013-01-10 | -0/+19 |
| * | | | arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading | Simon Glass | 2013-01-10 | -2/+27 |
| * | | | arm: Move fdt check earlier so that board_early_init_f() can use it | Simon Glass | 2013-01-10 | -4/+3 |
| * | | | arm: Keep track of the tlb size as well as its location | Gabe Black | 2013-01-10 | -2/+4 |
| * | | | arm: move flush_dcache_all() to just before disable cache | Arun Mankuzhi | 2013-01-10 | -1/+4 |
| * | | | Merge 'u-boot-atmel/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-09 | -0/+15 |
| |\ \ \ |
|
| | * | | | at91sam9x5: enable USB support for 9x5ek board. | Richard Genoud | 2012-12-09 | -0/+15 |
| * | | | | Merge branch 'u-boot-marvell/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-09 | -3/+3 |
| |\ \ \ \ |
|