aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-08Merge branch 'next' of git://git.denx.de/u-boot-spiTom Rini1-56/+36
2017-05-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini20-124/+979
2017-05-08ARM: keystone2: Add support for getting external clock dynamicallyLokesh Vutla7-30/+118
2017-05-08ARM: k2g: Add support for dynamic programming of PLL based on SYSCLKLokesh Vutla3-23/+118
2017-05-08configs: ks2: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla7-106/+31
2017-05-08configs: dra7xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2-44/+2
2017-05-08configs: am57xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2-42/+3
2017-05-08configs: am43xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2-38/+2
2017-05-08configs: am335x: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla7-69/+7
2017-05-08board: ti: Define Kconfig symbol for common cmd optionsLokesh Vutla1-0/+26
2017-05-08Add ARM errata workaround 852421 and 852423 for Cortex-A17Nisal Menuka2-0/+18
2017-05-08aspeed: Cleanup ast2500-u-boot.dtsi Device Treemaxims@google.com1-20/+21
2017-05-08aspeed: Refactor SCU to use consistent mask & shiftmaxims@google.com3-29/+27
2017-05-08aspeed: Add support for Clocks needed by MACsmaxims@google.com4-33/+304
2017-05-08aspeed: Enable I2C in EVB defconfigmaxims@google.com1-0/+3
2017-05-08aspeed: Add I2C Drivermaxims@google.com4-0/+499
2017-05-08aspeed: Add P-Bus clock in ast2500 clock drivermaxims@google.com2-1/+13
2017-05-08aspeed: Enable Pinctrl Driver in AST2500 EVBmaxims@google.com1-0/+1
2017-05-08aspeed: AST2500 Pinctrl Drivermaxims@google.com6-0/+209
2017-05-08aspeed: Refactor AST2500 RAM Driver and Sysreset Drivermaxims@google.com6-112/+24
2017-05-08aspeed: Device Tree configuration for Reset Drivermaxims@google.com3-0/+70
2017-05-08aspeed: Reset Drivermaxims@google.com4-0/+145
2017-05-08aspeed: Make SCU lock/unlock functions part of SCU APImaxims@google.com3-16/+31
2017-05-08aspeed: Watchdog Timer Drivermaxims@google.com5-13/+217
2017-05-08dm: Simple Watchdog uclassmaxims@google.com11-1/+333
2017-05-08aspeed: Update ast2500 Device Treemaxims@google.com1-1/+880
2017-05-08ARM: DT: STM32F746: add u-boot, dm-pre-reloc property to sub nodesVikas Manocha1-0/+24
2017-05-08README: remove CONFIG_CMD_DATEChris Packham1-1/+0
2017-05-08tools: moveconfig: cleanup README entiresChris Packham1-0/+41
2017-05-08tools: moveconfig: cleanup whitelist entriesChris Packham1-0/+20
2017-05-08tools: moveconfig: extract helper function for user confirmationChris Packham1-19/+18
2017-05-08rtc: Add DM support to ds1307Chris Packham2-20/+196
2017-05-08igep003x: Add netboot supportPau Pajuelo1-1/+12
2017-05-08igep003x: Add support for IGEP SMARC AM335xPau Pajuelo5-19/+133
2017-05-08igep003x: UBIizeLadislav Michl3-18/+48
2017-05-08igep0033: Rename to igep003xLadislav Michl10-16/+16
2017-05-08mtd: nand: Consolidate nand spl loaders implementationLadislav Michl4-171/+110
2017-05-08ARM: am33xx: define BOOT_DEVICE_ONENANDLadislav Michl1-0/+1
2017-05-08ARM: am33xx: fix typo in spl.hLadislav Michl1-1/+1
2017-05-08stm32f7: remove not needed configuration from board configVikas Manocha1-3/+0
2017-05-08stm32f7: add support for stm32f769 disco boardVikas Manocha2-1/+257
2017-05-08stm32f7: move board specific pin muxing to dtsVikas Manocha2-86/+90
2017-05-08stm32f7: increase the max no of pin configuration to 70Vikas Manocha1-1/+2
2017-05-08stm32f7: sdram: correct sdram configuration as per micron sdramVikas Manocha4-51/+33
2017-05-08stm32f7: enable board info read from device treeVikas Manocha1-0/+1
2017-05-08stm32f7: stm32f746-disco: read memory info from device treeVikas Manocha3-18/+31
2017-05-08stm32f746: to switch on user LED1 & read user buttonVikas Manocha3-0/+48
2017-05-08stm32f7: use stm32f7 gpio driver supporting driver modelVikas Manocha6-109/+15
2017-05-08ARM: DT: stm32f7: add gpio device tree nodesVikas Manocha2-0/+123
2017-05-08dm: gpio: Add driver for stm32f7 gpio controllerVikas Manocha5-5/+198