1. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  2. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · 1 year, 3 months ago
  3. 3029442 ARM: stm32: Inhibit PDDS because CSTBYDIS is set by Marek Vasut · 1 year, 5 months ago
  4. 51a9aac common: return type board_get_usable_ram_top by Heinrich Schuchardt · 1 year, 4 months ago
  5. eff11fa treewide: unify the linker symbol reference format by Shiji Yang · 1 year, 4 months ago
  6. 53fe8e7 stm32mp: stm32prog: use the decimal format by default for offset parsing by Patrick Delaunay · 1 year, 7 months ago
  7. 9e1dba3 stm32mp: stm32prog: fix OTP read/write error management by Patrick Delaunay · 1 year, 7 months ago
  8. 8275ff3 stm32mp: bsec: add check on null size in misc ops by Patrick Delaunay · 1 year, 7 months ago
  9. c4a76ff stm32mp: add support of STM32MP15x Rev.Y by Patrick Delaunay · 1 year, 7 months ago
  10. cc6e07a ARM: stm32: Add missing header for save_boot_params by Marek Vasut · 1 year, 7 months ago
  11. c49678e ARM: stm32: Add IWDG handling into PSCI suspend code by Marek Vasut · 1 year, 7 months ago
  12. c203c21 stm32mp: stm32prog: Add support of FWU_MDATA partition type by Patrick Delaunay · 1 year, 6 months ago
  13. 0e582be stm32mp: stm32prog: Add support of ESP partition type by Patrick Delaunay · 1 year, 6 months ago
  14. b386b9c stm32mp: stm32prog: Add support of ENV partition type by Patrick Delaunay · 1 year, 6 months ago
  15. 8ad4374 stm32mp: stm32prog: Remove tee_detected from stm32prog_data struct by Patrice Chotard · 1 year, 6 months ago
  16. 4956908 stm32mp: stm32prog: Remove usage of "mtdparts" function by Patrice Chotard · 1 year, 6 months ago
  17. 1bbfbf5 arm: stm32mp: spl: fix function with fdt_addr_t input by Johan Jonker · 1 year, 9 months ago
  18. 6d83f3c stm32mp: fix various array bounds checks by Rasmus Villemoes · 1 year, 8 months ago
  19. 1e58e02 Correct SPL use of STM32MP15X_STM32IMAGE by Simon Glass · 1 year, 10 months ago
  20. b24d575 Correct SPL uses of PMIC_STPMIC1 by Simon Glass · 1 year, 10 months ago
  21. 8e05bb1 Correct SPL uses of MTD by Simon Glass · 1 year, 10 months ago
  22. a5de997 Correct SPL use of CMD_BOOTZ by Simon Glass · 1 year, 10 months ago
  23. daee3ba image: Move common image code to image_board and command by Simon Glass · 1 year, 11 months ago
  24. 67d840a ARM: stm32: Make ECDSA authentication available to U-Boot by Marek Vasut · 1 year, 11 months ago
  25. 7cf2c33 ARM: stm32: Pass ROM API table pointer to U-Boot proper by Marek Vasut · 1 year, 11 months ago
  26. efdedcb ARM: stm32: Factor out save_boot_params by Marek Vasut · 1 year, 11 months ago
  27. 4fe7578 ARM: stm32: Fix ECDSA authentication with Dcache enabled by Marek Vasut · 1 year, 11 months ago
  28. 986ec7b stm32mp: Add support of STM32MP13x in bsec driver by Patrick Delaunay · 1 year, 11 months ago
  29. d538829 stm32mp: Add OP-TEE support in bsec driver by Patrick Delaunay · 1 year, 11 months ago
  30. 5fa74b8 stm32mp: cosmetic: Update of bsec driver by Patrick Delaunay · 1 year, 11 months ago
  31. a6b1b3b Merge branch 'next' by Tom Rini · 1 year, 11 months ago
  32. 405ca2e arm: stm32mp: Fix board_get_usable_ram_top() again by Marek Vasut · 1 year, 11 months ago
  33. d3e7e20 cmd: source: Support specifying config name by Sean Anderson · 2 years ago
  34. 44b7578 treewide: Use NULL for script image name by Sean Anderson · 2 years ago
  35. 73abe8e FWU: STM32MP1: Add support to read boot index from backup register by Sughosh Ganu · 2 years, 1 month ago
  36. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  37. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
  38. 00202f7 stm32mp: fix compilation issue with DEBUG_UART by Patrick Delaunay · 2 years, 2 months ago
  39. 41716c1 Merge tag 'u-boot-stm32-20220927' of https://source.denx.de/u-boot/custodians/u-boot-stm into next by Tom Rini · 2 years, 2 months ago
  40. 4f4f583 board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 3 months ago
  41. ba1013c arm: stm32mp: adapt the command stm32key for STM32MP13x by Patrick Delaunay · 2 years, 2 months ago
  42. 424876f arm: stm32mp: support several key in command stm32key by Patrick Delaunay · 2 years, 2 months ago
  43. 9b7c4d3 arm: stm32mp: introduced read_close_status function in stm32key command by Patrick Delaunay · 2 years, 2 months ago
  44. 212eafc arm: stm32mp: add defines for BSEC_LOCK status in stm32key command by Patrick Delaunay · 2 years, 2 months ago
  45. 95a6bf4 stm32mp: stm32prog: improve the partitioning trace by Patrick Delaunay · 2 years, 3 months ago
  46. 9a699b7 stm32mp: stm32prog: correctly handle OTP when SMC is not supported by Patrick Delaunay · 2 years, 3 months ago
  47. 21ea4ef stm32mp: stm32prog: solve warning for 64bits compilation by Patrick Delaunay · 2 years, 3 months ago
  48. e334d32 stm32mp: stm32prog: change default flashlayout location to CONFIG_SYS_LOAD_ADDR by Patrick Delaunay · 2 years, 3 months ago
  49. 8f7eb3e stm32mp: stm32prog: support empty flashlayout by Patrick Delaunay · 2 years, 3 months ago
  50. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  51. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  52. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 4 months ago
  53. 14704dc stm32mp: simplify the STM32MP15x package parsing code by Patrick Delaunay · 2 years, 5 months ago
  54. 95b0276 stm32mp: add support of STM32MP13x Rev.Y by Patrick Delaunay · 2 years, 5 months ago
  55. d9ff2b9 Merge branch 'master' into next by Tom Rini · 2 years, 5 months ago
  56. 817193a stm32mp: stpmic1: remove the debug unit request by debugger by Patrick Delaunay · 2 years, 6 months ago
  57. cf47195 stm32mp: fdt: update etzpc for STM32MP13x by Patrick Delaunay · 2 years, 7 months ago
  58. e65e80e stm32mp: fdt: update etzpc for STM32MP15x by Patrick Delaunay · 2 years, 7 months ago
  59. 6425f58 arm: stm32mp: support 2 MAC address for STM32MP13 by Patrick Delaunay · 2 years, 6 months ago
  60. 123687c arm: stm32mp: add support of STM32MP13x by Patrick Delaunay · 2 years, 6 months ago
  61. 2d2ff64 arm: stm32mp: add CONFIG_STM32MP15_PWR by Patrick Delaunay · 2 years, 6 months ago
  62. ff45fca arm: stm32mp: add sub config Kconfig.15x by Patrick Delaunay · 2 years, 6 months ago
  63. 55cf477 arm: stm32mp: add choice for STM32MP SOC family by Patrick Delaunay · 2 years, 6 months ago
  64. e4bdd54 arm: stm32mp: move code for STM32MP15x by Patrick Delaunay · 2 years, 6 months ago
  65. 9fa24a5 arm: stm32mp: move the get_otp helper function in bsec by Patrick Delaunay · 2 years, 6 months ago
  66. efd00f3 configs: stm32mp1: move SUPPORT_SPL in STM32MP15x by Patrick Delaunay · 2 years, 6 months ago
  67. b5793a6 stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter by Patrick Delaunay · 2 years, 5 months ago
  68. cbf0900 stm32mp: psci: Retain MCUDIVR, PLL3CR, PLL4CR, MSSCKSELR across suspend by Marek Vasut · 2 years, 7 months ago
  69. 9203359 ARM: stm32mp: correctly handle Silicon revision by Patrick Delaunay · 2 years, 8 months ago
  70. 61b01a7 ARM: stm32mp: skip ft_system_setup when the soc node is absent by Patrick Delaunay · 2 years, 8 months ago
  71. c14b0eb stm32mp: stm32prog: handle flashlayout without STM32 image header by Patrick Delaunay · 2 years, 8 months ago
  72. b9ef46b stm32mp: stm32prog: handle U-Boot script in flashlayout alternate by Patrick Delaunay · 2 years, 8 months ago
  73. 0f0daba stm32mp: stm32prog: handle interruption during the first enumeration by Patrick Delaunay · 2 years, 8 months ago
  74. 8dc5768 stm32mp: stm32prog: add support of UUID for FIP partition by Patrick Delaunay · 2 years, 8 months ago
  75. 953d8bf stm32mp: stm32prog: add support of STM32IMAGE version 2 by Patrick Delaunay · 2 years, 8 months ago
  76. 8da5df9 stm32mp: stm32prog: add TEE support in stm32prog command by Patrick Delaunay · 2 years, 8 months ago
  77. 455b06a stm32mp: stm32prog: add CONFIG_CMD_STM32PROG_OTP by Patrick Delaunay · 2 years, 8 months ago
  78. 33029a5 stm32mp: stm32prog: fix comment by Patrick Delaunay · 2 years, 8 months ago
  79. 3cb12ef spl: mmc: extend spl_mmc_boot_mode() to take mmc argument by Andre Przywara · 3 years, 5 months ago
  80. 83ec958 stm32mp: psci: Implement PSCI system suspend and DRAM SSR by Marek Vasut · 2 years, 9 months ago
  81. 6292db1 stm32mp1: bsec: add missing dev in function comment by Patrick Delaunay · 2 years, 9 months ago
  82. b9201a7 stm32mp: bsec: add permanent lock write support by Patrick Delaunay · 2 years, 9 months ago
  83. df29081 configs: stm32mp15: Enable OF_BOARD flag by Patrice Chotard · 2 years, 10 months ago
  84. f5b8571 stm32prog: add partition name in treat_partition_list error messages by Patrick Delaunay · 2 years, 10 months ago
  85. 951edb4 stm32mp: correct the dependency for bootcount configs by Patrick Delaunay · 3 years ago
  86. 3cbff2a stm32mp: remove the bootcount activation by Patrick Delaunay · 3 years ago
  87. 2f7aae0 arm: stm32mp: Fix USB boot device report by Marek Vasut · 3 years ago
  88. 1c38374 Convert CONFIG_BOOTP_SERVERIP to Kconfig by Simon Glass · 3 years ago
  89. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  90. d8299de stm32mp15: tidy up #ifdefs in cpu.c by Patrick Delaunay · 3 years, 2 months ago
  91. 72a5762 stm32mp15: replace CONFIG_TFABOOT when it is possible by Patrick Delaunay · 3 years, 2 months ago
  92. 196b7db stm32mp15: remove configs dependency on CONFIG_TFABOOT by Patrick Delaunay · 3 years, 2 months ago
  93. dd2ca25 arm: stm32mp: bsec: Update OTP shadow registers in SPL by Patrick Delaunay · 3 years, 2 months ago
  94. 7dccd89 gpio: stm32: create include file for driver private data by Patrick Delaunay · 3 years, 1 month ago
  95. 1e2a9b7 stm32mp: add binman support for STM32MP15x by Patrick Delaunay · 3 years, 1 month ago
  96. 27a5a57 stm32mp: stm32prog: Normalise newlines by William Grant · 3 years, 1 month ago
  97. ab5348a sandbox: Remove OF_HOSTFILE by Ilias Apalodimas · 3 years, 1 month ago
  98. 9e0a13b tee: add a stub for tee_find_device by Patrick Delaunay · 3 years, 3 months ago
  99. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  100. f9339b1 stm32mp: Fix board_get_usable_ram_top() by Patrice Chotard · 3 years, 3 months ago