Hi Tom, Here are the patman changes. I have left that ones that buildman requires for now, since they are not needed for patman.
The following changes since commit 6ad77d88e57f6ab815ec7e85c5ac329054318c73: vfat: Fix mkcksum argument sizes (2013-01-31 14:43:01 -0500) are available in the git repository at: git://git.denx.de/u-boot-x86.git master for you to fetch changes up to 99adf6eda7bed1beb3fa3e18951342f67b108db7: patman: Allow use outside of u-boot tree (2013-01-31 15:23:40 -0800) ---------------------------------------------------------------- Doug Anderson (9): patman: Add spaces back into patman test patman: Allow tests to run even if patman is in the path patman: Look for checkpatch in the scripts directory patman: Cache the CC list from MakeCcFile() for use in ShowActions() patman: Add all CC addresses to the cover letter patman: Add a call to get_maintainer.pl if it exists patman: Add support for settings in .patman patman: Add the concept of multiple projects patman: Add settings to the list of modules to doctest Vadim Bendebury (1): patman: Allow use outside of u-boot tree tools/patman/README | 43 +++++++++- tools/patman/checkpatch.py | 14 ++-- tools/patman/get_maintainer.py | 63 +++++++++++++++ tools/patman/gitutil.py | 13 ++- tools/patman/patman.py | 29 +++++-- tools/patman/project.py | 43 ++++++++++ tools/patman/series.py | 27 +++++-- tools/patman/settings.py | 180 ++++++++++++++++++++++++++++++++++++++++- tools/patman/test.py | 6 +- 9 files changed, 389 insertions(+), 29 deletions(-) create mode 100644 tools/patman/get_maintainer.py create mode 100644 tools/patman/project.py Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot