summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich2017-08-171-3/+3
* rockchip: dts: rk3399-firefly: update gmac parameterKever Yang2017-08-171-2/+2
* Merge git://git.denx.de/u-boot-tegraTom Rini2017-08-169-16/+19
|\
| * apalis_t30/tk1, colibri_t20/t30: fix i2c bus frequenciesMarcel Ziswiler2017-08-154-10/+10
| * apalis-tk1: remove duplicate hdmi_ddc device tree nodeMarcel Ziswiler2017-08-151-4/+0
| * dm: tegra: move apalis t30/tk1, colibri t20/t30 to livetreeMarcel Ziswiler2017-08-154-0/+7
| * apalis_t30: fix usb otg power enableMarcel Ziswiler2017-08-151-2/+2
* | Merge git://git.denx.de/u-boot-sunxiTom Rini2017-08-1613-2/+320
|\ \
| * | sun50i: a64: Add A64-OLinuXino initial supportJagan Teki2017-08-154-0/+105
| * | sun50i: a64: Add initial NanoPi A64 supportJagan Teki2017-08-154-0/+136
| * | sun50i: a64: Sync Linux [oe]hci0 nodesJagan Teki2017-08-111-0/+22
| * | sunxi: add MACPWR in Orange Pi PC2 defconfigIcenowy Zheng2017-08-111-0/+1
| * | sunxi: switch PRCM to non-secure on H3/H5 SoCsIcenowy Zheng2017-08-111-0/+6
| * | sunxi: add PRCM secure switch register definitionIcenowy Zheng2017-08-111-0/+6
| * | sunxi: reduce Orange Pi Zero DRAM clock speedClément Bœsch2017-08-111-1/+1
| * | sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMCOlliver Schinagl2017-08-112-0/+41
| * | ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmcEmmanuel Vadot2017-08-111-1/+1
* | | Merge git://www.denx.de/git/u-boot-imxTom Rini2017-08-1619-35/+1069
|\ \ \
| * | | imx: mx7: fix build warning when CONFIG_IMX_RDC not enabledPeng Fan2017-08-161-3/+4
| * | | imx: mx6sl: simplify code using setbits_le32Peng Fan2017-08-161-15/+2
| * | | imx: mx6sx: select OSC as uart's clk parentPeng Fan2017-08-161-0/+5
| * | | imx: mx6: soc: fix mx6sll settingsPeng Fan2017-08-161-2/+10
| * | | imx: mx6: select ARM_ERRATA_845369Peng Fan2017-08-161-0/+1
| * | | arm: Implement workaround for Cortex-A9 errata 845369Peng Fan2017-08-162-0/+9
| * | | ARM: i.MX6: exclude the ARM errata from i.MX6 UP systemPeng Fan2017-08-161-4/+11
| * | | imx: imx6ull: correct get_cpu_speed_grade_hzSébastien Szymanski2017-08-161-1/+18
| * | | imx: imx6ul: correct get_cpu_speed_grade_hz on 696MHz SoCsSébastien Szymanski2017-08-161-1/+1
| * | | mx6sabreauto: Fix IOMUXC_GPR6 and IOMUXC_GPR7 valuesBreno Lima2017-08-161-2/+2
| * | | mx6sabresd: Fix IOMUXC_GPR6 and IOMUXC_GPR7 valuesBreno Lima2017-08-161-2/+2
| * | | imx6: clock: correct comment for PLL_VIDEOAnatolij Gustschin2017-08-161-1/+1
| * | | imx6: use SION macro in SDn_CMD mux mode bitfield argumentsAnatolij Gustschin2017-08-161-4/+4
| * | | mx6: Add support for Phytec pfla02 (NAND)Stefano Babic2017-08-028-0/+984
| * | | arm: imx: Enable booting from SATA on wandboard.Vagrant Cascadian2017-07-281-0/+1
| * | | net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETHLothar Waßmann2017-07-282-0/+14
* | | | Merge git://git.denx.de/u-boot-spiTom Rini2017-08-163-6/+27
|\ \ \ \
| * | | | sf: Preserve QE bit when clearing BP# bits for Macronix flashBin Meng2017-08-161-4/+18
| * | | | mtd: spi: sf_dataflash: Add print message while erase errorWenyou.Yang@microchip.com2017-08-081-2/+8
| * | | | sf: Add Macronix MX25U6435F device parametersBin Meng2017-08-081-0/+1
* | | | | env: Adjust the load() method to return an errorSimon Glass2017-08-1614-42/+83
* | | | | env: Adjust the get_char() method to return an intSimon Glass2017-08-164-5/+5
* | | | | env: Rename some other getenv()-related functionsSimon Glass2017-08-1641-85/+85
* | | | | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-1647-69/+68
* | | | | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-1625-59/+70
* | | | | env: Rename getenv/_f() to env_get()Simon Glass2017-08-16213-502/+531
* | | | | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-1658-83/+83
* | | | | env: Rename common functions related to setenv()Simon Glass2017-08-1637-63/+79
* | | | | env: Rename setenv() to env_set()Simon Glass2017-08-16156-454/+470
* | | | | env: Drop saveenv() in favour of env_save()Simon Glass2017-08-159-15/+20
* | | | | env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-159-14/+14
* | | | | env: Drop env_get_char_spec()Simon Glass2017-08-153-24/+13