summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass2021-07-281-1/+1
* binman: Add basic support for debugging performanceSimon Glass2021-07-214-0/+88
* patman: Use bytearray instead of stringSimon Glass2021-07-211-3/+3
* binman: Use bytearray instead of stringSimon Glass2021-07-212-3/+3
* binman: Split node-reading out from constructor in filesSimon Glass2021-07-211-0/+3
* binman: Support multithreading for building imagesSimon Glass2021-07-218-6/+136
* binman: Put compressed data into separate filesSimon Glass2021-07-211-2/+7
* dtoc: Detect drivers which do not parse correctlySimon Glass2021-07-212-1/+44
* dtoc: Detect unexpected suffix on .of_matchSimon Glass2021-07-212-3/+101
* dtoc: Add a stdout check in test_normalized_name()Simon Glass2021-07-211-2/+1
* dtoc: Correct the re_compat regular expressionSimon Glass2021-07-211-2/+2
* dtoc: Allow multiple warnings for a driverSimon Glass2021-07-211-4/+20
* dtoc: Convert to use ArgumentParserSimon Glass2021-07-211-24/+27
* dtoc: Avoid using subscripts on match objectsSimon Glass2021-07-211-1/+1
* mkeficapsule: Remove dtb related optionsIlias Apalodimas2021-07-181-222/+7
* tools: Use a single target-independent config to enable OpenSSLAlexandru Gagniuc2021-07-162-17/+42
* common: Move host-only logic in image-sig.c to separate fileAlexandru Gagniuc2021-07-162-1/+134
* tools: Avoid showing return value of clock_gettime()Simon Glass2021-07-151-4/+4
* dtoc: Check that a parent is not missingSimon Glass2021-07-153-0/+51
* tools: image-host: fix wrong return valueMing Liu2021-07-141-1/+3
* tools/fitimage: add missing linebreak for some messagesSven Roederer2021-07-141-2/+2
* mkimage: allow -l to work on block devices on LinuxYann Dirson2021-07-141-3/+27
* Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmTom Rini2021-07-071-2/+0
|\
| * tools: Fix default target compile tools in Python toolsAlper Nebi Yasak2021-07-061-2/+0
* | Azure/GitLab: Move to gcc-11.1.0 and LLVM-11Tom Rini2021-07-071-51/+34
|/
* Docker/CI: Update to "focal" and latest buildTom Rini2021-07-051-11/+9
* tools: docker: Install a readable kernel for libguestfs-toolsAlper Nebi Yasak2021-07-051-0/+4
* tools: k3_fit_atf: add DM binary to the FIT imageTero Kristo2021-06-111-1/+18
* tools: k3_fit_atf: Add support for providing ATF load address using a Kconfig...Aswath Govindraju2021-06-091-3/+6
* binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGEBin Meng2021-05-191-0/+24
* binman: Add support for RISC-V OpenSBI fw_dynamic blobBin Meng2021-05-194-0/+57
* binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dtsBin Meng2021-05-192-5/+5
* binman: Correct the comment for ATF entry typeBin Meng2021-05-191-1/+1
* binman: Correct '-a' description in the docBin Meng2021-05-191-2/+2
* buildman: Use bytes for the environmentSimon Glass2021-04-293-11/+30
* buildman: Handle exceptions in threads gracefullySimon Glass2021-04-294-11/+56
* buildman: Use common code to send an resultSimon Glass2021-04-291-8/+13
* buildman: Tidy up a few commentsSimon Glass2021-04-293-5/+20
* binman: Support adding sections to FMAPsSimon Glass2021-04-294-9/+50
* binman: Tweak implementation of fmapSimon Glass2021-04-291-31/+38
* patman: Parse checkpatch by message instead of by lineEvan Benn2021-04-291-84/+134
* patman: Assume we always have pygit2 for testsTom Rini2021-04-291-17/+2
* dtoc: Correct dtoc output when testingSimon Glass2021-04-292-53/+22
* binman: Correct testSplNoDtb() and Tpl alsoSimon Glass2021-04-291-0/+2
* mkimage: Add a 'keyfile' argument for image signingAlexandru Gagniuc2021-04-144-28/+40
* lib: Add support for ECDSA image signingAlexandru Gagniuc2021-04-141-0/+3
* lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc2021-04-141-0/+5
* lib: Rename rsa-checksum.c to hash-checksum.cAlexandru Gagniuc2021-04-141-1/+2
* moveconfig.py: add to the "do not process" listTrevor Woerner2021-04-121-1/+1
* checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson2021-04-121-1/+13