| Commit message (Expand) | Author | Age | Lines |
... | |
| * | omap4: adding revision detection for 4460 ES1.1 | Ricardo Salveti de Araujo | 2011-10-27 | -1/+17 |
| * | omap4: replacing OMAP4_CONTROL with OMAP4430_CONTROL | Ricardo Salveti de Araujo | 2011-10-27 | -8/+8 |
| * | ARM: orion5x: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -9/+4 |
| * | ARM: kirkwood: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -6/+8 |
| * | ARM: armada100: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -132/+129 |
| * | ARM: pantheon: reduce dependence of including platform file | Lei Wen | 2011-10-27 | -8/+5 |
| * | Armada100: Add SPI support for Marvell gplugD | Ajay Bhargav | 2011-10-27 | -0/+25 |
| * | SPI: Add SPI driver support for Marvell Armada100 | Ajay Bhargav | 2011-10-27 | -0/+95 |
| * | dreamplug: initial board support. | Jason Cooper | 2011-10-27 | -0/+0 |
| * | imx: fix coding style | Fabio Estevam | 2011-10-27 | -90/+97 |
| * | mx31: provide readable WEIM CS accessor | Helmut Raiger | 2011-10-27 | -3/+78 |
| * | ARM: Update mach-types | Marek Vasut | 2011-10-27 | -30689/+1985 |
| * | arm, logbuffer: make it compileclean | Heiko Schocher | 2011-10-27 | -1/+0 |
| * | tegra2: Add more pinmux functions | Simon Glass | 2011-10-27 | -18/+696 |
| * | tegra2: Rename PIN_ to PINGRP_ | Simon Glass | 2011-10-27 | -139/+139 |
| * | tegra2: Add more clock functions | Simon Glass | 2011-10-27 | -73/+943 |
| * | tegra2: Rename CLOCK_PLL_ID to CLOCK_ID | Simon Glass | 2011-10-27 | -26/+25 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-microblaze | Wolfgang Denk | 2011-10-28 | -1/+1 |
|\ \ |
|
| * | | microblaze: Fix strict-aliasing rules for in_be32 | Michal Simek | 2011-10-24 | -1/+1 |
* | | | GCC4.6: Squash warnings in omap4 clocks.c | Marek Vasut | 2011-10-27 | -2/+2 |
* | | | GCC4.6: Squash warning in tegra2 board.c | Marek Vasut | 2011-10-27 | -1/+1 |
* | | | GCC4.6: Squash warnings in mpc86xx/interrupts.c | Marek Vasut | 2011-10-27 | -6/+6 |
* | | | GCC4.6: Squash warnings in ddr[123]_dimm_params.c | Marek Vasut | 2011-10-27 | -3/+3 |
* | | | GCC4.6: Squash warnings in 4xx_pcie.c | Marek Vasut | 2011-10-27 | -1/+2 |
* | | | GCC4.6: Squash warnings in 4xx_ibm_ddr2_autocalib.c | Marek Vasut | 2011-10-27 | -4/+4 |
* | | | GCC4.6: Squash warnings in 44x_spd_ddr.c | Marek Vasut | 2011-10-27 | -7/+10 |
* | | | GCC4.6: Squash warnings in denali_spd_ddr2.c | Marek Vasut | 2011-10-27 | -26/+26 |
* | | | GCC4.6: Squash warnings in denali_data_eye.c | Marek Vasut | 2011-10-27 | -5/+5 |
* | | | PowerPC: Squash warning in mpc512x serial.c | Marek Vasut | 2011-10-27 | -1/+1 |
* | | | cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT | Helmut Raiger | 2011-10-27 | -3/+3 |
| |/
|/| |
|
* | | fdt: ARM: Add fdtcontroladdr to set device tree address in environment | Simon Glass | 2011-10-26 | -0/+3 |
* | | fdt: ARM: Implement and verify embedded and separate device tree | Simon Glass | 2011-10-26 | -0/+12 |
* | | fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL) | Simon Glass | 2011-10-26 | -0/+1 |
* | | arm: Correct build error introduced by getenv_ulong() patch | Simon Glass | 2011-10-24 | -4/+8 |
* | | powerpc: Correct build warning introduced by getenv_ulong() patch | Simon Glass | 2011-10-24 | -3/+7 |
|/ |
|
* | powerpc/lib/board.c: Call run_post(POST_ROM) before relocating | Bernhard Kaindl | 2011-10-23 | -7/+7 |
* | x86: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -11/+3 |
* | sparc: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -10/+3 |
* | powerpc: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -25/+8 |
* | mips: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -11/+3 |
* | microblaze: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -3/+2 |
* | m68k: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -25/+8 |
* | blackfin: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -7/+2 |
* | avr32: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -13/+3 |
* | arm: Use getenv_ulong() in place of getenv(), strtoul | Simon Glass | 2011-10-23 | -25/+11 |
* | x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+35 |
* | mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+36 |
* | microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+37 |
* | avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+40 |
* | sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment | Anton Staaf | 2011-10-23 | -0/+10 |