1. ba02add feat(stm32mp1): add logic to pass the boot index to the Update Agent by Sughosh Ganu · 3 years, 8 months ago
  2. 0ca180f feat(stm32mp1): add support for reading the metadata partition by Sughosh Ganu · 3 years, 8 months ago
  3. 8dd7553 feat(stm32mp1): add logic to select the images to be booted by Sughosh Ganu · 3 years, 8 months ago
  4. 41bd8b9 feat(stm32mp1): add GUID's for identifying firmware images to be booted by Sughosh Ganu · 3 years, 9 months ago
  5. 8d6b476 feat(stm32mp1): add GUID values for updatable images by Sughosh Ganu · 4 years, 1 month ago
  6. d6854cd Merge "refactor(stm32mp1): use a macro for header size" into integration by Madhukar Pappireddy · 3 years, 6 months ago
  7. 8be574b refactor(stm32mp1): use a macro for header size by Yann Gautier · 4 years, 11 months ago
  8. dea02f4 feat(stm32mp1): add helper to enable high speed mode in low voltage by Yann Gautier · 4 years, 7 months ago
  9. 1f4513c refactor(stm32mp1): add helpers for IO compensation cells by Yann Gautier · 4 years, 8 months ago
  10. c7a66e7 feat(stm32mp1): use clk_enable/disable functions by Etienne Carriere · 5 years ago
  11. de02e9b feat(stm32mp1): add timeout in IO compensation by Nicolas Le Bayon · 6 years ago
  12. d958d10 feat(stm32mp1): enable BL2_IN_XIP_MEM to remove relocation sections by Yann Gautier · 3 years, 11 months ago
  13. ac1b24d refactor(stm32mp1): reduce MMU memory regions and split XLAT by context by Yann Gautier · 6 years ago
  14. 1697ad8 feat(st): map 2MB for ROM code by Yann Gautier · 3 years, 11 months ago
  15. db3e0ec fix(stm32mp1): restrict DEVICE2 mapping in BL2 by Yann Gautier · 4 years, 11 months ago
  16. f7a9251 Merge changes from topic "st_ddr_updates" into integration by Manish Pandey · 3 years, 7 months ago
  17. 9e52d45 fix(st): manage UART clock and reset only in BL2 by Yann Gautier · 3 years, 7 months ago
  18. 63d2159 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · 4 years, 5 months ago
  19. 06e55dc refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · 4 years, 3 months ago
  20. 88f4fb8 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · 4 years, 11 months ago
  21. 9b75d94 Merge changes from topic "st_fixes" into integration by Manish Pandey · 3 years, 7 months ago
  22. 21cfa45 fix(stm32mp1): do not reopen debug features by Yann Gautier · 3 years, 11 months ago
  23. a24d594 refactor(stm32mp1): improve DGBMCU driver by Nicolas Le Bayon · 6 years ago
  24. 9a73a56 fix(stm32mp1): set reset pulse duration to 31ms by Yann Gautier · 4 years, 3 months ago
  25. 93b153b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · 3 years, 8 months ago
  26. 967a8e6 feat(stm32mp1): register fixed regulator by Pascal Paillet · 4 years, 6 months ago
  27. c39c658 refactor(st): update CPU and VDD voltage get by Yann Gautier · 3 years, 11 months ago
  28. ae7792e refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · 6 years ago
  29. bba9fde feat(stm32mp1): add regulator framework compilation by Yann Gautier · 3 years, 8 months ago
  30. 0c16e7d refactor(stm32mp1): re-order drivers init by Yann Gautier · 4 years, 11 months ago
  31. 33667d2 feat(st): use newly introduced clock framework by Yann Gautier · 4 years ago
  32. 847c6bc feat(clk): add a minimal clock framework by Gabriel Fernandez · 4 years, 10 months ago
  33. ff7675e fix(stm32mp1): correct include order by Yann Gautier · 3 years, 8 months ago
  34. 7468be1 Merge changes from topic "fconf_get_index" into integration by Madhukar Pappireddy · 3 years, 8 months ago
  35. acf28c2 feat(st): protect UART during platform init by Yann Gautier · 3 years, 10 months ago
  36. aafff04 feat(stm32mp1): update console management for SP_min by Yann Gautier · 3 years, 10 months ago
  37. 8624094 refactor(stm32mp1): improve console management in BL2 by Yann Gautier · 3 years, 10 months ago
  38. 53612f7 feat(plat/st): add a function to configure console by Yann Gautier · 3 years, 10 months ago
  39. a6bfa75 feat(stm32mp1): add stm32_get_boot_interface function by Yann Gautier · 4 years, 8 months ago
  40. 4dc77a3 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · 3 years, 8 months ago
  41. d7176f0 fix(stm32mp1): deconfigure UART RX pins by Yann Gautier · 4 years, 2 months ago
  42. 737ad29 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 4 years, 2 months ago
  43. ce21ee8 refactor(stm32mp1): sort compilation flags by Yann Gautier · 3 years, 10 months ago
  44. c10f3a4 feat(stm32mp1): add sign-compare warning by Yann Gautier · 4 years, 9 months ago
  45. b706608 feat(stm32mp1): skip TOS_FW_CONFIG if not in FIP by Yann Gautier · 3 years, 8 months ago
  46. 9083fa1 feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · 3 years, 9 months ago
  47. fb3e798 feat(plat/st): add STM32CubeProgrammer support on UART by Patrick Delaunay · 4 years, 10 months ago
  48. 2e43638 Merge changes from topic "st_usb" into integration by Madhukar Pappireddy · 3 years, 9 months ago
  49. 325376e refactor(stm32mp1): use fconf.mk by Yann Gautier · 3 years, 9 months ago
  50. 216c122 fix(drivers/usb): add a optional ops get_other_speed_config_desc by Patrick Delaunay · 3 years, 9 months ago
  51. 306dcd6 fix(plat/st): remove double space by Yann Gautier · 3 years, 9 months ago
  52. fa92fef feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target by Patrick Delaunay · 4 years, 1 month ago
  53. 942f6be feat(plat/st/stm32mp1): add USB DFU support for STM32MP1 by Patrick Delaunay · 4 years, 1 month ago
  54. afad521 feat(plat/st): add STM32CubeProgrammer support on USB by Patrick Delaunay · 5 years ago
  55. efbd65f feat(plat/st): add a USB DFU stack by Patrick Delaunay · 5 years ago
  56. 1fa05da build(fdt-wrappers): introduce FDT wrappers makefile by Chris Kay · 3 years, 10 months ago
  57. 3deb060 Merge changes from topic "st_dt_match_instance" into integration by Mark Dykes · 3 years, 10 months ago
  58. 02d36a9 Merge "fix(plat/st): only check header major when booting" into integration by Manish Pandey · 3 years, 10 months ago
  59. 09665c8 Merge "fix(plat/st): correct signedness comparison issue" into integration by Mark Dykes · 3 years, 10 months ago
  60. 7684ddd fix(stm32mp1): add bl prefix for internal linker script by Yann Gautier · 3 years, 10 months ago
  61. 5657dec fix(plat/st): correct signedness comparison issue by Yann Gautier · 4 years, 9 months ago
  62. 8ce8918 fix(plat/st): only check header major when booting by Nicolas Le Bayon · 6 years ago
  63. ea97bbf feat(plat/st): create new helper for DT access by Yann Gautier · 3 years, 10 months ago
  64. b38e2ed fix(plat/st): add UART reset in crash console init by Yann Gautier · 5 years ago
  65. 4584e01 feat(plat/st): add a new DDR firewall management by Lionel Debieve · 4 years, 10 months ago
  66. 3cc5155 refactor(plat/st): use TZC400 bindings by Yann Gautier · 4 years, 1 month ago
  67. d5a84ee feat(plat/st): manage io_policies with FCONF by Yann Gautier · 4 years, 1 month ago
  68. 29332bc feat(plat/st): use FCONF to configure platform by Yann Gautier · 4 years, 1 month ago
  69. 18b415b feat(plat/st): improve FIP image loading from MMC by Yann Gautier · 4 years, 2 months ago
  70. 1d204ee feat(plat/st): use FIP to load images by Yann Gautier · 4 years, 3 months ago
  71. 84090d2 refactor(plat/st): updates for OP-TEE by Yann Gautier · 4 years, 1 month ago
  72. 99080bd fix(plat/st): apply security at the end of BL2 by Yann Gautier · 4 years ago
  73. 7e87ba2 feat(plat/st): add helper to save boot interface by Yann Gautier · 5 years ago
  74. 91ffc1d fix(plat/st): improve DDR get size function by Lionel Debieve · 4 years, 11 months ago
  75. c1ad41f refactor(plat/st): map DDR secure at boot by Yann Gautier · 5 years ago
  76. b230b3f refactor(plat/st): rework TZC400 configuration by Yann Gautier · 5 years ago
  77. 23b7ad5 Merge changes from topic "stm32_io_update" into integration by Madhukar Pappireddy · 4 years, 1 month ago
  78. c25ff16 refactor(plat/st): add stm32image_io_setup by Patrick Delaunay · 4 years, 10 months ago
  79. 71693a6 fix(plat/st): panic if boot interface is wrong by Yann Gautier · 4 years, 1 month ago
  80. f223505 fix(plat/st): add STM32IMAGE_SRC by Yann Gautier · 4 years, 2 months ago
  81. c2d18ca fix(plat/st): correct IO compensation disabling by Yann Gautier · 4 years, 9 months ago
  82. 72c7884 fix(plat/st): correct BSEC error code management by Nicolas Le Bayon · 6 years ago
  83. 6db1119 Merge "refactor(plat/st): check boot device only for BL2" into integration by Madhukar Pappireddy · 4 years, 2 months ago
  84. 5d582ff Merge "refactor(plat/st): avoid fixed DT address" into integration by Manish Pandey · 4 years, 2 months ago
  85. 2a00877 Merge changes from topic "soc_id" into integration by Manish Pandey · 4 years, 2 months ago
  86. c20b060 refactor(plat/st): avoid fixed DT address by Yann Gautier · 5 years ago
  87. d3b0e87 refactor(plat/st): check boot device only for BL2 by Yann Gautier · 4 years, 9 months ago
  88. 214c8a8d feat(plat/st): add STM32MP_EMMC_BOOT option by Vyacheslav Yurkov · 4 years, 2 months ago
  89. 3f916a4 refactor(plat/st): remove io_dummy code for OP-TEE by Yann Gautier · 4 years, 2 months ago
  90. e1db570 refactor(plat/st): remove BL2 image loading by Yann Gautier · 4 years, 3 months ago
  91. 06c3b10 refactor(plat/st): rename OP-TEE pager to core by Yann Gautier · 4 years, 3 months ago
  92. 3d20178 feat(plat/st): implement platform functions for SMCCC_ARCH_SOC_ID by Yann Gautier · 4 years, 5 months ago
  93. 92661e0 refactor(plat/st): export functions to get SoC information by Yann Gautier · 4 years, 3 months ago
  94. f714ca8 plat/st: do not rely on tainted value for dt property length by Yann Gautier · 4 years, 5 months ago
  95. 62fbb31 stm32mp1: enable PIE for BL32 by Yann Gautier · 4 years, 6 months ago
  96. d2130da stm32mp1: set BL sizes regardless of flags by Yann Gautier · 4 years, 4 months ago
  97. cddf1bd plat/st: do not keep mmc_device_info in stack by Yann Gautier · 4 years, 5 months ago
  98. 236fc42 stm32mp1: add TZC400 interrupt management by Yann Gautier · 6 years ago
  99. 1e80c49 stm32mp1: use TZC400 macro to describe filters by Yann Gautier · 4 years, 11 months ago
  100. 26dccba Merge changes from topic "scmi-msg" into integration by Madhukar Pappireddy · 4 years, 6 months ago