aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-10-08binman: Handle reading data for end-at-4gb sectionsSimon Glass3-13/+11
2019-10-08binman: Add a base implementation of Entry.ReadChildData()Simon Glass1-0/+16
2019-10-08binman: Allow verbose output with all commandsSimon Glass1-21/+15
2019-10-08binman: Allow selection of logging verbositySimon Glass1-0/+6
2019-09-24fw_env: fix build errorPierre-Jean Texier1-1/+2
2019-09-24fw_env: remove duplicated definitionsPierre-Jean Texier1-7/+0
2019-09-10tools: Add ifwitool to .gitignoreAndy Shevchenko1-0/+1
2019-09-03riscv: tools: Handle addend to absolute reloc in prelink-riscvMarcus Comstedt1-2/+6
2019-08-26tools: remove easylogo and include/video_logo.hHeinrich Schuchardt6-621/+0
2019-08-20easylogo: avoid buffer overrunHeinrich Schuchardt1-1/+2
2019-08-15riscv: tools: Add big endian target support to prelink-riscvMarcus Comstedt2-33/+63
2019-08-15riscv: tools: Fix prelink-riscv to work on big endian hostsMarcus Comstedt2-24/+23
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Rename the redundancy flagsSimon Glass1-10/+13
2019-08-11env: Rename environment to embedded_environmentSimon Glass1-2/+2
2019-08-11env: Move env_set() to env.hSimon Glass3-0/+3
2019-07-30tools: zynqmp_psu_init_minimize.sh: fix return lines coding styleLuca Ceresoli1-0/+3
2019-07-30arm64: zynqmp: add tool to minimize psu_init_gpl.c filesLuca Ceresoli1-0/+145
2019-07-30arm64: zynqmp: add tool to convert PMU config object .c to binaryLuca Ceresoli1-0/+301
2019-07-29Merge tag 'dm-pull-29jul19' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini47-364/+1980
2019-07-29Merge branch '2019-07-29-master-imports'Tom Rini1-7/+0
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-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
2019-07-29binman: Add a constant for common entry propertiesSimon Glass1-7/+8
2019-07-29binman: Add a function to obtain the image for an EntrySimon Glass4-5/+23