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