summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2019-07-24binman: Add a --toolpath option to set the tool search pathSimon Glass3-0/+13
2019-07-24binman: Add coverage tools info for Python 3Simon Glass1-1/+1
2019-07-24binman: Correct two typos in function names in ftestSimon Glass1-2/+2
2019-07-24binman: Fix comment in bsection.GetEntries()Simon Glass1-2/+2
2019-07-11binman: Update the README.entries fileSimon Glass1-0/+15
2019-07-11binman: Document parallel testsSimon Glass1-0/+14
2019-07-11binman: Read map files as textSimon Glass1-1/+1
2019-07-11binman: Fix up a format string in AssertInList()Simon Glass1-1/+1
2019-07-11binman: Update 'text' entry for Python 3Simon Glass1-3/+6
2019-07-11patman: Update fmap code for Python 3Simon Glass2-4/+11
2019-07-11binman: Update entry_test to support Python 3Simon Glass1-1/+5
2019-07-11binman: Convert to use bytes typeSimon Glass6-72/+77
2019-07-11binman: Avoid changing a dict during iterationSimon Glass1-2/+5
2019-07-11binman: Handle repeated bytes for Python 3Simon Glass5-25/+31
2019-07-11binman: Drop an unused input fileSimon Glass1-1/+0
2019-07-11binman: Use binary mode when compressing dataSimon Glass2-2/+2
2019-07-11tools: binman: Open all binary files in binary modeSimon Glass1-15/+15
2019-07-11binman: Use items() instead of iteritems()Simon Glass5-6/+6
2019-07-11binman: Remove use of Set()Simon Glass3-9/+6
2019-07-11binman: Don't show errors for failed testsSimon Glass1-0/+12
2019-07-11binman: Convert print statements to Python 3Simon Glass2-8/+12
2019-05-08binman: Allow sections to have an offsetSimon Glass5-5/+67
2019-05-08binman: Add a missing comment in Entry_vblockSimon Glass1-0/+1
2019-05-08binman: Don't show image-skip message by defaultSimon Glass2-9/+21
2019-05-08binman: Don't generate an error in 'text' entry constructorSimon Glass1-2/+2
2018-11-21binman: Set the pathname correctly for ELF filesSimon Glass1-3/+2
2018-11-21binman: Drop an unnecessary comma in blob handlingSimon Glass1-1/+1
2018-11-21binman: Add a way to enable debugging from the buildSimon Glass1-0/+6
2018-10-22binman: Add a test for Intel reference codeSimon Glass2-0/+21
2018-10-22binman: Add support for Intel reference codeSimon Glass1-0/+27
2018-10-09binman: Move to three-digit test-file numbersSimon Glass101-115/+115
2018-10-08binman: Run tests concurrentlySimon Glass4-21/+48
2018-10-08binman: Separate out testSplBssPad()Simon Glass1-1/+3
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass4-7/+18
2018-10-08binman: Add a default path to libfdt.pySimon Glass1-0/+2
2018-10-01Merge git://git.denx.de/u-boot-dmTom Rini55-153/+1705
2018-09-29binman: Allow writing a map file when something goes wrongSimon Glass4-8/+46
2018-09-29binman: Support ELF files for U-Boot and SPLSimon Glass6-0/+130
2018-09-29binman: Correct fmap output on x86Simon Glass8-16/+121
2018-09-29binman: Record the parent section of each sectionSimon Glass3-4/+9
2018-09-29binman: Support x86 microcode in TPLSimon Glass9-21/+151
2018-09-29binman: Support hashing entriesSimon Glass9-0/+143
2018-09-29binman: Mention section attributes in docsSimon Glass1-2/+2
2018-09-29binman: Support expanding entriesSimon Glass8-2/+136
2018-09-29binman: Support adding filesSimon Glass16-0/+207
2018-09-29binman: Allow zero-size sectionsSimon Glass1-1/+1
2018-09-29binman: Support compressed entriesSimon Glass5-9/+105
2018-09-28binman: Support updating all device tree filesSimon Glass13-21/+235
2018-09-28binman: Allow control of whether a fake DT is usedSimon Glass4-2/+7
2018-09-28binman: Obtain the list of device trees from the configSimon Glass5-3/+46