summaryrefslogtreecommitdiff
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
* 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
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-281-0/+2
* binman: Support building a selection of imagesSimon Glass2018-09-283-1/+29
* binman: Tidy up the vblock entrySimon Glass2018-09-285-4/+43
* binman: Add x86 support for starting TPLSimon Glass2018-09-284-1/+70
* binman: Generate an error when text is not providedSimon Glass2018-09-282-0/+10
* binman: Allow 'fill' entry to have a size of 0Simon Glass2018-09-283-1/+21
* binman: Move 'special properties' docs to README.entriesSimon Glass2018-09-283-12/+7
* binman: fix a few typos in documentationMichael Heimpold2018-09-181-4/+4
* binman: Adjust _GetPropTree() parametersSimon Glass2018-08-011-9/+5
* binman: Add a test to catch use of the old 'pos' propertySimon Glass2018-08-013-0/+19
* binman: Rename ReadContents() to ReadBlobContents()Simon Glass2018-08-013-4/+4
* binman: Show the image position in the mapSimon Glass2018-08-014-19/+23
* binman: Add support for adding TPL binariesSimon Glass2018-08-017-6/+137
* binman: Add an entry for a Chromium vblockSimon Glass2018-08-019-1/+259
* binman: Add support for Chromium GBBSimon Glass2018-08-016-0/+221
* binman: Add an entry filled with a repeating byteSimon Glass2018-08-015-0/+90
* binman: Add support for a cros_ec imageSimon Glass2018-08-015-0/+108
* binman: Add support for flashrom FMAPSimon Glass2018-08-017-2/+265
* binman: Create README.entriesSimon Glass2018-08-012-0/+457
* binman: Allow creation of entry documentationSimon Glass2018-08-016-22/+118
* binman: Expand documentation for entriesSimon Glass2018-08-0124-9/+305
* binman: Allow help to work without libfdtSimon Glass2018-08-011-2/+5
* binman: Support an entry that holds textSimon Glass2018-08-013-0/+94
* binman: Add support for passing arguments to entriesSimon Glass2018-08-0110-4/+264
* binman: Add a new 'image-pos' propertySimon Glass2018-08-019-6/+57
* binman: Enhance the map and fdt-update outputSimon Glass2018-08-016-23/+65
* binman: Tidy up some comments in the testsSimon Glass2018-08-011-2/+4
* binman: Add comments to elf_testSimon Glass2018-08-011-0/+33
* binman: Rename 'position' to 'offset'Simon Glass2018-08-0138-243/+247
* binman: Don't depend on dict order in ELF testOutsideFile()Simon Glass2018-08-011-1/+3
* binman: Support updating the device tree with calc'd infoSimon Glass2018-07-096-14/+144
* binman: Add a SetCalculatedProperties() methodSimon Glass2018-07-097-9/+67