summaryrefslogtreecommitdiffstats
path: root/tools/rkmux.py
Commit message (Collapse)AuthorAgeFilesLines
* rkmux: Convert to Python 3Simon Glass2019-11-041-8/+8
| | | | | | | Convert this tool to Python 3 and make it use that, to meet the 2020 deadline. Signed-off-by: Simon Glass <sjg@chromium.org>
* host-tools: use python2 explicitly for shebangMasahiro Yamada2018-01-281-1/+1
| | | | | | | | | | | All of these host tools are apparently written for Python2, not Python3. Use 'python2' in the shebang line according to PEP 394 (https://www.python.org/dev/peps/pep-0394/). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* rockchip: Add a script to parse datasheetsSimon Glass2016-01-211-0/+218
This script has proved useful for parsing datasheets and creating register shift/mask values for use in header files. Include it in case it is useful for others. Signed-off-by: Simon Glass <sjg@chromium.org>