1. 825641d Merge changes Ida9abfd5,Iec447d97 into integration by Sandrine Bailleux · 2 years, 7 months ago
  2. 55a7aa9 fix(rss): do not consider MHU_ERR_ALREADY_INIT as error by David Vincze · 2 years, 7 months ago
  3. 3be9c27 build: enable adding MbedTLS files for platform by Mate Toth-Pal · 2 years, 8 months ago
  4. 5f32444 refactor(measured-boot): accept metadata as a function's argument by Manish V Badarkhe · 2 years, 8 months ago
  5. 981b9dc refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 2 years, 8 months ago
  6. 87dfbd7 refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 2 years, 9 months ago
  7. ed38366 fix(auth): correct sign-compare warning by Nicolas Toromanoff · 4 years, 6 months ago
  8. 40f9f64 feat(auth): allow to verify PublicKey with platform format PK by Nicolas Toromanoff · 4 years, 8 months ago
  9. 6b5fc19 feat(st-crypto): remove BL32 HASH driver usage by Lionel Debieve · 2 years, 9 months ago
  10. af8dee2 feat(st-crypto): add STM32 RNG driver by Yann Gautier · 6 years ago
  11. 4bb4e83 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · 4 years, 10 months ago
  12. b0fbc02 feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · 4 years, 9 months ago
  13. 68039f2 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 4 years, 6 months ago
  14. 7e6cee5 build: warn about RSS driver experimental status by Sandrine Bailleux · 2 years, 8 months ago
  15. cda12ab Merge "fix(gicv3/multichip): fix overflow caused by left shift" into integration by Manish V Badarkhe · 2 years, 8 months ago
  16. 4e7983b Merge "feat(ethos-n)!: add support for SMMU streams" into integration by Joanna Farley · 2 years, 9 months ago
  17. c45d2fe Merge "fix(ufs): retry commands on unit attention" into integration by Madhukar Pappireddy · 2 years, 9 months ago
  18. 6aea762 fix(gicv3/multichip): fix overflow caused by left shift by Vijayenthiran Subramaniam · 2 years, 9 months ago
  19. 2c8f2a9 fix(rss): determine the size of sw_type in RSS mboot metadata by Tamas Ban · 2 years, 9 months ago
  20. e3a6fb8 fix(rss): clear the message buffer by Tamas Ban · 2 years, 10 months ago
  21. 6aa7154 fix(rss): remove dependency on attestation header by Tamas Ban · 2 years, 10 months ago
  22. 70247dd fix(rss): rename AP-RSS message size macro by Tamas Ban · 2 years, 9 months ago
  23. 13a129e fix(rss): reduce input validation for measured boot by Tamas Ban · 2 years, 9 months ago
  24. b9b1750 refactor(measured-boot): split out a few Event Log driver functions by Manish V Badarkhe · 3 years, 1 month ago
  25. 2bf4f27 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · 3 years ago
  26. 8b65390 feat(mbedtls): update mbedTLS driver for DRTM support by Manish V Badarkhe · 3 years, 4 months ago
  27. e43caf3 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · 3 years, 4 months ago
  28. 2ddb541 Merge "fix(rss): fix build issues with comms protocol" into integration by Sandrine Bailleux · 2 years, 9 months ago
  29. ab545ef fix(rss): fix build issues with comms protocol by Tamas Ban · 2 years, 9 months ago
  30. b139f1c feat(ethos-n)!: add support for SMMU streams by Mikael Olsson · 2 years, 11 months ago
  31. e0b6826 refactor(console): move putchar() to console driver by Claus Pedersen · 2 years, 10 months ago
  32. 4348497 build(rss): introduce rss_comms.mk makefile by Sandrine Bailleux · 2 years, 10 months ago
  33. e8f4ec1 Merge changes from topic "st_uart_updates" into integration by Manish Pandey · 2 years, 9 months ago
  34. 3d30955 fix(ufs): retry commands on unit attention by Anand Saminathan · 2 years, 9 months ago
  35. 3125901 feat(rss): add new comms protocols by Raef Coles · 3 years, 1 month ago
  36. ea69dcd feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE by Yann Gautier · 2 years, 10 months ago
  37. d99998f feat(st-uart): add initialization with the device tree by Patrick Delaunay · 3 years, 3 months ago
  38. 7d197d6 refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 3 years, 3 months ago
  39. 1258189 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 3 years, 4 months ago
  40. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 10 months ago
  41. b86cbe1 Merge changes from topic "provencore-spd" into integration by Joanna Farley · 2 years, 10 months ago
  42. 14a2892 feat(scmi): send powerdown request to online secondary cpus by Pranav Madhu · 3 years ago
  43. 5cf9cc1 feat(scmi): set warm reboot entry point by Pranav Madhu · 3 years, 7 months ago
  44. c6957b6 Merge "feat(gicv3): validate multichip data for GIC-700" into integration by Manish Pandey · 2 years, 10 months ago
  45. dcb31ff feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 3 years, 10 months ago
  46. ccf8392 fix(mmc): resolve the build error by Jayanth Dodderi Chidanand · 2 years, 10 months ago
  47. f462c12 feat(mmc): get boot partition size by Yann Gautier · 2 years, 10 months ago
  48. f29c070 feat(mtd): add platform function to allow using external buffer by Lionel Debieve · 4 years, 3 months ago
  49. 029f9b9 Merge changes I60b3b59e,Ibd5d22b4 into integration by Madhukar Pappireddy · 2 years, 10 months ago
  50. afbb10a Merge changes from topic "st-mmc-updates" into integration by Madhukar Pappireddy · 2 years, 11 months ago
  51. 51d52c7 Merge changes from topic "st-etzpc-cleanup" into integration by Madhukar Pappireddy · 2 years, 11 months ago
  52. b46f74d feat(st-sdmmc2): define FIFO size by Yann Gautier · 4 years, 2 months ago
  53. 8324b16 feat(st-sdmmc2): make reset property optional by Yann Gautier · 3 years, 2 months ago
  54. 3deebd4 feat(st-sdmmc2): manage CMD6 by Yann Gautier · 6 years ago
  55. e5b267b feat(mmc): manage SD Switch Function for high speed mode by Yann Gautier · 6 years ago
  56. e9ff348 refactor(st-drivers): do not rely on DT in etzpc_init by Yann Gautier · 3 years, 3 months ago
  57. 3ff1ff4 refactor(st-clock): code size optimization by Gabriel Fernandez · 3 years ago
  58. b44f5ac refactor(st-clock): remove unused PLL field by Gabriel Fernandez · 3 years, 5 months ago
  59. c152276 Merge changes from topic "st_fip_uuid" into integration by Lauren Wehrmeister · 3 years ago
  60. 9d6d1a9 fix(ufs): init utrlba/utrlbau with desc_base by anans · 3 years ago
  61. 7d9648d fix(ufs): fix slot base address computation by anans · 3 years ago
  62. a78b3b3 feat(gicv3): validate multichip data for GIC-700 by Varun Wadekar · 3 years, 2 months ago
  63. 1d867c1 Merge "fix(ufs): add retries to ufs_read_capacity" into integration by Madhukar Pappireddy · 3 years ago
  64. 9d3f6c4 fix(ufs): point utrlbau to header instead of upiu by anans · 3 years ago
  65. 660c208 fix(ufs): removes dp and run-stop polling loops by anans · 3 years ago
  66. 28645eb fix(ufs): add retries to ufs_read_capacity by Rohit Ner · 3 years ago
  67. 564f5d4 feat(guid-partition): allow to find partition by type UUID by Lionel Debieve · 3 years, 4 months ago
  68. 96f715e Merge "fix(measured-boot): clear the entire digest array of Startup Locality event" into integration by Sandrine Bailleux · 3 years ago
  69. 0245080 Merge changes from topic "mb_hash" into integration by Lauren Wehrmeister · 3 years ago
  70. 6f61421 Merge "fix(nxp-ddr): fix firmware buffer re-mapping issue" into integration by Madhukar Pappireddy · 3 years ago
  71. f324949 Merge changes from topic "lw/cca_cot" into integration by Manish Pandey · 3 years ago
  72. 56f895e fix(st-clock): correct MISRA C2012 15.6 by Yann Gautier · 3 years ago
  73. 3b06a53 fix(st-clock): correctly check ready bit by Yann Gautier · 3 years ago
  74. 84adb05 Merge changes from topic "mb/gic600-errata" into integration by Manish Pandey · 3 years ago
  75. 742c23a fix(nxp-ddr): fix firmware buffer re-mapping issue by Jiafei Pan · 3 years, 3 months ago
  76. 70b1c02 fix(measured-boot): clear the entire digest array of Startup Locality event by Manish V Badarkhe · 3 years, 1 month ago
  77. 78da42a refactor(measured-boot): mb algorithm selection by laurenw-arm · 3 years, 1 month ago
  78. e1b15b0 fix(gic600): implement workaround to forward highest priority interrupt by Manish V Badarkhe · 3 years, 2 months ago
  79. 56b741d feat(cca): introduce new "cca" chain of trust by laurenw-arm · 3 years, 2 months ago
  80. 86b015e fix(mmc): remove broken, unsecure, unused eMMC RPMB handling by Ahmad Fatoum · 3 years, 1 month ago
  81. 925ce79 Merge changes from topic "stm32mp-emmc-boot-fip" into integration by Madhukar Pappireddy · 3 years, 1 month ago
  82. 6765635 Merge changes Idafbe02d,Ib01eb5ce into integration by Madhukar Pappireddy · 3 years, 1 month ago
  83. 01c5dd5 refactor(mmc): replace magic value with new PART_CFG_BOOT_PARTITION_NO_ACCESS by Ahmad Fatoum · 3 years, 1 month ago
  84. f85041a refactor(mmc): export user/boot partition switch functions by Ahmad Fatoum · 3 years, 1 month ago
  85. be1d3a1 Merge changes from topic "gpt-crc" into integration by Madhukar Pappireddy · 3 years, 2 months ago
  86. 6c5c532 feat(smmu): add SMMU abort transaction function by Lucian Paul-Trifu · 3 years, 3 months ago
  87. a283d19 feat(partition): verify crc while loading gpt header by Rohit Ner · 3 years, 2 months ago
  88. cad90b5 fix(scmi-msg): base: fix protocol list querying by Etienne Carriere · 3 years, 2 months ago
  89. d323f0c fix(scmi-msg): base: fix protocol list response size by Etienne Carriere · 3 years, 2 months ago
  90. 6aed554 Merge changes from topic "rss/mboot-attest" into integration by Sandrine Bailleux · 3 years, 2 months ago
  91. 0442ebd feat(drivers/measured_boot): add RSS backend by Tamas Ban · 3 years, 6 months ago
  92. ce0c40e feat(drivers/arm/rss): add RSS communication driver by Tamas Ban · 3 years, 6 months ago
  93. af26d7d feat(drivers/arm/mhu): add MHU driver by Tamas Ban · 3 years, 6 months ago
  94. 5993b91 fix(st-spi): remove SR_BUSY bit check before sending command by Christophe Kerello · 3 years, 2 months ago
  95. 55de583 fix(st-spi): always check SR_TCF flags in stm32_qspi_wait_cmd() by Christophe Kerello · 3 years, 2 months ago
  96. efceb6b Merge changes Iaf21883b,I523c5d57,I57164923 into integration by Manish Pandey · 3 years, 2 months ago
  97. 52a314a feat(smmu): configure SMMU Root interface by Olivier Deprez · 3 years, 5 months ago
  98. fa4751f Merge changes from topic "st_clk_fix" into integration by Manish Pandey · 3 years, 2 months ago
  99. ab1c943 Merge changes from topic "sb/mbedtls-2.28" into integration by Sandrine Bailleux · 3 years, 2 months ago
  100. a475518 fix(ufs): read and write attribute based on spec by anans · 3 years, 3 months ago