1. ac4b8b0 feat(stm32mp1): warn when debug enabled on secure chip by Lionel Debieve · 6 years ago
  2. 49abdfd feat(st): disable authentication based on part_number by Lionel Debieve · 6 years ago
  3. f5a3688 feat(stm32mp1): manage monotonic counter by Yann Gautier · 6 years ago
  4. 072d753 refactor(st-drivers): improve BSEC driver by Nicolas Le Bayon · 6 years ago
  5. ba02add feat(stm32mp1): add logic to pass the boot index to the Update Agent by Sughosh Ganu · 3 years, 8 months ago
  6. 1f4513c refactor(stm32mp1): add helpers for IO compensation cells by Yann Gautier · 4 years, 8 months ago
  7. 9b75d94 Merge changes from topic "st_fixes" into integration by Manish Pandey · 3 years, 7 months ago
  8. 21cfa45 fix(stm32mp1): do not reopen debug features by Yann Gautier · 3 years, 11 months ago
  9. 9a73a56 fix(stm32mp1): set reset pulse duration to 31ms by Yann Gautier · 4 years, 3 months ago
  10. 967a8e6 feat(stm32mp1): register fixed regulator by Pascal Paillet · 4 years, 6 months ago
  11. ae7792e refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · 6 years ago
  12. 0c16e7d refactor(stm32mp1): re-order drivers init by Yann Gautier · 4 years, 11 months ago
  13. ff7675e fix(stm32mp1): correct include order by Yann Gautier · 3 years, 8 months ago
  14. 7468be1 Merge changes from topic "fconf_get_index" into integration by Madhukar Pappireddy · 3 years, 8 months ago
  15. acf28c2 feat(st): protect UART during platform init by Yann Gautier · 3 years, 10 months ago
  16. 8624094 refactor(stm32mp1): improve console management in BL2 by Yann Gautier · 3 years, 10 months ago
  17. 4dc77a3 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · 3 years, 8 months ago
  18. d7176f0 fix(stm32mp1): deconfigure UART RX pins by Yann Gautier · 4 years, 2 months ago
  19. b706608 feat(stm32mp1): skip TOS_FW_CONFIG if not in FIP by Yann Gautier · 3 years, 8 months ago
  20. 9083fa1 feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · 3 years, 9 months ago
  21. fa92fef feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target by Patrick Delaunay · 4 years, 1 month ago
  22. d5a84ee feat(plat/st): manage io_policies with FCONF by Yann Gautier · 4 years, 1 month ago
  23. 29332bc feat(plat/st): use FCONF to configure platform by Yann Gautier · 4 years, 1 month ago
  24. 18b415b feat(plat/st): improve FIP image loading from MMC by Yann Gautier · 4 years, 2 months ago
  25. 1d204ee feat(plat/st): use FIP to load images by Yann Gautier · 4 years, 3 months ago
  26. 84090d2 refactor(plat/st): updates for OP-TEE by Yann Gautier · 4 years, 1 month ago
  27. 99080bd fix(plat/st): apply security at the end of BL2 by Yann Gautier · 4 years ago
  28. c1ad41f refactor(plat/st): map DDR secure at boot by Yann Gautier · 5 years ago
  29. c20b060 refactor(plat/st): avoid fixed DT address by Yann Gautier · 5 years ago
  30. 62fbb31 stm32mp1: enable PIE for BL32 by Yann Gautier · 4 years, 6 months ago
  31. 45c70e6 drivers: stm32_reset adapt interface to timeout argument by Etienne Carriere · 6 years ago
  32. 5813e6e stm32mp1: use stm32mp_get_ddr_ns_size() function by Yann Gautier · 5 years ago
  33. 9c52e69 stm32mp1: set XN attribute for some areas in BL2 by Yann Gautier · 6 years ago
  34. 84686ba stm32mp1: dynamically map DDR later and non-cacheable during its test by Yann Gautier · 6 years ago
  35. c10db6d stm32: Use generic console_t data structure by Andre Przywara · 6 years ago
  36. 4bdb1a7 stm32mp1: add authentication support for stm32image by Lionel Debieve · 6 years ago
  37. ebf851e stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · 6 years ago
  38. 10e7a9e stm32mp1: print information about board by Yann Gautier · 6 years ago
  39. dec286d stm32mp1: print information about SoC by Yann Gautier · 6 years ago
  40. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 6 years ago
  41. f33b243 stm32mp1: add general SYSCFG management by Yann Gautier · 6 years ago
  42. 1989a19 stm32mp1: add OP-TEE support by Yann Gautier · 6 years ago
  43. b053a22 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 6 years ago
  44. 0d21680 stm32mp1: update clock driver by Yann Gautier · 6 years ago
  45. 7ae58c6 stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · 6 years ago
  46. d82d4ff stm32mp1: update I2C and PMIC drivers by Yann Gautier · 6 years ago
  47. e0a8ce5 stm32mp1: remove some dependencies on clocks and reset in drivers by Yann Gautier · 6 years ago
  48. 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 6 years ago
  49. c9d75b3 stm32mp1: split code between common and private parts by Yann Gautier · 6 years ago
  50. 59a1cdf stm32mp1: update platform files by Yann Gautier · 7 years ago
  51. 23684d0 stm32mp1: rename stpmu1 to stpmic1 by Yann Gautier · 7 years ago
  52. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  53. cce37d4 stm32mp1: use MULTI_CONSOLE_API by Yann Gautier · 7 years ago
  54. 10a511c stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · 7 years ago
  55. e4f559f stm32mp1: Add PMIC support by Yann Gautier · 7 years ago
  56. 278c34d stm32mp1: Add console support by Yann Gautier · 7 years ago
  57. e58a53f stm32mp1: save boot information in backup registers by Yann Gautier · 7 years ago
  58. 7839a05 stm32mp1: Add clock and reset support by Yann Gautier · 7 years ago
  59. 4353bb2 Introduce STMicroelectronics STM32MP1 platform by Yann Gautier · 7 years ago