aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini6-8/+54
2020-10-22tools: image-host.c: use correct output formatHeinrich Schuchardt1-4/+4
2020-10-22mkimage: Skip adding non-existent IDs to a listNaoki Hayama1-2/+7
2020-10-22sunxi: binman: Add support for including SCP firmwareSamuel Holland1-0/+4
2020-10-22binman: Add support for SCP firmwareSamuel Holland3-0/+42
2020-10-22sunxi: binman: Update FIT component descriptionsSamuel Holland2-4/+4
2020-10-22binman: Only write FDT once per nodeSamuel Holland1-4/+4
2020-10-14checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak1-0/+6
2020-10-12fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes1-12/+49
2020-10-12Merge branch 'for-next' of https://github.com/lftan/u-bootTom Rini1-11/+39
2020-10-09Kconfig: Create a new tools menuSimon Glass1-0/+12
2020-10-09tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1)Ley Foon Tan1-8/+13
2020-10-09tools: socfpgaimage: Add check params function for Arria 10 (v1)Ley Foon Tan1-3/+26
2020-09-25binman: Support adding a U-Boot environmentSimon Glass5-0/+132
2020-09-25binman: Show an error when a file is missingSimon Glass3-2/+24
2020-09-22binman: sunxi: Add help message for missing sunxi ATF BL31Simon Glass1-0/+4
2020-09-22binman: Support help messages for missing blobsSimon Glass6-3/+119
2020-09-22binman: Allow selecting default FIT configurationSimon Glass4-4/+69
2020-09-22binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in READMEAlper Nebi Yasak1-0/+24
2020-09-22binman: Allow resolving host-specific tools from env varsAlper Nebi Yasak1-1/+49
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak4-7/+89
2020-09-22binman: Support cross-compiling test files to x86Alper Nebi Yasak1-1/+14
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak3-8/+84
2020-09-22binman: Support generating FITs with multiple dtbsSimon Glass5-11/+346
2020-09-22binman: Add support for ATF BL31Simon Glass4-0/+63
2020-09-22binman: Move 'external' support into base classSimon Glass5-25/+24
2020-09-22binman: Fix up a few missing commentsSimon Glass2-1/+26
2020-09-22binman: Allow entry args to be requiredSimon Glass4-11/+24
2020-09-22tools: Drop unnecessary use of __file__Simon Glass3-8/+0
2020-09-22binman: Use pkg_resources to find resourcesSimon Glass1-2/+4
2020-09-22binman: Build FIT image subentries with the section etypeAlper Nebi Yasak4-17/+169
2020-09-22binman: Respect pad-before property of section subentriesAlper Nebi Yasak3-1/+35
2020-09-22binman: Ignore hash*, signature* nodes in sectionsAlper Nebi Yasak3-1/+47
2020-08-25Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2020-08-23Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini6-22/+45
2020-08-23moveconfig: Skip binary and ELF filesSimon Glass1-1/+2
2020-08-22binman: Add a setup script for PythonSimon Glass1-0/+12
2020-08-22dtoc: Add a setup script for PythonSimon Glass1-0/+12
2020-08-22binman: Correct some import statementsSimon Glass4-5/+4
2020-08-22binman: Move GetEntryModules() to controlSimon Glass3-17/+17
2020-08-18tools/imximage: fix DCD Blocks message output orderMatthias Schiffer1-1/+1
2020-08-07mkimage: fit: fix import of external dataPatrick Oppenlander1-2/+2
2020-08-07mkimage: fit: include image cipher in configuration signaturePatrick Oppenlander1-0/+17
2020-08-07mkimage: fit: don't cipher ciphered dataPatrick Oppenlander1-1/+14
2020-08-07mkimage: fit: handle FDT_ERR_NOSPACE when cipheringPatrick Oppenlander1-9/+10
2020-08-07mkimage: fit: only process one cipher nodePatrick Oppenlander1-35/+22
2020-08-05tools: env: Avoid an uninited warning with was_lockedSimon Glass1-1/+1
2020-08-05tools: env: Fix printf() warning in fw_envSimon Glass1-2/+2
2020-08-05fit_image: Use calloc() to fix reproducibility issueFabio Estevam1-4/+4
2020-08-03checkpatch: Don't allow common.h and dm.h in headersSimon Glass1-0/+7