summaryrefslogtreecommitdiff
path: root/tools/binman
AgeCommit message (Expand)Author
2018-07-09binman: Support updating the device tree with calc'd infoSimon Glass
2018-07-09binman: Add a SetCalculatedProperties() methodSimon Glass
2018-07-09binman: Add a ProcessFdt() methodSimon Glass
2018-07-09binman: Complete documentation of stagesSimon Glass
2018-07-09binman: Move capture_sys_output() to test_utilSimon Glass
2018-07-09binman: Move coverage logic into a new test_util fileSimon Glass
2018-07-09binman: Tidy up setting of entry contentsSimon Glass
2018-07-09binman: Tidy up execution of testsSimon Glass
2018-07-09binman: Correct operation of ObtainContents()Simon Glass
2018-07-09binman: Tidy up variables in _RunMicrocodeTest()Simon Glass
2018-07-09binman: Make the operation of Entry__testing explicitSimon Glass
2018-07-09binman: Switch to 'python-coverage'Tom Rini
2018-06-07binman: Mark 'align-end' as implementedSimon Glass
2018-06-07binman: Add support for adding a name prefix to entriesSimon Glass
2018-06-07binman: Add support for outputing a map fileSimon Glass
2018-06-07binman: Tidy up some docs and commentsSimon Glass
2018-06-07binman: Allow a single test to be executedSimon Glass
2018-06-07binman: Add documentation for pos-unset propertySimon Glass
2018-06-07binman: Add support for sectionsSimon Glass
2018-06-07binman: Avoid setting sys.path globallySimon Glass
2018-06-07binman: Rename Entry property to 'section'Simon Glass
2018-06-07binman: Rename ELF parameters to 'section'Simon Glass
2018-06-07binman: Refactor much of the image code into 'section'Simon Glass
2018-06-07binman: Allow unit addresses for binariesSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-16tools: Update python "help" tests to cope with "more" odditiesTom Rini
2018-01-15dtoc: Allow DTC environment variable to provide path to dtcSimon Glass
2017-12-12binman: Add documentation for the symbol featureSimon Glass
2017-12-12binman: Support accessing binman tables at run timeSimon Glass
2017-12-12binman: Support enabling debug in testsSimon Glass
2017-12-12binman: Adjust size of test SPL binarySimon Glass
2017-12-12binman: Add tests binaries with binman symbolsSimon Glass
2017-12-12binman: Drop a stale comment about the 'board' featureSimon Glass
2017-12-12binman: Add support for including spl/u-boot-spl-nodtb.binSimon Glass
2017-12-12binman: Add support for including spl/u-boot-spl.dtbSimon Glass
2017-12-12binman: Add a function to read ELF symbolsSimon Glass
2017-11-22binman: Return non-zero exit code on test failureSimon Glass
2017-11-22binman: Add add test for using an Intel MRC binarySimon Glass
2017-11-22binman: Add add test for SPL with a microcode pointerSimon Glass
2017-11-22binman: Add a test for x86-start16-splSimon Glass
2017-11-22binman: Add test for u-boot-spl-bss-padSimon Glass
2017-11-22binman: Check for files missing from test coverageSimon Glass
2017-11-22binman: Increase test coverage back to 100%Simon Glass
2017-11-22binman: Add a main program to the testsSimon Glass
2017-11-22binman: Add tests for importlib availabilitySimon Glass
2017-11-22binman: Set up 'entry' to permit full test coverageSimon Glass
2017-11-22binman: Append to PYTHONPATH when running test coverageSimon Glass
2017-11-22binman: Rename tests to ftestSimon Glass
2017-11-22binman: Add a Makefile for test-program compilationSimon Glass
2017-11-22binman: Add docs explaining how to enable binman for a boardSimon Glass