aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-30efi_loader: always rebuild efi_crt0.oHeinrich Schuchardt1-1/+1
2019-07-30efi_loader: re-enable GRUB workaround on 32bit ARMHeinrich Schuchardt2-15/+21
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-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
2019-07-29binman: Move Image.BuildImage() into a single functionSimon Glass1-6/+4
2019-07-29binman: Write the original input fdtmap to a fileSimon Glass2-2/+9
2019-07-29binman: Update documentation for image creationSimon Glass1-5/+18
2019-07-29binman: Add info to allow safely repacking an image laterSimon Glass8-14/+165
2019-07-29binman: Support updating entries in an existing imageSimon Glass8-25/+277
2019-07-29binman: Tidy up _SetupDtb() to use its own temporary fileSimon Glass3-7/+28
2019-07-29binman: Allow the fdtmap to remain unchangedSimon Glass1-25/+30