summaryrefslogtreecommitdiff
path: root/tools/binman
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* binman: Add a ProcessFdt() methodSimon Glass2018-07-099-37/+117
* binman: Complete documentation of stagesSimon Glass2018-07-091-2/+4
* binman: Move capture_sys_output() to test_utilSimon Glass2018-07-092-21/+3
* binman: Move coverage logic into a new test_util fileSimon Glass2018-07-091-25/+4
* binman: Tidy up setting of entry contentsSimon Glass2018-07-097-6/+62
* binman: Tidy up execution of testsSimon Glass2018-07-091-5/+3
* binman: Correct operation of ObtainContents()Simon Glass2018-07-098-14/+114
* binman: Tidy up variables in _RunMicrocodeTest()Simon Glass2018-07-091-7/+18
* binman: Make the operation of Entry__testing explicitSimon Glass2018-07-092-4/+11
* binman: Switch to 'python-coverage'Tom Rini2018-07-092-6/+6
* binman: Mark 'align-end' as implementedSimon Glass2018-06-071-4/+3
* binman: Add support for adding a name prefix to entriesSimon Glass2018-06-075-3/+66
* binman: Add support for outputing a map fileSimon Glass2018-06-078-6/+88
* binman: Tidy up some docs and commentsSimon Glass2018-06-073-13/+27
* binman: Allow a single test to be executedSimon Glass2018-06-071-4/+17
* binman: Add documentation for pos-unset propertySimon Glass2018-06-071-0/+7
* binman: Add support for sectionsSimon Glass2018-06-076-2/+132
* binman: Avoid setting sys.path globallySimon Glass2018-06-072-3/+10
* binman: Rename Entry property to 'section'Simon Glass2018-06-0725-75/+77
* binman: Rename ELF parameters to 'section'Simon Glass2018-06-074-23/+23
* binman: Refactor much of the image code into 'section'Simon Glass2018-06-074-243/+340
* binman: Allow unit addresses for binariesSimon Glass2018-06-074-0/+29
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0744-96/+45
* tools: Update python "help" tests to cope with "more" odditiesTom Rini2018-01-161-1/+4
* dtoc: Allow DTC environment variable to provide path to dtcSimon Glass2018-01-151-0/+4
* binman: Add documentation for the symbol featureSimon Glass2017-12-121-1/+31
* binman: Support accessing binman tables at run timeSimon Glass2017-12-1210-10/+323
* binman: Support enabling debug in testsSimon Glass2017-12-124-6/+23
* binman: Adjust size of test SPL binarySimon Glass2017-12-125-14/+14
* binman: Add tests binaries with binman symbolsSimon Glass2017-12-129-1/+103
* binman: Drop a stale comment about the 'board' featureSimon Glass2017-12-121-1/+0
* binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass2017-12-123-0/+33
* binman: Add support for including spl/u-boot-spl.dtbSimon Glass2017-12-123-0/+37
* binman: Add a function to read ELF symbolsSimon Glass2017-12-128-11/+128
* binman: Return non-zero exit code on test failureSimon Glass2017-11-221-2/+6
* binman: Add add test for using an Intel MRC binarySimon Glass2017-11-222-0/+20
* binman: Add add test for SPL with a microcode pointerSimon Glass2017-11-223-31/+84