Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-28 | host-tools: use python2 explicitly for shebang | Masahiro Yamada | |
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> | |||
2016-01-21 | rockchip: Add a script to parse datasheets | Simon Glass | |
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> |