1. 5c1dab3 feat(stm32mp1): manage monotonic counter by Yann Gautier · 5 years ago
  2. bc2d88d feat(stm32mp1): new way to access platform OTP by Lionel Debieve · 4 years, 8 months ago
  3. 97287cd refactor(st-drivers): improve BSEC driver by Nicolas Le Bayon · 5 years ago
  4. e4ac558 feat(stm32mp1): add NVMEM layout compatibility definition by Nicolas Le Bayon · 4 years, 10 months ago
  5. 57c3c80 refactor(stm32mp1): remove unused refcount helper functions by Yann Gautier · 2 years, 5 months ago
  6. 4359c9a fix(stm32mp1): add missing debug.h by Yann Gautier · 2 years, 5 months ago
  7. a197684 feat(stm32mp1): add support for building the FWU feature by Sughosh Ganu · 2 years, 8 months ago
  8. 03e2f80 feat(stm32mp1): add logic to pass the boot index to the Update Agent by Sughosh Ganu · 2 years, 7 months ago
  9. d1f8713 feat(stm32mp1): add support for reading the metadata partition by Sughosh Ganu · 2 years, 7 months ago
  10. b721f8a feat(stm32mp1): add logic to select the images to be booted by Sughosh Ganu · 2 years, 7 months ago
  11. 57c6f90 feat(stm32mp1): add GUID's for identifying firmware images to be booted by Sughosh Ganu · 2 years, 8 months ago
  12. 2e32431 feat(stm32mp1): add GUID values for updatable images by Sughosh Ganu · 3 years ago
  13. f5acc46 Merge "refactor(stm32mp1): use a macro for header size" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  14. a1ee9ed refactor(stm32mp1): use a macro for header size by Yann Gautier · 3 years, 10 months ago
  15. e0a60cb feat(stm32mp1): add helper to enable high speed mode in low voltage by Yann Gautier · 3 years, 6 months ago
  16. b76c61a refactor(stm32mp1): add helpers for IO compensation cells by Yann Gautier · 3 years, 7 months ago
  17. 1de46d0 feat(stm32mp1): use clk_enable/disable functions by Etienne Carriere · 4 years, 5 months ago
  18. 3689869 feat(stm32mp1): add timeout in IO compensation by Nicolas Le Bayon · 4 years, 8 months ago
  19. 230bf91 feat(stm32mp1): enable BL2_IN_XIP_MEM to remove relocation sections by Yann Gautier · 2 years, 10 months ago
  20. ebc765f refactor(stm32mp1): reduce MMU memory regions and split XLAT by context by Yann Gautier · 4 years, 6 months ago
  21. 3c93a25 feat(st): map 2MB for ROM code by Yann Gautier · 2 years, 10 months ago
  22. 352d863 fix(stm32mp1): restrict DEVICE2 mapping in BL2 by Yann Gautier · 3 years, 10 months ago
  23. e6bd7e2 Merge changes from topic "st_ddr_updates" into integration by Manish Pandey · 2 years, 6 months ago
  24. d0714c0 fix(st): manage UART clock and reset only in BL2 by Yann Gautier · 2 years, 6 months ago
  25. 620ce33 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · 3 years, 4 months ago
  26. 8ce825f refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · 3 years, 1 month ago
  27. 6d8c244 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · 3 years, 10 months ago
  28. cf949fd Merge changes from topic "st_fixes" into integration by Manish Pandey · 2 years, 6 months ago
  29. 076c594 fix(stm32mp1): do not reopen debug features by Yann Gautier · 2 years, 10 months ago
  30. 4e06375 refactor(stm32mp1): improve DGBMCU driver by Nicolas Le Bayon · 4 years, 10 months ago
  31. c0882f4 fix(stm32mp1): set reset pulse duration to 31ms by Yann Gautier · 3 years, 2 months ago
  32. 5aa329b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · 2 years, 6 months ago
  33. fc7b805 feat(stm32mp1): register fixed regulator by Pascal Paillet · 3 years, 5 months ago
  34. 296e1ab refactor(st): update CPU and VDD voltage get by Yann Gautier · 2 years, 10 months ago
  35. 0b10b65 refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · 4 years, 8 months ago
  36. b1279e7 feat(stm32mp1): add regulator framework compilation by Yann Gautier · 2 years, 7 months ago
  37. 45c1e58 refactor(stm32mp1): re-order drivers init by Yann Gautier · 3 years, 10 months ago
  38. a205a5c feat(st): use newly introduced clock framework by Yann Gautier · 2 years, 10 months ago
  39. 8aac307 feat(clk): add a minimal clock framework by Gabriel Fernandez · 3 years, 9 months ago
  40. 0c81088 fix(stm32mp1): correct include order by Yann Gautier · 2 years, 7 months ago
  41. 8bac9f9 Merge changes from topic "fconf_get_index" into integration by Madhukar Pappireddy · 2 years, 7 months ago
  42. 3d8497c feat(st): protect UART during platform init by Yann Gautier · 2 years, 9 months ago
  43. 414f17c feat(stm32mp1): update console management for SP_min by Yann Gautier · 2 years, 9 months ago
  44. 66baa96 refactor(stm32mp1): improve console management in BL2 by Yann Gautier · 2 years, 9 months ago
  45. 7a81912 feat(plat/st): add a function to configure console by Yann Gautier · 2 years, 9 months ago
  46. aaee061 feat(stm32mp1): add stm32_get_boot_interface function by Yann Gautier · 3 years, 7 months ago
  47. 6eef525 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · 2 years, 7 months ago
  48. cd16df3 fix(stm32mp1): deconfigure UART RX pins by Yann Gautier · 3 years, 1 month ago
  49. 2b79c37 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 3 years, 1 month ago
  50. 27f589d refactor(stm32mp1): sort compilation flags by Yann Gautier · 2 years, 9 months ago
  51. 19cdaa8 feat(stm32mp1): add sign-compare warning by Yann Gautier · 3 years, 8 months ago
  52. fd64835 feat(stm32mp1): skip TOS_FW_CONFIG if not in FIP by Yann Gautier · 2 years, 7 months ago
  53. e50571b feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · 2 years, 8 months ago
  54. fc4cac7 feat(plat/st): add STM32CubeProgrammer support on UART by Patrick Delaunay · 3 years, 9 months ago
  55. 48ba183 Merge changes from topic "st_usb" into integration by Madhukar Pappireddy · 2 years, 8 months ago
  56. 0dc9231 refactor(stm32mp1): use fconf.mk by Yann Gautier · 2 years, 8 months ago
  57. b43d85a fix(drivers/usb): add a optional ops get_other_speed_config_desc by Patrick Delaunay · 2 years, 8 months ago
  58. c623316 fix(plat/st): remove double space by Yann Gautier · 2 years, 8 months ago
  59. 9c5ee78 feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target by Patrick Delaunay · 3 years ago
  60. f12b745 feat(plat/st/stm32mp1): add USB DFU support for STM32MP1 by Patrick Delaunay · 3 years ago
  61. fb92928 feat(plat/st): add STM32CubeProgrammer support on USB by Patrick Delaunay · 3 years, 10 months ago
  62. 88f576f feat(plat/st): add a USB DFU stack by Patrick Delaunay · 3 years, 10 months ago
  63. e927215 build(fdt-wrappers): introduce FDT wrappers makefile by Chris Kay · 2 years, 9 months ago
  64. 2bd419a Merge changes from topic "st_dt_match_instance" into integration by Mark Dykes · 2 years, 9 months ago
  65. 92ffd7a Merge "fix(plat/st): only check header major when booting" into integration by Manish Pandey · 2 years, 9 months ago
  66. b499ee5 Merge "fix(plat/st): correct signedness comparison issue" into integration by Mark Dykes · 2 years, 9 months ago
  67. 3ab157a fix(stm32mp1): add bl prefix for internal linker script by Yann Gautier · 2 years, 9 months ago
  68. 466be2c fix(plat/st): correct signedness comparison issue by Yann Gautier · 3 years, 8 months ago
  69. dc4bcba fix(plat/st): only check header major when booting by Nicolas Le Bayon · 4 years, 8 months ago
  70. 4e26784 feat(plat/st): create new helper for DT access by Yann Gautier · 2 years, 9 months ago
  71. 5c84e74 fix(plat/st): add UART reset in crash console init by Yann Gautier · 3 years, 10 months ago
  72. 1dc5e2e feat(plat/st): add a new DDR firewall management by Lionel Debieve · 3 years, 9 months ago
  73. 68e6d69 refactor(plat/st): use TZC400 bindings by Yann Gautier · 3 years ago
  74. 29f1f94 feat(plat/st): manage io_policies with FCONF by Yann Gautier · 3 years ago
  75. 658775c feat(plat/st): use FCONF to configure platform by Yann Gautier · 3 years ago
  76. a3bd8d1 feat(plat/st): improve FIP image loading from MMC by Yann Gautier · 3 years ago
  77. 0ed7b2a feat(plat/st): use FIP to load images by Yann Gautier · 3 years, 1 month ago
  78. 90f84d7 refactor(plat/st): updates for OP-TEE by Yann Gautier · 3 years ago
  79. d2d9b96 fix(plat/st): apply security at the end of BL2 by Yann Gautier · 2 years, 11 months ago
  80. cf1360d feat(plat/st): add helper to save boot interface by Yann Gautier · 3 years, 10 months ago
  81. 003972c fix(plat/st): improve DDR get size function by Lionel Debieve · 3 years, 9 months ago
  82. f3bd87e refactor(plat/st): map DDR secure at boot by Yann Gautier · 3 years, 10 months ago
  83. de00f3e refactor(plat/st): rework TZC400 configuration by Yann Gautier · 3 years, 10 months ago
  84. 74bd199 Merge changes from topic "stm32_io_update" into integration by Madhukar Pappireddy · 3 years ago
  85. 66c648f refactor(plat/st): add stm32image_io_setup by Patrick Delaunay · 3 years, 9 months ago
  86. 4c2b73d fix(plat/st): panic if boot interface is wrong by Yann Gautier · 3 years ago
  87. e56f53f fix(plat/st): add STM32IMAGE_SRC by Yann Gautier · 3 years, 1 month ago
  88. 0315fa0 fix(plat/st): correct IO compensation disabling by Yann Gautier · 3 years, 8 months ago
  89. 152897d fix(plat/st): correct BSEC error code management by Nicolas Le Bayon · 4 years, 6 months ago
  90. e8fb1ab Merge "refactor(plat/st): check boot device only for BL2" into integration by Madhukar Pappireddy · 3 years ago
  91. 1174afd Merge "refactor(plat/st): avoid fixed DT address" into integration by Manish Pandey · 3 years ago
  92. 75fcf54 Merge changes from topic "soc_id" into integration by Manish Pandey · 3 years ago
  93. 05773eb refactor(plat/st): avoid fixed DT address by Yann Gautier · 3 years, 10 months ago
  94. cc785d8 refactor(plat/st): check boot device only for BL2 by Yann Gautier · 3 years, 8 months ago
  95. e43a080 feat(plat/st): add STM32MP_EMMC_BOOT option by Vyacheslav Yurkov · 3 years, 1 month ago
  96. 73b8b1c refactor(plat/st): remove io_dummy code for OP-TEE by Yann Gautier · 3 years, 1 month ago
  97. 7dddfcc refactor(plat/st): remove BL2 image loading by Yann Gautier · 3 years, 2 months ago
  98. ebf15ba refactor(plat/st): rename OP-TEE pager to core by Yann Gautier · 3 years, 1 month ago
  99. ed6515d feat(plat/st): implement platform functions for SMCCC_ARCH_SOC_ID by Yann Gautier · 3 years, 4 months ago
  100. a0a6ff6 refactor(plat/st): export functions to get SoC information by Yann Gautier · 3 years, 2 months ago