Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patman: Add a tools library for using temporary files | Simon Glass | 2016-09-18 | 1 | -0/+120 |
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 <sjg@chromium.org> |