summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* armv8: LS2080A: Move sec_init to board_initUdit Agarwal2017-03-282-6/+6
* armv8: lsch3: SECURE_BOOT: Define CONFIG_SYS_LS_PPA_ESBC_ADDR for LS2080AUdit Agarwal2017-03-281-0/+2
* Merge git://git.denx.de/u-boot-arcTom Rini2017-03-2425-111/+341
|\
| * arc: use timer driver for ARC boardsVlad Zakharov2017-03-248-39/+3
| * arc: dts: separate single axs10x.dts fileVlad Zakharov2017-03-2414-72/+187
| * drivers: timer: Introduce ARC timer driverVlad Zakharov2017-03-245-0/+151
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-03-2451-176/+3922
|\ \ | |/ |/|
| * arm: mvebu: Add gdsys ControlCenter-Compact boardDirk Eibach2017-03-2323-1/+2576
| * dm: Add callback to modify the device treemario.six@gdsys.cc2017-03-234-0/+153
| * arm: mvebu: theadorable: Add 'pcie' test commandStefan Roese2017-03-231-0/+41
| * arm: mvebu: theadorable: Add board-specific PEX detection pulse widthStefan Roese2017-03-231-0/+7
| * arm: mvebu: AXP: Add possiblity to configure PEX detection pulse widthStefan Roese2017-03-231-0/+31
| * arm64: a37xx: Remove DM_I2C_COMPAT from the board configKonstantin Porotchkin2017-03-232-2/+0
| * arm64: a37xx: Disable DB configurations on ESPRESSOBin boardKonstantin Porotchkin2017-03-231-0/+9
| * arm64: mvebu: Add default config for ESPRESSOBin boardKonstantin Porotchkin2017-03-231-0/+67
| * arm64: dts: Add device tree for ESPRESSOBin boardKonstantin Porotchkin2017-03-232-0/+136
| * mvebu: a37xx: Add init for ESPRESSBin Topaz switchKonstantin Porotchkin2017-03-231-0/+91
| * mvebu: neta: a37xx: Add fixed link support to neta driverKonstantin Porotchkin2017-03-231-27/+82
| * mvebu: neta: Add support for board init functionKonstantin Porotchkin2017-03-231-1/+15
| * arm64: a37xx: Handle pin controls in early board initKonstantin Porotchkin2017-03-231-1/+25
| * arm64: a37xx: dts: Add pin control nodes to DTKonstantin Porotchkin2017-03-231-0/+14
| * arm64: a37xx: Enable bubt command support on A3720-DBKonstantin Porotchkin2017-03-231-0/+3
| * arm64: a37xx: Enable Marvell ETH PHY supportKonstantin Porotchkin2017-03-231-0/+1
| * arm64: mvebu: Rename the db-88f3720 to armada-37xx platformKonstantin Porotchkin2017-03-236-11/+11
| * mvebu: usb: xhci: Add VBUS regulator supply to the host driverKonstantin Porotchkin2017-03-233-1/+41
| * arm64: mvebu: Add default configuraton for MACCHIATOBin boardKonstantin Porotchkin2017-03-231-0/+74
| * arm64: mvebu: dts: Add DTS file for MACCHIATOBin boardRabeeh Khoury2017-03-232-0/+294
| * mvebu: pcie: Add support for GPIO reset for PCIe deviceKonstantin Porotchkin2017-03-232-0/+69
| * arm64: mvebu: dts: Add i2c1 pin definitions to CPMKonstantin Porotchkin2017-03-231-0/+4
| * arm64: mvebu: gpio: Add GPIO nodes to A8K family devicesKonstantin Porotchkin2017-03-235-0/+46
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-03-234-14/+72
|\ \ | |/ |/|
| * dtoc: make ScanTree recurse into subnodesPhilipp Tomsich2017-03-221-1/+18
| * drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap registerJean-Jacques Hiblot2017-03-221-5/+42
| * regmap: use fdt address translationJean-Jacques Hiblot2017-03-221-6/+8
| * dm: core: Fix Handling of global_data moving in SPLLokesh Vutla2017-03-221-2/+4
|/
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-03-2114-8/+119
|\
| * mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driverStefan Roese2017-03-211-1/+2
| * mmc: drop unnecessary send_status requestXu Ziyuan2017-03-211-4/+0
| * mmc: sdhci: only flush cache for data commandKevin Liu2017-03-211-2/+4
| * mmc: tangier: Add Intel Tangier eMMC/SDHCI driverFelipe Balbi2017-03-213-0/+96
| * mmc: pci: Add CONFIG_MMC_PCIFelipe Balbi2017-03-2110-1/+17
* | configs: am43xx_evm: Enable SPL_DMLokesh Vutla2017-03-216-8/+12
* | ARM: AM43xx: Enable DM_I2C/SPI/ETHLokesh Vutla2017-03-211-0/+5
* | ARM: dts: am43xx: Add u-boot specific dtsiLokesh Vutla2017-03-211-0/+38
* | configs: dra7xx_evm: Enable SPL_DMLokesh Vutla2017-03-214-15/+11
* | configs: am57xx_evm: Enable SPL_DMLokesh Vutla2017-03-213-8/+11
* | ARM: dts: OMAP5+: Add u-boot specific dtsiLokesh Vutla2017-03-211-0/+50
* | ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROLLokesh Vutla2017-03-211-0/+2
* | spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LENTom Rini2017-03-211-2/+3
* | board: ns2: Add support for Broadcom Northstar 2Jon Mason2017-03-207-0/+160