index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
binman
/
binman.py
Age
Commit message (
Expand
)
Author
2020-04-26
binman: Rename the main module
Simon Glass
2020-04-26
patman: Drop references to __future__
Simon Glass
2019-11-04
binman: Move to use Python 3
Simon Glass
2019-07-24
binman: Convert to use ArgumentParser
Simon Glass
2019-07-24
binman: Add a utility library for coreboot CBFS
Simon Glass
2019-07-24
binman: Pass the toolpath to tests
Simon Glass
2019-07-23
binman: Allow preserving test directories
Simon Glass
2019-07-23
binman: Allow verbosity control when running tests
Simon Glass
2019-07-23
binman: Drop unnecessary debug handling
Simon Glass
2019-07-23
binman: Ensure that coverage has access to site packages
Simon Glass
2019-07-23
binman: Detect skipped tests
Simon Glass
2019-07-10
binman: Don't show errors for failed tests
Simon Glass
2019-07-10
binman: Convert print statements to Python 3
Simon Glass
2018-10-08
binman: Run tests concurrently
Simon Glass
2018-10-08
binman: Add a default path to libfdt.py
Simon Glass
2018-08-01
binman: Allow creation of entry documentation
Simon Glass
2018-07-09
binman: Move coverage logic into a new test_util file
Simon Glass
2018-07-09
binman: Tidy up execution of tests
Simon Glass
2018-07-09
binman: Switch to 'python-coverage'
Tom Rini
2018-06-07
binman: Allow a single test to be executed
Simon Glass
2018-06-07
binman: Avoid setting sys.path globally
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-12-12
binman: Support accessing binman tables at run time
Simon Glass
2017-12-12
binman: Support enabling debug in tests
Simon Glass
2017-12-12
binman: Add a function to read ELF symbols
Simon Glass
2017-11-22
binman: Return non-zero exit code on test failure
Simon Glass
2017-11-22
binman: Check for files missing from test coverage
Simon Glass
2017-11-22
binman: Add tests for importlib availability
Simon Glass
2017-11-22
binman: Append to PYTHONPATH when running test coverage
Simon Glass
2017-11-22
binman: Rename tests to ftest
Simon Glass
2017-11-17
pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile
Masahiro Yamada
2017-07-11
binman: Put our local modules ahead of system modules
Simon Glass
2017-06-02
fdt: Support use of the new python libfdt library
Simon Glass
2017-03-11
tools: binman: change shebang from python into python2
Jörg Krause
2017-01-20
binman: add tools directory to the python path
Emmanuel Vadot
2017-01-02
tools: binman: Use /usr/bin/env to find python executable
Emmanuel Vadot
2016-12-20
binman: Introduce binman, a tool for building binary images
Simon Glass