aboutsummaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
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-20binman: Set the pathname correctly for ELF filesSimon Glass1-3/+2
2018-11-20binman: Drop an unnecessary comma in blob handlingSimon Glass1-1/+1
2018-11-20binman: 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-09-30Merge 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
2018-09-28binman: Centralise device-tree updates within binmanSimon Glass3-8/+44
2018-09-28binman: Move state logic into the state moduleSimon Glass2-8/+56
2018-09-28binman: Move state information into a new moduleSimon Glass5-48/+95
2018-09-28binman: Add an entry method for getting the default filenameSimon Glass2-0/+8
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass1-0/+2
2018-09-28binman: Support building a selection of imagesSimon Glass3-1/+29
2018-09-28binman: Tidy up the vblock entrySimon Glass5-4/+43
2018-09-28binman: Add x86 support for starting TPLSimon Glass4-1/+70
2018-09-28binman: Generate an error when text is not providedSimon Glass2-0/+10
2018-09-28binman: Allow 'fill' entry to have a size of 0Simon Glass3-1/+21
2018-09-28binman: Move 'special properties' docs to README.entriesSimon Glass3-12/+7
2018-09-27binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entryJagdish Gediya4-1/+62
2018-09-27binman: Add a new "skip-at-start" property in Section classJagdish Gediya4-4/+49
2018-09-18binman: fix a few typos in documentationMichael Heimpold1-4/+4
2018-08-01binman: Adjust _GetPropTree() parametersSimon Glass1-9/+5
2018-08-01binman: Add a test to catch use of the old 'pos' propertySimon Glass3-0/+19
2018-08-01binman: Rename ReadContents() to ReadBlobContents()Simon Glass3-4/+4
2018-08-01binman: Show the image position in the mapSimon Glass4-19/+23
2018-08-01binman: Add support for adding TPL binariesSimon Glass7-6/+137
2018-08-01binman: Add an entry for a Chromium vblockSimon Glass9-1/+259
2018-08-01binman: Add support for Chromium GBBSimon Glass6-0/+221