summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sunxi: Add support for Bananapi M2 UltraChen-Yu Tsai2017-04-205-0/+275
* sunxi: Add PSCI support for R40Chen-Yu Tsai2017-04-202-3/+35
* sunxi: Fix CPUCFG address for R40Chen-Yu Tsai2017-04-201-2/+4
* sunxi: Enable SPL for R40Chen-Yu Tsai2017-04-201-0/+1
* sunxi: Use H3/A64 DRAM initialization code for R40Chen-Yu Tsai2017-04-206-18/+133
* gpio: sunxi: Add compatible string for R40 PIOChen-Yu Tsai2017-04-201-0/+1
* sunxi: Provide defaults for R40 DRAM settingsChen-Yu Tsai2017-04-201-0/+3
* sunxi: Set PLL lock enable bits for R40Chen-Yu Tsai2017-04-202-0/+7
* sunxi: Add mmc[1-3] pinmux settings for R40Chen-Yu Tsai2017-04-201-2/+15
* sunxi: Fix watchdog reset function for R40Chen-Yu Tsai2017-04-203-7/+8
* sunxi: Enable AXP221s in I2C mode with the R40 SoCChen-Yu Tsai2017-04-203-7/+18
* sunxi: Add initial support for R40Chen-Yu Tsai2017-04-204-8/+30
* sunxi: Split up long Kconfig linesChen-Yu Tsai2017-04-201-5/+20
* sunxi: Convert CONS_INDEX to KconfigMylène Josserand2017-04-2022-24/+12
* sunxi: Convert CONFIG_MACPWR to KconfigMylène Josserand2017-04-2013-14/+22
* sunxi: Convert CONFIG_SATAPWR to KconfigMylène Josserand2017-04-2016-17/+27
* sunxi: Convert CONFIG_RGMII to KconfigMylène Josserand2017-04-2015-14/+30
* sunxi: Convert SUNXI_EMAC to KconfigMylène Josserand2017-04-209-8/+18
* sunxi: mk802_defconfig: Remove SYS_EXTRA_OPTIONSMylène Josserand2017-04-201-1/+0
* sunxi: icnova-a20-swac_defconfig: Remove CMD_BMP fromMylène Josserand2017-04-201-1/+0
* sunxi: icnova-a20-swac_defconfig: Remove AXP209_POWERMylène Josserand2017-04-201-1/+1
* sunxi: Move SUNXI_GMAC to KconfigMylène Josserand2017-04-2029-28/+54
* sunxi: Add maintainer of the NanoPi NEO AirJelle van der Waa2017-04-181-0/+5
* Prepare v2017.05-rc2v2017.05-rc2Tom Rini2017-04-171-1/+1
* Merge git://git.denx.de/u-boot-rockchipTom Rini2017-04-1624-15/+439
|\
| * rockchip: rk3399: spl: add UART0 support for SPLPhilipp Tomsich2017-04-153-8/+31
| * rockchip: pmic: Enable RK808 for rk3399 evberic.gao@rock-chips.com2017-04-152-0/+44
| * rockchip: i2c: Enable i2c for rk3399eric.gao@rock-chips.com2017-04-153-0/+18
| * rockchip: rk3399: Add missing sentinel in sysconeric.gao@rock-chips.com2017-04-151-0/+1
| * rockchip: ARM64: split RK3399-Q7 board off the RK3399-EVB boardKlaus Goger2017-04-159-1/+281
| * rockchip: dts: rk3399-puma: make the DTS dual-licensedPhilipp Tomsich2017-04-151-1/+1
| * rockchip: sysreset: rk3188: Make sure remap is off on warm-resetsHeiko Stübner2017-04-151-0/+15
| * rockchip: rk3399: do not use lower addressKever Yang2017-04-151-2/+2
| * rockchip: rk3188: enable remap functionHeiko Stübner2017-04-152-0/+19
| * rockchip: cosmetic: Move rock board to its correct positionHeiko Stübner2017-04-151-1/+1
| * rockchip: Add USB to the default boot targetsEddie Cai2017-04-151-0/+9
| * rockchip: tinker: configs: Add USB, PXE, DHCP to the default boot targetsEddie Cai2017-04-151-1/+4
| * rockchip: dts: rk3399-puma: disable 'fifo-mode' in sdmmcPhilipp Tomsich2017-04-151-1/+0
| * rockchip: spl: rk3399: disable DDR security regions for SPLPhilipp Tomsich2017-04-151-0/+13
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-04-1626-439/+778
|\ \
| * | board: sama5d3_xplained: Enable early debug UARTWenyou Yang2017-04-143-1/+24
| * | board: sama5d3_xplained: Clean up codeWenyou Yang2017-04-141-34/+0
| * | board: sama5d3_xplained: Update to support DM/DTWenyou Yang2017-04-144-25/+60
| * | board: sama5d3xek: Enable early debug UARTWenyou Yang2017-04-144-1/+30
| * | board: sama5d3xek: Clean up codeWenyou Yang2017-04-142-134/+1
| * | board: sama5d3xek: Update to support DM/DTWenyou Yang2017-04-145-35/+101
| * | dm: led: Add a new 'led' commandSimon Glass2017-04-143-0/+155
| * | led: Mark existing driver as legacySimon Glass2017-04-142-3/+3
| * | dm: led: Add support for blinking LEDsSimon Glass2017-04-147-0/+83
| * | dm: led: Support toggling LEDsSimon Glass2017-04-143-0/+33