aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro1-1/+2
2020-12-03tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro2-0/+238
2020-11-19tools: dumpimage: Remove remaining mentions of the -i optionTyler Hicks1-3/+3
2020-11-19tools: image-host.c: use correct variable for strerrnoPhilippe Reynes1-1/+1
2020-11-19tools: image-host.c: use random instead of randPhilippe Reynes1-2/+2
2020-11-14patman: Add a Series-patchwork-url optionSimon Glass3-2/+13
2020-11-14patman: Add a setting for the Patchwork URLSimon Glass2-2/+5
2020-11-14patman: Allow specifying the patchwork URLSimon Glass4-27/+48
2020-11-14patman: Update defaults in subparsersSimon Glass1-6/+22
2020-11-14patman: Correct Change-Ids error message argsSimon Glass1-2/+2
2020-11-14patman: Refactor how the default subcommand worksSimon Glass3-33/+38
2020-11-05patman: Support listing comments from patchworkSimon Glass6-36/+268
2020-11-05patman: Support parsing of review snippetsSimon Glass2-0/+168
2020-11-05patman: Support updating a branch with review tagsSimon Glass6-16/+289
2020-11-05patman: Support checking for review tags in patchworkSimon Glass6-6/+784
2020-11-05patman: Detect missing upstream in CountCommitsToBranchSimon Glass2-3/+26
2020-11-05patman: Improve handling of filesSimon Glass1-3/+8
2020-11-05patman: Allow showing a Commit as a stringSimon Glass1-0/+3
2020-11-05patman: Don't ignore lines starting with hashSimon Glass1-2/+5
2020-11-05patman: Fix spelling of plural for warningSimon Glass1-4/+5
2020-11-05patman: Convert testBasic() to use an interatorSimon Glass1-28/+27
2020-11-05patman: Add some tests for warningsSimon Glass3-13/+116
2020-11-05patman: Add a test for PatchStream tagsSimon Glass2-5/+44
2020-11-05patman: Drop unused signoff memberSimon Glass2-1/+1
2020-11-05patman: Convert 'Series-xxx' tag errors into warningsSimon Glass2-2/+8
2020-11-05patman: Attach warnings to individual patchesSimon Glass2-4/+13
2020-11-05patman: Move warning collection to a functionSimon Glass1-13/+23
2020-11-05patman: Fix up argument/return docs in patchstreamSimon Glass1-32/+50
2020-11-05patman: Drop unused args in patchstreamSimon Glass1-5/+3
2020-11-05patman: Rename variables in patchstreamSimon Glass1-26/+26
2020-11-05patman: Rename functions in patchstreamSimon Glass5-56/+56
2020-11-05patman: Fix constant style in patchstreamSimon Glass1-22/+22
2020-11-05patman: Fix indenting in patchstreamSimon Glass1-13/+16
2020-11-05patman: Allow linking a series with patchworkSimon Glass3-1/+17
2020-11-05patman: Fix remaining pylint3 warnings in func_testSimon Glass1-18/+58
2020-11-05patman: Use capture_sys_output() consistentlySimon Glass1-18/+2
2020-11-05patman: Fix whitespace errors in func_testSimon Glass1-18/+19
2020-11-05patman: Update how tests are runSimon Glass1-5/+3
2020-11-05patman: Correct operation of -nSimon Glass1-6/+5
2020-11-05binman: Correct calculation for image-posSimon Glass1-1/+1
2020-11-05binman: Update intel_ifwi to store padded sectionSimon Glass2-1/+17
2020-10-30Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-14/+15
2020-10-30rockchip: mkimage: Remove host endianness dependencySamuel Holland1-14/+15
2020-10-29binman: Avoid calculated section data repeatedlySimon Glass1-11/+13
2020-10-29binman: Support compression of sectionsSimon Glass7-0/+323
2020-10-29binman: Use the actual contents in CheckSize()Simon Glass2-8/+5
2020-10-29binman: Update CheckEntries() for compressed sectionsSimon Glass1-2/+4
2020-10-29binman: Drop CheckEntries()Simon Glass3-14/+13
2020-10-29binman: Call CheckSize() from the section's Pack() methodSimon Glass1-1/+4
2020-10-29binman: Drop the Entry.CheckSize() methodSimon Glass2-12/+10