mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
patman: Add a helper for managing cseries
Add a module which includes helper functions for dealing with Cseries objects. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
__all__ = [
|
||||
'checkpatch', 'cmdline', 'commit', 'control',
|
||||
'database', 'func_test',
|
||||
'get_maintainer', '__main__', 'patchstream', 'patchwork', 'project',
|
||||
'checkpatch', 'cmdline', 'commit', 'control', 'cser_helper',
|
||||
'database', 'func_test', 'get_maintainer', '__main__', 'patchstream',
|
||||
'patchwork', 'project',
|
||||
'send', 'series', 'settings', 'setup', 'status', 'test_checkpatch',
|
||||
'test_common', 'test_settings'
|
||||
]
|
||||
|
||||
1524
tools/patman/cser_helper.py
Normal file
1524
tools/patman/cser_helper.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user