summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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-26Merge 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-04checkpatch: Don't allow common.h and dm.h in headersSimon Glass1-0/+7
2020-08-04patman: Fix up the test commentsSimon Glass1-5/+5
2020-07-31fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov1-5/+19
2020-07-29dtoc: remove compatible string aliases supportWalter Lozano2-56/+0
2020-07-29dtoc: look for compatible string aliases in driver listWalter Lozano3-26/+44
2020-07-29Makefile: Rename ALL-y to INPUTS-ySimon Glass1-1/+1
2020-07-29buildman: Show the build rate at the endSimon Glass2-1/+15
2020-07-29buildman: Correct the testOutputDir() unit testSimon Glass1-2/+1
2020-07-29buildman: Allow using older versions of genboardscfg.pySimon Glass1-2/+8
2020-07-29dtoc: add coverage test for unicode errorWalter Lozano3-3/+42
2020-07-27binman: Re-enable concurrent testsSimon Glass1-1/+3
2020-07-27binman: Don't change the descriptor in testsSimon Glass3-5/+47
2020-07-25patman: When no tracking branch is provided, tell the userNicolas Boichat1-2/+3
2020-07-25patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat2-0/+27