aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-11-02u_boot_pylib: Ensure subprocess is closed downSimon Glass
2023-11-02buildman: Support upstream branch name containing /Simon Glass
2023-11-02binman: openssl: x509: ti_secure_rom: Add support for bootcore_optsNeha Malcom Francis
2023-11-02buildman: Include symbols in the read-only data sectionSimon Glass
2023-11-02binman: Move stage header into a CBFS attributeSimon Glass
2023-11-02binman: Rename TYPE_STAGE to TYPE_LEGACY_STAGESimon Glass
2023-11-02binman: Replace FILENAME_ALIGN 16 with ATTRIBUTE_ALIGN 4Simon Glass
2023-11-02binman: Ensure attributes always come last in the metadataSimon Glass
2023-11-02binman: Don't add compression attribute for uncompressed filesSimon Glass
2023-11-02binman: Reset missing bintools after testingSimon Glass
2023-11-02patman: Add a 'keep_change_id' settingMaxim Cournoyer
2023-10-30tools: mkimage: fix sfspl_image_extract_subimage()Heinrich Schuchardt
2023-10-24patman: Add a little documentation on the checkpatch testsSimon Glass
2023-10-24checkpatch.pl: Make common.h check boarderTom Rini
2023-10-13binman: capsule: Add support for generating EFI empty capsulesSughosh Ganu
2023-10-13btool: mkeficapsule: Add support for EFI empty capsule generationSughosh Ganu
2023-10-13binman: capsule: Use dumped capsule header contents for verificationSughosh Ganu
2023-10-13binman: capsule: Remove superfluous [address, size]-cells propertiesSughosh Ganu
2023-10-13tools: mkeficapsule: Add support to print capsule headersSughosh Ganu
2023-10-13binman: bintool: Change make target arg type from string to listLukas Funke
2023-10-11Revert "mkimage: update man page and -h output"Tom Rini
2023-10-11mkimage: update man page and -h outputRasmus Villemoes
2023-10-11tools: ensure zeroed padding in external FIT imagesRoman Azarenko
2023-10-11mkimage: allow internalization of data-positionLars Feyaerts
2023-10-09tools: iot2050-sign-fw.sh: Make localization of tools dir more robustJan Kiszka
2023-10-04Merge tag 'dm-pull-4oct23' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini
2023-10-04qconfig: Rename the database fileSimon Glass
2023-10-04moveconfig: Rename the tool to qconfigSimon Glass
2023-10-04moveconfig: Move summaries to the endSimon Glass
2023-10-04moveconfig: Drop the initial outputSimon Glass
2023-10-04moveconfig: Show a summary at the endSimon Glass
2023-10-04moveconfig: Show failures in progressSimon Glass
2023-10-04moveconfig: Use u_boot_pylib for terminal colourSimon Glass
2023-10-04moveconfig: Avoid showing progress at the endSimon Glass
2023-10-04moveconfig: Reduce the amount of outputSimon Glass
2023-10-04moveconfig: Only show output when there is a reasonSimon Glass
2023-10-04moveconfig: Fix misc pylint warningsSimon Glass
2023-10-04moveconfig: Use an encoding with open()Simon Glass
2023-10-04moveconfig: Correct list-comprehension warningsSimon Glass
2023-10-04moveconfig: Correct use of members not declared in __init__()Simon Glass
2023-10-04moveconfig: Correct non-snake variables namesSimon Glass
2023-10-04moveconfig: Correct unused variablesSimon Glass
2023-10-04moveconfig: Use f strings where possibleSimon Glass
2023-10-04moveconfig: Correct parameter-type warningsSimon Glass
2023-10-04moveconfig: Correct some regular-expression stringsSimon Glass
2023-10-04moveconfig: Drop suspicious boardsSimon Glass
2023-10-04moveconfig: Drop check_defconfig() and update_dotconfig()Simon Glass
2023-10-04moveconfig: Drop CONFIG-moving codeSimon Glass
2023-10-04moveconfig: Drop unused cleanup optionsSimon Glass
2023-10-04moveconfig: Correct ordering of asteval importSimon Glass