1. 53fe8e7 stm32mp: stm32prog: use the decimal format by default for offset parsing by Patrick Delaunay · Thu Apr 27 15:36:37 2023 +0200
  2. 9e1dba3 stm32mp: stm32prog: fix OTP read/write error management by Patrick Delaunay · Thu Apr 27 15:36:36 2023 +0200
  3. c203c21 stm32mp: stm32prog: Add support of FWU_MDATA partition type by Patrick Delaunay · Thu Jun 08 17:09:56 2023 +0200
  4. 0e582be stm32mp: stm32prog: Add support of ESP partition type by Patrick Delaunay · Thu Jun 08 17:09:55 2023 +0200
  5. b386b9c stm32mp: stm32prog: Add support of ENV partition type by Patrick Delaunay · Thu Jun 08 17:09:54 2023 +0200
  6. 8ad4374 stm32mp: stm32prog: Remove tee_detected from stm32prog_data struct by Patrice Chotard · Thu Jun 08 17:16:46 2023 +0200
  7. 4956908 stm32mp: stm32prog: Remove usage of "mtdparts" function by Patrice Chotard · Thu Jun 08 17:16:40 2023 +0200
  8. b24d575 Correct SPL uses of PMIC_STPMIC1 by Simon Glass · Sun Feb 05 15:40:35 2023 -0700
  9. 8e05bb1 Correct SPL uses of MTD by Simon Glass · Sun Feb 05 15:40:17 2023 -0700
  10. a5de997 Correct SPL use of CMD_BOOTZ by Simon Glass · Sun Feb 05 15:36:25 2023 -0700
  11. daee3ba image: Move common image code to image_board and command by Simon Glass · Fri Jan 06 08:52:28 2023 -0600
  12. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · Mon Dec 12 14:12:11 2022 -0500
  13. 44b7578 treewide: Use NULL for script image name by Sean Anderson · Mon Dec 12 14:12:09 2022 -0500
  14. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  15. 95a6bf4 stm32mp: stm32prog: improve the partitioning trace by Patrick Delaunay · Fri Sep 09 17:22:15 2022 +0200
  16. 9a699b7 stm32mp: stm32prog: correctly handle OTP when SMC is not supported by Patrick Delaunay · Tue Sep 06 18:53:20 2022 +0200
  17. 21ea4ef stm32mp: stm32prog: solve warning for 64bits compilation by Patrick Delaunay · Tue Sep 06 18:53:19 2022 +0200
  18. e334d32 stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR by Patrick Delaunay · Tue Sep 06 18:53:18 2022 +0200
  19. 8f7eb3e stm32mp: stm32prog: support empty flashlayout by Patrick Delaunay · Tue Sep 06 18:53:17 2022 +0200
  20. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  21. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · Thu Aug 11 19:34:59 2022 -0600
  22. b5793a6 stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter by Patrick Delaunay · Thu Jun 16 18:37:59 2022 +0200
  23. c14b0eb stm32mp: stm32prog: handle flashlayout without STM32 image header by Patrick Delaunay · Mon Mar 28 19:25:33 2022 +0200
  24. b9ef46b stm32mp: stm32prog: handle U-Boot script in flashlayout alternate by Patrick Delaunay · Mon Mar 28 19:25:32 2022 +0200
  25. 0f0daba stm32mp: stm32prog: handle interruption during the first enumeration by Patrick Delaunay · Mon Mar 28 19:25:31 2022 +0200
  26. 8dc5768 stm32mp: stm32prog: add support of UUID for FIP partition by Patrick Delaunay · Mon Mar 28 19:25:30 2022 +0200
  27. 953d8bf stm32mp: stm32prog: add support of STM32IMAGE version 2 by Patrick Delaunay · Mon Mar 28 19:25:29 2022 +0200
  28. 8da5df9 stm32mp: stm32prog: add TEE support in stm32prog command by Patrick Delaunay · Mon Mar 28 19:25:28 2022 +0200
  29. 455b06a stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTP by Patrick Delaunay · Mon Mar 28 19:25:27 2022 +0200
  30. 33029a5 stm32mp: stm32prog: fix comment by Patrick Delaunay · Mon Mar 28 19:25:26 2022 +0200
  31. f5b8571 stm32prog: add partition name in treat_partition_list error messages by Patrick Delaunay · Tue Jan 18 10:33:14 2022 +0100
  32. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  33. 27a5a57 stm32mp: stm32prog: Normalise newlines by William Grant · Wed Oct 13 20:56:58 2021 +1100
  34. 1008a50 stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIP by Patrick Delaunay · Mon Jul 26 11:21:38 2021 +0200
  35. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  36. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  37. bd57749 stm32mp: stm32prog: use defines for virtual partition size by Patrick Delaunay · Mon Jul 05 09:39:01 2021 +0200
  38. 9707698 stm32mp: stm32prog: fix the content of short help message by Patrick Delaunay · Mon Jun 28 14:44:33 2021 +0200
  39. c7e9a11 stm32mp: stm32prog: handle dfu error by Patrick Delaunay · Tue May 18 15:12:13 2021 +0200
  40. be7d21e stm32mp: stm32prog: change one message level to debug by Patrick Delaunay · Tue May 18 15:12:11 2021 +0200
  41. 7ef09a3 stm32mp: stm32prog: use get_cpu_dev for GetID command by Patrick Delaunay · Tue May 18 15:12:10 2021 +0200
  42. 7d14540 stm32mp: stm32prog: correctly handle DM_PMIC by Patrick Delaunay · Tue May 18 15:12:09 2021 +0200
  43. e23d98e stm32mp: stm32prog: handle the next phase after USB re-enumeration by Patrick Delaunay · Tue May 18 15:12:08 2021 +0200
  44. 3a44a07 stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATURE by Patrick Delaunay · Tue May 18 15:12:07 2021 +0200
  45. ab198fe stm32mp: stm32prog: add support of initrd in flashlayout by Patrick Delaunay · Tue May 18 15:12:06 2021 +0200
  46. 4daf994 stm32mp: stm32prog: add timeout in stm32prog_serial_get_buffer by Patrick Delaunay · Tue May 18 15:12:05 2021 +0200
  47. f67fd84 stm32mp: stm32prog: remove all the header check for UART download by Patrick Delaunay · Tue May 18 15:12:04 2021 +0200
  48. 19676ef stm32mp: stm32prog: add FIP header support by Patrick Delaunay · Fri Apr 02 14:05:17 2021 +0200
  49. e259299 stm32mp: stm32prog: replace alias by serial device sequence number by Patrick Delaunay · Thu Feb 25 13:37:03 2021 +0100
  50. 29b2e2e stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB by Patrick Delaunay · Thu Feb 25 13:37:01 2021 +0100
  51. 0440d86 stm32mp: stm32prog: Add Kconfig file for stm32prog command by Patrick Delaunay · Thu Feb 25 13:37:00 2021 +0100
  52. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  53. efc7a3b arm: stm32mp: stm32prog: always flush DFU on start command for uart by Patrick Delaunay · Fri Dec 11 13:36:18 2020 +0100
  54. 2b15af5 arm: stm32mp: migrate cmd_stm32prog to log macro by Patrick Delaunay · Fri Nov 06 19:01:30 2020 +0100
  55. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  56. d5de938 stm32mp: stm32prog: accept device without partition by Patrick Delaunay · Thu Oct 15 14:28:17 2020 +0200
  57. 8040da1 arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdef by Patrick Delaunay · Fri Jul 31 16:31:52 2020 +0200
  58. 7130b95 sf: Drop dm.h header file from spi_flash.h by Simon Glass · Sun Jul 19 10:15:40 2020 -0600
  59. f4aaeed arm: stm32mp: stm32prog: check result of find_mmc_device by Patrick Delaunay · Mon Jul 06 13:20:58 2020 +0200
  60. d0d1df6 arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage by Bin Meng · Wed Jul 08 00:19:22 2020 -0700
  61. dd17838 arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumeration by Patrick Delaunay · Tue Jun 16 18:25:14 2020 +0200
  62. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  63. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  64. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  65. 41e6ace stm32mp: stm32prog: add support of RAM target by Patrick Delaunay · Wed Mar 18 09:25:03 2020 +0100
  66. c2fdd57 stm32mp: stm32prog: support for script by Patrick Delaunay · Wed Mar 18 09:25:02 2020 +0100
  67. 8610f22 stm32mp: stm32prog: enable videoconsole by Patrick Delaunay · Wed Mar 18 09:25:01 2020 +0100
  68. b823d99 stm32mp: stm32prog: add serial link support by Patrick Delaunay · Wed Mar 18 09:25:00 2020 +0100
  69. 541c7de stm32mp: stm32prog: add pmic NVM update support by Patrick Delaunay · Wed Mar 18 09:24:59 2020 +0100
  70. 1d96b18 stm32mp: stm32prog: add otp update support by Patrick Delaunay · Wed Mar 18 09:24:58 2020 +0100
  71. 291e722 stm32mp: stm32prog: add support for delete option in flashlayout by Patrick Delaunay · Wed Mar 18 09:24:57 2020 +0100
  72. 851d6f3 stm32mp: stm32prog: add support of ssbl copy by Patrick Delaunay · Wed Mar 18 09:24:56 2020 +0100
  73. c511224 stm32mp: stm32prog: adapt the MTD partitions by Patrick Delaunay · Wed Mar 18 09:24:55 2020 +0100
  74. 6ab7496 stm32mp: stm32prog: add MTD devices support by Patrick Delaunay · Wed Mar 18 09:24:54 2020 +0100
  75. 5ce5006 stm32mp: stm32prog: add upport of partial update by Patrick Delaunay · Wed Mar 18 09:24:53 2020 +0100
  76. 6915b49 stm32mp: stm32prog: add support of boot partition for eMMC device by Patrick Delaunay · Wed Mar 18 09:24:52 2020 +0100
  77. 7aae1e3 stm32mp: stm32prog: add MMC device by Patrick Delaunay · Wed Mar 18 09:24:51 2020 +0100
  78. 526f66c stm32mp: stm32prog: add flash layout parsing by Patrick Delaunay · Wed Mar 18 09:24:50 2020 +0100
  79. 7daa91d stm32mp: add the command stm32prog by Patrick Delaunay · Wed Mar 18 09:24:49 2020 +0100