1. 8a4d098 stm32mp2: Fix CONFIG_STM32MP25X flag usage by Patrice Chotard · 1 year ago
  2. c2c2977 stm32mp: Add dependencies on CMDLINE for command stm32key by Patrick Delaunay · 1 year ago
  3. 9f1dc11 arm: Rename STM32MP15x by Patrick Delaunay · 1 year ago
  4. 49de864 arm: Rename STM32MP13x by Patrick Delaunay · 1 year ago
  5. ebf32b2 stm32mp: activate the command stboard for stm32mp25 boards by Patrick Delaunay · 1 year ago
  6. 4d58bb3 stm32mp: stm32prog: add support of stm32mp25 by Patrick Delaunay · 1 year ago
  7. 8eb535e smt32mp: add setup_mac_address for stm32mp25 by Patrick Delaunay · 1 year ago
  8. 9c2f5b8 stm32mp: add setup_serial_number for stm32mp25 by Patrice Chotard · 1 year ago
  9. 1af148d stm32mp: add soc.c file by Patrick Delaunay · 1 year ago
  10. e508b59 stm32mp: bsec: add support of stm32mp25 by Patrick Delaunay · 1 year ago
  11. 0d0266c stm32mp: bsec: add driver data by Patrick Delaunay · 1 year ago
  12. 5c76937 arm: stm32mp: add Rev.B support for STM32MP25 by Yann Gautier · 1 year ago
  13. e4cee64 stm32: Use bootm_run() and bootz_run() by Simon Glass · 1 year, 1 month ago
  14. 6b50aff stm32: Use local vars in stm32prog for initrd and fdt by Simon Glass · 1 year, 1 month ago
  15. dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year, 2 months ago
  16. be07246 Merge tag 'u-boot-stm32-20231113' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 1 year, 2 months ago
  17. 01a7019 stm32mp2: initial support by Patrice Chotard · 1 year, 3 months ago
  18. 3e0b12a stm32mp: bsec: Fix AARCH64 compilation warnings by Patrice Chotard · 1 year, 3 months ago
  19. 75ba0fd stm32mp: dram_init: Limit DDR usage under 4GB boundary for STM32MP by Patrice Chotard · 1 year, 3 months ago
  20. ee15c72 stm32mp: dram_init: Fix AARCH64 compilation warnings by Patrick Delaunay · 1 year, 3 months ago
  21. dba8d92 stm32mp: dram_init: Get RAM size from DT if no RAM driver found by Patrice Chotard · 1 year, 3 months ago
  22. c205fe9 stm32mp1: read auth stats and boot_partition from tamp by Igor Opaniuk · 1 year, 2 months ago
  23. 68ea9f0 arm: stm32mp: Really fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled by Bhupesh Sharma · 1 year, 5 months ago
  24. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 4 months ago
  25. 7e6e40c Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 5 months ago
  26. b58ab56 ARM: stm32: Inhibit PDDS because CSTBYDIS is set by Marek Vasut · 1 year, 6 months ago
  27. d768dd8 common: return type board_get_usable_ram_top by Heinrich Schuchardt · 1 year, 5 months ago
  28. ccea96f treewide: unify the linker symbol reference format by Shiji Yang · 1 year, 6 months ago
  29. bd087f6 stm32mp: stm32prog: use the decimal format by default for offset parsing by Patrick Delaunay · 1 year, 9 months ago
  30. 09f50c7 stm32mp: stm32prog: fix OTP read/write error management by Patrick Delaunay · 1 year, 9 months ago
  31. 7b802e1 stm32mp: bsec: add check on null size in misc ops by Patrick Delaunay · 1 year, 9 months ago
  32. 6bdef5b stm32mp: add support of STM32MP15x Rev.Y by Patrick Delaunay · 1 year, 9 months ago
  33. 9af2ec1 ARM: stm32: Add missing header for save_boot_params by Marek Vasut · 1 year, 9 months ago
  34. 715e709 ARM: stm32: Add IWDG handling into PSCI suspend code by Marek Vasut · 1 year, 8 months ago
  35. dac5b06 stm32mp: stm32prog: Add support of FWU_MDATA partition type by Patrick Delaunay · 1 year, 7 months ago
  36. 3a67b61 stm32mp: stm32prog: Add support of ESP partition type by Patrick Delaunay · 1 year, 7 months ago
  37. 82a4a25 stm32mp: stm32prog: Add support of ENV partition type by Patrick Delaunay · 1 year, 7 months ago
  38. 5d3abc6 stm32mp: stm32prog: Remove tee_detected from stm32prog_data struct by Patrice Chotard · 1 year, 7 months ago
  39. a142a1d stm32mp: stm32prog: Remove usage of "mtdparts" function by Patrice Chotard · 1 year, 7 months ago
  40. 55cd74d arm: stm32mp: spl: fix function with fdt_addr_t input by Johan Jonker · 1 year, 10 months ago
  41. daf0721 stm32mp: fix various array bounds checks by Rasmus Villemoes · 1 year, 10 months ago
  42. 4610ae3 Correct SPL use of STM32MP15X_STM32IMAGE by Simon Glass · 2 years ago
  43. 9dcf5ee Correct SPL uses of PMIC_STPMIC1 by Simon Glass · 2 years ago
  44. 0ab3609 Correct SPL uses of MTD by Simon Glass · 2 years ago
  45. 38223fb Correct SPL use of CMD_BOOTZ by Simon Glass · 2 years ago
  46. 30f3333 image: Move common image code to image_board and command by Simon Glass · 2 years ago
  47. 0e86f81 ARM: stm32: Make ECDSA authentication available to U-Boot by Marek Vasut · 2 years ago
  48. 6eea541 ARM: stm32: Pass ROM API table pointer to U-Boot proper by Marek Vasut · 2 years ago
  49. dbeaca7 ARM: stm32: Factor out save_boot_params by Marek Vasut · 2 years ago
  50. bbafbc0 ARM: stm32: Fix ECDSA authentication with Dcache enabled by Marek Vasut · 2 years ago
  51. a33885f stm32mp: Add support of STM32MP13x in bsec driver by Patrick Delaunay · 2 years ago
  52. 33a909a stm32mp: Add OP-TEE support in bsec driver by Patrick Delaunay · 2 years ago
  53. 27bad4e stm32mp: cosmetic: Update of bsec driver by Patrick Delaunay · 2 years ago
  54. cebdfc2 Merge branch 'next' by Tom Rini · 2 years ago
  55. a2e0b04 arm: stm32mp: Fix board_get_usable_ram_top() again by Marek Vasut · 2 years ago
  56. bcc85b9 cmd: source: Support specifying config name by Sean Anderson · 2 years, 1 month ago
  57. 30fb045 treewide: Use NULL for script image name by Sean Anderson · 2 years, 1 month ago
  58. 95b5a7d FWU: STM32MP1: Add support to read boot index from backup register by Sughosh Ganu · 2 years, 3 months ago
  59. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 3 months ago
  60. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 3 months ago
  61. c37a668 stm32mp: fix compilation issue with DEBUG_UART by Patrick Delaunay · 2 years, 3 months ago
  62. 01c88e3 Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 2 years, 4 months ago
  63. 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 4 months ago
  64. e83cef8 arm: stm32mp: adapt the command stm32key for STM32MP13x by Patrick Delaunay · 2 years, 4 months ago
  65. fd1f4c9 arm: stm32mp: support several key in command stm32key by Patrick Delaunay · 2 years, 4 months ago
  66. 8921b3d arm: stm32mp: introduced read_close_status function in stm32key command by Patrick Delaunay · 2 years, 4 months ago
  67. c6327ba arm: stm32mp: add defines for BSEC_LOCK status in stm32key command by Patrick Delaunay · 2 years, 4 months ago
  68. 450036f stm32mp: stm32prog: improve the partitioning trace by Patrick Delaunay · 2 years, 4 months ago
  69. 93b2d4d stm32mp: stm32prog: correctly handle OTP when SMC is not supported by Patrick Delaunay · 2 years, 4 months ago
  70. 3df19b8 stm32mp: stm32prog: solve warning for 64bits compilation by Patrick Delaunay · 2 years, 4 months ago
  71. ada8fe0 stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR by Patrick Delaunay · 2 years, 4 months ago
  72. 4d7df7f stm32mp: stm32prog: support empty flashlayout by Patrick Delaunay · 2 years, 4 months ago
  73. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 4 months ago
  74. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 5 months ago
  75. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 5 months ago
  76. 50b2184 stm32mp: simplify the STM32MP15x package parsing code by Patrick Delaunay · 2 years, 7 months ago
  77. 50b371f stm32mp: add support of STM32MP13x Rev.Y by Patrick Delaunay · 2 years, 7 months ago
  78. 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 7 months ago
  79. 7171d99 stm32mp: stpmic1: remove the debug unit request by debugger by Patrick Delaunay · 2 years, 8 months ago
  80. df68a30 stm32mp: fdt: update etzpc for STM32MP13x by Patrick Delaunay · 2 years, 8 months ago
  81. ca9c9e7 stm32mp: fdt: update etzpc for STM32MP15x by Patrick Delaunay · 2 years, 8 months ago
  82. 46f9eb5 arm: stm32mp: support 2 MAC address for STM32MP13 by Patrick Delaunay · 2 years, 8 months ago
  83. 960debb arm: stm32mp: add support of STM32MP13x by Patrick Delaunay · 2 years, 8 months ago
  84. 741090c arm: stm32mp: add CONFIG_STM32MP15_PWR by Patrick Delaunay · 2 years, 8 months ago
  85. d8b78fd arm: stm32mp: add sub config Kconfig.15x by Patrick Delaunay · 2 years, 8 months ago
  86. 647d319 arm: stm32mp: add choice for STM32MP SOC family by Patrick Delaunay · 2 years, 8 months ago
  87. 6df271a arm: stm32mp: move code for STM32MP15x by Patrick Delaunay · 2 years, 8 months ago
  88. 3865a7e arm: stm32mp: move the get_otp helper function in bsec by Patrick Delaunay · 2 years, 8 months ago
  89. 2ff0866 configs: stm32mp1: move SUPPORT_SPL in STM32MP15x by Patrick Delaunay · 2 years, 8 months ago
  90. 8b91f28 stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter by Patrick Delaunay · 2 years, 7 months ago
  91. d6ae183 stm32mp: psci: Retain MCUDIVR, PLL3CR, PLL4CR, MSSCKSELR across suspend by Marek Vasut · 2 years, 9 months ago
  92. 655af9a ARM: stm32mp: correctly handle Silicon revision by Patrick Delaunay · 2 years, 9 months ago
  93. 6a69eaf ARM: stm32mp: skip ft_system_setup when the soc node is absent by Patrick Delaunay · 2 years, 9 months ago
  94. a9fed5a stm32mp: stm32prog: handle flashlayout without STM32 image header by Patrick Delaunay · 2 years, 10 months ago
  95. 152576a stm32mp: stm32prog: handle U-Boot script in flashlayout alternate by Patrick Delaunay · 2 years, 10 months ago
  96. 7f1121a stm32mp: stm32prog: handle interruption during the first enumeration by Patrick Delaunay · 2 years, 10 months ago
  97. 2a4fe0e stm32mp: stm32prog: add support of UUID for FIP partition by Patrick Delaunay · 2 years, 10 months ago
  98. 49d0ecb1 stm32mp: stm32prog: add support of STM32IMAGE version 2 by Patrick Delaunay · 2 years, 10 months ago
  99. e82ab4c stm32mp: stm32prog: add TEE support in stm32prog command by Patrick Delaunay · 2 years, 10 months ago
  100. 72450b4 stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTP by Patrick Delaunay · 2 years, 10 months ago