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