1. 87cd847 feat(st): add stm32mp_is_wakeup_from_standby() by Yann Gautier · 3 years, 8 months ago
  2. 47e6231 feat(stm32mp1): handle DDR power supplies by Patrick Delaunay · 2 years, 6 months ago
  3. f4dd18c build: consolidate directory creation rules by Chris Kay · 1 year, 2 months ago
  4. 7659633 Merge "fix(stm32mp1): skip OP-TEE header check if image base is NULL" into integration by Manish Pandey · 1 year, 1 month ago
  5. f3eaa1b Merge changes from topic "st_mp2_clk_reset" into integration by Madhukar Pappireddy · 1 year, 1 month ago
  6. b452e7a fix(stm32mp1): skip OP-TEE header check if image base is NULL by Yann Gautier · 1 year, 1 month ago
  7. d91d10a feat(st-reset): add system reset management by Lionel Debieve · 4 years, 9 months ago
  8. 4b1826c refactor(st): change suffix for SYSCFG functions by Maxime Méré · 1 year, 7 months ago
  9. 66b4c5c refactor(st): move FWU support to common code by Yann Gautier · 2 years, 7 months ago
  10. b91c7f5 refactor(st): move FWU functions to common code by Yann Gautier · 1 year, 7 months ago
  11. aba5834 Merge changes from topic "st_gpio_update" into integration by Manish V Badarkhe · 1 year, 2 months ago
  12. 5c45768 fix(stm32mp1): remove unnecessary assert on GPIO_BANK_A value by Patrick Delaunay · 1 year, 8 months ago
  13. e04a9ef refactor(st): use GPIO banks definition from bindings by Pascal Paillet · 3 years, 5 months ago
  14. 7c4e1ee build: unify verbosity handling by Chris Kay · 1 year, 3 months ago
  15. f655922 feat(stm32mp1): always boot at 650MHz by Yann Gautier · 2 years, 11 months ago
  16. 8dd2a64 feat(stm32mp15): remove OP-TEE shared mem by Yann Gautier · 3 years, 1 month ago
  17. a97e1f9 Merge changes from topic "early_console" into integration by Manish Pandey · 1 year, 3 months ago
  18. 94cad75 refactor(st): replace STM32MP_EARLY_CONSOLE with EARLY_CONSOLE by Yann Gautier · 1 year, 9 months ago
  19. e494afc feat(stm32mp2): add ddr-fw parameter for fiptool by Yann Gautier · 1 year, 5 months ago
  20. 8d92e4b refactor(stm32mp1): move the MCU security to BL32 by Yann Gautier · 3 years, 6 months ago
  21. 6e99fee feat(st): add a function to clear the FWU trial state counter by Sughosh Ganu · 1 year, 6 months ago
  22. 60dd806 Merge "build: use new toolchain variables for tools" into integration by Mark Dykes · 1 year, 6 months ago
  23. ffb7742 build: use new toolchain variables for tools by Chris Kay · 1 year, 8 months ago
  24. 9883833 refactor(st): move macros to common folder by Yann Gautier · 1 year, 6 months ago
  25. 8af83a4 refactor(stm32mp1): remove unused macros by Yann Gautier · 1 year, 6 months ago
  26. d6bb94f feat(stm32mp1): only fuse monotonic counter on closed devices by Robin van der Gracht · 1 year, 6 months ago
  27. 3007c72 feat(st): do not directly call BSEC functions in common code by Yann Gautier · 1 year, 11 months ago
  28. 9cd784d refactor(st): update test for closed chip by Yann Gautier · 2 years, 6 months ago
  29. c706104 refactor(st-bsec): improve BSEC driver by Patrick Delaunay · 2 years, 8 months ago
  30. b8816d3 refactor(st): use dashes for BSEC node names by Yann Gautier · 1 year, 7 months ago
  31. c20b0c5 Merge "feat(st): update STM32MP DT files" into integration by Manish Pandey · 1 year, 9 months ago
  32. fb1d3bd feat(stm32mp15): disable OP-TEE shared memory by Yann Gautier · 3 years, 1 month ago
  33. 4c8e8ea feat(st): update STM32MP DT files by Yann Gautier · 1 year, 10 months ago
  34. 954048f refactor(st): move plat_image_load.c by Yann Gautier · 2 years, 2 months ago
  35. cff2b11 refactor(st): rename PLAT_NB_FIXED_REGS by Pascal Paillet · 3 years, 5 months ago
  36. b4939be refactor(st): move some storage definitions to common part by Yann Gautier · 1 year, 11 months ago
  37. 136f632 refactor(st): move SDMMC definitions to driver by Yann Gautier · 2 years, 1 month ago
  38. b0ce402 refactor(st): rename QSPI macros by Yann Gautier · 5 years ago
  39. ca9d6ed fix(scmi): add parameter for plat_scmi_clock_rates_array by XiaoDong Huang · 2 years, 1 month ago
  40. 705832b Merge changes I2f4961fe,I0039c724,Iaa3076c1,Ic19973a8 into integration by Bipin Ravi · 2 years ago
  41. cd0786c fix(bl32): always include arm_arch_svc in SP_MIN by Stephan Gerhold · 2 years, 5 months ago
  42. dfbadfd feat(stm32mp1): add FWU with boot from NOR-SPI by Nicolas Toromanoff · 3 years, 6 months ago
  43. 2171bd9 fix(stm32mp1): use the BSEC nodes compatible for stm32mp13 by Patrick Delaunay · 3 years, 6 months ago
  44. 241f874 fix(stm32mp1): properly check PSCI functions return by Yann Gautier · 3 years, 8 months ago
  45. 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
  46. e0e2d64 fix(stm32mp1): always define PKA algos flags by Yann Gautier · 2 years, 3 months ago
  47. 231a0ad fix(stm32mp1): remove boolean check on PLAT_TBBR_IMG_DEF by Yann Gautier · 2 years, 3 months ago
  48. c89fdb4 Merge "refactor(fiptool): move plat_fiptool.mk to tools" into integration by Sandrine Bailleux · 2 years, 3 months ago
  49. 9e1e82f refactor(st): move mbedtls config files by Yann Gautier · 2 years, 5 months ago
  50. a430382 refactor(st): add common mk files by Yann Gautier · 3 years, 5 months ago
  51. 42d4d3b refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 2 years, 9 months ago
  52. c9498c8 feat(stm32mp1): add mbedtls-3.3 support config by Govindraj Raja · 2 years, 6 months ago
  53. 034a2e3 refactor(fiptool): move plat_fiptool.mk to tools by Raef Coles · 2 years, 6 months ago
  54. 7f31629 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · 2 years, 7 months ago
  55. 992dba0 refactor(st): move board info in common code by Yann Gautier · 2 years, 7 months ago
  56. c27d8c0 refactor(st): move GIC code to common directory by Yann Gautier · 6 years ago
  57. d8da13e refactor(st): move boot backup register management by Yann Gautier · 3 years, 1 month ago
  58. 6954495 refactor(st): remove unused io_mmc driver by Yann Gautier · 2 years, 9 months ago
  59. 6e55f9e fix(stm32mp1): add missing platform.h include by Yann Gautier · 2 years, 9 months ago
  60. 127ed00 fix(stm32mp1): rework DWL buffer cache invalidation by Yann Gautier · 2 years, 8 months ago
  61. d7f5bed fix(stm32mp1): add const for strings in stm32mp_get_soc_name() by Yann Gautier · 2 years, 8 months ago
  62. 56048fe fix(st): explicitly check operators precedence by Yann Gautier · 2 years, 9 months ago
  63. 981b9dc refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 2 years, 9 months ago
  64. 461d631 feat(stm32mp1): add the platform specific build for tools by Lionel Debieve · 2 years, 10 months ago
  65. 54007c3 feat(stm32mp1): add a check on TRUSTED_BOARD_BOOT with secure chip by Lionel Debieve · 2 years, 10 months ago
  66. cd79116 feat(stm32mp1): add the decryption support by Lionel Debieve · 2 years, 10 months ago
  67. beb625f feat(stm32mp1): add the TRUSTED_BOARD_BOOT support by Lionel Debieve · 2 years, 10 months ago
  68. 89c0774 feat(stm32mp1): update ROM code API for header v2 management by Lionel Debieve · 2 years, 10 months ago
  69. f30034a feat(stm32mp1): remove unused function from boot API by Lionel Debieve · 2 years, 10 months ago
  70. 87dfbd7 refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 2 years, 10 months ago
  71. 2742374 feat(stm32mp1): add RNG initialization in BL2 for STM32MP13 by Nicolas Le Bayon · 4 years, 8 months ago
  72. ad3e46a feat(stm32mp1): add a stm32mp crypto library by Lionel Debieve · 2 years, 10 months ago
  73. 68039f2 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 4 years, 8 months ago
  74. 0423868 feat(stm32mp1): add plat_report_*_abort functions by Yann Gautier · 6 years ago
  75. 14a0704 feat(stm32mp1): add early console in SP_min by Yann Gautier · 3 years, 10 months ago
  76. 5223d88 feat(st): properly manage early console by Yann Gautier · 2 years, 11 months ago
  77. 484e846 fix(stm32mp1): enable crash console in FIQ handler by Yann Gautier · 3 years, 5 months ago
  78. 7d197d6 refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 3 years, 4 months ago
  79. 4b2f23e feat(stm32mp1): configure the serial boot load address by Patrick Delaunay · 3 years, 5 months ago
  80. 32f2ca0 fix(stm32mp1): update the FIP load address for serial boot by Patrick Delaunay · 3 years, 5 months ago
  81. dcb31ff feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 4 years ago
  82. e0bbc19 feat(stm32mp1): allow to override MTD base offset by Lionel Debieve · 4 years, 7 months ago
  83. d3434dc feat(stm32mp1): manage second NAND OTP on STM32MP13 by Yann Gautier · 4 years ago
  84. 9ee2510 feat(stm32mp1): add define for external scratch buffer for nand devices by Lionel Debieve · 4 years, 4 months ago
  85. a3f97f6 feat(stm32mp1): manage STM32MP13 rev.Y by Yann Gautier · 3 years, 3 months ago
  86. c152276 Merge changes from topic "st_fip_uuid" into integration by Lauren Wehrmeister · 3 years ago
  87. de1ab9f fix(stm32mp13): correct USART addresses by Yann Gautier · 3 years, 1 month ago
  88. 10f6dc7 feat(stm32mp13): change BL33 memory mapping by Patrick Delaunay · 4 years, 4 months ago
  89. 8fc6fb5 refactor(stm32mp1): update PLAT_PARTITION_MAX_ENTRIES by Yann Gautier · 3 years, 1 month ago
  90. 722ca35 feat(stm32mp15): manage OP-TEE shared memory by Yann Gautier · 3 years, 1 month ago
  91. caca0e5 Merge "feat(stm32mp1): save boot auth status and partition info" into integration by Manish Pandey · 3 years, 1 month ago
  92. ab2b325 feat(stm32mp1): save boot auth status and partition info by Igor Opaniuk · 3 years, 1 month ago
  93. c4dbcb8 feat(stm32mp1): optionally use paged OP-TEE by Yann Gautier · 3 years, 2 months ago
  94. 925ce79 Merge changes from topic "stm32mp-emmc-boot-fip" into integration by Madhukar Pappireddy · 3 years, 2 months ago
  95. b14d3e2 feat(st): search pinctrl node by compatible by Yann Gautier · 3 years, 5 months ago
  96. 95e4908 feat(stm32mp1): extend STM32MP_EMMC_BOOT support to FIP format by Ahmad Fatoum · 3 years, 3 months ago
  97. 7da7f1f build(stm32mp1): platform changes for verifying gpt header crc by Rohit Ner · 3 years, 3 months ago
  98. 570c71b fix(stm32mp1): include assert.h to fix build failure by Manish V Badarkhe · 3 years, 3 months ago
  99. 2deff90 fix(st): fix NULL pointer dereference issues by Yann Gautier · 3 years, 3 months ago
  100. 26850d7 refactor(st): update set_config_info function call by Manish V Badarkhe · 3 years, 5 months ago