1. 81277dc refactor(stm32mp1): move the MCU security to BL32 by Yann Gautier · 2 years, 5 months ago
  2. ff87785 feat(st): add a function to clear the FWU trial state counter by Sughosh Ganu · 4 months ago
  3. f69965e Merge "build: use new toolchain variables for tools" into integration by Mark Dykes · 4 months ago
  4. 523e864 build: use new toolchain variables for tools by Chris Kay · 7 months ago
  5. 89d00ec refactor(st): move macros to common folder by Yann Gautier · 5 months ago
  6. 83063e0 refactor(stm32mp1): remove unused macros by Yann Gautier · 5 months ago
  7. 44ad507 feat(stm32mp1): only fuse monotonic counter on closed devices by Robin van der Gracht · 5 months ago
  8. 06ae396 feat(st): do not directly call BSEC functions in common code by Yann Gautier · 9 months ago
  9. 3e33475 refactor(st): update test for closed chip by Yann Gautier · 1 year, 5 months ago
  10. e720b5b refactor(st-bsec): improve BSEC driver by Patrick Delaunay · 1 year, 6 months ago
  11. 4c68e56 refactor(st): use dashes for BSEC node names by Yann Gautier · 6 months ago
  12. 7dd8492 Merge "feat(st): update STM32MP DT files" into integration by Manish Pandey · 8 months ago
  13. 8995835 feat(stm32mp15): disable OP-TEE shared memory by Yann Gautier · 2 years ago
  14. c55e2ee feat(st): update STM32MP DT files by Yann Gautier · 8 months ago
  15. ea1a3c6 refactor(st): move plat_image_load.c by Yann Gautier · 1 year ago
  16. ff2b34c refactor(st): rename PLAT_NB_FIXED_REGS by Pascal Paillet · 2 years, 3 months ago
  17. c77afcb refactor(st): move some storage definitions to common part by Yann Gautier · 10 months ago
  18. 619d2a5 refactor(st): move SDMMC definitions to driver by Yann Gautier · 12 months ago
  19. cdb0ec9 refactor(st): rename QSPI macros by Yann Gautier · 3 years, 10 months ago
  20. 95177e6 fix(scmi): add parameter for plat_scmi_clock_rates_array by XiaoDong Huang · 12 months ago
  21. d2f3816 Merge changes I2f4961fe,I0039c724,Iaa3076c1,Ic19973a8 into integration by Bipin Ravi · 11 months ago
  22. f38c3e5 fix(bl32): always include arm_arch_svc in SP_MIN by Stephan Gerhold · 1 year, 3 months ago
  23. 44adc4f feat(stm32mp1): add FWU with boot from NOR-SPI by Nicolas Toromanoff · 2 years, 5 months ago
  24. 67bcec8 fix(stm32mp1): use the BSEC nodes compatible for stm32mp13 by Patrick Delaunay · 2 years, 4 months ago
  25. 79c9c08 fix(stm32mp1): properly check PSCI functions return by Yann Gautier · 2 years, 6 months ago
  26. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 4 months ago
  27. 7cb1c29 fix(stm32mp1): always define PKA algos flags by Yann Gautier · 1 year, 2 months ago
  28. a02a3ba fix(stm32mp1): remove boolean check on PLAT_TBBR_IMG_DEF by Yann Gautier · 1 year, 2 months ago
  29. d69bf75 Merge "refactor(fiptool): move plat_fiptool.mk to tools" into integration by Sandrine Bailleux · 1 year, 2 months ago
  30. d8c1a3b refactor(st): move mbedtls config files by Yann Gautier · 1 year, 4 months ago
  31. dbe63ac refactor(st): add common mk files by Yann Gautier · 2 years, 3 months ago
  32. 11b9b49 refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 1 year, 7 months ago
  33. 3191ac4 feat(stm32mp1): add mbedtls-3.3 support config by Govindraj Raja · 1 year, 5 months ago
  34. f511dca refactor(fiptool): move plat_fiptool.mk to tools by Raef Coles · 1 year, 5 months ago
  35. 908b767 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · 1 year, 5 months ago
  36. 45b9599 refactor(st): move board info in common code by Yann Gautier · 1 year, 6 months ago
  37. 2bbf171 refactor(st): move GIC code to common directory by Yann Gautier · 4 years, 11 months ago
  38. 8402c29 refactor(st): move boot backup register management by Yann Gautier · 2 years ago
  39. 8057aa6 refactor(st): remove unused io_mmc driver by Yann Gautier · 1 year, 7 months ago
  40. 5519b7e fix(stm32mp1): add missing platform.h include by Yann Gautier · 1 year, 7 months ago
  41. de775e8 fix(stm32mp1): rework DWL buffer cache invalidation by Yann Gautier · 1 year, 7 months ago
  42. 4bda43f fix(stm32mp1): add const for strings in stm32mp_get_soc_name() by Yann Gautier · 1 year, 7 months ago
  43. 88b8f2b fix(st): explicitly check operators precedence by Yann Gautier · 1 year, 7 months ago
  44. 5d2eb55 refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 1 year, 7 months ago
  45. 15536e1 feat(stm32mp1): add the platform specific build for tools by Lionel Debieve · 1 year, 9 months ago
  46. 474ad81 feat(stm32mp1): add a check on TRUSTED_BOARD_BOOT with secure chip by Lionel Debieve · 1 year, 9 months ago
  47. 5adcd50 feat(stm32mp1): add the decryption support by Lionel Debieve · 1 year, 9 months ago
  48. 13a668d feat(stm32mp1): add the TRUSTED_BOARD_BOOT support by Lionel Debieve · 1 year, 9 months ago
  49. 7c70088 feat(stm32mp1): update ROM code API for header v2 management by Lionel Debieve · 1 year, 9 months ago
  50. 0ae71af feat(stm32mp1): remove unused function from boot API by Lionel Debieve · 1 year, 9 months ago
  51. 627586a refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 1 year, 9 months ago
  52. 5c66fab feat(stm32mp1): add RNG initialization in BL2 for STM32MP13 by Nicolas Le Bayon · 3 years, 7 months ago
  53. fd02b80 feat(stm32mp1): add a stm32mp crypto library by Lionel Debieve · 1 year, 9 months ago
  54. 5d3ade0 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 3 years, 6 months ago
  55. 0f634ec feat(stm32mp1): add plat_report_*_abort functions by Yann Gautier · 4 years, 10 months ago
  56. 6566211 feat(stm32mp1): add early console in SP_min by Yann Gautier · 2 years, 8 months ago
  57. 6e49b7f feat(st): properly manage early console by Yann Gautier · 1 year, 9 months ago
  58. b55a624 fix(stm32mp1): enable crash console in FIQ handler by Yann Gautier · 2 years, 4 months ago
  59. 98e028c refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 2 years, 2 months ago
  60. 4c66e0a feat(stm32mp1): configure the serial boot load address by Patrick Delaunay · 2 years, 3 months ago
  61. 665ee6c fix(stm32mp1): update the FIP load address for serial boot by Patrick Delaunay · 2 years, 4 months ago
  62. d4e2503 feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 2 years, 10 months ago
  63. af19938 feat(stm32mp1): allow to override MTD base offset by Lionel Debieve · 3 years, 5 months ago
  64. bde43da feat(stm32mp1): manage second NAND OTP on STM32MP13 by Yann Gautier · 2 years, 10 months ago
  65. 129f651 feat(stm32mp1): add define for external scratch buffer for nand devices by Lionel Debieve · 3 years, 2 months ago
  66. 06cc791 feat(stm32mp1): manage STM32MP13 rev.Y by Yann Gautier · 2 years, 2 months ago
  67. 28b344a Merge changes from topic "st_fip_uuid" into integration by Lauren Wehrmeister · 1 year, 11 months ago
  68. d476c77 fix(stm32mp13): correct USART addresses by Yann Gautier · 2 years ago
  69. 8bed83d feat(stm32mp13): change BL33 memory mapping by Patrick Delaunay · 3 years, 2 months ago
  70. c746591 refactor(stm32mp1): update PLAT_PARTITION_MAX_ENTRIES by Yann Gautier · 2 years ago
  71. bc9f0fd feat(stm32mp15): manage OP-TEE shared memory by Yann Gautier · 2 years ago
  72. d269f81 Merge "feat(stm32mp1): save boot auth status and partition info" into integration by Manish Pandey · 2 years ago
  73. f07e8f3 feat(stm32mp1): save boot auth status and partition info by Igor Opaniuk · 2 years ago
  74. e622a3d feat(stm32mp1): optionally use paged OP-TEE by Yann Gautier · 2 years ago
  75. 692b1c7 Merge changes from topic "stm32mp-emmc-boot-fip" into integration by Madhukar Pappireddy · 2 years, 1 month ago
  76. e78db3b feat(st): search pinctrl node by compatible by Yann Gautier · 2 years, 4 months ago
  77. bd68528 feat(stm32mp1): extend STM32MP_EMMC_BOOT support to FIP format by Ahmad Fatoum · 2 years, 1 month ago
  78. f9f72d9 build(stm32mp1): platform changes for verifying gpt header crc by Rohit Ner · 2 years, 1 month ago
  79. c8437b3 fix(stm32mp1): include assert.h to fix build failure by Manish V Badarkhe · 2 years, 1 month ago
  80. c6f77b0 fix(st): fix NULL pointer dereference issues by Yann Gautier · 2 years, 2 months ago
  81. fab7628 refactor(st): update set_config_info function call by Manish V Badarkhe · 2 years, 3 months ago
  82. 282b103 Merge changes from topic "st_fwu_bkp_reg" into integration by Madhukar Pappireddy · 2 years, 2 months ago
  83. fb15337 fix(stm32mp1): correct dtc version check by Yann Gautier · 2 years, 2 months ago
  84. 4e2c51b Merge changes from topic "st_nvmem_layout" into integration by Manish Pandey · 2 years, 2 months ago
  85. 23ee368 fix(st): remove extra chars from dtc version by Yann Gautier · 2 years, 3 months ago
  86. 5a937cd feat(stm32mp1): retry 3 times FWU trial boot by Nicolas Toromanoff · 2 years, 5 months ago
  87. 9bbd26a refactor(stm32mp1): update backup reg for FWU by Yann Gautier · 2 years, 3 months ago
  88. 82ece5c refactor(stm32mp1): drop the "st,stm32-nvmem-layout" node by Patrick Delaunay · 2 years, 4 months ago
  89. 0c0e103 feat(stm32mp1): select platform compilation either by flag or DT by Yann Gautier · 3 years, 3 months ago
  90. 0108791 feat(stm32mp1-fdts): add DDR support for STM32MP13 by Nicolas Le Bayon · 3 years, 5 months ago
  91. f03dee5 feat(stm32mp1): updates for STM32MP13 device tree compilation by Yann Gautier · 4 years, 4 months ago
  92. 1877b13 feat(stm32mp1): add "Boot mode" management for STM32MP13 by Nicolas Toromanoff · 3 years, 5 months ago
  93. 07cf3f2 feat(stm32mp1): manage HSLV on STM32MP13 by Yann Gautier · 3 years, 5 months ago
  94. 006bb51 feat(stm32mp1): add sdmmc compatible in platform define by Yann Gautier · 3 years, 5 months ago
  95. 4a16484 feat(stm32mp1): update IO compensation on STM32MP13 by Yann Gautier · 3 years, 7 months ago
  96. b2ba78e feat(stm32mp1): call pmic_voltages_init() in platform init by Yann Gautier · 2 years, 5 months ago
  97. 34cbf23 feat(stm32mp1): update CFG0 OTP for STM32MP13 by Nicolas Le Bayon · 3 years, 7 months ago
  98. b4028ed feat(stm32mp1): usb descriptor update for STM32MP13 by Patrick Delaunay · 3 years, 9 months ago
  99. 1308d75 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 4 years, 4 months ago
  100. f36a1d3 feat(stm32mp1): get CPU info from SYSCFG on STM32MP13 by Yann Gautier · 4 years, 2 months ago