History log of /rk3399_rockchip-uboot/tools/patman/tools.py (Results 1 – 2 of 2)
Revision Date Author Comments
# a2ed3f45 20-Sep-2016 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-dm


# 1f1864b4 26-Jul-2016 Simon Glass <sjg@chromium.org>

patman: Add a tools library for using temporary files

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 libr

patman: Add a tools library for using temporary files

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>

show more ...