summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-153-2/+5
* buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt2021-02-141-1/+1
* tools/fit_check_sign.c: Update usage function.Ilies CHERGUI2021-02-011-2/+3
* Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-3124-36/+393
|\
| * binman: Allow for skip_at_start when reading entriesSimon Glass2021-01-303-4/+48
| * binman: Support alignment of filesSimon Glass2021-01-307-1/+53
| * binman: Allow vblock to include devicetree blobsSimon Glass2021-01-305-10/+96
| * binman: Support reading an image with entry argsSimon Glass2021-01-305-4/+64
| * binman: Support finding symbols in sub-sectionsSimon Glass2021-01-306-7/+123
| * binman: Fix a few file commentsSimon Glass2021-01-302-2/+1
| * binman: Show the size when writing entriesSimon Glass2021-01-301-1/+2
| * binman: Update the TODO listSimon Glass2021-01-301-2/+1
| * patman: Correct lz4 compression parametersSimon Glass2021-01-301-1/+2
| * dtoc: binman: Drop Python 2 codeSimon Glass2021-01-302-4/+3
* | tools: add mkeficapsule to .gitignoreHeinrich Schuchardt2021-01-291-0/+1
|/
* Merge tag 'efi-2021-04-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-01-231-15/+26
|\
| * mkeficapsule: Miscellaneous fixes in the utilitySughosh Ganu2021-01-231-15/+23
| * tools: mkeficapsule: fill reserved members of structureAKASHI Takahiro2021-01-231-0/+3
* | tools: env: return error if ubi_update_start() failsMartin Hundebøll2021-01-221-1/+1
* | mkimage: Move padding commands outside of FIT_SIGNATUREJoel Stanley2021-01-221-5/+6
* | tools/Makefile: FIT_CIPHER requires libsslJoel Stanley2021-01-221-1/+1
* | tools: image-host: add support for several sub-imagesPhilippe Reynes2021-01-221-15/+21
* | tools: image-host: clean function fit_config_get_hash_listPhilippe Reynes2021-01-221-56/+76
|/
* tools: mtk_image: add support for booting ARM64 imagesFabien Parent2021-01-182-5/+29
* Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini2021-01-151-16/+70
|\
| * tools: socfpgaimage: update padding flowLey Foon Tan2021-01-151-13/+28
| * tools: socfpgaimage: Print image header informationLey Foon Tan2021-01-151-3/+42
* | tools: efivar.py unused variableHeinrich Schuchardt2021-01-131-1/+1
* | tools: efivar.py should check GUID when deletingHeinrich Schuchardt2021-01-131-1/+1
* | tools: efivar.py: incorrect indentationHeinrich Schuchardt2021-01-131-15/+15
* | tools: efivar.py without argumentsHeinrich Schuchardt2021-01-131-1/+4
|/
* tools: mkimage: Add Allwinner eGON supportAndre Przywara2021-01-112-0/+137
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-1/+1
|\
| * tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski2021-01-041-1/+1
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-059-512/+779
|\ \
| * | dtoc: Tidy up src_scan testsSimon Glass2021-01-051-6/+22
| * | dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-055-78/+97
| * | dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-053-169/+204
| * | dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-052-28/+7
| * | dtoc: Output nodes in orderSimon Glass2021-01-052-43/+34
| * | dtoc: Allow specifying the base directory for testsSimon Glass2021-01-052-6/+46
| * | dtoc: Add the method for each command to OutputFileSimon Glass2021-01-051-26/+16
| * | dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-052-4/+4
| * | dtoc: Add a header comment to each generated fileSimon Glass2021-01-052-12/+24
| * | dtoc: Run tests using test_utilSimon Glass2021-01-051-21/+10
| * | concurrencytest: Fix Python3 warningSimon Glass2021-01-051-2/+2
| * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-052-4/+4
| * | dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-051-2/+2
| * | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-052-37/+37
| * | dtoc: Add an 'all' commandSimon Glass2021-01-054-10/+51