aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-03-16mkeficapsule: Correct printf() stringsSimon Glass1-7/+7
2021-03-12arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár1-2/+2
2021-03-04buildman: Support single-threaded operationSimon Glass6-30/+68
2021-03-03fix patman --limit-cc optionBernhard Kirchen1-1/+1
2021-03-03Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-3/+5
2021-03-01tools: imx8mimage: Restore the original __ALIGN_MASK() macroFabio Estevam1-3/+5
2021-02-26tools/mkeficapsule.c: fix DEBUG buildKlaus Heinrich Kiwi1-1/+1
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass3-2/+5
2021-02-14buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt1-1/+1
2021-02-01tools/fit_check_sign.c: Update usage function.Ilies CHERGUI1-2/+3
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini24-36/+393
2021-01-30binman: Allow for skip_at_start when reading entriesSimon Glass3-4/+48
2021-01-30binman: Support alignment of filesSimon Glass7-1/+53
2021-01-30binman: Allow vblock to include devicetree blobsSimon Glass5-10/+96
2021-01-30binman: Support reading an image with entry argsSimon Glass5-4/+64
2021-01-30binman: Support finding symbols in sub-sectionsSimon Glass6-7/+123
2021-01-30binman: Fix a few file commentsSimon Glass2-2/+1
2021-01-30binman: Show the size when writing entriesSimon Glass1-1/+2
2021-01-30binman: Update the TODO listSimon Glass1-2/+1
2021-01-30patman: Correct lz4 compression parametersSimon Glass1-1/+2
2021-01-30dtoc: binman: Drop Python 2 codeSimon Glass2-4/+3
2021-01-29tools: add mkeficapsule to .gitignoreHeinrich Schuchardt1-0/+1
2021-01-23Merge tag 'efi-2021-04-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/23Jan2021Tom Rini1-15/+26
2021-01-23mkeficapsule: Miscellaneous fixes in the utilitySughosh Ganu1-15/+23
2021-01-23tools: mkeficapsule: fill reserved members of structureAKASHI Takahiro1-0/+3
2021-01-22tools: env: return error if ubi_update_start() failsMartin Hundebøll1-1/+1
2021-01-22mkimage: Move padding commands outside of FIT_SIGNATUREJoel Stanley1-5/+6
2021-01-22tools/Makefile: FIT_CIPHER requires libsslJoel Stanley1-1/+1
2021-01-22tools: image-host: add support for several sub-imagesPhilippe Reynes1-15/+21
2021-01-22tools: image-host: clean function fit_config_get_hash_listPhilippe Reynes1-56/+76
2021-01-18tools: mtk_image: add support for booting ARM64 imagesFabien Parent2-5/+29
2021-01-15Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini1-16/+70
2021-01-15tools: socfpgaimage: update padding flowLey Foon Tan1-13/+28
2021-01-15tools: socfpgaimage: Print image header informationLey Foon Tan1-3/+42
2021-01-13tools: efivar.py unused variableHeinrich Schuchardt1-1/+1
2021-01-13tools: efivar.py should check GUID when deletingHeinrich Schuchardt1-1/+1
2021-01-13tools: efivar.py: incorrect indentationHeinrich Schuchardt1-15/+15
2021-01-13tools: efivar.py without argumentsHeinrich Schuchardt1-1/+4
2021-01-11tools: mkimage: Add Allwinner eGON supportAndre Przywara2-0/+137
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-nextTom Rini1-1/+1
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini9-512/+779
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini5-0/+841
2021-01-05dtoc: Tidy up src_scan testsSimon Glass1-6/+22
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass5-78/+97
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass3-169/+204
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass2-28/+7
2021-01-05dtoc: Output nodes in orderSimon Glass2-43/+34
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass2-6/+46
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass1-26/+16
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2-4/+4