aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-06arm: mach-omap2: cache: Explicitly enable I cacheLokesh Vutla1-1/+5
2018-05-06Kconfig: Add dependency on HASH to verified bootKelvin Cheung1-0/+1
2018-05-06board: ti: am43: Fix DCDC3 voltage for epos-evmKeerthy2-3/+8
2018-05-06README.sandbox: small typosTrevor Woerner1-4/+4
2018-05-06stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directlyTom Rini2-2/+3
2018-05-06stdio_dev.h: Drop the video section as it is unusedTom Rini1-18/+0
2018-05-03Merge git://git.denx.de/u-boot-usbTom Rini2-2/+2
2018-05-03Merge git://git.denx.de/u-boot-shTom Rini40-133/+48
2018-05-02ARM: rmobile: Zap #undef DEBUGMarek Vasut14-27/+0
2018-05-02ARM: rmobile: Contain CONFIG_ARCH_RMOBILE_BOARD_STRINGMarek Vasut12-48/+2
2018-05-02ARM: rmobile: Convert CONFIG_ARCH_RMOBILE_BOARD_STRING to KconfigMarek Vasut22-11/+14
2018-05-02ARM: rmobile: Fix CONFIG_RMOBILE_BOARD_STRINGMarek Vasut3-3/+2
2018-05-02doc: rmobile: Update the READMEMarek Vasut1-44/+32
2018-05-02clk: renesas: Drop USB extal from the R8A7792 clock driverMarek Vasut1-2/+0
2018-05-01Merge git://git.denx.de/u-boot-mmcTom Rini6-5/+19
2018-05-01MAINTAINERS: Switch nxp.com domainFabio Estevam21-21/+21
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-30usb: f_mass_storage: simplify logical expressionHeinrich Schuchardt1-1/+1
2018-04-30usb: gadget: remove duplicate assignment.Heinrich Schuchardt1-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