aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada197-519/+514
2018-03-05tools: Include U-Boot libfdt headers from their actual pathPaul Kocialkowski1-1/+1
2018-03-05input: indicate that code page 437 is usedHeinrich Schuchardt1-1/+4
2018-03-05pinctrl: Kconfig: Fix typoMarek BehĂșn1-3/+3
2018-03-05gpio: pca953x_gpio: Support label setting from DTMario Six1-2/+13
2018-03-05spl: Kconfig: Rename SPL_USBETH_SUPPORT to SPL_USB_ETHER to match with the U-...Faiz Abbas17-22/+22
2018-03-05tools/env: allow equal sign as key value separationStefan Agner1-1/+1
2018-03-05Atmel TPM: Fix potential buffer overrunsJeremy Boone1-2/+12
2018-03-05Infineon TPM: Fix potential buffer overrunsJeremy Boone1-2/+3
2018-03-05STMicro TPM: Fix potential buffer overrunsJeremy Boone2-4/+6
2018-03-01Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini15-0/+1554
2018-03-01Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini4-6/+331
2018-03-01Merge tag 'xilinx-kconfig-for-v2018.03' of git://www.denx.de/git/u-boot-micro...Tom Rini28-35/+97
2018-03-01mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MIN_FREQVipul Kumar4-5/+8
2018-03-01mmc: Added Kconfig support for CONFIG_ZYNQ_SDHCI_MAX_FREQVipul Kumar7-9/+13
2018-03-01microblaze: Added Kconfig support for CONFIG_XILINX_GPIOVipul Kumar3-1/+6
2018-03-01i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1Vipul Kumar16-8/+29
2018-03-01i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSETVipul Kumar9-3/+11
2018-03-01i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEEDVipul Kumar3-2/+7
2018-03-01i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVEVipul Kumar3-2/+7
2018-03-01i2c: Enabled CONFIG_SYS_I2C_ZYNQ in the respective defconfigVipul Kumar12-5/+10
2018-03-01i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQVipul Kumar1-0/+6
2018-02-28arm: zynq: fpga: Added Kconfig support for CONFIG_FPGA_ZYNQPLVipul Kumar19-2/+24
2018-02-28fpga: Added Kconfig support for FPGA_SPARTAN3Vipul Kumar9-4/+9
2018-02-27Merge git://git.denx.de/u-boot-netTom Rini7-124/+155
2018-02-27Kconfig: cmd: Make networking command dependent on NETMichal Simek71-134/+94
2018-02-27ARM: rmobile: Build u-boot-spl.srec on Gen2Marek Vasut1-0/+4
2018-02-27Makefile: add u-boot-spl.srec targetMarek Vasut1-0/+5
2018-02-27ARM: rmobile: Build u-boot-elf.srec on Gen3Masaru Nagai1-0/+1
2018-02-27Makefile: add u-boot-elf.srec targetMasaru Nagai1-0/+5
2018-02-27arm: socfpga: cyclone5: Enable Macronix flash supportChin Liang See3-0/+3
2018-02-26net: phy: smsc: Add SMSC LAN8741 supportArno Steffens1-0/+11
2018-02-26net: e1000: Fix e1000_igb semaphore handlingBernhard Messerklinger1-1/+1
2018-02-26NET: designware: fix clock enableEugeniy Paltsev1-1/+1
2018-02-26phy: Fix style violationsMario Six1-37/+57
2018-02-26cmd: mdio: Fix style violationsMario Six1-4/+3
2018-02-26net: phy: marvell 88e151x: Fix handling of bare RGMII interface typeMario Six1-1/+2
2018-02-26net: phy: marvell: Fix style violationsMario Six1-22/+22
2018-02-26net: tsec: Make live-tree compatibleMario Six1-23/+19
2018-02-26net: tsec: Fix memory leak in error pathMario Six1-1/+3
2018-02-26net: tsec: Fix style violationsMario Six1-35/+37
2018-02-26ARM: dts: rmobile: Import proper DTS for H2 StoutMarek Vasut1-6/+316
2018-02-26ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 boardMarek Vasut12-0/+1551
2018-02-25Merge git://git.denx.de/u-boot-mmcTom Rini4-27/+35
2018-02-26mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specifiedJean-Jacques Hiblot1-0/+2
2018-02-26mmc: omap_hsmmc: make it possible to compile out ADMA supportJean-Jacques Hiblot2-6/+15
2018-02-26mmc: omap_hsmmc: compile out write support if not neededJean-Jacques Hiblot1-2/+9
2018-02-26mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_platJean-Jacques Hiblot2-4/+4
2018-02-25Merge git://git.denx.de/u-boot-rockchipTom Rini5-1/+58
2018-02-25Merge git://git.denx.de/u-boot-imxTom Rini18-179/+237