aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/binman.py
AgeCommit message (Expand)AuthorFilesLines
2018-10-08binman: Add a default path to libfdt.pySimon Glass1-0/+2
2018-08-01binman: Allow creation of entry documentationSimon Glass1-8/+14
2018-07-09binman: Move coverage logic into a new test_util fileSimon Glass1-25/+4
2018-07-09binman: Tidy up execution of testsSimon Glass1-5/+3
2018-07-09binman: Switch to 'python-coverage'Tom Rini1-4/+5
2018-06-07binman: Allow a single test to be executedSimon Glass1-4/+17
2018-06-07binman: Avoid setting sys.path globallySimon Glass1-3/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-12binman: Support accessing binman tables at run timeSimon Glass1-1/+3
2017-12-12binman: Support enabling debug in testsSimon Glass1-2/+4
2017-12-12binman: Add a function to read ELF symbolsSimon Glass1-1/+2
2017-11-22binman: Return non-zero exit code on test failureSimon Glass1-2/+6
2017-11-22binman: Check for files missing from test coverageSimon Glass1-3/+19
2017-11-22binman: Add tests for importlib availabilitySimon Glass1-2/+6
2017-11-22binman: Append to PYTHONPATH when running test coverageSimon Glass1-1/+1
2017-11-22binman: Rename tests to ftestSimon Glass1-2/+2
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada1-1/+1
2017-07-11binman: Put our local modules ahead of system modulesSimon Glass1-5/+4
2017-06-02fdt: Support use of the new python libfdt librarySimon Glass1-0/+3
2017-03-11tools: binman: change shebang from python into python2Jörg Krause1-1/+1
2017-01-20binman: add tools directory to the python pathEmmanuel Vadot1-0/+1
2017-01-02tools: binman: Use /usr/bin/env to find python executableEmmanuel Vadot1-1/+1
2016-12-20binman: Introduce binman, a tool for building binary imagesSimon Glass1-0/+114