u-boot/arch/arm/mach-stm32mp/cmd_stm32prog
Simon Glass 30f3333d88 image: Move common image code to image_board and command
We should use the cmd/ directory for commands rather than for common code
used elsewhere in U-Boot. Move the common 'source' code into
image-board.c to achieve this.

The image_source_script() function needs to call run_command_list()  so
seems to belong better in the command library. Move and rename it.

Signed-off-by: Simon Glass <sjg@chromium.org>
2023-01-16 18:26:50 -05:00
..
cmd_stm32prog.c image: Move common image code to image_board and command 2023-01-16 18:26:50 -05:00
Kconfig stm32mp: stm32prog: add TEE support in stm32prog command 2022-05-10 10:56:39 +02:00
Makefile stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB 2021-03-11 17:41:17 +01:00
stm32prog.c stm32mp: stm32prog: improve the partitioning trace 2022-09-23 14:25:29 +02:00
stm32prog.h stm32mp: stm32prog: correctly handle OTP when SMC is not supported 2022-09-23 13:58:20 +02:00
stm32prog_serial.c stm32mp: stm32prog: solve warning for 64bits compilation 2022-09-23 13:58:20 +02:00
stm32prog_usb.c stm32mp: stm32prog: solve warning for 64bits compilation 2022-09-23 13:58:20 +02:00