summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-27dm: efi: Update for CONFIG_BLKSimon Glass
2016-05-27dm: mmc: Convert sdhci to support CONFIG_BLKSimon Glass
2016-05-27dm: env: mmc: Convert env_mmc to support CONFIG_BLKSimon Glass
2016-05-27rockchip: Drop SPL GPIO support for rk3288Simon Glass
2016-05-27rockchip: video: Flush the cache when the display is updatedSimon Glass
2016-05-27rockchip: Drop unnecessary SPL propertiesSimon Glass
2016-05-27rockchip: Check image name for the rksd imageSimon Glass
2016-05-27rockchip: rock2: dts: use status = "okay" not okSjoerd Simons
2016-05-27rockchip: rk3288-firefly: Add gmac definitionSjoerd Simons
2016-05-27rockchip: rk3288: grf: Define GRF_SOC_CON1 and GRF_SOC_CON3Sjoerd Simons
2016-05-27rockchip: rk3288: Add clock support for the gmac ethernet interfaceSjoerd Simons
2016-05-27rockchip: rk3288: pinctrl: support more pinsSjoerd Simons
2016-05-27net: designware: support phy reset device-tree bindingsSjoerd Simons
2016-05-27net: Move the VCI and client arch values to KconfigAlexander Graf
2016-05-27bootp: Move vendor class identifier set to functionAlexander Graf
2016-05-27efi_loader: Add network access supportAlexander Graf
2016-05-27test/py: fix NameError exception if bdi cmd is not supportedHeiko Schocher
2016-05-27cmd: replace the cast of the memory access to a fixed bit type in itestKunihiko Hayashi
2016-05-27disk: part_efi: fix check of the max partition sizePatrick Delaunay
2016-05-27cmd: disk: Fix unused variable warningMarek Vasut
2016-05-27SPL: FIT: Align loading address for headerMichal Simek
2016-05-27dm: gpio: pca953x: Support PCA953X with 40 GPIOsmario.six@gdsys.cc
2016-05-27tools/env: compute size of usable area only onceAndreas Fenkart
2016-05-27tools/env: fw_printenv pass value_only as argumentAndreas Fenkart
2016-05-27tools/env: remove 'extern' from function prototype in fw_env.hAndreas Fenkart
2016-05-27tools/env: pass key as argument to env_aes_cbc_cryptAndreas Fenkart
2016-05-26mmc: Use byte array for multipliersSimon Glass
2016-05-26mmc: Drop dead mmc code for non-generic MMCSimon Glass
2016-05-26mmc: Drop mmc_register()Simon Glass
2016-05-26reset: Drop the reset failure messageSimon Glass
2016-05-26tiny-printf: Support snprintf()Simon Glass
2016-05-26tiny-printf: Tidy up a few nitsSimon Glass
2016-05-26arm: rpi: Define CONFIG_TFTP_TSIZE to show tftp size infoSimon Glass
2016-05-26mailbox: implement a sandbox testStephen Warren
2016-05-26Add a mailbox driver framework/uclassStephen Warren
2016-05-26Rename reset to sysresetStephen Warren
2016-05-26sunxi: gpio: convert bind() to use driver dataStephen Warren
2016-05-26dm: allow setting driver_data before/during bindStephen Warren
2016-05-25Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini
2016-05-26mips: ath79: ar933x: Avoid warning with gcc5Wills Wang
2016-05-26mips: ath79: ar933x: Fix ethernet PHY mismatchWills Wang
2016-05-26mips: Drop JZ4740 remnantsMarek Vasut
2016-05-26mips: Allow overriding start.S in SPLMarek Vasut
2016-05-26MIPS: Move CONFIG_SYS_TEXT_BASE to KconfigPaul Burton
2016-05-26malta: Use device model & tree for UARTPaul Burton
2016-05-26malta: Tidy up UART address selectionPaul Burton
2016-05-26dm: ns16550: Don't map_physmem for I/O portsPaul Burton
2016-05-25fdt: Document the rest of struct of_busPaul Burton
2016-05-25fdt: Support for ISA bussesPaul Burton
2016-05-25arm64: fix arm64 Linux boot image header field sizesAndre Przywara