dtoc: Allow outputing to multiple files
authorSimon Glass <sjg@chromium.org>
Tue, 29 Dec 2020 03:34:51 +0000 (20:34 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:26:35 +0000 (12:26 -0700)
commitbe44f27156bf46807049a0e1c303626d05f781f8
tree867c4db9c187d9a5a66941aa30c57fa378eb97bc
parent192c111cfce0684fa1cbbd4a4bd3df03720ef7a6
dtoc: Allow outputing to multiple files

Implement the 'output directory' feature, allowing dtoc to write the
output files separately to the supplied directories. This allows us to
handle the struct and platdata output in one run of dtoc.

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