Files
u-boot/tools/u_boot_pylib
Simon Glass 9407486df2 tools: Move to version 0.0.7
Update all tools to the new version, since there have been quite a lot
of changes recently.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-07-26 23:55:02 +12:00
..
2025-05-01 20:03:34 -06:00
2025-07-26 23:55:02 +12:00
2025-05-01 20:03:34 -06:00
2025-05-01 20:03:34 -06:00

.. SPDX-License-Identifier: GPL-2.0+

# U-Boot Python Library
=======================

This is a Python library used by various U-Boot tools, including patman,
buildman and binman.

The module can be installed with pip::

   pip install u_boot_pylib

or via setup.py::

   ./setup.py install [--user]