| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2014-10-23 | -51/+453 |
|\ |
|
| * | tegra: apalis_t30: master revamp | Marcel Ziswiler | 2014-10-22 | -0/+4 |
| * | tegra: dts: colibri_t30 add serial port details | Marcel Ziswiler | 2014-10-22 | -0/+4 |
| * | ARM: tegra: Use mem size from MC in combination with get_ram_size() | Marcel Ziswiler | 2014-10-22 | -51/+127 |
| * | arm: tegra: initial support for apalis t30 | Marcel Ziswiler | 2014-10-22 | -0/+318 |
* | | mips: enable CONFIG_USE_PRIVATE_LIBGCC by default | Masahiro Yamada | 2014-10-23 | -0/+3 |
* | | kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig | Masahiro Yamada | 2014-10-23 | -2/+11 |
* | | x86: set CONFIG_USE_PRIVATE_LIBGCC to y | Masahiro Yamada | 2014-10-23 | -6/+5 |
* | | arm: kirkwood: Remove some dead code from cpu.c | Stefan Roese | 2014-10-23 | -55/+0 |
* | | arm: armada-xp: Add basic support for the maxBCM board | Stefan Roese | 2014-10-23 | -0/+4 |
* | | arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board | Stefan Roese | 2014-10-23 | -0/+4 |
* | | arm: armada-xp: Add basic support for Marvell Armada XP SoC | Stefan Roese | 2014-10-23 | -0/+446 |
* | | arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo() | Stefan Roese | 2014-10-23 | -29/+31 |
* | | spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE | Stefan Roese | 2014-10-23 | -1/+1 |
* | | arm: marvell: Extract kirkwood gpio functions into new common file gpio.c | Stefan Roese | 2014-10-23 | -28/+42 |
* | | arm: mvebu: Add common mbus functions to use on Marvell SoCs | Stefan Roese | 2014-10-23 | -0/+472 |
* | | arm: marvell: Rework timer.c to make it usable for other MVEBU platforms | Stefan Roese | 2014-10-23 | -51/+41 |
* | | arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h | Stefan Roese | 2014-10-23 | -0/+0 |
* | | arm: marvell: Move arch/kirkwood.h to arch/soc.h | Stefan Roese | 2014-10-23 | -5/+5 |
* | | arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common | Stefan Roese | 2014-10-23 | -4/+18 |
* | | Merge git://git.denx.de/u-boot-x86 | Tom Rini | 2014-10-23 | -0/+18 |
|\ \ |
|
| * | | x86: Add device tree information for Chrome OS EC | Simon Glass | 2014-10-22 | -0/+18 |
* | | | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2014-10-22 | -212/+2525 |
|\ \ \
| |/ /
|/| | |
|
| * | | dm: rpi: Convert GPIO driver to driver model | Simon Glass | 2014-10-22 | -0/+9 |
| * | | dm: imx: i2c: Use gpio_request() to request GPIOs | Simon Glass | 2014-10-22 | -0/+25 |
| * | | imx: Add error checking to setup_i2c() | Simon Glass | 2014-10-22 | -7/+21 |
| * | | dm: tegra: spi: Convert to driver model | Simon Glass | 2014-10-22 | -123/+0 |
| * | | dm: tegra: dts: Add aliases for spi on tegra30 boards | Simon Glass | 2014-10-22 | -0/+4 |
| * | | dm: sf: sandbox: Convert SPI flash driver to driver model | Simon Glass | 2014-10-22 | -14/+0 |
| * | | exynos: universal_c210: Move to driver model soft_spi | Simon Glass | 2014-10-22 | -0/+13 |
| * | | dm: exynos: Convert SPI to driver model | Simon Glass | 2014-10-22 | -0/+9 |
| * | | dm: sandbox: spi: Move to driver model | Simon Glass | 2014-10-22 | -0/+1 |
| * | | sandbox: dts: Add a SPI device and cros_ec device | Simon Glass | 2014-10-22 | -0/+26 |
| * | | dm: exynos: Mark exynos5 console as pre-reloc | Simon Glass | 2014-10-22 | -0/+1 |
| * | | dm: exynos: gpio: Convert to driver model | Simon Glass | 2014-10-22 | -43/+42 |
| * | | dm: exynos: Make sure that GPIOs are requested | Simon Glass | 2014-10-22 | -0/+3 |
| * | | dm: exynos: Tidy up GPIO headers | Simon Glass | 2014-10-22 | -10/+1 |
| * | | dm: exynos: Add pinctrl settings for s5p_goni | Simon Glass | 2014-10-22 | -0/+280 |
| * | | dm: exynos: Add pinctrl settings for smdkc100 | Simon Glass | 2014-10-22 | -0/+187 |
| * | | dm: exynos: dts: Adjust device tree files for U-Boot | Simon Glass | 2014-10-22 | -0/+159 |
| * | | dm: exynos: dts: Remove unused pinctrl information to save space | Simon Glass | 2014-10-22 | -2098/+0 |
| * | | dm: exynos: Bring in pinctrl dts files from Linux kernel | Simon Glass | 2014-10-22 | -4/+3831 |
| * | | dm: exynos: dts: Convert /include/ to #include | Simon Glass | 2014-10-22 | -15/+15 |
* | | | x86: Fix GDT limit in start16.S | Bin Meng | 2014-10-22 | -1/+1 |
* | | | x86: Fix rom version build with CONFIG_X86_RESET_VECTOR | Bin Meng | 2014-10-22 | -2/+2 |
* | | | x86: Allow cmdline setup in setup_zimage() to be optional | Simon Glass | 2014-10-22 | -9/+12 |
* | | | x86: Rewrite bootm.c to make it similar to ARM | Simon Glass | 2014-10-22 | -53/+130 |
* | | | x86: Enable LMB and RAMDISK_HIGH by default | Simon Glass | 2014-10-22 | -0/+3 |
|/ / |
|
* | | powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot | Ruchika Gupta | 2014-10-16 | -1/+9 |
* | | ls102x: configs - Add hash command in freescale LS1 platforms | Ruchika Gupta | 2014-10-16 | -0/+4 |