summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiWIP/22Oct2020Tom Rini2020-10-226-8/+54
|\
| * sunxi: binman: Add support for including SCP firmwareSamuel Holland2020-10-221-0/+4
| * binman: Add support for SCP firmwareSamuel Holland2020-10-223-0/+42
| * sunxi: binman: Update FIT component descriptionsSamuel Holland2020-10-222-4/+4
| * binman: Only write FDT once per nodeSamuel Holland2020-10-221-4/+4
* | tools: image-host.c: use correct output formatHeinrich Schuchardt2020-10-221-4/+4
* | mkimage: Skip adding non-existent IDs to a listNaoki Hayama2020-10-221-2/+7
|/
* checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak2020-10-141-0/+6
* fit: cipher: aes: allow to store the IV in the FIT imagePhilippe Reynes2020-10-121-12/+49
* Merge branch 'for-next' of https://github.com/lftan/u-bootWIP/12Oct2020Tom Rini2020-10-121-11/+39
|\
| * tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1)Ley Foon Tan2020-10-091-8/+13
| * tools: socfpgaimage: Add check params function for Arria 10 (v1)Ley Foon Tan2020-10-091-3/+26
* | Kconfig: Create a new tools menuSimon Glass2020-10-091-0/+12
|/
* binman: Support adding a U-Boot environmentSimon Glass2020-09-255-0/+132
* binman: Show an error when a file is missingSimon Glass2020-09-253-2/+24
* binman: sunxi: Add help message for missing sunxi ATF BL31Simon Glass2020-09-221-0/+4
* binman: Support help messages for missing blobsSimon Glass2020-09-226-3/+119
* binman: Allow selecting default FIT configurationSimon Glass2020-09-224-4/+69
* binman: Document how CROSS_COMPILE, CC, HOSTCC etc. are used in READMEAlper Nebi Yasak2020-09-221-0/+24
* binman: Allow resolving host-specific tools from env varsAlper Nebi Yasak2020-09-221-1/+49
* binman: Use target-specific tools when cross-compilingAlper Nebi Yasak2020-09-224-7/+89
* binman: Support cross-compiling test files to x86Alper Nebi Yasak2020-09-221-1/+14
* buildman: Use git worktrees instead of git clones when possibleAlper Nebi Yasak2020-09-223-8/+84
* binman: Support generating FITs with multiple dtbsSimon Glass2020-09-225-11/+346
* binman: Add support for ATF BL31Simon Glass2020-09-224-0/+63
* binman: Move 'external' support into base classSimon Glass2020-09-225-25/+24
* binman: Fix up a few missing commentsSimon Glass2020-09-222-1/+26
* binman: Allow entry args to be requiredSimon Glass2020-09-224-11/+24
* tools: Drop unnecessary use of __file__Simon Glass2020-09-223-8/+0
* binman: Use pkg_resources to find resourcesSimon Glass2020-09-221-2/+4
* binman: Build FIT image subentries with the section etypeAlper Nebi Yasak2020-09-224-17/+169
* binman: Respect pad-before property of section subentriesAlper Nebi Yasak2020-09-223-1/+35
* binman: Ignore hash*, signature* nodes in sectionsAlper Nebi Yasak2020-09-223-1/+47
* Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u...WIP/25Aug2020Tom Rini2020-08-251-1/+1
|\
| * tools/imximage: fix DCD Blocks message output orderMatthias Schiffer2020-08-181-1/+1
* | Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/23Aug2020Tom Rini2020-08-236-22/+45
|\ \
| * | binman: Add a setup script for PythonSimon Glass2020-08-221-0/+12
| * | dtoc: Add a setup script for PythonSimon Glass2020-08-221-0/+12
| * | binman: Correct some import statementsSimon Glass2020-08-224-5/+4
| * | binman: Move GetEntryModules() to controlSimon Glass2020-08-223-17/+17
| |/
* | moveconfig: Skip binary and ELF filesSimon Glass2020-08-231-1/+2
|/
* mkimage: fit: fix import of external dataPatrick Oppenlander2020-08-071-2/+2
* mkimage: fit: include image cipher in configuration signaturePatrick Oppenlander2020-08-071-0/+17
* mkimage: fit: don't cipher ciphered dataPatrick Oppenlander2020-08-071-1/+14
* mkimage: fit: handle FDT_ERR_NOSPACE when cipheringPatrick Oppenlander2020-08-071-9/+10
* mkimage: fit: only process one cipher nodePatrick Oppenlander2020-08-071-35/+22
* tools: env: Avoid an uninited warning with was_lockedWIP/2020-08-05-misc-fixesSimon Glass2020-08-051-1/+1
* tools: env: Fix printf() warning in fw_envSimon Glass2020-08-051-2/+2
* fit_image: Use calloc() to fix reproducibility issueFabio Estevam2020-08-051-4/+4
* checkpatch: Don't allow common.h and dm.h in headersSimon Glass2020-08-031-0/+7