mbox series

[0/3] cmd: source: Support specifying config name

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

Message

Sean Anderson Oct. 13, 2022, 6:27 p.m. UTC
This series adds support for using configs with the source command. See
the third patch for details.


Sean Anderson (3):
  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 +++--
 6 files changed, 76 insertions(+), 35 deletions(-)