]> git.dujemihanovic.xyz Git - u-boot.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)
commit10cbd3b7da12e993c67d56182d30294661a93619
treea9df90772211c49e5471b921baaed03f86b6167c
parentbe44f27156bf46807049a0e1c303626d05f781f8
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