1. 8402c29 refactor(st): move boot backup register management by Yann Gautier · 2 years ago
  2. 34b4988 fix(st-crypto): set get_plain_pk_from_asn1() static by Yann Gautier · 1 year, 7 months ago
  3. 5519b7e fix(stm32mp1): add missing platform.h include by Yann Gautier · 1 year, 7 months ago
  4. 6fbed5a fix(st): make metadata_block_spec static by Yann Gautier · 1 year, 7 months ago
  5. 93d30f5 fix(st): include utils.h to solve compilation error by Yann Gautier · 1 year, 7 months ago
  6. de775e8 fix(stm32mp1): rework DWL buffer cache invalidation by Yann Gautier · 1 year, 7 months ago
  7. 4bda43f fix(stm32mp1): add const for strings in stm32mp_get_soc_name() by Yann Gautier · 1 year, 7 months ago
  8. 409b382 fix(st): use Boolean type for tests by Yann Gautier · 1 year, 7 months ago
  9. 6768c07 fix(st): rework secure-status check in fdt_get_status() by Yann Gautier · 1 year, 7 months ago
  10. 47516aa fix(st): use indices when counting GPIOs in DT by Yann Gautier · 1 year, 7 months ago
  11. 5cda3aa fix(st): add U suffix for unsigned numbers by Yann Gautier · 1 year, 7 months ago
  12. 88b8f2b fix(st): explicitly check operators precedence by Yann Gautier · 1 year, 7 months ago
  13. 5d2eb55 refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 1 year, 8 months ago
  14. 15536e1 feat(stm32mp1): add the platform specific build for tools by Lionel Debieve · 1 year, 9 months ago
  15. 474ad81 feat(stm32mp1): add a check on TRUSTED_BOARD_BOOT with secure chip by Lionel Debieve · 1 year, 9 months ago
  16. 5adcd50 feat(stm32mp1): add the decryption support by Lionel Debieve · 1 year, 9 months ago
  17. 13a668d feat(stm32mp1): add the TRUSTED_BOARD_BOOT support by Lionel Debieve · 1 year, 9 months ago
  18. 7c70088 feat(stm32mp1): update ROM code API for header v2 management by Lionel Debieve · 1 year, 9 months ago
  19. 0ae71af feat(stm32mp1): remove unused function from boot API by Lionel Debieve · 1 year, 9 months ago
  20. 627586a refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 1 year, 9 months ago
  21. 5c66fab feat(stm32mp1): add RNG initialization in BL2 for STM32MP13 by Nicolas Le Bayon · 3 years, 7 months ago
  22. fd02b80 feat(stm32mp1): add a stm32mp crypto library by Lionel Debieve · 1 year, 9 months ago
  23. 5d3ade0 feat(st-crypto): update HASH for new hardware version used in STM32MP13 by Nicolas Toromanoff · 3 years, 6 months ago
  24. 0f634ec feat(stm32mp1): add plat_report_*_abort functions by Yann Gautier · 4 years, 10 months ago
  25. 4f79f42 Merge changes from topic "st_uart_updates" into integration by Manish Pandey · 1 year, 9 months ago
  26. ef4b7d5 fix(st): add missing string.h include by Yann Gautier · 1 year, 9 months ago
  27. 6566211 feat(stm32mp1): add early console in SP_min by Yann Gautier · 2 years, 9 months ago
  28. 6e49b7f feat(st): properly manage early console by Yann Gautier · 1 year, 10 months ago
  29. 2652ba7 feat(st): add trace for early console by Yann Gautier · 2 years, 1 month ago
  30. b55a624 fix(stm32mp1): enable crash console in FIQ handler by Yann Gautier · 2 years, 4 months ago
  31. 98e028c refactor(stm32mp1): move DT_UART_COMPAT in include file by Patrick Delaunay · 2 years, 3 months ago
  32. 4c66e0a feat(stm32mp1): configure the serial boot load address by Patrick Delaunay · 2 years, 4 months ago
  33. 665ee6c fix(stm32mp1): update the FIP load address for serial boot by Patrick Delaunay · 2 years, 4 months ago
  34. 7ae2b65 refactor(st): configure baudrate for UART programmer by Patrick Delaunay · 2 years, 4 months ago
  35. 98b4fb8 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · 2 years, 4 months ago
  36. d4e2503 feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 2 years, 10 months ago
  37. 637cd9e fix(st): add max size for FIP in eMMC boot part by Yann Gautier · 1 year, 10 months ago
  38. af19938 feat(stm32mp1): allow to override MTD base offset by Lionel Debieve · 3 years, 6 months ago
  39. bde43da feat(stm32mp1): manage second NAND OTP on STM32MP13 by Yann Gautier · 2 years, 11 months ago
  40. 129f651 feat(stm32mp1): add define for external scratch buffer for nand devices by Lionel Debieve · 3 years, 3 months ago
  41. 06cc791 feat(stm32mp1): manage STM32MP13 rev.Y by Yann Gautier · 2 years, 2 months ago
  42. b218faa feat(st): enable MMC_FLAG_SD_CMD6 for SD-cards by Yann Gautier · 4 years, 11 months ago
  43. 28b344a Merge changes from topic "st_fip_uuid" into integration by Lauren Wehrmeister · 1 year, 11 months ago
  44. d476c77 fix(stm32mp13): correct USART addresses by Yann Gautier · 2 years ago
  45. 8bed83d feat(stm32mp13): change BL33 memory mapping by Patrick Delaunay · 3 years, 3 months ago
  46. 5e111c5 feat(stm32mp1): retrieve FIP partition by type UUID by Lionel Debieve · 2 years, 4 months ago
  47. c746591 refactor(stm32mp1): update PLAT_PARTITION_MAX_ENTRIES by Yann Gautier · 2 years ago
  48. bc9f0fd feat(stm32mp15): manage OP-TEE shared memory by Yann Gautier · 2 years ago
  49. d269f81 Merge "feat(stm32mp1): save boot auth status and partition info" into integration by Manish Pandey · 2 years ago
  50. f07e8f3 feat(stm32mp1): save boot auth status and partition info by Igor Opaniuk · 2 years ago
  51. e622a3d feat(stm32mp1): optionally use paged OP-TEE by Yann Gautier · 2 years ago
  52. 692b1c7 Merge changes from topic "stm32mp-emmc-boot-fip" into integration by Madhukar Pappireddy · 2 years, 1 month ago
  53. e78db3b feat(st): search pinctrl node by compatible by Yann Gautier · 2 years, 4 months ago
  54. bd68528 feat(stm32mp1): extend STM32MP_EMMC_BOOT support to FIP format by Ahmad Fatoum · 2 years, 1 month ago
  55. f9f72d9 build(stm32mp1): platform changes for verifying gpt header crc by Rohit Ner · 2 years, 1 month ago
  56. c8437b3 fix(stm32mp1): include assert.h to fix build failure by Manish V Badarkhe · 2 years, 1 month ago
  57. 657902b Merge "fix(st): add missing header include" into integration by Manish Pandey · 2 years, 2 months ago
  58. 8636a5f fix(st): add missing header include by Yann Gautier · 2 years, 2 months ago
  59. c6f77b0 fix(st): fix NULL pointer dereference issues by Yann Gautier · 2 years, 2 months ago
  60. fab7628 refactor(st): update set_config_info function call by Manish V Badarkhe · 2 years, 4 months ago
  61. 282b103 Merge changes from topic "st_fwu_bkp_reg" into integration by Madhukar Pappireddy · 2 years, 2 months ago
  62. fb15337 fix(stm32mp1): correct dtc version check by Yann Gautier · 2 years, 2 months ago
  63. 4e2c51b Merge changes from topic "st_nvmem_layout" into integration by Manish Pandey · 2 years, 2 months ago
  64. 23ee368 fix(st): remove extra chars from dtc version by Yann Gautier · 2 years, 3 months ago
  65. 5a937cd feat(stm32mp1): retry 3 times FWU trial boot by Nicolas Toromanoff · 2 years, 5 months ago
  66. 9bbd26a refactor(stm32mp1): update backup reg for FWU by Yann Gautier · 2 years, 3 months ago
  67. 82ece5c refactor(stm32mp1): drop the "st,stm32-nvmem-layout" node by Patrick Delaunay · 2 years, 4 months ago
  68. 7dac203 refactor(st): remove useless includes by Yann Gautier · 2 years, 3 months ago
  69. 0c0e103 feat(stm32mp1): select platform compilation either by flag or DT by Yann Gautier · 3 years, 3 months ago
  70. 0108791 feat(stm32mp1-fdts): add DDR support for STM32MP13 by Nicolas Le Bayon · 3 years, 6 months ago
  71. f03dee5 feat(stm32mp1): updates for STM32MP13 device tree compilation by Yann Gautier · 4 years, 4 months ago
  72. 1877b13 feat(stm32mp1): add "Boot mode" management for STM32MP13 by Nicolas Toromanoff · 3 years, 5 months ago
  73. 07cf3f2 feat(stm32mp1): manage HSLV on STM32MP13 by Yann Gautier · 3 years, 6 months ago
  74. 006bb51 feat(stm32mp1): add sdmmc compatible in platform define by Yann Gautier · 3 years, 5 months ago
  75. 4a16484 feat(stm32mp1): update IO compensation on STM32MP13 by Yann Gautier · 3 years, 8 months ago
  76. b2ba78e feat(stm32mp1): call pmic_voltages_init() in platform init by Yann Gautier · 2 years, 5 months ago
  77. 34cbf23 feat(stm32mp1): update CFG0 OTP for STM32MP13 by Nicolas Le Bayon · 3 years, 7 months ago
  78. b4028ed feat(stm32mp1): usb descriptor update for STM32MP13 by Patrick Delaunay · 3 years, 10 months ago
  79. 1308d75 feat(st-clock): add clock driver for STM32MP13 by Gabriel Fernandez · 4 years, 4 months ago
  80. f36a1d3 feat(stm32mp1): get CPU info from SYSCFG on STM32MP13 by Yann Gautier · 4 years, 2 months ago
  81. 256c6b9 feat(stm32mp1): use only one filter for TZC400 on STM32MP13 by Yann Gautier · 3 years, 8 months ago
  82. 84cbde3 feat(stm32mp1): add a second fixed regulator by Lionel Debieve · 3 years, 3 months ago
  83. 84d994b feat(stm32mp1): adaptations for STM32MP13 image header by Yann Gautier · 4 years, 3 months ago
  84. 1e07226 feat(stm32mp1): update boot API for header v2.0 by Lionel Debieve · 4 years, 3 months ago
  85. 434fa2d feat(stm32mp1): update IP addresses for STM32MP13 by Yann Gautier · 3 years, 3 months ago
  86. 16188f3 feat(stm32mp1): add part numbers for STM32MP13 by Yann Gautier · 4 years, 5 months ago
  87. 0fd6e23 feat(stm32mp1): chip rev. Z is 0x1001 on STM32MP13 by Yann Gautier · 2 years, 10 months ago
  88. 8200047 feat(stm32mp1): update BACKUP_BOOT_MODE for STM32MP13 by Yann Gautier · 4 years, 5 months ago
  89. 6bd30e2 feat(stm32mp1): stm32mp_is_single_core() for STM32MP13 by Yann Gautier · 4 years, 5 months ago
  90. cc5f89a feat(stm32mp1): remove unsupported features on STM32MP13 by Yann Gautier · 4 years, 5 months ago
  91. 15e8483 feat(stm32mp1): update memory mapping for STM32MP13 by Yann Gautier · 4 years, 5 months ago
  92. 94389ef feat(stm32mp1): introduce new flag for STM32MP13 by Sebastien Pasdeloup · 3 years, 7 months ago
  93. dfa46cc feat(st): update stm32image tool for header v2 by Nicolas Le Bayon · 4 years, 8 months ago
  94. caa2e05 fix(security): apply SMCCC_ARCH_WORKAROUND_3 to A73/A75/A72/A57 by Bipin Ravi · 2 years, 4 months ago
  95. e8b31fa fix(st): don't try to read boot partition on SD cards by Uwe Kleine-König · 2 years, 4 months ago
  96. b02dd49 refactor(st): configure UART baudrate by Yann Gautier · 2 years, 4 months ago
  97. f80029c fix(stm32mp1): fix enum prints by Yann Gautier · 2 years, 4 months ago
  98. d648608 Merge changes from topic "st-format-signedness" into integration by Madhukar Pappireddy · 2 years, 4 months ago
  99. 3c7be34 feat(stm32mp1): enable format-signedness warning by Yann Gautier · 2 years, 5 months ago
  100. 37bea08 fix(stm32mp1): correct types in messages by Yann Gautier · 2 years, 5 months ago