summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2017-05-091339-8374/+14152
|\
| * p1_p2_rdb: Fix unused variable warningTom Rini2017-05-091-5/+0
| * dm: Update Simple Watchdog uclassMaxim Sloyko2017-05-091-11/+1
| * Merge branch 'next' of git://git.denx.de/u-boot-spiTom Rini2017-05-081-56/+36
| |\
| | * env_sf: use DIV_ROUND_UP to calculate number of sectors to eraseAndreas Fenkart2017-05-031-13/+5
| | * env_sf: re-order error handling in single-buffer env_relocate_specAndreas Fenkart2017-05-031-9/+11
| | * enf_sf: reuse setup_flash_device instead of open coding itAndreas Fenkart2017-05-031-9/+5
| | * env_sf: factor out prepare_flash_deviceAndreas Fenkart2017-05-031-29/+19
| * | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-05-0820-124/+979
| |\ \
| | * | sunxi: add support for Banana Pi M2 Plus boardIcenowy Zheng2017-05-042-0/+25
| | * | sunxi: enable SATA on Banana Pi M2 UltraIcenowy Zheng2017-05-021-0/+3
| | * | sunxi: add clock configuration of R40 sataIcenowy Zheng2017-05-022-2/+23
| | * | ARM: sunxi: use imply instead of bare default y in KconfigMasahiro Yamada2017-05-022-26/+8
| | * | ARM: sunxi: move board/sunxi/Kconfig to arch/arm/mach-sunxi/KconfigMasahiro Yamada2017-05-022-1/+2
| | * | sunxi: Disable DE2 video driver where not neededJernej Skrabec2017-04-283-0/+3
| | * | sunxi: video: Add A64/H3/H5 HDMI driverJernej Skrabec2017-04-287-0/+795
| | * | sunxi: Enable DM_I2C for A64/H3/H5Jernej Skrabec2017-04-281-0/+2
| | * | sunxi: i2c: Add support for DM I2CJernej Skrabec2017-04-284-1/+22
| | * | sunxi: Move function for later convenienceJernej Skrabec2017-04-281-94/+94
| | * | sunxi: power: Compile sy8106a driver only during SPL buildJernej Skrabec2017-04-281-0/+2
| * | | ARM: keystone2: Add support for getting external clock dynamicallyLokesh Vutla2017-05-087-30/+118
| * | | ARM: k2g: Add support for dynamic programming of PLL based on SYSCLKLokesh Vutla2017-05-083-23/+118
| * | | configs: ks2: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2017-05-087-106/+31
| * | | configs: dra7xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2017-05-082-44/+2
| * | | configs: am57xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2017-05-082-42/+3
| * | | configs: am43xx: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2017-05-082-38/+2
| * | | configs: am335x: Enable TI_COMMON_CMD_OPTIONSLokesh Vutla2017-05-087-69/+7
| * | | board: ti: Define Kconfig symbol for common cmd optionsLokesh Vutla2017-05-081-0/+26
| * | | Add ARM errata workaround 852421 and 852423 for Cortex-A17Nisal Menuka2017-05-082-0/+18
| * | | aspeed: Cleanup ast2500-u-boot.dtsi Device Treemaxims@google.com2017-05-081-20/+21
| * | | aspeed: Refactor SCU to use consistent mask & shiftmaxims@google.com2017-05-083-29/+27
| * | | aspeed: Add support for Clocks needed by MACsmaxims@google.com2017-05-084-33/+304
| * | | aspeed: Enable I2C in EVB defconfigmaxims@google.com2017-05-081-0/+3
| * | | aspeed: Add I2C Drivermaxims@google.com2017-05-084-0/+499
| * | | aspeed: Add P-Bus clock in ast2500 clock drivermaxims@google.com2017-05-082-1/+13
| * | | aspeed: Enable Pinctrl Driver in AST2500 EVBmaxims@google.com2017-05-081-0/+1
| * | | aspeed: AST2500 Pinctrl Drivermaxims@google.com2017-05-086-0/+209
| * | | aspeed: Refactor AST2500 RAM Driver and Sysreset Drivermaxims@google.com2017-05-086-112/+24
| * | | aspeed: Device Tree configuration for Reset Drivermaxims@google.com2017-05-083-0/+70
| * | | aspeed: Reset Drivermaxims@google.com2017-05-084-0/+145
| * | | aspeed: Make SCU lock/unlock functions part of SCU APImaxims@google.com2017-05-083-16/+31
| * | | aspeed: Watchdog Timer Drivermaxims@google.com2017-05-085-13/+217
| * | | dm: Simple Watchdog uclassmaxims@google.com2017-05-0811-1/+333
| * | | aspeed: Update ast2500 Device Treemaxims@google.com2017-05-081-1/+880
| * | | ARM: DT: STM32F746: add u-boot, dm-pre-reloc property to sub nodesVikas Manocha2017-05-081-0/+24
| * | | README: remove CONFIG_CMD_DATEChris Packham2017-05-081-1/+0
| * | | tools: moveconfig: cleanup README entiresChris Packham2017-05-081-0/+41
| * | | tools: moveconfig: cleanup whitelist entriesChris Packham2017-05-081-0/+20
| * | | tools: moveconfig: extract helper function for user confirmationChris Packham2017-05-081-19/+18
| * | | rtc: Add DM support to ds1307Chris Packham2017-05-082-20/+196