mbox series

[v4,0/5] cmd: source: Support specifying config name

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

Message

Sean Anderson Dec. 12, 2022, 7:12 p.m. UTC
This series adds support for using configs with the source command. See
the third patch for details.

Changes in v4:
- Add fallback for fit_config_verify
- Fix fit_conf_get_prop_node missing a phase

Changes in v3:
- Halve the quotes

Changes in v2:
- Add test for source command

Sean Anderson (5):
  image: Add fallback for fit_config_verify
  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                                  | 84 +++++++++++++------
 doc/uImage.FIT/source_file_format.txt         |  3 +
 drivers/usb/gadget/f_sdp.c                    |  2 +-
 include/image.h                               | 26 ++++--
 test/py/tests/source.its                      | 43 ++++++++++
 test/py/tests/test_source.py                  | 37 ++++++++
 8 files changed, 164 insertions(+), 35 deletions(-)
 create mode 100644 test/py/tests/source.its
 create mode 100644 test/py/tests/test_source.py

Comments

Tom Rini Dec. 31, 2022, 9:32 p.m. UTC | #1
On Mon, 12 Dec 2022 14:12:06 -0500, Sean Anderson wrote:

> This series adds support for using configs with the source command. See
> the third patch for details.
> 
> Changes in v4:
> - Add fallback for fit_config_verify
> - Fix fit_conf_get_prop_node missing a phase
> 
> [...]

Applied to u-boot/next, thanks!