aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-23scripts/dtc: Update to upstream version v1.4.4Tom Rini14-155/+131
2017-09-23scripts/dtc: Update to upstream version v1.4.3Tom Rini35-13/+15100
2017-09-23Merge git://git.denx.de/u-boot-socfpgaTom Rini3-3/+4
2017-09-23Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini10-18/+49
2017-09-23arm: socfpga: Configuration for EFI boot on DE0-nano-SoCFrank Kunz1-0/+3
2017-09-23ARM: socfpga: fix duplicate const specifier warningMasahiro Yamada1-1/+1
2017-09-23ARM: socfpga: remove unneeded NAND config optionsMasahiro Yamada1-2/+0
2017-09-22armv8: ls1046ardb: disable PPA loading during SPL stage for SD bootYangbo Lu1-1/+0
2017-09-22armv8: ls1043ardb: disable PPA loading during SPL stage for SD bootYangbo Lu1-1/+0
2017-09-22armv8: ls1043a: disable IFC in SPL only when QSPI is usedYangbo Lu1-1/+1
2017-09-22board/ls2080ardb: Update board env based on SoCPriyanka Jain1-0/+12
2017-09-22board/ls2080ardb: Add mcmemsize variable in default envPriyanka Jain1-0/+1
2017-09-22armv8: fsl: i2c: Put I2C related code under CONFIG_SYS_I2CSriram Dash1-1/+1
2017-09-22armv8: fsl: ifc: Put IFC related code under CONFIG_FSL_IFCSriram Dash2-0/+12
2017-09-22pci: layerscape: Fixup iommu-map for LS208xABharat Bhushan1-5/+14
2017-09-22board/ls2081ardb: Update QSPI flash type from n25q512a to s25fs512sSantan Kumar2-7/+3
2017-09-22board/ls2080ardb: Remove CONFIG_DISPLAY_BOARDINFO_LATESantan Kumar1-1/+0
2017-09-22armv8: fsl-layerscape: Put SATA code under SATA configsAshish Kumar1-0/+4
2017-09-22armv7: ls1021a: Fix marco CONFIG_LS102XAYork Sun1-1/+1
2017-09-22Travis-CI: Checkout only v1.4.3 of dtcTom Rini1-1/+1
2017-09-22net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause1-0/+2
2017-09-22Makefile: Update minimum dtc version to 1.4.3Tom Rini2-5/+6
2017-09-22spl: Fix compiling warning on gunzip argumentYork Sun1-1/+4
2017-09-22arm: am33xx: Make pin multiplexing functions optionalFelix Brack1-0/+14
2017-09-22board: Add stm32h7 SoC, discovery and evaluation boards supportPatrice Chotard19-0/+585
2017-09-22ARM: DTS: stm32: adapt stm32h7 dts files for U-bootPatrice Chotard6-28/+294
2017-09-22ARM: DTS: stm32: add stm32h743i-eval filesPatrice Chotard2-1/+76
2017-09-22ARM: DTS: stm32: add stm32h743i-disco filesPatrice Chotard5-0/+1946
2017-09-22dm: misc: add stm32 rcc driverChristophe Kerello3-0/+55
2017-09-22dm: reset: add stm32 reset driverPatrice Chotard5-0/+232
2017-09-22dm: clk: add clk driver support for stm32h7 SoCsPatrice Chotard4-0/+1122
2017-09-22serial: stm32x7: add STM32H7 supportPatrice Chotard2-3/+6
2017-09-22pinctrl: stm32: add stm32h743-pinctrl compatiblePatrice Chotard1-0/+1
2017-09-22spl: stash bootstage info before jump to next stageKever Yang1-7/+7
2017-09-22board: STiH410-B2260: add fastboot supportPatrice Chotard1-0/+42
2017-09-22ARM: dts: STiH410: update ehci and ohci compatiblePatrice Chotard1-4/+7
2017-09-22ARM: dts: STiH410: set DWC3 dual role mode to peripheralPatrice Chotard1-1/+1
2017-09-22usb: dwc3: Add dwc3 glue driver support for STiPatrice Chotard6-0/+379
2017-09-22STiH410-B2260: enable USB, fastboot, reset, PHY related flagsPatrice Chotard1-4/+35
2017-09-22STiH410-B2260: enable USB Host NetworkingPatrice Chotard1-0/+15
2017-09-22usb: phy: Add STi USB2 PHYPatrice Chotard4-0/+214
2017-09-22mmc: sti_sdhci: Use reset frameworkPatrice Chotard1-15/+20
2017-09-22ARM: dts: stih410-family: Add missing reset_names for mmc1 nodePatrice Chotard1-0/+1
2017-09-22mmc: sti_sdhci: Rework sti_mmc_core_config()Patrice Chotard1-15/+18
2017-09-22pci: Remove unnecessary 'default n' from KconfigTuomas Tynkkynen1-1/+0
2017-09-22pci: layerscape: Remove unused field 'hose' from struct ls_pcieTuomas Tynkkynen1-1/+0
2017-09-22pci: tegra: Remove unused field 'hose' from struct tegra_pcieTuomas Tynkkynen1-2/+0
2017-09-22pci: xilinx: Remove unused field 'hose' from struct xilinx_pcieTuomas Tynkkynen1-2/+0
2017-09-22pci: xilinx: Fix doc comments on config space accessorsTuomas Tynkkynen1-2/+2
2017-09-22fs/fat: Reduce stack usageTom Rini1-4/+10