summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
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-02binman: Adjust _GetPropTree() parametersSimon Glass1-9/+5
2018-08-02binman: Add a test to catch use of the old 'pos' propertySimon Glass3-0/+19
2018-08-02binman: Rename ReadContents() to ReadBlobContents()Simon Glass3-4/+4
2018-08-02binman: Show the image position in the mapSimon Glass4-19/+23
2018-08-02binman: Add support for adding TPL binariesSimon Glass7-6/+137
2018-08-02binman: Add an entry for a Chromium vblockSimon Glass9-1/+259
2018-08-02binman: Add support for Chromium GBBSimon Glass6-0/+221
2018-08-02binman: Add an entry filled with a repeating byteSimon Glass5-0/+90
2018-08-02binman: Add support for a cros_ec imageSimon Glass5-0/+108
2018-08-02binman: Add support for flashrom FMAPSimon Glass7-2/+265
2018-08-02binman: Create README.entriesSimon Glass2-0/+457
2018-08-02binman: Allow creation of entry documentationSimon Glass6-22/+118
2018-08-02binman: Expand documentation for entriesSimon Glass24-9/+305
2018-08-02binman: Allow help to work without libfdtSimon Glass1-2/+5
2018-08-02binman: Support an entry that holds textSimon Glass3-0/+94
2018-08-02binman: Add support for passing arguments to entriesSimon Glass10-4/+264
2018-08-02binman: Add a new 'image-pos' propertySimon Glass9-6/+57
2018-08-02binman: Enhance the map and fdt-update outputSimon Glass6-23/+65
2018-08-02binman: Tidy up some comments in the testsSimon Glass1-2/+4
2018-08-02binman: Add comments to elf_testSimon Glass1-0/+33
2018-08-02binman: Rename 'position' to 'offset'Simon Glass38-243/+247
2018-08-02binman: Don't depend on dict order in ELF testOutsideFile()Simon Glass1-1/+3
2018-07-09binman: Support updating the device tree with calc'd infoSimon Glass6-14/+144
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass7-9/+67
2018-07-09binman: Add a ProcessFdt() methodSimon Glass9-37/+117
2018-07-09binman: Complete documentation of stagesSimon Glass1-2/+4
2018-07-09binman: Move capture_sys_output() to test_utilSimon Glass2-21/+3
2018-07-09binman: Move coverage logic into a new test_util fileSimon Glass1-25/+4
2018-07-09binman: Tidy up setting of entry contentsSimon Glass7-6/+62
2018-07-09binman: Tidy up execution of testsSimon Glass1-5/+3
2018-07-09binman: Correct operation of ObtainContents()Simon Glass8-14/+114
2018-07-09binman: Tidy up variables in _RunMicrocodeTest()Simon Glass1-7/+18
2018-07-09binman: Make the operation of Entry__testing explicitSimon Glass2-4/+11
2018-07-09binman: Switch to 'python-coverage'Tom Rini2-6/+6
2018-06-07binman: Mark 'align-end' as implementedSimon Glass1-4/+3
2018-06-07binman: Add support for adding a name prefix to entriesSimon Glass5-3/+66