[PATCH 00/10] stm32mp: stm32prog: several features and fixes

Patrick Delaunay patrick.delaunay at foss.st.com
Tue May 18 15:12:03 CEST 2021


This serie provides several evolution and patches for the
command stm32prog used on STM32MP platform to communicate
with the STMicroelectonics tools STM32CubeProgrammer.



Patrick Delaunay (10):
  stm32mp: stm32prog: remove all the header check for UART download
  stm32mp: stm32prog: add timeout in stm32prog_serial_get_buffer
  stm32mp: stm32prog: add support of initrd in flashlayout
  stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATURE
  stm32mp: stm32prog: handle the next phase after USB re-enumeration
  stm32mp: stm32prog: correctly handle DM_PMIC
  stm32mp: stm32prog: use get_cpu_dev for GetID command
  stm32mp: stm32prog: change one message level to debug
  dfu: add error callback
  stm32mp: stm32prog: handle dfu error

 .../cmd_stm32prog/cmd_stm32prog.c             |  26 ++-
 .../mach-stm32mp/cmd_stm32prog/stm32prog.c    |  43 +++--
 .../mach-stm32mp/cmd_stm32prog/stm32prog.h    |   7 +-
 .../cmd_stm32prog/stm32prog_serial.c          | 173 ++++--------------
 .../cmd_stm32prog/stm32prog_usb.c             |   7 +-
 drivers/dfu/dfu.c                             |  12 ++
 include/dfu.h                                 |  11 ++
 7 files changed, 108 insertions(+), 171 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list