summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | ARM: zynq: Add configuration for Z-turn boardAnton Gerasimov2019-07-301-0/+281
| * | cmd: fpga: correct typo, capitalize "Xilinx"Robert P. J. Day2019-07-301-1/+1
| * | arm64: zynqmp: add tool to minimize psu_init_gpl.c filesLuca Ceresoli2019-07-301-0/+145
| * | arm64: zynqmp: xil_io.h: declare functions as staticLuca Ceresoli2019-07-301-3/+3
| * | arm64: zynqmp: add tool to convert PMU config object .c to binaryLuca Ceresoli2019-07-301-0/+301
| * | arm64: zynqmp: spl: install a PMU firmware config object at runtimeLuca Ceresoli2019-07-308-0/+176
| * | arm64: zynqmp: Rename zc1275 to zcu1275Michal Simek2019-07-305-10/+12
| * | ARM: zynq: delete long-dead CONFIG_USB_CABLE_CHECKRobert P. J. Day2019-07-303-3/+0
* | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-07-3024-883/+1609
|\ \ \ | |/ / |/| |
| * | pinctrl: renesas: fix R-Car gpio0_00 operation fails with 'gpio -input' commandtitron2019-07-291-2/+2
| * | ARM: dts: rmobile: Synchronize Gen3 DTs with Linux 5.2Eugeniu Rosca2019-07-238-47/+595
| * | dt-bindings: Synchronize R-Car Gen3 headers with Linux 5.2Eugeniu Rosca2019-07-232-5/+3
| * | pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2Eugeniu Rosca2019-07-2311-829/+959
| * | ARM: renesas: Update Gen3 PCIe dma-ranges before bootMarek Vasut2019-07-232-0/+50
| * | common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()Marek Vasut2019-07-231-11/+14
* | | Prepare v2019.10-rc1v2019.10-rc1Tom Rini2019-07-291-2/+2
* | | Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/29Jul2019Tom Rini2019-07-2949-367/+1984
|\ \ \
| * | | Makefile: fix implementation of BINMAN_DEBUGStephen Warren2019-07-291-2/+3
| * | | binman: Add command-line support for replacing entriesSimon Glass2019-07-295-4/+327
| * | | binman: Correct the error message for invalid pathSimon Glass2019-07-292-4/+4
| * | | binman: Split control.WriteEntryToImage() into separate functionsSimon Glass2019-07-291-17/+59
| * | | binman: Update control.WriteEntry() to support writing the mapSimon Glass2019-07-291-4/+6
| * | | binman: Move control.WriteEntry further down the fileSimon Glass2019-07-291-41/+40
| * | | binman: Clean up all output directories in testsSimon Glass2019-07-291-9/+42
| * | | binman: Add a test function to clean up the output dirSimon Glass2019-07-291-4/+8
| * | | binman: Update state when replacing device-tree entriesSimon Glass2019-07-294-0/+38
| * | | patman: Reset the output directory when it is removedSimon Glass2019-07-291-0/+2
| * | | binman: Support replacing data in a cbfsSimon Glass2019-07-297-9/+87