summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-amlogic-20190731' of https://gitlab.denx.de/u-boot/custodia...WIP/31Jul2019Tom Rini2019-07-3119-336/+2752
|\
| * clk: meson: remove duplicate logicHeinrich Schuchardt2019-07-311-4/+1
| * board: amlogic: add support for Odroid-N2Neil Armstrong2019-07-316-0/+346
| * ARM: meson-g12a: Handle 4GiB DRAM sizeNeil Armstrong2019-07-311-6/+7
| * ARM: dts: add support for Odroid-N2Neil Armstrong2019-07-314-1/+483
| * ARM: dts: Sync Amlogic G12A with Linux 5.3-rc1Neil Armstrong2019-07-317-325/+1915
* | Merge branch '2019-07-31-ti-imports'Tom Rini2019-07-3115-33/+62
|\ \
| * | Revert "ARM: davinci: da850: Manual pinmux only when PINCTRL not available"Adam Ford2019-07-311-12/+2
| * | nand: davinci: avoid out of bounds array accessHeinrich Schuchardt2019-07-311-2/+2
| * | ARM: da850-evm: Remove references to CONFIG_DA850_AM18X_EVMAdam Ford2019-07-312-4/+0
| * | ARM: dts: da850-evm: Fix MDIO pinmuxAdam Ford2019-07-311-0/+4
| * | configs: am335x_boneblack_vboot_defconfig: Add DM for SPI and Flash devicesSuniel Mahesh2019-07-311-0/+2
| * | configs: am335x_boneblack_vboot_defconfig: Fix regression by enabling BLK and...Suniel Mahesh2019-07-311-1/+2
| * | configs: j721e_evm_a72: Disable K3_SYSTEM_CONTROLLERSuman Anna2019-07-311-3/+0
| * | configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLERSuman Anna2019-07-312-6/+0
| * | arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains propertySuman Anna2019-07-311-1/+1
| * | ARM: da850-evm: Replace CMD_SF with CMD_MTDAdam Ford2019-07-311-0/+2
| * | ARM: da850evm: Split MTDPARTS into SPL and u-bootAdam Ford2019-07-311-2/+1
| * | configs: am57xx_evm_defconfig: Enable 'dtimg' commandSam Protsenko2019-07-313-0/+3
| * | configs: am57xx_evm_defconfig: Enable 'bcb' commandSam Protsenko2019-07-313-0/+3
| * | omap: Correct the fastboot product varSam Protsenko2019-07-311-0/+13
| * | env: ti: boot: Handle reboot reason from BCBSam Protsenko2019-07-311-2/+27
* | | Merge tag 'mmc-7-31' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini2019-07-315-5/+113
|\ \ \ | |/ / |/| |
| * | mmc: relocate code commentBaruch Siach2019-07-311-1/+1
| * | mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeoutWeijie Gao2019-07-311-0/+3
| * | mmc: sdhci: fix chip detect gpio property nameBaruch Siach2019-07-311-1/+1
| * | mmc: mv_sdhci: fix uninitialized pointer deref on probeBaruch Siach2019-07-311-3/+3
| * | test/py: add MMC/SD block write testJean-Jacques Hiblot2019-07-311-0/+105
| |/
* | Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...WIP/30Jul2019Tom Rini2019-07-304-3/+25
|\ \
| * | mxc_ipuv3_fb.c: enable a backlight on a panelHeiko Schocher2019-07-301-0/+5
| * | mxc_ipuv3_fb.c: call display_enableHeiko Schocher2019-07-301-0/+13
| * | bdinfo: show fb base with DM_VIDEOHeiko Schocher2019-07-301-1/+1
| * | mxc_ipuv3_fb.c: set gd->fb_baseHeiko Schocher2019-07-301-0/+2
| * | global_data: enable fb_base for DM_VIDEOHeiko Schocher2019-07-301-1/+1
| * | edid: fix edid_get_timing_validate() mode_valid lookupNeil Armstrong2019-07-291-1/+3
* | | Merge tag 'xilinx-for-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-3032-279/+2148
|\ \ \
| * | | arm64: zynqmp: Do not include pm_cfg_obj.o when SPL is disabledMichal Simek2019-07-301-0/+2
| * | | cmd: fpga: Change return value to avoid printing usage textAlexander Dahl2019-07-301-1/+1
| * | | fpga: altera: cyclon2: Check function pointer before callingAlexander Dahl2019-07-301-1/+5
| * | | fpga: altera: cyclon2: Fix indentationAlexander Dahl2019-07-301-16/+16
| * | | fpga: altera: cyclon2: Fix most checkpatch warningsAlexander Dahl2019-07-301-42/+39
| * | | fpga: altera: Add some more device sizesAlexander Dahl2019-07-301-0/+10
| * | | arm64: zynqmp: add MAINTAINERS entry for Avnet UltraZed-EVLuca Ceresoli2019-07-301-0/+6
| * | | fpga: virtex2: Add slave serial programming supportRobert Hancock2019-07-302-23/+86
| * | | fpga: virtex2: Add additional clock cycles after DONE assertionRobert Hancock2019-07-301-4/+16
| * | | fpga: virtex2: Split out image writing from pre/post operationsRobert Hancock2019-07-301-157/+174
| * | | fpga: virtex2: added Kconfig optionRobert Hancock2019-07-301-0/+8
| * | | fpga: virtex2: cosmetic: Cleanup code styleRobert Hancock2019-07-301-134/+136
| * | | arm64: zynqmp: add support for Avnet UltraZed-EV Starter KitLuca Ceresoli2019-07-305-0/+843
| * | | tools: zynqmp_psu_init_minimize.sh: fix return lines coding styleLuca Ceresoli2019-07-301-0/+3