summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-05197-519/+514
* tools: Include U-Boot libfdt headers from their actual pathPaul Kocialkowski2018-03-051-1/+1
* input: indicate that code page 437 is usedHeinrich Schuchardt2018-03-051-1/+4
* pinctrl: Kconfig: Fix typoMarek BehĂșn2018-03-051-3/+3
* gpio: pca953x_gpio: Support label setting from DTMario Six2018-03-051-2/+13
* spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas2018-03-0517-22/+22
* tools/env: allow equal sign as key value separationStefan Agner2018-03-051-1/+1
* Atmel TPM: Fix potential buffer overrunsJeremy Boone2018-03-051-2/+12
* Infineon TPM: Fix potential buffer overrunsJeremy Boone2018-03-051-2/+3
* STMicro TPM: Fix potential buffer overrunsJeremy Boone2018-03-052-4/+6
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2018-03-0115-0/+1554
|\
| * arm: socfpga: cyclone5: Enable Macronix flash supportChin Liang See2018-02-273-0/+3
| * ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 boardMarek Vasut2018-02-2612-0/+1551
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-03-014-6/+331
|\ \
| * | ARM: rmobile: Build u-boot-spl.srec on Gen2Marek Vasut2018-02-271-0/+4
| * | Makefile: add u-boot-spl.srec targetMarek Vasut2018-02-271-0/+5
| * | ARM: rmobile: Build u-boot-elf.srec on Gen3Masaru Nagai2018-02-271-0/+1
| * | Makefile: add u-boot-elf.srec targetMasaru Nagai2018-02-271-0/+5
| * | ARM: dts: rmobile: Import proper DTS for H2 StoutMarek Vasut2018-02-261-6/+316
* | | Merge tag 'xilinx-kconfig-for-v2018.03' of git://www.denx.de/git/u-boot-micro...Tom Rini2018-03-0128-35/+97
|\ \ \
| * | | mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQVipul Kumar2018-03-014-5/+8
| * | | mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQVipul Kumar2018-03-017-9/+13
| * | | microblaze: Added Kconfig support for CONFIG_XILINX_GPIOVipul Kumar2018-03-013-1/+6
| * | | i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1Vipul Kumar2018-03-0116-8/+29
| * | | i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSETVipul Kumar2018-03-019-3/+11
| * | | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEEDVipul Kumar2018-03-013-2/+7
| * | | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVEVipul Kumar2018-03-013-2/+7
| * | | i2c: Enabled CONFIG_SYS_I2C_ZYNQ in the respective defconfigVipul Kumar2018-03-0112-5/+10
| * | | i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQVipul Kumar2018-03-011-0/+6
|/ / /
* | | arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPLVipul Kumar2018-02-2819-2/+24
* | | fpga: Added Kconfig support for FPGA_SPARTAN3Vipul Kumar2018-02-289-4/+9
* | | Merge git://git.denx.de/u-boot-netTom Rini2018-02-277-124/+155
|\ \ \
| * | | net: phy: smsc: Add SMSC LAN8741 supportArno Steffens2018-02-261-0/+11
| * | | net: e1000: Fix e1000_igb semaphore handlingBernhard Messerklinger2018-02-261-1/+1
| * | | NET: designware: fix clock enableEugeniy Paltsev2018-02-261-1/+1
| * | | phy: Fix style violationsMario Six2018-02-261-37/+57
| * | | cmd: mdio: Fix style violationsMario Six2018-02-261-4/+3
| * | | net: phy: marvell 88e151x: Fix handling of bare RGMII interface typeMario Six2018-02-261-1/+2
| * | | net: phy: marvell: Fix style violationsMario Six2018-02-261-22/+22
| * | | net: tsec: Make live-tree compatibleMario Six2018-02-261-23/+19
| * | | net: tsec: Fix memory leak in error pathMario Six2018-02-261-1/+3
| * | | net: tsec: Fix style violationsMario Six2018-02-261-35/+37
| |/ /
* | | Kconfig: cmd: Make networking command dependent on NETMichal Simek2018-02-2771-134/+94
|/ /
* | Merge git://git.denx.de/u-boot-mmcTom Rini2018-02-254-27/+35
|\ \ | |/ |/|
| * mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specifiedJean-Jacques Hiblot2018-02-261-0/+2
| * mmc: omap_hsmmc: make it possible to compile out ADMA supportJean-Jacques Hiblot2018-02-262-6/+15
| * mmc: omap_hsmmc: compile out write support if not neededJean-Jacques Hiblot2018-02-261-2/+9
| * mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_platJean-Jacques Hiblot2018-02-262-4/+4
| * mmc: fix off-by-one bug in mmc_startup_v4()Alexander Kochetkov2018-02-231-1/+1
| * mmc: Drop unnecessary case for mmc_probe()Faiz Abbas2018-02-231-6/+1