summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dm: ide: Adjust the 'ide' command to use blk_common_cmd()Simon Glass2017-08-171-104/+3
* dm: scsi: Adjust the 'scsi' command to use blk_common_cmd()Simon Glass2017-08-171-76/+3
* dm: sata: Adjust the 'sata' command to use blk_common_cmd()Simon Glass2017-08-171-82/+1
* dm: blk: Add a generic function for block device commandsSimon Glass2017-08-173-0/+117
* dm: blk: Add a function to find an interface-type nameSimon Glass2017-08-173-0/+20
* dm: core: Avoid calling dm_scan_fdt_dev() with of-platdataSimon Glass2017-08-171-0/+3
* mmc: gen_atmel_mci: Fix wrong arguments used of bind()Wenyou.Yang@microchip.com2017-08-171-22/+42
* mmc: sd_sdhi: Enable clock using clock frameworkMarek Vasut2017-08-171-0/+15
* mmc: sh_sdhi: Fix the ACMD handlingMarek Vasut2017-08-172-53/+55
* mmc: sh_sdhi: Add DM and DT probing supportMarek Vasut2017-08-171-20/+145
* mmc: uniphier-sd: Fix long response processingMarek Vasut2017-08-171-7/+7
* Prepare v2017.09-rc2v2017.09-rc2Tom Rini2017-08-141-1/+1
* configs: Resync with savedefconfigTom Rini2017-08-14897-1582/+1559
* Merge git://git.denx.de/u-boot-netTom Rini2017-08-1410-2/+1571
|\
| * driver: net: ldpaa: Update priv->phydev after free()Prabhakar Kushwaha2017-08-141-1/+3
| * usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino2017-08-147-0/+1542
| * net: Add mii_resolve_flowctrl_fdx()Yuiko Oshino2017-08-141-0/+23
| * net: fman: add support RGMII_TXID to memacMadalin Bucur2017-08-141-1/+3
* | common: Move CONFIG_BOOTARGS to KconfigSam Protsenko2017-08-14418-544/+551
|/
* ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not definedTom Rini2017-08-141-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2017-08-14203-860/+4234
|\
| * rockchip: clk: remove RATE_TO_DIVKever Yang2017-08-137-29/+20
| * rockchip: clk: update dwmmc clock divKever Yang2017-08-136-19/+26
| * rockchip: rk322x: update max-frequency for mmc nodeKever Yang2017-08-132-3/+2
| * rockchip: dts: rk322x: add sdmmc device nodeKever Yang2017-08-132-0/+74
| * scripts: setlocalversion: safely extract variables from auto.conf using awkPhilipp Tomsich2017-08-131-1/+5
| * rockchip: rk322x: set the DDR region as non-secure in SPLKever Yang2017-08-131-0/+4
| * rockchip: rk3288: fix EMMC_DIV_MASK definition in headerKever Yang2017-08-131-1/+1
| * rockchip: rk3368: spl: move SPL_LDSCRIPT to KconfigPhilipp Tomsich2017-08-132-1/+3
| * spl: moveconfig: remove SPL_LDSCRIPT definitions for header-filesPhilipp Tomsich2017-08-1362-84/+0
| * spl: add hierarchical defaults for SPL_LDSCRIPTPhilipp Tomsich2017-08-1313-0/+50
| * rockchip: rk3188: rock: adjust for SPL/TPL splitPhilipp Tomsich2017-08-134-4/+14
| * rockchip: remove the hard coded uart iomux setting for px5 evbAndy Yan2017-08-131-24/+0
| * rockchip: set Pre-reloc malloc pool size to 4kb for rk3368 based boardsAndy Yan2017-08-133-0/+3
| * rockchip: add u-boot specific dts for rk3368 based boardsAndy Yan2017-08-133-0/+102
| * rockchip: rk3368: remove setup of secure timer from TPL/SPLPhilipp Tomsich2017-08-132-39/+0
| * rockchip: lion-rk3368: defconfig: enable DM timer for all stagesPhilipp Tomsich2017-08-132-1/+5
| * dts: rk3368: make timer0 accessible for SPL and TPLPhilipp Tomsich2017-08-132-1/+6
| * rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich2017-08-133-0/+115
| * dm: timer: normalise SPL and TPL supportPhilipp Tomsich2017-08-137-13/+24
| * timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich2017-08-131-2/+6
| * configs: mpc85xx: fix fallout from SPL/TPL changesPhilipp Tomsich2017-08-1316-16/+32
| * rockchip: board: puma_rk3399: rename ATF firmwareKlaus Goger2017-08-132-2/+2
| * rockchip: board: puma-rk3399: fix warnings in puma_rk3399/fit_spl_atf.itsPhilipp Tomsich2017-08-131-9/+9
| * moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich2017-08-134-7/+10
| * rockchip: rk3368: mark TPL as not inheriting its stack, text-base and size fr...Philipp Tomsich2017-08-131-0/+2
| * armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACKPhilipp Tomsich2017-08-131-1/+1
| * spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich2017-08-131-0/+39
| * rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368Philipp Tomsich2017-08-132-2/+7
| * spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich2017-08-133-3/+27