Re: [PATCH 20/49] dtoc: Split source-code scanning to a separate file

2021-01-06 Thread Simon Glass
Before expanding the scanning features any more, move this into a separate file. This will make it easier to maintain in the future. In particular, it reduces the size of dtb_platdata.py and allows us to add tests specifically for scanning, without going through that file. The pieces moved are the

[PATCH 20/49] dtoc: Split source-code scanning to a separate file

2020-12-28 Thread Simon Glass
Before expanding the scanning features any more, move this into a separate file. This will make it easier to maintain in the future. In particular, it reduces the size of dtb_platdata.py and allows us to add tests specifically for scanning, without going through that file. The pieces moved are the