Revision tags: v00.04.15, v00.04.14, v00.04.13, v00.04.12, v00.04.11, v00.04.10, v00.04.09, v00.04.08, v00.04.07, v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01, v00.04.00, v2021.04, v00.03.03, v2021.01, v2020.10, v2020.07, v00.02.13, v2020.04, v2020.01, v2019.10, v00.02.05, v00.02.04, v00.02.03, v00.02.02, v00.02.01, v2019.07, v00.02.00, v2019.04, v2018.07, v2018.03 |
|
#
94b13bba |
| 21-Jan-2018 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
host-tools: use python2 explicitly for shebang
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.or
host-tools: use python2 explicitly for shebang
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>
show more ...
|
Revision tags: v2018.01, v2017.11, v2016.07, openbmc-20160624-1 |
|
#
002c634c |
| 21-Jan-2016 |
Simon Glass <sjg@chromium.org> |
rockchip: Add a script to parse datasheets
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 o
rockchip: Add a script to parse datasheets
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>
show more ...
|