aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/__init__.py
AgeCommit message (Collapse)AuthorFilesLines
2022-01-24patman: Update the list of modulesSimon Glass1-3/+6
Update the __init__ file to include recently added files. Add a license header while we are here. Signed-off-by: Simon Glass <sjg@chromium.org>
2015-07-28patman: add distutils based installerChris Packham1-0/+3
To make it easier to use patman on other projects add a distutils style installer. Now patman can be installed with cd u-boot/tools/patman && python setup.py install There are also the usual distutils options for creating source/binary distributions of patman. Tested-by: Simon Glass <sjg@chromium.org> Signed-off-by: Chris Packham <judge.packham@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>