u-boot/tools/dtoc
Simon Glass 0d4d5d5f98 patman: Move library functions into a library directory
commit 4583c00236efd4ee768ff874f92526c229891a05 upstream

The patman directory has a number of modules which are used by other tools
in U-Boot. This makes it hard to package the tools using pypi since the
common files must be copied along with the tool that uses them.

To address this, move these files into a new u_boot_pylib library. This
can be packaged separately and listed as a dependency of each tool.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
2023-05-25 06:43:09 -05:00
..
test dm: doc: Move to new driver model schema 2023-04-12 11:47:27 -05:00
.gitignore
__init__.py tools: Add init files for Python tools 2022-01-24 16:03:27 -05:00
dtb_platdata.py dm: doc: Move to new driver model schema 2023-04-12 11:47:27 -05:00
dtoc dtoc: Rename the main module 2020-04-26 14:25:21 -06:00
fdt.py patman: Move library functions into a library directory 2023-05-25 06:43:09 -05:00
fdt_util.py patman: Move library functions into a library directory 2023-05-25 06:43:09 -05:00
main.py patman: Move library functions into a library directory 2023-05-25 06:43:09 -05:00
setup.py dtoc: Add a setup script for Python 2020-08-22 08:53:38 -06:00
src_scan.py dtoc: Detect drivers which do not parse correctly 2021-07-21 10:27:34 -06:00
test_dtoc.py patman: Move library functions into a library directory 2023-05-25 06:43:09 -05:00
test_fdt dtoc: Add some tests for the fdt module 2018-07-09 09:11:00 -06:00
test_fdt.py patman: Move library functions into a library directory 2023-05-25 06:43:09 -05:00
test_src_scan.py patman: Move library functions into a library directory 2023-05-25 06:43:09 -05:00