Re: [U-Boot] [PATCH 12/30] patman: Add a tools library for using temporary files

2016-08-27 Thread Simon Glass
On 25 July 2016 at 18:59, Simon Glass wrote: > For tools which want to use input files and temporary output, it is useful > to have the handling of these dealt with in one place. Add a new library > which allows input files to be read, and output files to be written, all > based on a common direct

[U-Boot] [PATCH 12/30] patman: Add a tools library for using temporary files

2016-07-25 Thread Simon Glass
For tools which want to use input files and temporary output, it is useful to have the handling of these dealt with in one place. Add a new library which allows input files to be read, and output files to be written, all based on a common directory structure. Signed-off-by: Simon Glass --- tool