summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* patman: Fix up the test commentsSimon Glass2020-08-031-5/+5
* fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov2020-07-311-5/+19
* dtoc: remove compatible string aliases supportWalter Lozano2020-07-282-56/+0
* dtoc: look for compatible string aliases in driver listWalter Lozano2020-07-283-26/+44
* Makefile: Rename ALL-y to INPUTS-ySimon Glass2020-07-281-1/+1
* buildman: Show the build rate at the endSimon Glass2020-07-282-1/+15
* buildman: Correct the testOutputDir() unit testSimon Glass2020-07-281-2/+1
* buildman: Allow using older versions of genboardscfg.pySimon Glass2020-07-281-2/+8
* dtoc: add coverage test for unicode errorWalter Lozano2020-07-283-3/+42
* binman: Re-enable concurrent testsSimon Glass2020-07-261-1/+3
* binman: Don't change the descriptor in testsSimon Glass2020-07-263-5/+47
* patman: When no tracking branch is provided, tell the userNicolas Boichat2020-07-251-2/+3
* patman: Make sure sendemail.suppresscc is (un)set correctlyNicolas Boichat2020-07-252-0/+27
* Add information for skipped commit optionsPatrick Delaunay2020-07-251-0/+3
* patman: Detect unexpected ENDPatrick Delaunay2020-07-251-0/+4
* binman: Add support for generating a FITSimon Glass2020-07-255-0/+384
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-252-2/+19
* mkimage: Allow updating the FIT timestampSimon Glass2020-07-253-2/+6
* binman: Allow zero-length entries to overlapSimon Glass2020-07-253-1/+23
* binman: Allow missing Intel blobsSimon Glass2020-07-254-14/+55
* binman: Detect when valid images are not producedSimon Glass2020-07-257-3/+76
* patman: Update errors and warnings to use stderrSimon Glass2020-07-252-2/+5
* binman: Allow external binaries to be missingSimon Glass2020-07-258-8/+66
* binman: Convert existing binary blobs to blob_extSimon Glass2020-07-2516-39/+29
* binman: Add an etype for external binary blobsSimon Glass2020-07-255-0/+83
* binman: Use super() instead of specifying parent typeSimon Glass2020-07-2557-87/+86
* binman: Fix a few typos in the entry docsSimon Glass2020-07-242-2/+2
* binman: Add support for calling mkimageSimon Glass2020-07-245-0/+120
* binman: Set a default toolpathSimon Glass2020-07-241-0/+5
* binman: Specify the toolpath when running test coverageSimon Glass2020-07-242-6/+13
* binman: Correct the search patch for pylibfdtSimon Glass2020-07-241-0/+1
* binman: cbfs: Fix IFWI typoSimon Glass2020-07-241-1/+1
* binman: Output errors to stderrSimon Glass2020-07-241-1/+1