summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)AuthorFilesLines
2018-08-01binman: Support an entry that holds textSimon Glass3-0/+94
2018-08-01binman: Add support for passing arguments to entriesSimon Glass10-4/+264
2018-08-01binman: Add a new 'image-pos' propertySimon Glass9-6/+57
2018-08-01binman: Enhance the map and fdt-update outputSimon Glass6-23/+65
2018-08-01binman: Tidy up some comments in the testsSimon Glass1-2/+4
2018-08-01binman: Add comments to elf_testSimon Glass1-0/+33
2018-08-01binman: Rename 'position' to 'offset'Simon Glass38-243/+247
2018-08-01binman: 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
2018-06-07binman: Add support for outputing a map fileSimon Glass8-6/+88
2018-06-07binman: Tidy up some docs and commentsSimon Glass3-13/+27
2018-06-07binman: Allow a single test to be executedSimon Glass1-4/+17
2018-06-07binman: Add documentation for pos-unset propertySimon Glass1-0/+7
2018-06-07binman: Add support for sectionsSimon Glass6-2/+132
2018-06-07binman: Avoid setting sys.path globallySimon Glass2-3/+10
2018-06-07binman: Rename Entry property to 'section'Simon Glass25-75/+77
2018-06-07binman: Rename ELF parameters to 'section'Simon Glass4-23/+23
2018-06-07binman: Refactor much of the image code into 'section'Simon Glass4-243/+340
2018-06-07binman: Allow unit addresses for binariesSimon Glass4-0/+29
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini44-96/+45
2018-01-16tools: Update python "help" tests to cope with "more" odditiesTom Rini1-1/+4
2018-01-15dtoc: Allow DTC environment variable to provide path to dtcSimon Glass1-0/+4
2017-12-12binman: Add documentation for the symbol featureSimon Glass1-1/+31
2017-12-12binman: Support accessing binman tables at run timeSimon Glass10-10/+323
2017-12-12binman: Support enabling debug in testsSimon Glass4-6/+23
2017-12-12binman: Adjust size of test SPL binarySimon Glass5-14/+14
2017-12-12binman: Add tests binaries with binman symbolsSimon Glass9-1/+103
2017-12-12binman: Drop a stale comment about the 'board' featureSimon Glass1-1/+0
2017-12-12binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass3-0/+33
2017-12-12binman: Add support for including spl/u-boot-spl.dtbSimon Glass3-0/+37
2017-12-12binman: Add a function to read ELF symbolsSimon Glass8-11/+128
2017-11-22binman: Return non-zero exit code on test failureSimon Glass1-2/+6
2017-11-22binman: Add add test for using an Intel MRC binarySimon Glass2-0/+20
2017-11-22binman: Add add test for SPL with a microcode pointerSimon Glass3-31/+84
2017-11-22binman: Add a test for x86-start16-splSimon Glass2-1/+22
2017-11-22binman: Add test for u-boot-spl-bss-padSimon Glass6-1/+64
2017-11-22binman: Check for files missing from test coverageSimon Glass1-3/+19