aboutsummaryrefslogtreecommitdiff
path: root/tools/expo.py
AgeCommit message (Collapse)AuthorFilesLines
2023-08-25expo: Tidy up the expo.py tool and usageSimon Glass1-7/+15
Tidy up this tool a little: - define which arguments are needed - split the enum values out into a header file - warn if no enum values are found - display the dtc error if something goes wrong - avoid a Python traceback on error Signed-off-by: Simon Glass <sjg@chromium.org>
2023-07-14expo: Add tests for the configuration editorSimon Glass1-0/+130
Add some simple tests and a helpful script to make the configuration editor easier to set up. Signed-off-by: Simon Glass <sjg@chromium.org>