]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Add an 'all' command
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:34:52 +0000 (20:34 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commit2efb175b41e2dc47c77245404ae64a891522f974
treea9df90772211c49e5471b921baaed03f86b6167c
parent350e9fc0c44c2cd3ea1f0de0d6cf923a27eebeaa
dtoc: Add an 'all' command

With upcoming changes, dtoc will output several files for different
of-platdata components.

Add a way to output all ava!ilable files at once ('all'), to the
appropriate directories, without needing to specify each one invidually.

This puts the commands in alphabetical order, so update the tests
accordingly.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/main.py
tools/dtoc/test_dtoc.py
tools/patman/tools.py