Add a module which includes helper functions for dealing with Cseries objects.
Signed-off-by: Simon Glass <s...@chromium.org> --- tools/patman/__init__.py | 6 +- tools/patman/cser_helper.py | 1524 +++++++++++++++++++++++++++++++++++ 2 files changed, 1527 insertions(+), 3 deletions(-) create mode 100644 tools/patman/cser_helper.py Applied to sjg/master, thanks!