Re: [PATCH 05/49] dtoc: Allow outputing to multiple files

2021-01-06 Thread Simon Glass
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 --- tools/dtoc/dtb_platdata.py | 96 ++

[PATCH 05/49] dtoc: Allow outputing to multiple files

2020-12-28 Thread Simon Glass
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 --- tools/dtoc/dtb_platdata.py | 96 ++