aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-10-13binman: capsule: Add support for generating EFI empty capsulesSughosh Ganu8-0/+247
2023-10-13btool: mkeficapsule: Add support for EFI empty capsule generationSughosh Ganu1-0/+26
2023-10-13binman: capsule: Use dumped capsule header contents for verificationSughosh Ganu2-47/+82
2023-10-13binman: capsule: Remove superfluous [address, size]-cells propertiesSughosh Ganu8-24/+0
2023-10-13tools: mkeficapsule: Add support to print capsule headersSughosh Ganu2-1/+228
2023-10-13binman: bintool: Change make target arg type from string to listLukas Funke3-3/+3
2023-10-11Revert "mkimage: update man page and -h output"Tom Rini1-1/+1
2023-10-11mkimage: update man page and -h outputRasmus Villemoes1-1/+1
2023-10-11tools: ensure zeroed padding in external FIT imagesRoman Azarenko1-3/+7
2023-10-11mkimage: allow internalization of data-positionLars Feyaerts1-5/+21
2023-10-09tools: iot2050-sign-fw.sh: Make localization of tools dir more robustJan Kiszka1-4/+6
2023-10-04Merge tag 'dm-pull-4oct23' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/04Oct2023Tom Rini1-671/+223
2023-10-04qconfig: Rename the database fileSimon Glass1-2/+2
2023-10-04moveconfig: Rename the tool to qconfigSimon Glass1-2/+2
2023-10-04moveconfig: Move summaries to the endSimon Glass1-13/+23
2023-10-04moveconfig: Drop the initial outputSimon Glass1-6/+0
2023-10-04moveconfig: Show a summary at the endSimon Glass1-13/+15
2023-10-04moveconfig: Show failures in progressSimon Glass1-7/+19
2023-10-04moveconfig: Use u_boot_pylib for terminal colourSimon Glass1-54/+38
2023-10-04moveconfig: Avoid showing progress at the endSimon Glass1-1/+2
2023-10-04moveconfig: Reduce the amount of outputSimon Glass1-12/+17
2023-10-04moveconfig: Only show output when there is a reasonSimon Glass1-6/+6
2023-10-04moveconfig: Fix misc pylint warningsSimon Glass1-11/+12
2023-10-04moveconfig: Use an encoding with open()Simon Glass1-2/+4
2023-10-04moveconfig: Correct list-comprehension warningsSimon Glass1-4/+4
2023-10-04moveconfig: Correct use of members not declared in __init__()Simon Glass1-0/+4
2023-10-04moveconfig: Correct non-snake variables namesSimon Glass1-35/+35
2023-10-04moveconfig: Correct unused variablesSimon Glass1-14/+12
2023-10-04moveconfig: Use f strings where possibleSimon Glass1-28/+28
2023-10-04moveconfig: Correct parameter-type warningsSimon Glass1-21/+22
2023-10-04moveconfig: Correct some regular-expression stringsSimon Glass1-4/+4
2023-10-04moveconfig: Drop suspicious boardsSimon Glass1-25/+0
2023-10-04moveconfig: Drop check_defconfig() and update_dotconfig()Simon Glass1-60/+2
2023-10-04moveconfig: Drop CONFIG-moving codeSimon Glass1-144/+19
2023-10-04moveconfig: Drop unused cleanup optionsSimon Glass1-252/+2
2023-10-04moveconfig: Correct ordering of asteval importSimon Glass1-1/+1
2023-10-04moveconfig: Avoid deprecation warning for setDaemonSimon Glass1-1/+1
2023-10-04moveconfig: Drop -H optionSimon Glass1-11/+7
2023-10-04Merge tag 'u-boot-stm32-20231004' of https://source.denx.de/u-boot/custodians...Tom Rini1-0/+0
2023-10-04board: stm32f746-disco: refactor the display of the ST logoDario Binacchi1-0/+0
2023-10-02Merge branch 'next'Tom Rini27-188/+1064
2023-09-29binman: doc: Remove incomplete sentenceHeinrich Schuchardt1-2/+0
2023-09-23buildman: Start the clock when the build startsSimon Glass1-1/+2
2023-09-23buildman: Show progress when regenerating the board.cfg fileSimon Glass2-4/+14
2023-09-23buildman: Keep all common output filesSimon Glass1-4/+8
2023-09-23trace: Fix alignment logic in flyrecord headerMichal Simek1-2/+29
2023-09-23trace: Move trace_clocks description above record offset calculationMichal Simek1-3/+4
2023-09-23trace: Use 64bit variable for start and lenMichal Simek1-1/+2
2023-09-23patman: Respect include directive on Git config lookupFei Shao1-2/+2
2023-09-23binman: Fix SyntaxWarning: invalid escape sequence '\('Rong Tao1-1/+1