aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-12-13u_boot_pylib: Correct readme formattingSimon Glass1-1/+1
2023-12-13doc: Update documentation URLSimon Glass5-5/+5
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini1-1/+2
2023-11-20mkimage: do not write incorrect error messageHeinrich Schuchardt1-1/+2
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini4-181/+224
2023-11-14patman: Correct Python 3.6 behaviourSimon Glass1-3/+3
2023-11-14patman: Avoid using func_test at top levelSimon Glass1-1/+0
2023-11-14patman: Correct easy pylint warnings in __main__Simon Glass1-16/+16
2023-11-14patman: Move the main program into a functionSimon Glass1-60/+67
2023-11-14patman: Split out arg parsing into its own fileSimon Glass2-113/+150
2023-11-11doc: shorten overlong title underlinesHeinrich Schuchardt1-1/+1
2023-11-10tools: gitignore: Fix tools/generated pathSam Protsenko1-1/+1
2023-11-07buildman: Use oldconfig when adjusting the configSimon Glass3-2/+10
2023-11-02u_boot_pylib: Ensure subprocess is closed downSimon Glass1-3/+1
2023-11-02buildman: Support upstream branch name containing /Simon Glass1-2/+3
2023-11-02binman: openssl: x509: ti_secure_rom: Add support for bootcore_optsNeha Malcom Francis5-5/+17
2023-11-02buildman: Include symbols in the read-only data sectionSimon Glass1-1/+5
2023-11-02binman: Move stage header into a CBFS attributeSimon Glass2-29/+42
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass2-7/+8
2023-11-02binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Simon Glass3-19/+20
2023-11-02binman: Ensure attributes always come last in the metadataSimon Glass1-22/+24
2023-11-02binman: Don't add compression attribute for uncompressed filesSimon Glass3-12/+15
2023-11-02binman: Reset missing bintools after testingSimon Glass1-0/+2
2023-11-02patman: Add a 'keep_change_id' settingMaxim Cournoyer5-13/+45
2023-10-30tools: mkimage: fix sfspl_image_extract_subimage()Heinrich Schuchardt1-4/+4
2023-10-24patman: Add a little documentation on the checkpatch testsSimon Glass1-0/+49
2023-10-24checkpatch.pl: Make common.h check boarderTom Rini1-2/+7
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