| Commit message (Expand) | Author | Age | Files | Lines |
* | binman: Move to use Python 3 | Simon Glass | 2019-11-04 | 1 | -1/+1 |
* | binman: Convert to use ArgumentParser | Simon Glass | 2019-07-24 | 1 | -23/+24 |
* | binman: Add a utility library for coreboot CBFS | Simon Glass | 2019-07-24 | 1 | -1/+3 |
* | binman: Pass the toolpath to tests | Simon Glass | 2019-07-24 | 1 | -3/+9 |
* | binman: Allow preserving test directories | Simon Glass | 2019-07-23 | 1 | -3/+13 |
* | binman: Allow verbosity control when running tests | Simon Glass | 2019-07-23 | 1 | -2/+6 |
* | binman: Drop unnecessary debug handling | Simon Glass | 2019-07-23 | 1 | -5/+0 |
* | binman: Ensure that coverage has access to site packages | Simon Glass | 2019-07-23 | 1 | -0/+8 |
* | binman: Detect skipped tests | Simon Glass | 2019-07-23 | 1 | -2/+7 |
* | binman: Don't show errors for failed tests | Simon Glass | 2019-07-10 | 1 | -0/+12 |
* | binman: Convert print statements to Python 3 | Simon Glass | 2019-07-10 | 1 | -6/+8 |
* | binman: Run tests concurrently | Simon Glass | 2018-10-08 | 1 | -5/+21 |
* | binman: Add a default path to libfdt.py | Simon Glass | 2018-10-08 | 1 | -0/+2 |
* | binman: Allow creation of entry documentation | Simon Glass | 2018-08-01 | 1 | -8/+14 |
* | binman: Move coverage logic into a new test_util file | Simon Glass | 2018-07-09 | 1 | -25/+4 |
* | binman: Tidy up execution of tests | Simon Glass | 2018-07-09 | 1 | -5/+3 |
* | binman: Switch to 'python-coverage' | Tom Rini | 2018-07-09 | 1 | -4/+5 |
* | binman: Allow a single test to be executed | Simon Glass | 2018-06-07 | 1 | -4/+17 |
* | binman: Avoid setting sys.path globally | Simon Glass | 2018-06-07 | 1 | -3/+0 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | binman: Support accessing binman tables at run time | Simon Glass | 2017-12-12 | 1 | -1/+3 |
* | binman: Support enabling debug in tests | Simon Glass | 2017-12-12 | 1 | -2/+4 |
* | binman: Add a function to read ELF symbols | Simon Glass | 2017-12-12 | 1 | -1/+2 |
* | binman: Return non-zero exit code on test failure | Simon Glass | 2017-11-22 | 1 | -2/+6 |
* | binman: Check for files missing from test coverage | Simon Glass | 2017-11-22 | 1 | -3/+19 |
* | binman: Add tests for importlib availability | Simon Glass | 2017-11-22 | 1 | -2/+6 |
* | binman: Append to PYTHONPATH when running test coverage | Simon Glass | 2017-11-22 | 1 | -1/+1 |
* | binman: Rename tests to ftest | Simon Glass | 2017-11-22 | 1 | -2/+2 |
* | pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile | Masahiro Yamada | 2017-11-17 | 1 | -1/+1 |
* | binman: Put our local modules ahead of system modules | Simon Glass | 2017-07-11 | 1 | -5/+4 |
* | fdt: Support use of the new python libfdt library | Simon Glass | 2017-06-02 | 1 | -0/+3 |
* | tools: binman: change shebang from python into python2 | Jörg Krause | 2017-03-11 | 1 | -1/+1 |
* | binman: add tools directory to the python path | Emmanuel Vadot | 2017-01-20 | 1 | -0/+1 |
* | tools: binman: Use /usr/bin/env to find python executable | Emmanuel Vadot | 2017-01-02 | 1 | -1/+1 |
* | binman: Introduce binman, a tool for building binary images | Simon Glass | 2016-12-20 | 1 | -0/+114 |