]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit350e9fc0c44c2cd3ea1f0de0d6cf923a27eebeaa
tree867c4db9c187d9a5a66941aa30c57fa378eb97bc
parent56c1b7d9ea1626fc8d3b3f3ba78770e74206b8cb
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