summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-10-04Update directories for new name of TF-A directoriesPeter Robinson2-7/+7
2024-10-03Update the ARM trusted firmware git URLPeter Robinson3-4/+4
2024-09-12binman: Update links for sending patchesTom Rini2-2/+2
2024-09-01qconfig: Fix an incorrect format-string with negative valueSimon Glass1-1/+1
2024-09-01patman: Resolve python string vs. regex escaping syntaxBrian Norris2-2/+2
2024-08-24tools/mkeficapsule: correct printf codesHeinrich Schuchardt1-3/+4
2024-08-21CI: Update to latest DockerfileTom Rini1-1/+1
2024-08-21Dockerfile: Update to namespace for some labelsTom Rini1-2/+2
2024-08-13tools: imx8image: add upower image supportGary Bisson1-0/+5
2024-08-13tools: imx8image: fix soc variable for ULPGary Bisson1-1/+1
2024-08-06Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-1/+1
2024-08-06tools: imagetool: Remove unnecessary check from toc0_verify_cert_item()Seung-Woo Kim1-1/+1
2024-08-05binman: Keep the efi_capsule input fileSimon Glass1-1/+0
2024-08-05binman: Return failure when a usage() message is generatedSimon Glass1-1/+1
2024-08-05binman: Deal with mkeficapsule being missingSimon Glass1-0/+4
2024-08-05binman: Collect the version number for mkeficapsuleSimon Glass1-1/+2
2024-08-05mkeficapsule: Add a --version argumentSimon Glass1-1/+7
2024-07-31tools: Add script to update git subtree projectsRaymond Mao1-0/+85
2024-07-29Makefile: Pass OF_SPL_REMOVE_PROPS to binmanSimon Glass1-1/+2
2024-07-29binman: fit: Allow running fdtgrep on devicetree blobsSimon Glass5-5/+191
2024-07-29binman: fit: Write the compatible string to configurationSimon Glass4-7/+125
2024-07-29binman: fit: Allow providing FDT filenames in a directorySimon Glass4-5/+96
2024-07-29binman: Add support for alternative FDTsSimon Glass14-2/+507
2024-07-29binman: Allow entry types to override FDT contentsSimon Glass3-2/+18
2024-07-29binman: Remove dependency on pylibfdt for entry-docsSimon Glass1-0/+7
2024-07-29binman: Add a bintool for fdtgrepSimon Glass2-0/+145
2024-07-29binman: Correct indentation in testSplPubkeyDtbSimon Glass1-21/+18
2024-07-29binman: Fix a comment typo in _DoReadFileDtb()Simon Glass1-1/+1
2024-07-29binman: Mention expanded entries in u-boot-vplSimon Glass5-12/+10
2024-07-29binman: Correct comment in blob_dtb GetFdtEtype()Simon Glass1-1/+3
2024-07-29binman: Write the compressed output to a fileSimon Glass1-0/+3
2024-07-29binman: elf: Add more debugging to LookupAndWriteSymbols()Simon Glass1-1/+1
2024-07-29binman: Move problem-checking code into a functionSimon Glass1-32/+46
2024-07-29binman: Tidy up comment for Bintoolfdt_add_pubkey.run()Simon Glass1-0/+4
2024-07-29binman: Tidy up bintool docsSimon Glass1-23/+38
2024-07-29binman: Correct an error in the FIT-template exampleSimon Glass1-2/+2
2024-07-29qconfig: Support a 'list' formatSimon Glass1-4/+10
2024-07-29qconfig: Sort the boards by name when findingSimon Glass1-1/+1
2024-07-29qconfig: Allow searching for CONFIG valuesSimon Glass1-4/+11
2024-07-26buildman: Show board list with -xSimon Glass1-1/+2
2024-07-26binman: Update cbfstoolSimon Glass1-1/+2
2024-07-26tools: patman: fix `pip install` with Python 3.12Brandon Maier1-1/+0
2024-07-26qconfig: Move operation check into parse_args()Simon Glass1-6/+7
2024-07-26qconfig: Drop col argument from Slots()Simon Glass1-9/+6
2024-07-26qconfig: Use the Color object in ProgressSimon Glass1-11/+10
2024-07-26qconfig: Move the last two operations into their own functionsSimon Glass1-19/+47
2024-07-26qconfig: Move progress output into the classSimon Glass1-9/+19
2024-07-26qconfig: Move commit code into a separate functionSimon Glass1-11/+20
2024-07-26qconfig: Move all move_config code into move_config()Simon Glass1-20/+25
2024-07-26qconfig: Add a return value to do_find_config()Simon Glass1-7/+10