1. ce882b5 refactor(auth): do not include SEQUENCE tag in saved extensions by Demi Marie Obenour · 12 months ago
  2. ca34dbc fix(auth): reject junk after certificates by Demi Marie Obenour · 12 months ago
  3. 8816dbb fix(auth): require bit strings to have no unused bits by Demi Marie Obenour · 12 months ago
  4. 2439a80 Merge changes Ia748b6ae,Id8a48e14,Id25ab231,Ie26eed8a,Idf48f716, ... into integration by Sandrine Bailleux · 11 months ago
  5. a95a451 Merge changes from topic "st_fix_sparse_warnings" into integration by Manish Pandey · 11 months ago
  6. 94c0cfb refactor(auth): partially validate SubjectPublicKeyInfo early by Demi Marie Obenour · 12 months ago
  7. a8c8c5e fix(auth): reject padding after BIT STRING in signatures by Demi Marie Obenour · 12 months ago
  8. f47547b fix(auth): reject invalid padding in digests by Demi Marie Obenour · 12 months ago
  9. 72460f5 fix(auth): require at least one extension to be present by Demi Marie Obenour · 12 months ago
  10. fd37982 fix(auth): forbid junk after extensions by Demi Marie Obenour · 12 months ago
  11. e9e4a2a fix(auth): only accept v3 X.509 certificates by Demi Marie Obenour · 12 months ago
  12. 01617e0 Merge "fix(gic): wrap cache enabled assert under plat_can_cmo" into integration by Manish Pandey · 12 months ago
  13. 79664cf Merge changes I2b23e7c8,I779587af,Ic46de7a4,If753e987,I00171b05, ... into integration by Madhukar Pappireddy · 12 months ago
  14. 6b3ca0a fix(st-crypto): remove platdata functions by Yann Gautier · 12 months ago
  15. 78fbb0e fix(gic): wrap cache enabled assert under plat_can_cmo by Channagoud kadabi · 1 year ago
  16. 5d942ff fix(st-gpio): define shift as uint32_t by Yann Gautier · 1 year ago
  17. 029f81e fix(st-sdmmc): check transfer size before filling register by Yann Gautier · 1 year ago
  18. 4198fa1 fix(st-clock): avoid arithmetics on pointers by Yann Gautier · 1 year ago
  19. ee21709 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables by Yann Gautier · 1 year ago
  20. 69a2e32 fix(st-clock): remove useless switch by Yann Gautier · 1 year ago
  21. c3ae7da fix(st-clock): use Boolean type for tests by Yann Gautier · 1 year ago
  22. 9a00daf fix(st-regulator): use Boolean type for tests by Yann Gautier · 1 year ago
  23. 91af163c fix(st-regulator): enclose macro parameters in parentheses by Yann Gautier · 1 year ago
  24. 6a3ffb5 fix(st-regulator): rework for_each_*rdev macros by Yann Gautier · 1 year ago
  25. 68083e7 fix(st-regulator): explicitly check operators precedence by Yann Gautier · 1 year ago
  26. 3cebeec fix(st-pmic): define pmic_regs table size by Yann Gautier · 1 year ago
  27. be7195d fix(st-pmic): enclose macro parameter in parentheses by Yann Gautier · 1 year ago
  28. 825641d Merge changes Ida9abfd5,Iec447d97 into integration by Sandrine Bailleux · 12 months ago
  29. e83812f fix(nxp-ddr): add checking return value by Maninder Singh · 1 year, 1 month ago
  30. 55a7aa9 fix(rss): do not consider MHU_ERR_ALREADY_INIT as error by David Vincze · 12 months ago
  31. 3be9c27 build: enable adding MbedTLS files for platform by Mate Toth-Pal · 1 year, 1 month ago
  32. 2d541cb fix(nxp-ddr): fix coverity issue by Jiafei Pan · 1 year, 3 months ago
  33. 87612ea fix(nxp-ddr): fix underrun coverity issue by Pankaj Gupta · 1 year, 4 months ago
  34. 236ca56 fix(nxp-drivers): fix sd secure boot failure by Pankaj Gupta · 1 year, 5 months ago
  35. 334badb fix(nxp-crypto): fix secure boot assert inclusion by Pankaj Gupta · 1 year, 7 months ago
  36. e492299 fix(nxp-crypto): fix coverity issue by Pankaj Gupta · 1 year, 7 months ago
  37. 5199b3b fix(nxp-drivers): fix fspi coverity issue by Jiafei Pan · 1 year, 7 months ago
  38. 5f32444 refactor(measured-boot): accept metadata as a function's argument by Manish V Badarkhe · 1 year ago
  39. 07d8e34 fix(nxp-drivers): fix tzc380 memory regions config by Jiafei Pan · 1 year, 7 months ago
  40. 00bb8c3 fix(nxp-ddr): apply Max CDD values for warm boot by Maninder Singh · 1 year, 10 months ago
  41. fa01056 fix(nxp-ddr): use CDDWW for write to read delay by Maninder Singh · 1 year, 9 months ago
  42. 981b9dc refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 1 year, 1 month ago
  43. 87dfbd7 refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 1 year, 2 months ago
  44. ed38366 fix(auth): correct sign-compare warning by Nicolas Toromanoff · 3 years ago
  45. 40f9f64 feat(auth): allow to verify PublicKey with platform format PK by Nicolas Toromanoff · 3 years, 1 month ago
  46. 6b5fc19 feat(st-crypto): remove BL32 HASH driver usage by Lionel Debieve · 1 year, 2 months ago
  47. af8dee2 feat(st-crypto): add STM32 RNG driver by Yann Gautier · 4 years, 8 months ago
  48. 4bb4e83 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · 3 years, 2 months ago
  49. b0fbc02 feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · 3 years, 2 months ago
  50. 68039f2 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 3 years ago
  51. 7e6cee5 build: warn about RSS driver experimental status by Sandrine Bailleux · 1 year, 1 month ago
  52. cda12ab Merge "fix(gicv3/multichip): fix overflow caused by left shift" into integration by Manish V Badarkhe · 1 year, 1 month ago
  53. 4e7983b Merge "feat(ethos-n)!: add support for SMMU streams" into integration by Joanna Farley · 1 year, 1 month ago
  54. c45d2fe Merge "fix(ufs): retry commands on unit attention" into integration by Madhukar Pappireddy · 1 year, 2 months ago
  55. 6aea762 fix(gicv3/multichip): fix overflow caused by left shift by Vijayenthiran Subramaniam · 1 year, 2 months ago
  56. 2c8f2a9 fix(rss): determine the size of sw_type in RSS mboot metadata by Tamas Ban · 1 year, 2 months ago
  57. e3a6fb8 fix(rss): clear the message buffer by Tamas Ban · 1 year, 2 months ago
  58. 6aa7154 fix(rss): remove dependency on attestation header by Tamas Ban · 1 year, 3 months ago
  59. 70247dd fix(rss): rename AP-RSS message size macro by Tamas Ban · 1 year, 2 months ago
  60. 13a129e fix(rss): reduce input validation for measured boot by Tamas Ban · 1 year, 2 months ago
  61. b9b1750 refactor(measured-boot): split out a few Event Log driver functions by Manish V Badarkhe · 1 year, 6 months ago
  62. 2bf4f27 refactor(crypto): change CRYPTO_SUPPORT flag to numeric by Manish V Badarkhe · 1 year, 5 months ago
  63. 8b65390 feat(mbedtls): update mbedTLS driver for DRTM support by Manish V Badarkhe · 1 year, 9 months ago
  64. e43caf3 feat(crypto): update crypto module for DRTM support by Manish V Badarkhe · 1 year, 9 months ago
  65. 2ddb541 Merge "fix(rss): fix build issues with comms protocol" into integration by Sandrine Bailleux · 1 year, 2 months ago
  66. ab545ef fix(rss): fix build issues with comms protocol by Tamas Ban · 1 year, 2 months ago
  67. b139f1c feat(ethos-n)!: add support for SMMU streams by Mikael Olsson · 1 year, 4 months ago
  68. e0b6826 refactor(console): move putchar() to console driver by Claus Pedersen · 1 year, 3 months ago
  69. 4348497 build(rss): introduce rss_comms.mk makefile by Sandrine Bailleux · 1 year, 3 months ago
  70. e8f4ec1 Merge changes from topic "st_uart_updates" into integration by Manish Pandey · 1 year, 2 months ago
  71. 3d30955 fix(ufs): retry commands on unit attention by Anand Saminathan · 1 year, 2 months ago
  72. 3125901 feat(rss): add new comms protocols by Raef Coles · 1 year, 6 months ago
  73. ea69dcd feat(st-uart): manage STM32MP_RECONFIGURE_CONSOLE by Yann Gautier · 1 year, 3 months ago
  74. d99998f feat(st-uart): add initialization with the device tree by Patrick Delaunay · 1 year, 8 months ago
  75. 7d197d6 refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 1 year, 8 months ago
  76. 1258189 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 1 year, 9 months ago
  77. 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 1 year, 3 months ago
  78. b86cbe1 Merge changes from topic "provencore-spd" into integration by Joanna Farley · 1 year, 3 months ago
  79. 14a2892 feat(scmi): send powerdown request to online secondary cpus by Pranav Madhu · 1 year, 4 months ago
  80. 5cf9cc1 feat(scmi): set warm reboot entry point by Pranav Madhu · 2 years ago
  81. c6957b6 Merge "feat(gicv3): validate multichip data for GIC-700" into integration by Manish Pandey · 1 year, 3 months ago
  82. dcb31ff feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 2 years, 3 months ago
  83. ccf8392 fix(mmc): resolve the build error by Jayanth Dodderi Chidanand · 1 year, 3 months ago
  84. f462c12 feat(mmc): get boot partition size by Yann Gautier · 1 year, 3 months ago
  85. f29c070 feat(mtd): add platform function to allow using external buffer by Lionel Debieve · 2 years, 8 months ago
  86. 029f9b9 Merge changes I60b3b59e,Ibd5d22b4 into integration by Madhukar Pappireddy · 1 year, 3 months ago
  87. afbb10a Merge changes from topic "st-mmc-updates" into integration by Madhukar Pappireddy · 1 year, 3 months ago
  88. 51d52c7 Merge changes from topic "st-etzpc-cleanup" into integration by Madhukar Pappireddy · 1 year, 3 months ago
  89. b46f74d feat(st-sdmmc2): define FIFO size by Yann Gautier · 2 years, 7 months ago
  90. 8324b16 feat(st-sdmmc2): make reset property optional by Yann Gautier · 1 year, 7 months ago
  91. 3deebd4 feat(st-sdmmc2): manage CMD6 by Yann Gautier · 4 years, 6 months ago
  92. e5b267b feat(mmc): manage SD Switch Function for high speed mode by Yann Gautier · 4 years, 6 months ago
  93. e9ff348 refactor(st-drivers): do not rely on DT in etzpc_init by Yann Gautier · 1 year, 8 months ago
  94. 3ff1ff4 refactor(st-clock): code size optimization by Gabriel Fernandez · 1 year, 5 months ago
  95. b44f5ac refactor(st-clock): remove unused PLL field by Gabriel Fernandez · 1 year, 10 months ago
  96. c152276 Merge changes from topic "st_fip_uuid" into integration by Lauren Wehrmeister · 1 year, 4 months ago
  97. 9d6d1a9 fix(ufs): init utrlba/utrlbau with desc_base by anans · 1 year, 4 months ago
  98. 7d9648d fix(ufs): fix slot base address computation by anans · 1 year, 4 months ago
  99. a78b3b3 feat(gicv3): validate multichip data for GIC-700 by Varun Wadekar · 1 year, 7 months ago
  100. 1d867c1 Merge "fix(ufs): add retries to ufs_read_capacity" into integration by Madhukar Pappireddy · 1 year, 4 months ago