summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sunxi: enable automatic FIT build for 64-bit SoCsAndre Przywara2017-05-173-0/+9
* sunxi: defconfig: add supported DT list for Pine64Andre Przywara2017-05-171-0/+1
* sunxi: 64-bit SoCs: introduce FIT generator scriptAndre Przywara2017-05-171-0/+75
* Makefile: add rules to generate SPL FIT imagesAndre Przywara2017-05-172-0/+37
* sunxi: SPL: add FIT config selector for Pine64 boardsAndre Przywara2017-05-171-0/+23
* sunxi: SPL: store RAM size in gdAndre Przywara2017-05-171-4/+3
* sunxi: A64: move SPL stack to end of SRAM A2Andre Przywara2017-05-171-0/+5
* armv8: fsl: move ccn504 code into FSL MakefileAndre Przywara2017-05-171-1/+1
* armv8: SPL: only compile GIC code if neededAndre Przywara2017-05-171-0/+2
* tools: mksunxiboot: allow larger SPL binariesAndre Przywara2017-05-171-2/+2
* Kconfig: fix SPL_FIT dependencyAndre Przywara2017-05-172-2/+3
* SPL: FIT: allow loading multiple imagesAndre Przywara2017-05-173-2/+150
* SPL: FIT: factor out spl_load_fit_image()Andre Przywara2017-05-171-82/+80
* SPL: FIT: improve error handlingAndre Przywara2017-05-171-2/+13
* SPL: FIT: rework U-Boot image loadingAndre Przywara2017-05-171-14/+32
* SPL: FIT: refactor FDT loadingAndre Przywara2017-05-171-31/+57
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-05-1652-101/+173
|\
| * mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMDWenyou Yang2017-05-161-2/+2
| * mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada2017-05-154-18/+14
| * mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-1540-59/+55
| * blanche_defconfig: enable CONFIG_MMCMasahiro Yamada2017-05-151-2/+1
| * sandbox_noblk_defconfig: disable CONFIG_GENERIC_MMCMasahiro Yamada2017-05-151-1/+0
| * mmc: sdhci-cadence: import updates from Linux 4.12Masahiro Yamada2017-05-151-10/+57
| * mmc: sdhci: Fix maximum clock for programmable clock modeWenyou Yang2017-05-151-7/+11
| * drivers: omap_hsmmc: move to DM_MMC_OPSJean-Jacques Hiblot2017-05-152-7/+33
| * include: config: am335x: disable DM_MMC_OPS if DM_MMC is disabledJean-Jacques Hiblot2017-05-153-0/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-05-1518-192/+341
|\ \
| * | sunxi: Add clock support for TV encoderJernej Skrabec2017-05-151-1/+7
| * | sunxi: video: Split out TVE codeJernej Skrabec2017-05-155-169/+230
| * | video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich2017-05-154-6/+5
| * | rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMIPhilipp Tomsich2017-05-154-1/+12
| * | video: dw_hdmi: Select HDMI mode only if monitor supports itJernej Skrabec2017-05-151-15/+16
| * | edid: Add HDMI flag to timing infoJernej Skrabec2017-05-153-0/+57
| * | edid: Set timings flags according to edidJernej Skrabec2017-05-151-0/+14
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2017-05-15109-3113/+220
|\ \
| * | Drop use of CONFIG_I2C_SOFTSimon Glass2017-05-151-31/+1
| * | Drop CONFIG_I2CFASTSimon Glass2017-05-153-24/+0
| * | i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INITSimon Glass2017-05-155-33/+0
| * | i2c: README: Drop CONFIG_SYS_I2C_INIT_MPC5XXXSimon Glass2017-05-151-2/+0
| * | i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass2017-05-155-17/+11
| * | i2c: omap: Modify code to work without CONFIG_I2C_HARDSimon Glass2017-05-152-2/+4
| * | i2c: mxc_i2c: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-151-4/+0
| * | i2c: keymile: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-152-9/+0
| * | i2c: pdm360ng: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-151-30/+0
| * | i2c: cm5200: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-151-3/+3
| * | i2c: powerpc: Remove use of CONFIG_HARD_I2CSimon Glass2017-05-1514-2268/+1
| * | i2c: Drop use of CONFIG_I2C_HARDSimon Glass2017-05-1581-701/+211
| |/
* | kbuild: update DTC warning settings for bus and node/property name checksMasahiro Yamada2017-05-151-0/+14
* | omap3: omap3_logic: switch to using TI_COMMON_CMD_OPTIONAdam Ford2017-05-152-17/+4
* | power: twl4030: Add imply CMD_POWEROFF when TWL4030 is enabledAdam Ford2017-05-151-0/+1