aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-02drivers:power:max77693: remove redundant logical constraintHeinrich Schuchardt1-2/+0
2018-05-02mmc: zynq_sdhci: use correct quirk if CONFIG_ZYNQ_HISPD_BROKEN is definedHannes Schmelzer1-1/+1
2018-05-02mmc: sdhci: add SDHCI_QUIRK_BROKEN_HISPD_MODEHannes Schmelzer2-1/+13
2018-05-02mmc: fix return value check conditionPeng Fan1-1/+1
2018-05-02samsung: board: init the s2mps11 pmic during booting timeJaehoon Chung1-0/+4
2018-05-01Prepare v2018.05-rc3v2018.05-rc3Tom Rini1-1/+1
2018-04-30Merge git://git.denx.de/u-boot-imxTom Rini33-218/+145
2018-04-30Merge git://git.denx.de/u-boot-sunxiTom Rini1-15/+20
2018-04-28tools: mkimage: Check for datafile when type is scriptAlex Kiernan1-0/+2
2018-04-28tools: mkenvimage: Fix possible segfault on stdin inputAlexander Dahl1-1/+1
2018-04-28tools: mkenvimage: Fix read() stdin error handlingAlexander Dahl1-1/+1
2018-04-28serial: serial_stm32: Rename status register flagsPatrice Chotard2-8/+8
2018-04-28serial: serial_stm32: Enable overrunPatrice Chotard2-8/+15
2018-04-28spl: disk: usb: Add dependencies to sprintf/strto*Alex Kiernan2-0/+8
2018-04-28Consolidate __assert_failed into one implementationAlex Kiernan3-17/+8
2018-04-28spl: Disable printf if not requiredAlex Kiernan3-6/+11
2018-04-28spl: Split sprintf, strto* from SPL serial in KconfigAlex Kiernan3-9/+44
2018-04-28spl: ti: Avoid serial calls when serial support is disabledAlex Kiernan1-0/+2
2018-04-28spl: Add dependency on serial to YmodemAlex Kiernan1-0/+2
2018-04-28Cleanup CONFIG_SPL_SERIAL_SUPPORT migrationAlex Kiernan11-4/+8
2018-04-28spl: ti: Avoid preloader_console_init if !CONFIG_SPL_SERIAL_SUPPORTAlex Kiernan2-1/+4
2018-04-28test: dm: regmap: fix license headerMasahiro Yamada1-1/+1
2018-04-28arm: move SYS_ARCH_TIMER to KConfigAndre Przywara10-6/+15
2018-04-28ARM: qemu-arm: Dynamically determine timer frequencyTuomas Tynkkynen1-3/+1
2018-04-28configs: Resync with savedefconfigTom Rini27-49/+29
2018-04-28distro: select CMD_ENV_EXISTSMasahiro Yamada1-0/+1
2018-04-28distro: use imply to enable DISTRO_DEFAULTS as SoC defaultMasahiro Yamada4-7/+6
2018-04-28powerpc: fix typo in kgdb.cHeinrich Schuchardt1-1/+1
2018-04-28lib/rsa: Kconfig: Remove superfluous 'depends on RSA'Eugeniu Rosca1-4/+4
2018-04-28Migrate IMAGE_FORMAT_LEGACY to KconfigAlex Kiernan32-35/+34
2018-04-28cmd: CONFIG_CMD_LOG select CONFIG_LOGHeinrich Schuchardt1-0/+1
2018-04-28log: CONFIG_LOG should select CONFIG_DMHeinrich Schuchardt1-0/+1
2018-04-28kbuild: use -fmacro-prefix-map to make __FILE__ a relative pathMasahiro Yamada1-0/+3
2018-04-28serial: Migrate CONFIG_FSL_LINFLEXUART to KconfigTuomas Tynkkynen5-6/+8
2018-04-28ARM: s32v234evb: Set CONFIG_DM & CONFIG_DM_SERIAL in KconfigTuomas Tynkkynen2-3/+2
2018-04-27configs: Drop CONFIG_NET_MULTITom Rini3-4/+0
2018-04-27clang: Update documentationTom Rini2-14/+9
2018-04-27Makefile: Update clang warning disables from LinuxTom Rini1-0/+7
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini362-717/+0
2018-04-27Convert CONFIG_SPI to KconfigAdam Ford621-100/+602
2018-04-27ARM: mxs: support full SPL frameworkMans Rullgard6-3/+18
2018-04-27ARM: mxs: move spl dataMans Rullgard3-6/+5
2018-04-27ARM: spl: include arm/thumb glue sectionsMans Rullgard1-0/+1
2018-04-27ARM: arm926ejs: fix lowlevel_init callMans Rullgard1-2/+2
2018-04-27ARM: mxs: make lowlevel_init() weakMans Rullgard1-1/+1
2018-04-26Merge git://git.denx.de/u-boot-usbTom Rini2-11/+17
2018-04-26Merge git://git.denx.de/u-boot-socfpgaTom Rini1-5/+5
2018-04-26Merge git://git.denx.de/u-boot-shTom Rini21-591/+1622
2018-04-27arm: socfpga: Fix with the correct polling on bit is setTien Fong Chee1-5/+5
2018-04-26usb: gadget: composite: fix NULL pointer when a non standard request is receivedChristophe Kerello1-1/+4