summaryrefslogtreecommitdiffstats
path: root/tools/patman/tools.py
Commit message (Collapse)AuthorAgeFilesLines
* patman: Add a tools library for using temporary filesSimon Glass2016-09-181-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>