summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | binman: Update Entry.WriteData() to handle special sectionsSimon Glass2019-07-293-3/+29
| * | | binman: Update Entry.ReadEntry() to work through classesSimon Glass2019-07-294-17/+46
| * | | binman: Add a prefix before CBFS hex offsetsSimon Glass2019-07-292-4/+4
| * | | binman: Add a few more features to the wishlistSimon Glass2019-07-291-0/+2
| * | | binman: Place Intel descriptor at image startSimon Glass2019-07-293-1/+34
| * | | binman: Adjust fmap to ignore CBFS filesSimon Glass2019-07-292-3/+9
| * | | libfdt: Copy the struct region in fdt_resize()Simon Glass2019-07-291-1/+1
| * | | binman: Support shrinking a entry after packingSimon Glass2019-07-295-11/+91
| * | | binman: Update the _testing entry to support shrinkageSimon Glass2019-07-292-14/+27
| * | | binman: Allow updating entries that change sizeSimon Glass2019-07-297-26/+113
| * | | binman: Add more tests for image header positionSimon Glass2019-07-298-2/+127
| * | | binman: Move Image.BuildImage() into a single functionSimon Glass2019-07-291-6/+4
| * | | binman: Write the original input fdtmap to a fileSimon Glass2019-07-292-2/+9
| * | | binman: Update documentation for image creationSimon Glass2019-07-291-5/+18
| * | | binman: Add info to allow safely repacking an image laterSimon Glass2019-07-298-14/+165
| * | | binman: Support updating entries in an existing imageSimon Glass2019-07-298-25/+277
| * | | binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass2019-07-293-7/+28
| * | | binman: Allow the fdtmap to remain unchangedSimon Glass2019-07-291-25/+30
| * | | binman: Add a constant for common entry propertiesSimon Glass2019-07-291-7/+8