Re: [PATCH 04/49] dtoc: Allow providing a directory to write files to

2021-01-06 Thread Simon Glass
At present dtoc writes only a single file on each invocation. U-Boot writes the two files it needs by separate invocations of dtoc. Since dtoc now scans all U-Boot driver source, this is fairly slow (about 1 second per file). It would be better if dtoc could write all the files at once. In prepar

[PATCH 04/49] dtoc: Allow providing a directory to write files to

2020-12-28 Thread Simon Glass
At present dtoc writes only a single file on each invocation. U-Boot writes the two files it needs by separate invocations of dtoc. Since dtoc now scans all U-Boot driver source, this is fairly slow (about 1 second per file). It would be better if dtoc could write all the files at once. In prepar