mbox series

[v3,0/4] cmd: source: Support specifying config name

Message ID 20221103213534.2336001-1-sean.anderson@seco.com
Headers show
Series cmd: source: Support specifying config name | expand

Message

Sean Anderson Nov. 3, 2022, 9:35 p.m. UTC
This series adds support for using configs with the source command. See
the third patch for details.

Changes in v3:
- Halve the quotes

Changes in v2:
- Add test for source command

Sean Anderson (4):
  test: Add test for source command
  treewide: Use NULL for script image name
  cmd: source: Clean up a few lines
  cmd: source: Support specifying config name

 .../cmd_stm32prog/cmd_stm32prog.c             |  2 +-
 boot/bootmeth_script.c                        |  2 +-
 cmd/source.c                                  | 83 +++++++++++++------
 doc/uImage.FIT/source_file_format.txt         |  3 +
 drivers/usb/gadget/f_sdp.c                    |  2 +-
 include/image.h                               | 19 +++--
 test/py/tests/source.its                      | 43 ++++++++++
 test/py/tests/test_source.py                  | 37 +++++++++
 8 files changed, 156 insertions(+), 35 deletions(-)
 create mode 100644 test/py/tests/source.its
 create mode 100644 test/py/tests/test_source.py