1. c6f77b0 fix(st): fix NULL pointer dereference issues by Yann Gautier · 2 years, 2 months ago
  2. fab7628 refactor(st): update set_config_info function call by Manish V Badarkhe · 2 years, 4 months ago
  3. 282b103 Merge changes from topic "st_fwu_bkp_reg" into integration by Madhukar Pappireddy · 2 years, 2 months ago
  4. fb15337 fix(stm32mp1): correct dtc version check by Yann Gautier · 2 years, 2 months ago
  5. 4e2c51b Merge changes from topic "st_nvmem_layout" into integration by Manish Pandey · 2 years, 2 months ago
  6. 23ee368 fix(st): remove extra chars from dtc version by Yann Gautier · 2 years, 3 months ago
  7. 5a937cd feat(stm32mp1): retry 3 times FWU trial boot by Nicolas Toromanoff · 2 years, 5 months ago
  8. 9bbd26a refactor(stm32mp1): update backup reg for FWU by Yann Gautier · 2 years, 3 months ago
  9. 82ece5c refactor(stm32mp1): drop the "st,stm32-nvmem-layout" node by Patrick Delaunay · 2 years, 4 months ago
  10. 0c0e103 feat(stm32mp1): select platform compilation either by flag or DT by Yann Gautier · 3 years, 3 months ago
  11. 0108791 feat(stm32mp1-fdts): add DDR support for STM32MP13 by Nicolas Le Bayon · 3 years, 6 months ago
  12. f03dee5 feat(stm32mp1): updates for STM32MP13 device tree compilation by Yann Gautier · 4 years, 4 months ago
  13. 1877b13 feat(stm32mp1): add "Boot mode" management for STM32MP13 by Nicolas Toromanoff · 3 years, 5 months ago
  14. 07cf3f2 feat(stm32mp1): manage HSLV on STM32MP13 by Yann Gautier · 3 years, 6 months ago
  15. 006bb51 feat(stm32mp1): add sdmmc compatible in platform define by Yann Gautier · 3 years, 5 months ago
  16. 4a16484 feat(stm32mp1): update IO compensation on STM32MP13 by Yann Gautier · 3 years, 8 months ago
  17. b2ba78e feat(stm32mp1): call pmic_voltages_init() in platform init by Yann Gautier · 2 years, 5 months ago
  18. 34cbf23 feat(stm32mp1): update CFG0 OTP for STM32MP13 by Nicolas Le Bayon · 3 years, 7 months ago
  19. b4028ed feat(stm32mp1): usb descriptor update for STM32MP13 by Patrick Delaunay · 3 years, 10 months ago
  20. 1308d75 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 4 years, 4 months ago
  21. f36a1d3 feat(stm32mp1): get CPU info from SYSCFG on STM32MP13 by Yann Gautier · 4 years, 2 months ago
  22. 256c6b9 feat(stm32mp1): use only one filter for TZC400 on STM32MP13 by Yann Gautier · 3 years, 8 months ago
  23. 84cbde3 feat(stm32mp1): add a second fixed regulator by Lionel Debieve · 3 years, 3 months ago
  24. 84d994b feat(stm32mp1): adaptations for STM32MP13 image header by Yann Gautier · 4 years, 3 months ago
  25. 1e07226 feat(stm32mp1): update boot API for header v2.0 by Lionel Debieve · 4 years, 3 months ago
  26. 434fa2d feat(stm32mp1): update IP addresses for STM32MP13 by Yann Gautier · 3 years, 3 months ago
  27. 16188f3 feat(stm32mp1): add part numbers for STM32MP13 by Yann Gautier · 4 years, 5 months ago
  28. 0fd6e23 feat(stm32mp1): chip rev. Z is 0x1001 on STM32MP13 by Yann Gautier · 2 years, 10 months ago
  29. 8200047 feat(stm32mp1): update BACKUP_BOOT_MODE for STM32MP13 by Yann Gautier · 4 years, 5 months ago
  30. 6bd30e2 feat(stm32mp1): stm32mp_is_single_core() for STM32MP13 by Yann Gautier · 4 years, 5 months ago
  31. cc5f89a feat(stm32mp1): remove unsupported features on STM32MP13 by Yann Gautier · 4 years, 5 months ago
  32. 15e8483 feat(stm32mp1): update memory mapping for STM32MP13 by Yann Gautier · 4 years, 5 months ago
  33. 94389ef feat(stm32mp1): introduce new flag for STM32MP13 by Sebastien Pasdeloup · 3 years, 6 months ago
  34. dfa46cc feat(st): update stm32image tool for header v2 by Nicolas Le Bayon · 4 years, 8 months ago
  35. caa2e05 fix(security): apply SMCCC_ARCH_WORKAROUND_3 to A73/A75/A72/A57 by Bipin Ravi · 2 years, 4 months ago
  36. b02dd49 refactor(st): configure UART baudrate by Yann Gautier · 2 years, 4 months ago
  37. f80029c fix(stm32mp1): fix enum prints by Yann Gautier · 2 years, 4 months ago
  38. d648608 Merge changes from topic "st-format-signedness" into integration by Madhukar Pappireddy · 2 years, 4 months ago
  39. 3c7be34 feat(stm32mp1): enable format-signedness warning by Yann Gautier · 2 years, 5 months ago
  40. 37bea08 fix(stm32mp1): correct types in messages by Yann Gautier · 2 years, 5 months ago
  41. 5bda08b refactor(stm32mp1): move PIE flag to SP_min by Yann Gautier · 2 years, 5 months ago
  42. 2c6d8dd Merge "feat(common): add SZ_* macros" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  43. bb82b1b refactor(stm32mp1): update tamp_bkpr return type by Nicolas Toromanoff · 2 years, 5 months ago
  44. 8a87b0e feat(common): add SZ_* macros by Yann Gautier · 2 years, 5 months ago
  45. fcafdc9 Merge "feat(st): update the security based on new compatible" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  46. 3c0fbfe feat(st): update the security based on new compatible by Lionel Debieve · 3 years, 7 months ago
  47. d143574 feat(st): add early console in BL2 by Yann Gautier · 2 years, 9 months ago
  48. 4c39ad8 Merge changes from topic "st-security-update" into integration by Manish Pandey · 2 years, 5 months ago
  49. bf6c765 Merge "fix(stm32mp1): remove interrupt_provider warning for dtc" into integration by Manish Pandey · 2 years, 5 months ago
  50. 7192a00 feat(stm32mp1): warn when debug enabled on secure chip by Lionel Debieve · 4 years, 5 months ago
  51. 2f3b560 fix(stm32mp1): rework switch/case for MISRA by Yann Gautier · 2 years, 8 months ago
  52. 06bc62d feat(st): disable authentication based on part_number by Lionel Debieve · 4 years, 7 months ago
  53. 5c1dab3 feat(stm32mp1): manage monotonic counter by Yann Gautier · 5 years ago
  54. bc2d88d feat(stm32mp1): new way to access platform OTP by Lionel Debieve · 4 years, 8 months ago
  55. 97287cd refactor(st-drivers): improve BSEC driver by Nicolas Le Bayon · 5 years ago
  56. e4ac558 feat(stm32mp1): add NVMEM layout compatibility definition by Nicolas Le Bayon · 4 years, 10 months ago
  57. d82fca4 fix(stm32mp1): remove interrupt_provider warning for dtc by Yann Gautier · 3 years, 4 months ago
  58. 57c3c80 refactor(stm32mp1): remove unused refcount helper functions by Yann Gautier · 2 years, 5 months ago
  59. 4359c9a fix(stm32mp1): add missing debug.h by Yann Gautier · 2 years, 5 months ago
  60. a197684 feat(stm32mp1): add support for building the FWU feature by Sughosh Ganu · 2 years, 8 months ago
  61. 03e2f80 feat(stm32mp1): add logic to pass the boot index to the Update Agent by Sughosh Ganu · 2 years, 7 months ago
  62. d1f8713 feat(stm32mp1): add support for reading the metadata partition by Sughosh Ganu · 2 years, 7 months ago
  63. f5acc46 Merge "refactor(stm32mp1): use a macro for header size" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  64. a1ee9ed refactor(stm32mp1): use a macro for header size by Yann Gautier · 3 years, 10 months ago
  65. e0a60cb feat(stm32mp1): add helper to enable high speed mode in low voltage by Yann Gautier · 3 years, 6 months ago
  66. b76c61a refactor(stm32mp1): add helpers for IO compensation cells by Yann Gautier · 3 years, 7 months ago
  67. 1de46d0 feat(stm32mp1): use clk_enable/disable functions by Etienne Carriere · 4 years, 5 months ago
  68. 3689869 feat(stm32mp1): add timeout in IO compensation by Nicolas Le Bayon · 4 years, 8 months ago
  69. 230bf91 feat(stm32mp1): enable BL2_IN_XIP_MEM to remove relocation sections by Yann Gautier · 2 years, 10 months ago
  70. ebc765f refactor(stm32mp1): reduce MMU memory regions and split XLAT by context by Yann Gautier · 4 years, 6 months ago
  71. 3c93a25 feat(st): map 2MB for ROM code by Yann Gautier · 2 years, 10 months ago
  72. 352d863 fix(stm32mp1): restrict DEVICE2 mapping in BL2 by Yann Gautier · 3 years, 10 months ago
  73. 620ce33 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · 3 years, 4 months ago
  74. 8ce825f refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · 3 years, 1 month ago
  75. 6d8c244 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · 3 years, 10 months ago
  76. cf949fd Merge changes from topic "st_fixes" into integration by Manish Pandey · 2 years, 6 months ago
  77. 076c594 fix(stm32mp1): do not reopen debug features by Yann Gautier · 2 years, 10 months ago
  78. 4e06375 refactor(stm32mp1): improve DGBMCU driver by Nicolas Le Bayon · 4 years, 10 months ago
  79. c0882f4 fix(stm32mp1): set reset pulse duration to 31ms by Yann Gautier · 3 years, 2 months ago
  80. 5aa329b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · 2 years, 6 months ago
  81. fc7b805 feat(stm32mp1): register fixed regulator by Pascal Paillet · 3 years, 5 months ago
  82. 0b10b65 refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · 4 years, 8 months ago
  83. b1279e7 feat(stm32mp1): add regulator framework compilation by Yann Gautier · 2 years, 7 months ago
  84. 45c1e58 refactor(stm32mp1): re-order drivers init by Yann Gautier · 3 years, 10 months ago
  85. a205a5c feat(st): use newly introduced clock framework by Yann Gautier · 2 years, 10 months ago
  86. 8aac307 feat(clk): add a minimal clock framework by Gabriel Fernandez · 3 years, 9 months ago
  87. 0c81088 fix(stm32mp1): correct include order by Yann Gautier · 2 years, 7 months ago
  88. 8bac9f9 Merge changes from topic "fconf_get_index" into integration by Madhukar Pappireddy · 2 years, 7 months ago
  89. 3d8497c feat(st): protect UART during platform init by Yann Gautier · 2 years, 9 months ago
  90. 414f17c feat(stm32mp1): update console management for SP_min by Yann Gautier · 2 years, 9 months ago
  91. 66baa96 refactor(stm32mp1): improve console management in BL2 by Yann Gautier · 2 years, 9 months ago
  92. aaee061 feat(stm32mp1): add stm32_get_boot_interface function by Yann Gautier · 3 years, 7 months ago
  93. 6eef525 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · 2 years, 7 months ago
  94. cd16df3 fix(stm32mp1): deconfigure UART RX pins by Yann Gautier · 3 years, 1 month ago
  95. 2b79c37 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 3 years, 1 month ago
  96. 27f589d refactor(stm32mp1): sort compilation flags by Yann Gautier · 2 years, 9 months ago
  97. 19cdaa8 feat(stm32mp1): add sign-compare warning by Yann Gautier · 3 years, 8 months ago
  98. fd64835 feat(stm32mp1): skip TOS_FW_CONFIG if not in FIP by Yann Gautier · 2 years, 7 months ago
  99. e50571b feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · 2 years, 8 months ago
  100. 48ba183 Merge changes from topic "st_usb" into integration by Madhukar Pappireddy · 2 years, 8 months ago