Re: [PATCH 10/25] patman: Add a helper for managing cseries

2025-05-23 Thread Simon Glass
Add a module which includes helper functions for dealing with Cseries objects. Signed-off-by: Simon Glass --- tools/patman/__init__.py|6 +- tools/patman/cser_helper.py | 1524 +++ 2 files changed, 1527 insertions(+), 3 deletions(-) create mode 100644 to

[PATCH 10/25] patman: Add a helper for managing cseries

2025-05-10 Thread Simon Glass
Add a module which includes helper functions for dealing with Cseries objects. Signed-off-by: Simon Glass --- tools/patman/__init__.py|6 +- tools/patman/cser_helper.py | 1524 +++ 2 files changed, 1527 insertions(+), 3 deletions(-) create mode 100644 to