summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)Author
2024-10-07Merge branch 'next'Tom Rini
2024-10-04Update directories for new name of TF-A directoriesPeter Robinson
2024-10-03Update the ARM trusted firmware git URLPeter Robinson
2024-09-26binman: Make a start on an iMX8 testSimon Glass
2024-09-26binman: Allow image_pos to be None when writing symbolsSimon Glass
2024-09-26binman: Unwind the end-at-4gb special-case a littleSimon Glass
2024-09-26binman: Provide a way to set the symbol base addressSimon Glass
2024-09-26binman: Add minor improvements to symbol-writingSimon Glass
2024-09-26binman: Adjust naming for reading symbolsSimon Glass
2024-09-26binman: fit: Refine handling of devicetrees for OF_UPSTREAMSimon Glass
2024-09-26binman: fit: Set the image_pos attributes only onceSimon Glass
2024-09-26binman: fit: Avoid assuming that a FIT member is a sectionSimon Glass
2024-09-26binman: Update fdt-list-dir to use the provided directorySimon Glass
2024-09-26binman: Avoid setting the image_pos attribute directlySimon Glass
2024-09-26binman: Tidy up comments and pylint warnings in fitSimon Glass
2024-09-26binman: Tidy up comments for Entry.GetEntryArgsOrProps()Simon Glass
2024-09-26binman: Correct the comment for fdtgrepSimon Glass
2024-09-26binman: Fix up test coverage for mkeficapsuleSimon Glass
2024-09-16Merge tag 'v2024.10-rc5' into nextTom Rini
2024-09-12binman: Update links for sending patchesTom Rini
2024-09-12sandbox: switch to dynamic UUIDsCaleb Connolly
2024-08-05binman: Keep the efi_capsule input fileSimon Glass
2024-08-05binman: Deal with mkeficapsule being missingSimon Glass
2024-08-05binman: Collect the version number for mkeficapsuleSimon Glass
2024-07-29Makefile: Pass OF_SPL_REMOVE_PROPS to binmanSimon Glass
2024-07-29binman: fit: Allow running fdtgrep on devicetree blobsSimon Glass
2024-07-29binman: fit: Write the compatible string to configurationSimon Glass
2024-07-29binman: fit: Allow providing FDT filenames in a directorySimon Glass
2024-07-29binman: Add support for alternative FDTsSimon Glass
2024-07-29binman: Allow entry types to override FDT contentsSimon Glass
2024-07-29binman: Remove dependency on pylibfdt for entry-docsSimon Glass
2024-07-29binman: Add a bintool for fdtgrepSimon Glass
2024-07-29binman: Correct indentation in testSplPubkeyDtbSimon Glass
2024-07-29binman: Fix a comment typo in _DoReadFileDtb()Simon Glass
2024-07-29binman: Mention expanded entries in u-boot-vplSimon Glass
2024-07-29binman: Correct comment in blob_dtb GetFdtEtype()Simon Glass
2024-07-29binman: Write the compressed output to a fileSimon Glass
2024-07-29binman: elf: Add more debugging to LookupAndWriteSymbols()Simon Glass
2024-07-29binman: Move problem-checking code into a functionSimon Glass
2024-07-29binman: Tidy up comment for Bintoolfdt_add_pubkey.run()Simon Glass
2024-07-29binman: Tidy up bintool docsSimon Glass
2024-07-29binman: Correct an error in the FIT-template exampleSimon Glass
2024-07-26binman: Update cbfstoolSimon Glass
2024-07-03binman: Make Intel ME default to position 0x1000Simon Glass
2024-07-03binman: Support an assumed size for missing binariesSimon Glass
2024-07-03binman: Update the entrydocs headerSimon Glass
2024-07-03binman: ti: Regenerate entry docsSimon Glass
2024-07-03binman: Regenerate nxp docsSimon Glass
2024-07-03binman: efi: Correct entry docsSimon Glass
2024-07-03tools: binman: fix deprecated Python unittest methodsBrandon Maier