summaryrefslogtreecommitdiffstats
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
* binman: Update the README.entries fileSimon Glass2019-07-101-0/+15
* binman: Document parallel testsSimon Glass2019-07-101-0/+14
* binman: Read map files as textSimon Glass2019-07-101-1/+1
* binman: Fix up a format string in AssertInList()Simon Glass2019-07-101-1/+1
* binman: Update 'text' entry for Python 3Simon Glass2019-07-101-3/+6
* patman: Update fmap code for Python 3Simon Glass2019-07-102-4/+11
* binman: Update entry_test to support Python 3Simon Glass2019-07-101-1/+5
* binman: Convert to use bytes typeSimon Glass2019-07-106-72/+77
* binman: Avoid changing a dict during iterationSimon Glass2019-07-101-2/+5
* binman: Handle repeated bytes for Python 3Simon Glass2019-07-105-25/+31
* binman: Drop an unused input fileSimon Glass2019-07-101-1/+0
* binman: Use binary mode when compressing dataSimon Glass2019-07-102-2/+2
* tools: binman: Open all binary files in binary modeSimon Glass2019-07-101-15/+15
* binman: Use items() instead of iteritems()Simon Glass2019-07-105-6/+6
* binman: Remove use of Set()Simon Glass2019-07-103-9/+6
* binman: Don't show errors for failed testsSimon Glass2019-07-101-0/+12
* binman: Convert print statements to Python 3Simon Glass2019-07-102-8/+12
* binman: Allow sections to have an offsetSimon Glass2019-05-085-5/+67
* binman: Add a missing comment in Entry_vblockSimon Glass2019-05-081-0/+1
* binman: Don't show image-skip message by defaultSimon Glass2019-05-082-9/+21
* binman: Don't generate an error in 'text' entry constructorSimon Glass2019-05-081-2/+2
* binman: Set the pathname correctly for ELF filesSimon Glass2018-11-201-3/+2
* binman: Drop an unnecessary comma in blob handlingSimon Glass2018-11-201-1/+1
* binman: Add a way to enable debugging from the buildSimon Glass2018-11-201-0/+6
* binman: Add a test for Intel reference codeSimon Glass2018-10-222-0/+21
* binman: Add support for Intel reference codeSimon Glass2018-10-221-0/+27
* binman: Move to three-digit test-file numbersSimon Glass2018-10-09101-115/+115
* binman: Run tests concurrentlySimon Glass2018-10-084-21/+48
* binman: Separate out testSplBssPad()Simon Glass2018-10-081-1/+3
* binman: Fix up removal of temporary directoriesSimon Glass2018-10-084-7/+18
* binman: Add a default path to libfdt.pySimon Glass2018-10-081-0/+2
* Merge git://git.denx.de/u-boot-dmTom Rini2018-09-3055-153/+1705
|\
| * binman: Allow writing a map file when something goes wrongSimon Glass2018-09-294-8/+46
| * binman: Support ELF files for U-Boot and SPLSimon Glass2018-09-296-0/+130
| * binman: Correct fmap output on x86Simon Glass2018-09-298-16/+121
| * binman: Record the parent section of each sectionSimon Glass2018-09-293-4/+9
| * binman: Support x86 microcode in TPLSimon Glass2018-09-299-21/+151
| * binman: Support hashing entriesSimon Glass2018-09-299-0/+143
| * binman: Mention section attributes in docsSimon Glass2018-09-291-2/+2
| * binman: Support expanding entriesSimon Glass2018-09-298-2/+136
| * binman: Support adding filesSimon Glass2018-09-2916-0/+207
| * binman: Allow zero-size sectionsSimon Glass2018-09-291-1/+1
| * binman: Support compressed entriesSimon Glass2018-09-295-9/+105
| * binman: Support updating all device tree filesSimon Glass2018-09-2813-21/+235
| * binman: Allow control of whether a fake DT is usedSimon Glass2018-09-284-2/+7
| * binman: Obtain the list of device trees from the configSimon Glass2018-09-285-3/+46
| * binman: Centralise device-tree updates within binmanSimon Glass2018-09-283-8/+44
| * binman: Move state logic into the state moduleSimon Glass2018-09-282-8/+56
| * binman: Move state information into a new moduleSimon Glass2018-09-285-48/+95
| * binman: Add an entry method for getting the default filenameSimon Glass2018-09-282-0/+8