1. 88844f6 Merge "fix(mbedtls): fix mbedtls coverity issues" into integration by Manish V Badarkhe · 2 years, 5 months ago
  2. a987b89 refactor(auth): use a single function for parsing extensions by Demi Marie Obenour · 2 years, 6 months ago
  3. a9edc32 fix(mbedtls): fix mbedtls coverity issues by Govindraj Raja · 2 years, 5 months ago
  4. ddd9f67 refactor(auth): clean up certificate length checks by Demi Marie Obenour · 2 years, 7 months ago
  5. 6a7104a refactor(auth): remove code duplication by Demi Marie Obenour · 2 years, 7 months ago
  6. 55a3283 Merge changes I960771e6,I291dc627,I57f31664 into integration by Madhukar Pappireddy · 2 years, 5 months ago
  7. 766d78b Merge changes from topic "mbedtls3_support" into integration by Manish V Badarkhe · 2 years, 5 months ago
  8. 20fdbcf fix(ufs): set the PRDT length field properly by Jorge Troncoso · 2 years, 5 months ago
  9. 83ef869 fix(ufs): flush the entire PRDT by Jorge Troncoso · 2 years, 6 months ago
  10. 56db7b8 fix(ufs): only allow using one slot by Jorge Troncoso · 2 years, 6 months ago
  11. 66a387d Merge "fix: remove useless "return" at void functions" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  12. fa662cd Merge "fix(ufs): device present (DP) field is set to '1'" into integration by Madhukar Pappireddy · 2 years, 6 months ago
  13. d8f006a Merge "fix(gicv3): fixed bug in the initialization of GICv3 SGIs/(E)PPIs interrupt priorities" into integration by Madhukar Pappireddy · 2 years, 6 months ago
  14. de131ed style(crypto): add braces for if statement by Govindraj Raja · 2 years, 6 months ago
  15. 51e0615 feat(mbedtls): add support for mbedtls-3.3 by Govindraj Raja · 2 years, 7 months ago
  16. 47c7171 refactor(crypto): avoid using struct mbedtls_pk_rsassa_pss_options by Govindraj Raja · 2 years, 6 months ago
  17. a8eadc5 refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILE by Govindraj Raja · 2 years, 7 months ago
  18. 83103d1 fix(ufs): device present (DP) field is set to '1' by Jorge Troncoso · 2 years, 6 months ago
  19. af4d8c6 fix: remove useless "return" at void functions by Elyes Haouas · 2 years, 6 months ago
  20. 06eb3e3 refactor(allwinner): use fdt_node_is_enabled() in AXP driver by Andre Przywara · 2 years, 6 months ago
  21. aa61ff6 Merge changes from topic "fix_misra_partition_mmc" into integration by Madhukar Pappireddy · 2 years, 6 months ago
  22. acf455b Merge changes from topic "fix_sparse_warnings" into integration by Madhukar Pappireddy · 2 years, 7 months ago
  23. 7f31629 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · 2 years, 7 months ago
  24. 03bd481 fix(console): correct scopes for console symbols by Yann Gautier · 2 years, 8 months ago
  25. 654b65b fix(auth): use NULL instead of 0 for pointer check by Yann Gautier · 2 years, 7 months ago
  26. 06d223c fix(io): compare function pointers with NULL by Yann Gautier · 2 years, 8 months ago
  27. f5c5185 fix(auth): properly validate X.509 extensions by Demi Marie Obenour · 2 years, 8 months ago
  28. abb8f93 fix(auth): avoid out-of-bounds read in auth_nvctr() by Demi Marie Obenour · 2 years, 8 months ago
  29. 601e2d4 Merge changes from topic "bk/warnings" into integration by Manish Pandey · 2 years, 7 months ago
  30. 5d68e89 fix(gicv3): fixed bug in the initialization of GICv3 SGIs/(E)PPIs interrupt priorities by Sylwester Garncarek · 2 years, 7 months ago
  31. ef27dd2 Merge "refactor(auth): avoid parsing signature algorithm twice" into integration by Sandrine Bailleux · 2 years, 7 months ago
  32. ce882b5 refactor(auth): do not include SEQUENCE tag in saved extensions by Demi Marie Obenour · 2 years, 8 months ago
  33. ca34dbc fix(auth): reject junk after certificates by Demi Marie Obenour · 2 years, 8 months ago
  34. 8816dbb fix(auth): require bit strings to have no unused bits by Demi Marie Obenour · 2 years, 8 months ago
  35. 2439a80 Merge changes Ia748b6ae,Id8a48e14,Id25ab231,Ie26eed8a,Idf48f716, ... into integration by Sandrine Bailleux · 2 years, 7 months ago
  36. a95a451 Merge changes from topic "st_fix_sparse_warnings" into integration by Manish Pandey · 2 years, 7 months ago
  37. 63cc49d refactor(auth): avoid parsing signature algorithm twice by Demi Marie Obenour · 2 years, 8 months ago
  38. 94c0cfb refactor(auth): partially validate SubjectPublicKeyInfo early by Demi Marie Obenour · 2 years, 8 months ago
  39. a8c8c5e fix(auth): reject padding after BIT STRING in signatures by Demi Marie Obenour · 2 years, 8 months ago
  40. f47547b fix(auth): reject invalid padding in digests by Demi Marie Obenour · 2 years, 8 months ago
  41. 72460f5 fix(auth): require at least one extension to be present by Demi Marie Obenour · 2 years, 8 months ago
  42. fd37982 fix(auth): forbid junk after extensions by Demi Marie Obenour · 2 years, 8 months ago
  43. e9e4a2a fix(auth): only accept v3 X.509 certificates by Demi Marie Obenour · 2 years, 8 months ago
  44. 01617e0 Merge "fix(gic): wrap cache enabled assert under plat_can_cmo" into integration by Manish Pandey · 2 years, 8 months ago
  45. 6954495 refactor(st): remove unused io_mmc driver by Yann Gautier · 2 years, 9 months ago
  46. 79664cf Merge changes I2b23e7c8,I779587af,Ic46de7a4,If753e987,I00171b05, ... into integration by Madhukar Pappireddy · 2 years, 8 months ago
  47. 6b3ca0a fix(st-crypto): remove platdata functions by Yann Gautier · 2 years, 8 months ago
  48. 78fbb0e fix(gic): wrap cache enabled assert under plat_can_cmo by Channagoud kadabi · 2 years, 8 months ago
  49. 5d942ff fix(st-gpio): define shift as uint32_t by Yann Gautier · 2 years, 8 months ago
  50. 029f81e fix(st-sdmmc): check transfer size before filling register by Yann Gautier · 2 years, 9 months ago
  51. 4198fa1 fix(st-clock): avoid arithmetics on pointers by Yann Gautier · 2 years, 8 months ago
  52. ee21709 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables by Yann Gautier · 2 years, 8 months ago
  53. 69a2e32 fix(st-clock): remove useless switch by Yann Gautier · 2 years, 8 months ago
  54. c3ae7da fix(st-clock): use Boolean type for tests by Yann Gautier · 2 years, 8 months ago
  55. 9a00daf fix(st-regulator): use Boolean type for tests by Yann Gautier · 2 years, 8 months ago
  56. 91af163 fix(st-regulator): enclose macro parameters in parentheses by Yann Gautier · 2 years, 8 months ago
  57. 6a3ffb5 fix(st-regulator): rework for_each_*rdev macros by Yann Gautier · 2 years, 8 months ago
  58. 68083e7 fix(st-regulator): explicitly check operators precedence by Yann Gautier · 2 years, 8 months ago
  59. 3cebeec fix(st-pmic): define pmic_regs table size by Yann Gautier · 2 years, 8 months ago
  60. be7195d fix(st-pmic): enclose macro parameter in parentheses by Yann Gautier · 2 years, 8 months ago
  61. 53cbc94 fix(mmc): align part config type by Yann Gautier · 3 years, 2 months ago
  62. bf78a65 fix(mmc): do not modify r_data in mmc_send_cmd() by Yann Gautier · 2 years, 9 months ago
  63. 14cda51 fix(mmc): explicitly check operators precedence by Yann Gautier · 2 years, 9 months ago
  64. 1290662 fix(partition): add missing curly braces by Yann Gautier · 3 years, 2 months ago
  65. 825641d Merge changes Ida9abfd5,Iec447d97 into integration by Sandrine Bailleux · 2 years, 8 months ago
  66. e83812f fix(nxp-ddr): add checking return value by Maninder Singh · 2 years, 10 months ago
  67. 55a7aa9 fix(rss): do not consider MHU_ERR_ALREADY_INIT as error by David Vincze · 2 years, 8 months ago
  68. 02af589 fix(st-usb): replace redundant checks with asserts by Boyan Karatotev · 2 years, 9 months ago
  69. 9f58bfb fix(brcm): add braces around bodies of conditionals by Boyan Karatotev · 2 years, 9 months ago
  70. 90c4b3b fix(renesas): align incompatible function pointers by Boyan Karatotev · 2 years, 9 months ago
  71. f4b8470 fix: remove old-style declarations by Boyan Karatotev · 2 years, 9 months ago
  72. e138400 fix: unify fallthrough annotations by Boyan Karatotev · 2 years, 9 months ago
  73. 3be9c27 build: enable adding MbedTLS files for platform by Mate Toth-Pal · 2 years, 9 months ago
  74. 2d541cb fix(nxp-ddr): fix coverity issue by Jiafei Pan · 3 years ago
  75. 87612ea fix(nxp-ddr): fix underrun coverity issue by Pankaj Gupta · 3 years ago
  76. 236ca56 fix(nxp-drivers): fix sd secure boot failure by Pankaj Gupta · 3 years, 1 month ago
  77. 334badb fix(nxp-crypto): fix secure boot assert inclusion by Pankaj Gupta · 3 years, 3 months ago
  78. e492299 fix(nxp-crypto): fix coverity issue by Pankaj Gupta · 3 years, 3 months ago
  79. 5199b3b fix(nxp-drivers): fix fspi coverity issue by Jiafei Pan · 3 years, 3 months ago
  80. 5f32444 refactor(measured-boot): accept metadata as a function's argument by Manish V Badarkhe · 2 years, 9 months ago
  81. 07d8e34 fix(nxp-drivers): fix tzc380 memory regions config by Jiafei Pan · 3 years, 3 months ago
  82. 00bb8c3 fix(nxp-ddr): apply Max CDD values for warm boot by Maninder Singh · 3 years, 6 months ago
  83. fa01056 fix(nxp-ddr): use CDDWW for write to read delay by Maninder Singh · 3 years, 6 months ago
  84. 981b9dc refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 2 years, 9 months ago
  85. 87dfbd7 refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 2 years, 10 months ago
  86. ed38366 fix(auth): correct sign-compare warning by Nicolas Toromanoff · 4 years, 8 months ago
  87. 40f9f64 feat(auth): allow to verify PublicKey with platform format PK by Nicolas Toromanoff · 4 years, 9 months ago
  88. 6b5fc19 feat(st-crypto): remove BL32 HASH driver usage by Lionel Debieve · 2 years, 10 months ago
  89. af8dee2 feat(st-crypto): add STM32 RNG driver by Yann Gautier · 6 years ago
  90. 4bb4e83 feat(st-crypto): add AES decrypt/auth by SAES IP by Nicolas Toromanoff · 4 years, 11 months ago
  91. b0fbc02 feat(st-crypto): add ECDSA signature check with PKA by Nicolas Toromanoff · 4 years, 10 months ago
  92. 68039f2 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 4 years, 8 months ago
  93. 7e6cee5 build: warn about RSS driver experimental status by Sandrine Bailleux · 2 years, 9 months ago
  94. cda12ab Merge "fix(gicv3/multichip): fix overflow caused by left shift" into integration by Manish V Badarkhe · 2 years, 9 months ago
  95. 4e7983b Merge "feat(ethos-n)!: add support for SMMU streams" into integration by Joanna Farley · 2 years, 10 months ago
  96. c45d2fe Merge "fix(ufs): retry commands on unit attention" into integration by Madhukar Pappireddy · 2 years, 10 months ago
  97. 6aea762 fix(gicv3/multichip): fix overflow caused by left shift by Vijayenthiran Subramaniam · 2 years, 10 months ago
  98. 2c8f2a9 fix(rss): determine the size of sw_type in RSS mboot metadata by Tamas Ban · 2 years, 10 months ago
  99. e3a6fb8 fix(rss): clear the message buffer by Tamas Ban · 2 years, 11 months ago
  100. 6aa7154 fix(rss): remove dependency on attestation header by Tamas Ban · 2 years, 11 months ago