summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-10-09tools: socfpgaimage: Add check params function for Arria 10 (v1)Ley Foon Tan
2020-09-25binman: Support adding a U-Boot environmentSimon Glass
2020-09-25binman: Show an error when a file is missingSimon Glass
2020-09-22binman: sunxi: Add help message for missing sunxi ATF BL31Simon Glass
2020-09-22binman: Support help messages for missing blobsSimon Glass
2020-09-22binman: Allow selecting default FIT configurationSimon Glass
2020-09-22binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in READMEAlper Nebi Yasak
2020-09-22binman: Allow resolving host-specific tools from env varsAlper Nebi Yasak
2020-09-22binman: Use target-specific tools when cross-compilingAlper Nebi Yasak
2020-09-22binman: Support cross-compiling test files to x86Alper Nebi Yasak
2020-09-22buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak
2020-09-22binman: Support generating FITs with multiple dtbsSimon Glass
2020-09-22binman: Add support for ATF BL31Simon Glass
2020-09-22binman: Move 'external' support into base classSimon Glass
2020-09-22binman: Fix up a few missing commentsSimon Glass
2020-09-22binman: Allow entry args to be requiredSimon Glass
2020-09-22tools: Drop unnecessary use of __file__Simon Glass
2020-09-22binman: Use pkg_resources to find resourcesSimon Glass
2020-09-22binman: Build FIT image subentries with the section etypeAlper Nebi Yasak
2020-09-22binman: Respect pad-before property of section subentriesAlper Nebi Yasak
2020-09-22binman: Ignore hash*, signature* nodes in sectionsAlper Nebi Yasak
2020-08-25Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-08-23Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-08-23moveconfig: Skip binary and ELF filesSimon Glass
2020-08-22binman: Add a setup script for PythonSimon Glass
2020-08-22dtoc: Add a setup script for PythonSimon Glass
2020-08-22binman: Correct some import statementsSimon Glass
2020-08-22binman: Move GetEntryModules() to controlSimon Glass
2020-08-18tools/imximage: fix DCD Blocks message output orderMatthias Schiffer
2020-08-07mkimage: fit: fix import of external dataPatrick Oppenlander
2020-08-07mkimage: fit: include image cipher in configuration signaturePatrick Oppenlander
2020-08-07mkimage: fit: don't cipher ciphered dataPatrick Oppenlander
2020-08-07mkimage: fit: handle FDT_ERR_NOSPACE when cipheringPatrick Oppenlander
2020-08-07mkimage: fit: only process one cipher nodePatrick Oppenlander
2020-08-05tools: env: Avoid an uninited warning with was_lockedSimon Glass
2020-08-05tools: env: Fix printf() warning in fw_envSimon Glass
2020-08-05fit_image: Use calloc() to fix reproducibility issueFabio Estevam
2020-08-03checkpatch: Don't allow common.h and dm.h in headersSimon Glass
2020-08-03patman: Fix up the test commentsSimon Glass
2020-07-31fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov
2020-07-28dtoc: remove compatible string aliases supportWalter Lozano
2020-07-28dtoc: look for compatible string aliases in driver listWalter Lozano
2020-07-28Makefile: Rename ALL-y to INPUTS-ySimon Glass
2020-07-28buildman: Show the build rate at the endSimon Glass
2020-07-28buildman: Correct the testOutputDir() unit testSimon Glass
2020-07-28buildman: Allow using older versions of genboardscfg.pySimon Glass
2020-07-28dtoc: add coverage test for unicode errorWalter Lozano
2020-07-26binman: Re-enable concurrent testsSimon Glass
2020-07-26binman: Don't change the descriptor in testsSimon Glass
2020-07-25patman: When no tracking branch is provided, tell the userNicolas Boichat