1. 4bdb1a7 stm32mp1: add authentication support for stm32image by Lionel Debieve · 6 years ago
  2. f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 6 years ago
  3. ebf851e stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · 6 years ago
  4. 083bca2 stm32mp1: keep console during runtime by Yann Gautier · 6 years ago
  5. 02f5d82 stm32mp1: sp_min: initialize MMU and cache earlier by Yann Gautier · 6 years ago
  6. 4b549b2 stm32mp1: add support for LpDDR3 by Yann Gautier · 6 years ago
  7. b2182cd stm32mp1: check if the SoC is single core by Yann Gautier · 6 years ago
  8. 10e7a9e stm32mp1: print information about board by Yann Gautier · 6 years ago
  9. dec286d stm32mp1: print information about SoC by Yann Gautier · 6 years ago
  10. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 6 years ago
  11. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  12. 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 6 years ago
  13. 0a01677 stm32mp1: increase device tree size to 20kB by Yann Gautier · 6 years ago
  14. 29a5072 stm32mp1: use unsigned values for SDMMC defines by Yann Gautier · 6 years ago
  15. d304158 stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCES by Yann Gautier · 6 years ago
  16. f33b243 stm32mp1: add general SYSCFG management by Yann Gautier · 6 years ago
  17. 8f282da stm32mp1: move stm32_get_gpio_bank_clock() to private file by Yann Gautier · 6 years ago
  18. f66358a clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · 6 years ago
  19. 1989a19 stm32mp1: add OP-TEE support by Yann Gautier · 6 years ago
  20. eb4519e stm32mp1: fix TZC400 configuration against non-secure DDR by Yann Gautier · 6 years ago
  21. 4d95bed stm32mp1: remove useless define by Yann Gautier · 6 years ago
  22. b053a22 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 6 years ago
  23. 0d21680 stm32mp1: update clock driver by Yann Gautier · 6 years ago
  24. 7ae58c6 stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · 6 years ago
  25. 447b2b1 stm32mp1: split clkfunc code by Yann Gautier · 6 years ago
  26. d82d4ff stm32mp1: update I2C and PMIC drivers by Yann Gautier · 6 years ago
  27. e0a8ce5 stm32mp1: remove some dependencies on clocks and reset in drivers by Yann Gautier · 6 years ago
  28. 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 6 years ago
  29. c9d75b3 stm32mp1: split code between common and private parts by Yann Gautier · 6 years ago
  30. 7747356 stm32mp1: set ETZPC controlled peripherals and GPIOZ as non-secure by Yann Gautier · 7 years ago
  31. c7ba52d stm322mp1: add BSEC service by Yann Gautier · 7 years ago
  32. 88ef042 stm32mp1: add BSEC driver by Yann Gautier · 7 years ago
  33. a42bad3 stm32mp1: add support for SiP services by Yann Gautier · 7 years ago
  34. 1fc2130 stm32mp1: update device tree and gpio functions by Yann Gautier · 7 years ago
  35. 59a1cdf stm32mp1: update platform files by Yann Gautier · 7 years ago
  36. 23684d0 stm32mp1: rename stpmu1 to stpmic1 by Yann Gautier · 7 years ago
  37. 435832a drivers: st: move i2c driver in its own folder by Yann Gautier · 7 years ago
  38. 6e6ab28 stm32mp1: do not include platform header files directly in drivers by Yann Gautier · 7 years ago
  39. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  40. 941ba04 stm32mp1: remove useless compilation flags by Yann Gautier · 7 years ago
  41. 85456a9 Merge pull request #1700 from jwerner-chromium/JW_crashfix by Soby Mathew · 7 years ago
  42. 985ee0b drivers/console: Link console framework code by default by Julius Werner · 7 years ago
  43. ba7f9bf stm32mp: check stm32_sdmmc2_mmc_init return by Yann Gautier · 7 years ago
  44. cce37d4 stm32mp1: use MULTI_CONSOLE_API by Yann Gautier · 7 years ago
  45. 3e6fab4 stm32mp1: correct some static analysis tools issues by Yann Gautier · 7 years ago
  46. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  47. aec7de4 stm32mp1: update platform files to use MMC devices by Yann Gautier · 7 years ago
  48. 8e2e5e8 stm32mp1: add sdmmc2 driver by Yann Gautier · 7 years ago
  49. de5457e stm32mp1: Migrate to new interfaces by Antonio Nino Diaz · 7 years ago
  50. 4c72c3f layerscape: stm32mp1: Migrate to enable_mmu_svc_mon() by Antonio Nino Diaz · 7 years ago
  51. f74cbc9 stm32mp1: Link BL2, BL32 and DTB in one binary by Yann Gautier · 7 years ago
  52. 964dfee stm32mp1: Add BL32 SP_min secure monitor by Yann Gautier · 7 years ago
  53. 10a511c stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · 7 years ago
  54. e4f559f stm32mp1: Add PMIC support by Yann Gautier · 7 years ago
  55. 278c34d stm32mp1: Add console support by Yann Gautier · 7 years ago
  56. e58a53f stm32mp1: save boot information in backup registers by Yann Gautier · 7 years ago
  57. 6a339a4 stm32mp1: Add GPIO support 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