summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: env: Avoid an uninited warning with was_lockedSimon 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
* patman: Add a -D option to enable debuggingSimon Glass2020-07-241-0/+6
* patman: Support collecting response tags in PatchstreamSimon Glass2020-07-242-5/+30
* patman: Allow disabling 'bright' mode with Print outputSimon Glass2020-07-241-2/+2
* patman: Add a 'test' subcommandSimon Glass2020-07-242-36/+41
* patman: Allow different commandsSimon Glass2020-07-241-36/+41
* patman: Convert to ArgumentParserSimon Glass2020-07-243-64/+65
* patman: Allow skipping patches at the endSimon Glass2020-07-243-5/+18
* patman: Allow creating patches for another branchSimon Glass2020-07-245-15/+40
* patman: Add a test that uses gitpythonSimon Glass2020-07-242-3/+152
* patman: Move main code out to a control moduleSimon Glass2020-07-245-57/+182
* patman: Use test_util to show test resultsSimon Glass2020-07-242-9/+5
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-2490-1501/+307
* patman: When no tracking branch is provided, tell the userNicolas Boichat2020-07-201-2/+3