1. 9f1dc11 arm: Rename STM32MP15x by Patrick Delaunay · 1 year, 1 month ago
  2. 49de864 arm: Rename STM32MP13x by Patrick Delaunay · 1 year, 1 month ago
  3. 4d58bb3 stm32mp: stm32prog: add support of stm32mp25 by Patrick Delaunay · 1 year, 1 month ago
  4. e4cee64 stm32: Use bootm_run() and bootz_run() by Simon Glass · 1 year, 2 months ago
  5. 6b50aff stm32: Use local vars in stm32prog for initrd and fdt by Simon Glass · 1 year, 2 months ago
  6. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 5 months ago
  7. bd087f6 stm32mp: stm32prog: use the decimal format by default for offset parsing by Patrick Delaunay · 1 year, 9 months ago
  8. 09f50c7 stm32mp: stm32prog: fix OTP read/write error management by Patrick Delaunay · 1 year, 9 months ago
  9. dac5b06 stm32mp: stm32prog: Add support of FWU_MDATA partition type by Patrick Delaunay · 1 year, 8 months ago
  10. 3a67b61 stm32mp: stm32prog: Add support of ESP partition type by Patrick Delaunay · 1 year, 8 months ago
  11. 82a4a25 stm32mp: stm32prog: Add support of ENV partition type by Patrick Delaunay · 1 year, 8 months ago
  12. 5d3abc6 stm32mp: stm32prog: Remove tee_detected from stm32prog_data struct by Patrice Chotard · 1 year, 8 months ago
  13. a142a1d stm32mp: stm32prog: Remove usage of "mtdparts" function by Patrice Chotard · 1 year, 8 months ago
  14. 9dcf5ee Correct SPL uses of PMIC_STPMIC1 by Simon Glass · 2 years ago
  15. 0ab3609 Correct SPL uses of MTD by Simon Glass · 2 years ago
  16. 38223fb Correct SPL use of CMD_BOOTZ by Simon Glass · 2 years ago
  17. 30f3333 image: Move common image code to image_board and command by Simon Glass · 2 years, 1 month ago
  18. bcc85b9 cmd: source: Support specifying config name by Sean Anderson · 2 years, 2 months ago
  19. 30fb045 treewide: Use NULL for script image name by Sean Anderson · 2 years, 2 months ago
  20. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 3 months ago
  21. 450036f stm32mp: stm32prog: improve the partitioning trace by Patrick Delaunay · 2 years, 5 months ago
  22. 93b2d4d stm32mp: stm32prog: correctly handle OTP when SMC is not supported by Patrick Delaunay · 2 years, 5 months ago
  23. 3df19b8 stm32mp: stm32prog: solve warning for 64bits compilation by Patrick Delaunay · 2 years, 5 months ago
  24. ada8fe0 stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR by Patrick Delaunay · 2 years, 5 months ago
  25. 4d7df7f stm32mp: stm32prog: support empty flashlayout by Patrick Delaunay · 2 years, 5 months ago
  26. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 5 months ago
  27. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 6 months ago
  28. 8b91f28 stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter by Patrick Delaunay · 2 years, 8 months ago
  29. a9fed5a stm32mp: stm32prog: handle flashlayout without STM32 image header by Patrick Delaunay · 2 years, 10 months ago
  30. 152576a stm32mp: stm32prog: handle U-Boot script in flashlayout alternate by Patrick Delaunay · 2 years, 10 months ago
  31. 7f1121a stm32mp: stm32prog: handle interruption during the first enumeration by Patrick Delaunay · 2 years, 10 months ago
  32. 2a4fe0e stm32mp: stm32prog: add support of UUID for FIP partition by Patrick Delaunay · 2 years, 10 months ago
  33. 49d0ecb1 stm32mp: stm32prog: add support of STM32IMAGE version 2 by Patrick Delaunay · 2 years, 10 months ago
  34. e82ab4c stm32mp: stm32prog: add TEE support in stm32prog command by Patrick Delaunay · 2 years, 10 months ago
  35. 72450b4 stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTP by Patrick Delaunay · 2 years, 10 months ago
  36. d983e50 stm32mp: stm32prog: fix comment by Patrick Delaunay · 2 years, 10 months ago
  37. 94e561f stm32prog: add partition name in treat_partition_list error messages by Patrick Delaunay · 3 years ago
  38. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 3 years ago
  39. 3067971 stm32mp: stm32prog: Normalise newlines by William Grant · 3 years, 4 months ago
  40. f64d32a stm32mp1: stm32prog: remove stm32prog_get_tee_partitions with FIP by Patrick Delaunay · 3 years, 6 months ago
  41. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 6 months ago
  42. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 6 months ago
  43. b18c3ab stm32mp: stm32prog: use defines for virtual partition size by Patrick Delaunay · 3 years, 7 months ago
  44. edca8c3 stm32mp: stm32prog: fix the content of short help message by Patrick Delaunay · 3 years, 7 months ago
  45. 1f2e3d5 stm32mp: stm32prog: handle dfu error by Patrick Delaunay · 3 years, 9 months ago
  46. d4cb402 stm32mp: stm32prog: change one message level to debug by Patrick Delaunay · 3 years, 9 months ago
  47. 69446de stm32mp: stm32prog: use get_cpu_dev for GetID command by Patrick Delaunay · 3 years, 9 months ago
  48. b57efb2 stm32mp: stm32prog: correctly handle DM_PMIC by Patrick Delaunay · 3 years, 9 months ago
  49. be4182b stm32mp: stm32prog: handle the next phase after USB re-enumeration by Patrick Delaunay · 3 years, 9 months ago
  50. 90ed215 stm32mp: stm32prog: solve compilation with CONFIG_FIT_SIGNATURE by Patrick Delaunay · 3 years, 9 months ago
  51. d68e53b stm32mp: stm32prog: add support of initrd in flashlayout by Patrick Delaunay · 3 years, 9 months ago
  52. d4358a6 stm32mp: stm32prog: add timeout in stm32prog_serial_get_buffer by Patrick Delaunay · 3 years, 9 months ago
  53. 5f14e2f stm32mp: stm32prog: remove all the header check for UART download by Patrick Delaunay · 3 years, 9 months ago
  54. 4fb7b3e stm32mp: stm32prog: add FIP header support by Patrick Delaunay · 3 years, 10 months ago
  55. f49eb16 stm32mp: stm32prog: replace alias by serial device sequence number by Patrick Delaunay · 4 years ago
  56. 5a05af8 stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB by Patrick Delaunay · 4 years ago
  57. 2dc2216 stm32mp: stm32prog: Add Kconfig file for stm32prog command by Patrick Delaunay · 4 years ago
  58. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
  59. 751f918 arm: stm32mp: stm32prog: always flush DFU on start command for uart by Patrick Delaunay · 4 years, 2 months ago
  60. 711b5bc arm: stm32mp: migrate cmd_stm32prog to log macro by Patrick Delaunay · 4 years, 3 months ago
  61. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years, 1 month ago
  62. 53de79f stm32mp: stm32prog: accept device without partition by Patrick Delaunay · 4 years, 4 months ago
  63. 9a2b054 arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdef by Patrick Delaunay · 4 years, 6 months ago
  64. a00867b sf: Drop dm.h header file from spi_flash.h by Simon Glass · 4 years, 6 months ago
  65. ded48be arm: stm32mp: stm32prog: check result of find_mmc_device by Patrick Delaunay · 4 years, 7 months ago
  66. 7d5de35 arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage by Bin Meng · 4 years, 7 months ago
  67. 03c4e62 arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumeration by Patrick Delaunay · 4 years, 8 months ago
  68. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 9 months ago
  69. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 9 months ago
  70. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 9 months ago
  71. 306a5cf stm32mp: stm32prog: add support of RAM target by Patrick Delaunay · 4 years, 11 months ago
  72. d0686c6 stm32mp: stm32prog: support for script by Patrick Delaunay · 4 years, 11 months ago
  73. 99d643c stm32mp: stm32prog: enable videoconsole by Patrick Delaunay · 4 years, 11 months ago
  74. 468f050 stm32mp: stm32prog: add serial link support by Patrick Delaunay · 4 years, 11 months ago
  75. 6ce1f4a stm32mp: stm32prog: add pmic NVM update support by Patrick Delaunay · 4 years, 11 months ago
  76. 936f1ae stm32mp: stm32prog: add otp update support by Patrick Delaunay · 4 years, 11 months ago
  77. 2bad5d0 stm32mp: stm32prog: add support for delete option in flashlayout by Patrick Delaunay · 4 years, 11 months ago
  78. b83caf9 stm32mp: stm32prog: add support of ssbl copy by Patrick Delaunay · 4 years, 11 months ago
  79. 8f035f7 stm32mp: stm32prog: adapt the MTD partitions by Patrick Delaunay · 4 years, 11 months ago
  80. eb845d6 stm32mp: stm32prog: add MTD devices support by Patrick Delaunay · 4 years, 11 months ago
  81. ffc405e stm32mp: stm32prog: add upport of partial update by Patrick Delaunay · 4 years, 11 months ago
  82. 878f754 stm32mp: stm32prog: add support of boot partition for eMMC device by Patrick Delaunay · 4 years, 11 months ago
  83. aff4c5d stm32mp: stm32prog: add MMC device by Patrick Delaunay · 4 years, 11 months ago
  84. 6ee6839 stm32mp: stm32prog: add flash layout parsing by Patrick Delaunay · 4 years, 11 months ago
  85. 954bd1a stm32mp: add the command stm32prog by Patrick Delaunay · 4 years, 11 months ago