
8 Mar
2023
8 Mar
'23
11:17 p.m.
Create the necessary files to build this new package.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
Makefile | 18 +- tools/u_boot_pylib/LICENSE | 339 ++++++++++++++++++++++++++++++ tools/u_boot_pylib/README.rst | 15 ++ tools/u_boot_pylib/pyproject.toml | 22 ++ 4 files changed, 393 insertions(+), 1 deletion(-) create mode 100644 tools/u_boot_pylib/LICENSE create mode 100644 tools/u_boot_pylib/README.rst create mode 100644 tools/u_boot_pylib/pyproject.toml
Applied to u-boot-dm/next, thanks!