aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)Author
2019-07-10binman: Fix up a format string in AssertInList()Simon Glass
2019-07-10binman: Update 'text' entry for Python 3Simon Glass
2019-07-10patman: Update fmap code for Python 3Simon Glass
2019-07-10binman: Update entry_test to support Python 3Simon Glass
2019-07-10binman: Convert to use bytes typeSimon Glass
2019-07-10binman: Avoid changing a dict during iterationSimon Glass
2019-07-10binman: Handle repeated bytes for Python 3Simon Glass
2019-07-10binman: Drop an unused input fileSimon Glass
2019-07-10binman: Use binary mode when compressing dataSimon Glass
2019-07-10tools: binman: Open all binary files in binary modeSimon Glass
2019-07-10binman: Use items() instead of iteritems()Simon Glass
2019-07-10binman: Remove use of Set()Simon Glass
2019-07-10binman: Don't show errors for failed testsSimon Glass
2019-07-10binman: Convert print statements to Python 3Simon Glass
2019-05-08binman: Allow sections to have an offsetSimon Glass
2019-05-08binman: Add a missing comment in Entry_vblockSimon Glass
2019-05-08binman: Don't show image-skip message by defaultSimon Glass
2019-05-08binman: Don't generate an error in 'text' entry constructorSimon Glass
2018-11-20binman: Set the pathname correctly for ELF filesSimon Glass
2018-11-20binman: Drop an unnecessary comma in blob handlingSimon Glass
2018-11-20binman: Add a way to enable debugging from the buildSimon Glass
2018-10-22binman: Add a test for Intel reference codeSimon Glass
2018-10-22binman: Add support for Intel reference codeSimon Glass
2018-10-09binman: Move to three-digit test-file numbersSimon Glass
2018-10-08binman: Run tests concurrentlySimon Glass
2018-10-08binman: Separate out testSplBssPad()Simon Glass
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass
2018-10-08binman: Add a default path to libfdt.pySimon Glass
2018-09-30Merge git://git.denx.de/u-boot-dmTom Rini
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass
2018-09-29binman: Support ELF files for U-Boot and SPLSimon Glass
2018-09-29binman: Correct fmap output on x86Simon Glass
2018-09-29binman: Record the parent section of each sectionSimon Glass
2018-09-29binman: Support x86 microcode in TPLSimon Glass
2018-09-29binman: Support hashing entriesSimon Glass
2018-09-29binman: Mention section attributes in docsSimon Glass
2018-09-29binman: Support expanding entriesSimon Glass
2018-09-29binman: Support adding filesSimon Glass
2018-09-29binman: Allow zero-size sectionsSimon Glass
2018-09-29binman: Support compressed entriesSimon Glass
2018-09-28binman: Support updating all device tree filesSimon Glass
2018-09-28binman: Allow control of whether a fake DT is usedSimon Glass
2018-09-28binman: Obtain the list of device trees from the configSimon Glass
2018-09-28binman: Centralise device-tree updates within binmanSimon Glass
2018-09-28binman: Move state logic into the state moduleSimon Glass
2018-09-28binman: Move state information into a new moduleSimon Glass
2018-09-28binman: Add an entry method for getting the default filenameSimon Glass
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass
2018-09-28binman: Support building a selection of imagesSimon Glass
2018-09-28binman: Tidy up the vblock entrySimon Glass