aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-30ARM: zynq: Add configuration for Z-turn boardAnton Gerasimov1-0/+281
2019-07-30cmd: fpga: correct typo, capitalize "Xilinx"Robert P. J. Day1-1/+1
2019-07-30arm64: zynqmp: add tool to minimize psu_init_gpl.c filesLuca Ceresoli1-0/+145
2019-07-30arm64: zynqmp: xil_io.h: declare functions as staticLuca Ceresoli1-3/+3
2019-07-30arm64: zynqmp: add tool to convert PMU config object .c to binaryLuca Ceresoli1-0/+301
2019-07-30arm64: zynqmp: spl: install a PMU firmware config object at runtimeLuca Ceresoli8-0/+176
2019-07-30arm64: zynqmp: Rename zc1275 to zcu1275Michal Simek5-10/+12
2019-07-30ARM: zynq: delete long-dead CONFIG_USB_CABLE_CHECKRobert P. J. Day3-3/+0
2019-07-29Prepare v2019.10-rc1v2019.10-rc1Tom Rini1-2/+2
2019-07-29Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini49-367/+1984
2019-07-29Merge branch '2019-07-29-ti-imports'Tom Rini29-338/+95
2019-07-29arm: mach-keystone: Use appended original image size in image processingAndrew F. Davis1-5/+5
2019-07-29configs: omapl138_lcdk: enable NAND self-init in SPLBartosz Golaszewski1-4/+0
2019-07-29davinci: omapl138-lcdk: enable driver-model in SPLBartosz Golaszewski2-0/+21
2019-07-29davinci: omapl138-lcdk: remove unneeded includesBartosz Golaszewski1-2/+0
2019-07-29davinci: omapl138-lcdk: enable CONFIG_USE_TINY_PRINTFBartosz Golaszewski1-0/+1
2019-07-29davinci: omapl138-lcdk: enable SPL_SYS_MALLOC_SIMPLEBartosz Golaszewski1-0/+1
2019-07-29davinci: da850-evm: enable driver model for NANDBartosz Golaszewski5-0/+11
2019-07-29davinci: omapl138-lcdk: enable driver model for NANDBartosz Golaszewski3-0/+9
2019-07-29nand: davinci: add support for driver modelBartosz Golaszewski1-1/+45
2019-07-29nand: davinci: make davinci_nand_init() staticBartosz Golaszewski2-3/+1
2019-07-29omapl138_lcdk_defconfig: don't build support for SPIBartosz Golaszewski1-5/+1
2019-07-29i2c: remove i2c driver-model compatibility layerBartosz Golaszewski7-232/+3
2019-07-29sandbox: remove CONFIG_DM_I2C_COMPAT from defconfigsBartosz Golaszewski7-7/+1
2019-07-29davinci: remove CONFIG_DM_I2C_COMPAT from defconfigsBartosz Golaszewski3-10/+0
2019-07-29ARM: da850_am18xxevm: Remove config and referencesAdam Ford3-74/+1
2019-07-29edid: fix edid_get_timing_validate() mode_valid lookupNeil Armstrong1-1/+3
2019-07-29Merge branch '2019-07-29-master-imports'Tom Rini47-317/+948
2019-07-29Makefile: fix implementation of BINMAN_DEBUGStephen Warren1-2/+3
2019-07-29binman: Add command-line support for replacing entriesSimon Glass5-4/+327
2019-07-29binman: Correct the error message for invalid pathSimon Glass2-4/+4
2019-07-29binman: Split control.WriteEntryToImage() into separate functionsSimon Glass1-17/+59
2019-07-29binman: Update control.WriteEntry() to support writing the mapSimon Glass1-4/+6
2019-07-29binman: Move control.WriteEntry further down the fileSimon Glass1-41/+40
2019-07-29binman: Clean up all output directories in testsSimon Glass1-9/+42
2019-07-29binman: Add a test function to clean up the output dirSimon Glass1-4/+8
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass4-0/+38
2019-07-29patman: Reset the output directory when it is removedSimon Glass1-0/+2
2019-07-29binman: Support replacing data in a cbfsSimon Glass7-9/+87
2019-07-29binman: Update Entry.WriteData() to handle special sectionsSimon Glass3-3/+29
2019-07-29binman: Update Entry.ReadEntry() to work through classesSimon Glass4-17/+46
2019-07-29binman: Add a prefix before CBFS hex offsetsSimon Glass2-4/+4
2019-07-29binman: Add a few more features to the wishlistSimon Glass1-0/+2
2019-07-29binman: Place Intel descriptor at image startSimon Glass3-1/+34
2019-07-29binman: Adjust fmap to ignore CBFS filesSimon Glass2-3/+9
2019-07-29libfdt: Copy the struct region in fdt_resize()Simon Glass1-1/+1
2019-07-29binman: Support shrinking a entry after packingSimon Glass5-11/+91
2019-07-29binman: Update the _testing entry to support shrinkageSimon Glass2-14/+27
2019-07-29binman: Allow updating entries that change sizeSimon Glass7-26/+113
2019-07-29binman: Add more tests for image header positionSimon Glass8-2/+127