1. 49d0ecb1 stm32mp: stm32prog: add support of STM32IMAGE version 2 by Patrick Delaunay · 2 years, 8 months ago
  2. e82ab4c stm32mp: stm32prog: add TEE support in stm32prog command by Patrick Delaunay · 2 years, 8 months ago
  3. 72450b4 stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTP by Patrick Delaunay · 2 years, 8 months ago
  4. d983e50 stm32mp: stm32prog: fix comment by Patrick Delaunay · 2 years, 8 months ago
  5. 94e561f stm32prog: add partition name in treat_partition_list error messages by Patrick Delaunay · 2 years, 10 months ago
  6. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  7. 3067971 stm32mp: stm32prog: Normalise newlines by William Grant · 3 years, 1 month ago
  8. f64d32a stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIP by Patrick Delaunay · 3 years, 4 months ago
  9. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  10. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  11. b18c3ab stm32mp: stm32prog: use defines for virtual partition size by Patrick Delaunay · 3 years, 5 months ago
  12. edca8c3 stm32mp: stm32prog: fix the content of short help message by Patrick Delaunay · 3 years, 5 months ago
  13. 1f2e3d5 stm32mp: stm32prog: handle dfu error by Patrick Delaunay · 3 years, 6 months ago
  14. d4cb402 stm32mp: stm32prog: change one message level to debug by Patrick Delaunay · 3 years, 6 months ago
  15. 69446de stm32mp: stm32prog: use get_cpu_dev for GetID command by Patrick Delaunay · 3 years, 6 months ago
  16. b57efb2 stm32mp: stm32prog: correctly handle DM_PMIC by Patrick Delaunay · 3 years, 6 months ago
  17. be4182b stm32mp: stm32prog: handle the next phase after USB re-enumeration by Patrick Delaunay · 3 years, 6 months ago
  18. 90ed215 stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATURE by Patrick Delaunay · 3 years, 6 months ago
  19. d68e53b stm32mp: stm32prog: add support of initrd in flashlayout by Patrick Delaunay · 3 years, 6 months ago
  20. d4358a6 stm32mp: stm32prog: add timeout in stm32prog_serial_get_buffer by Patrick Delaunay · 3 years, 6 months ago
  21. 5f14e2f stm32mp: stm32prog: remove all the header check for UART download by Patrick Delaunay · 3 years, 6 months ago
  22. 4fb7b3e stm32mp: stm32prog: add FIP header support by Patrick Delaunay · 3 years, 8 months ago
  23. f49eb16 stm32mp: stm32prog: replace alias by serial device sequence number by Patrick Delaunay · 3 years, 9 months ago
  24. 5a05af8 stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB by Patrick Delaunay · 3 years, 9 months ago
  25. 2dc2216 stm32mp: stm32prog: Add Kconfig file for stm32prog command by Patrick Delaunay · 3 years, 9 months ago
  26. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago WIP/2021-02-02-drop-asm_global_data-when-unused
  27. 751f918 arm: stm32mp: stm32prog: always flush DFU on start command for uart by Patrick Delaunay · 4 years ago
  28. 711b5bc arm: stm32mp: migrate cmd_stm32prog to log macro by Patrick Delaunay · 4 years, 1 month ago
  29. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  30. 53de79f stm32mp: stm32prog: accept device without partition by Patrick Delaunay · 4 years, 1 month ago
  31. 9a2b054 arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdef by Patrick Delaunay · 4 years, 4 months ago
  32. a00867b sf: Drop dm.h header file from spi_flash.h by Simon Glass · 4 years, 4 months ago
  33. ded48be arm: stm32mp: stm32prog: check result of find_mmc_device by Patrick Delaunay · 4 years, 5 months ago
  34. 7d5de35 arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage by Bin Meng · 4 years, 5 months ago
  35. 03c4e622 arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumeration by Patrick Delaunay · 4 years, 5 months ago
  36. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  37. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  38. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  39. 306a5cf stm32mp: stm32prog: add support of RAM target by Patrick Delaunay · 4 years, 8 months ago
  40. d0686c6 stm32mp: stm32prog: support for script by Patrick Delaunay · 4 years, 8 months ago
  41. 99d643c stm32mp: stm32prog: enable videoconsole by Patrick Delaunay · 4 years, 8 months ago
  42. 468f050 stm32mp: stm32prog: add serial link support by Patrick Delaunay · 4 years, 8 months ago
  43. 6ce1f4a stm32mp: stm32prog: add pmic NVM update support by Patrick Delaunay · 4 years, 8 months ago
  44. 936f1ae stm32mp: stm32prog: add otp update support by Patrick Delaunay · 4 years, 8 months ago
  45. 2bad5d0 stm32mp: stm32prog: add support for delete option in flashlayout by Patrick Delaunay · 4 years, 8 months ago
  46. b83caf9 stm32mp: stm32prog: add support of ssbl copy by Patrick Delaunay · 4 years, 8 months ago
  47. 8f035f7 stm32mp: stm32prog: adapt the MTD partitions by Patrick Delaunay · 4 years, 8 months ago
  48. eb845d6 stm32mp: stm32prog: add MTD devices support by Patrick Delaunay · 4 years, 8 months ago
  49. ffc405e stm32mp: stm32prog: add upport of partial update by Patrick Delaunay · 4 years, 8 months ago
  50. 878f754 stm32mp: stm32prog: add support of boot partition for eMMC device by Patrick Delaunay · 4 years, 8 months ago
  51. aff4c5d stm32mp: stm32prog: add MMC device by Patrick Delaunay · 4 years, 8 months ago
  52. 6ee6839 stm32mp: stm32prog: add flash layout parsing by Patrick Delaunay · 4 years, 8 months ago
  53. 954bd1a stm32mp: add the command stm32prog by Patrick Delaunay · 4 years, 8 months ago