aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-27fs/fat: simplify get_fatent for FAT12Stefan Brüns1-29/+5
2016-12-27fs/fat: merge readwrite get_fatent_value() with readonly get_fatent()Stefan Brüns2-116/+27
2016-12-27fs/fat: Avoid corruption of sectors following the FATStefan Brüns2-10/+13
2016-12-27cmd/Kconfig: Fix typo in CMD_MEMORY help textFabio Estevam1-2/+2
2016-12-27fat: fatwrite: fix the command for FAT12Philipp Skadorov1-8/+53
2016-12-27relocate-rela: use compiler.h endian macrosJonathan Gray1-37/+4
2016-12-27timer: Support clocks via phandleZakharov Vlad1-3/+14
2016-12-27regulator: fixed: Add support to handle enable-active-high DT propertyVignesh R2-1/+10
2016-12-26binman: Remove hard-coded file name for x86 CMC/FSP/VGABin Meng3-9/+0
2016-12-26x86: Add file names from Kconfig in CMC/FSP/VGA nodes in u-boot.dtsiBin Meng1-0/+3
2016-12-26x86: quark: Fix build error for quark-based boardsBin Meng1-0/+17
2016-12-23Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-0/+45
2016-12-23Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini15-744/+2
2016-12-23Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini5-0/+237
2016-12-22configs: enable the DM_PMIC and DM_I2C_GPIO for max8998 pmicJaehoon Chung1-0/+3
2016-12-22arm: dts: s5pc1xx-goni: add the pmic node for using DMJaehoon Chung1-0/+165
2016-12-22power: pmic: add the max8998 controller for DMJaehoon Chung3-0/+69
2016-12-22mmc: Extend dependencies for zynq sdhciMichal Simek1-1/+1
2016-12-22mmc: spear: remove the entire spear_sdhci.c fileJaehoon Chung2-28/+0
2016-12-21spi: Zap armada100_spi.c and envJagan Teki5-218/+1
2016-12-21spi: Zap mpc52xx_spi.c, config and related codeJagan Teki12-526/+1
2016-12-21arm64: mvebu: Fix A8K memory mapping and add documentationKonstantin Porotchkin2-13/+101
2016-12-20Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-25/+36
2016-12-20powerpc: Retain compatible property for L2 cacheChris Packham1-25/+36
2016-12-20sunxi: fix SID read on H3Icenowy Zheng2-0/+45
2016-12-20Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini33-263/+346
2016-12-20Merge git://git.denx.de/u-boot-dmTom Rini91-300/+3709
2016-12-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-2/+2
2016-12-20ARM64: zynqmp: Replace board specific with generic memory bank decodingNathan Rossi1-109/+3
2016-12-20ARM: zynq: Replace board specific with generic memory bank decodingNathan Rossi1-109/+3
2016-12-20fdt: add memory bank decoding functions for board setupNathan Rossi2-0/+90
2016-12-20ARM64: zynqmp: Add one empty line between license and nodesMichal Simek1-0/+1
2016-12-20ARM64: zynqmp: Add missing SPL dependency for boot.bin generationMichal Simek1-0/+1
2016-12-20common: Fix logic in fpga programmingMichal Simek1-4/+3
2016-12-20gpio: zynq: Remove empty lineMichal Simek1-1/+0
2016-12-20block: Move ceva driver to DMMichal Simek10-19/+54
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek11-13/+165
2016-12-20ARM: dt: zynq: Add labels to cpu nodes to allow overriding OPPs.Moritz Fischer1-2/+2
2016-12-20net: xilinx: Use mdio_register_seq() to support multiple instancesMichal Simek3-6/+3
2016-12-20common: miiphyutil: Add helper function for mdio bus nameMichal Simek2-0/+21
2016-12-19Prepare v2017.01-rc2v2017.01-rc2Tom Rini1-1/+1
2016-12-20binman: Drop microcode features from ifdtoolSimon Glass1-249/+5
2016-12-20x86: Use binman all x86 boardsSimon Glass3-42/+83
2016-12-20sunxi: Use binman for sunxi boardsSimon Glass3-6/+18
2016-12-20tegra: Use a U-Boot-specific .dtsi fileSimon Glass4-4/+23
2016-12-20binman: Automatically include a U-Boot .dtsi fileSimon Glass2-1/+58
2016-12-20binman: Allow configuration options to be used in .dts filesSimon Glass1-0/+5
2016-12-20binman: Add a build rule for binmanSimon Glass1-0/+6
2016-12-20binman: Add support for building x86 images with FSP/CMCSimon Glass5-0/+74
2016-12-20binman: Add support for building x86 ROMs with SPLSimon Glass13-1/+315