1. 1877b13 feat(stm32mp1): add "Boot mode" management for STM32MP13 by Nicolas Toromanoff · Wed Feb 03 16:52:03 2021 +0100
  2. f36a1d3 feat(stm32mp1): get CPU info from SYSCFG on STM32MP13 by Yann Gautier · Tue Apr 21 15:03:59 2020 +0200
  3. 1e07226 feat(stm32mp1): update boot API for header v2.0 by Lionel Debieve · Wed Apr 08 12:08:55 2020 +0200
  4. d1f8713 feat(stm32mp1): add support for reading the metadata partition by Sughosh Ganu · Wed Dec 01 16:46:34 2021 +0530
  5. b76c61a refactor(stm32mp1): add helpers for IO compensation cells by Yann Gautier · Wed Dec 16 10:17:35 2020 +0100
  6. 230bf91 feat(stm32mp1): enable BL2_IN_XIP_MEM to remove relocation sections by Yann Gautier · Wed Sep 15 11:30:25 2021 +0200
  7. 076c594 fix(stm32mp1): do not reopen debug features by Yann Gautier · Wed Sep 15 14:49:48 2021 +0200
  8. 6eef525 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · Fri Dec 10 17:04:40 2021 +0100
  9. cd16df3 fix(stm32mp1): deconfigure UART RX pins by Yann Gautier · Fri Jun 04 14:04:05 2021 +0200
  10. e50571b feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · Thu Oct 28 13:48:52 2021 +0200
  11. 9c5ee78 feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target by Patrick Delaunay · Tue Jul 06 14:07:56 2021 +0200
  12. 1dc5e2e feat(plat/st): add a new DDR firewall management by Lionel Debieve · Sun Sep 27 21:13:53 2020 +0200
  13. 0ed7b2a feat(plat/st): use FIP to load images by Yann Gautier · Wed May 19 18:48:16 2021 +0200
  14. 152897d fix(plat/st): correct BSEC error code management by Nicolas Le Bayon · Tue Jan 14 14:03:39 2020 +0100
  15. e43a080 feat(plat/st): add STM32MP_EMMC_BOOT option by Vyacheslav Yurkov · Fri Jun 04 10:10:51 2021 +0200
  16. ebf15ba refactor(plat/st): rename OP-TEE pager to core by Yann Gautier · Wed May 19 16:10:25 2021 +0200
  17. dca6154 stm32mp1: enable PIE for BL32 by Yann Gautier · Wed Feb 10 18:19:23 2021 +0100
  18. 34f0e93 stm32mp1: SCMI clock and reset service in SP_MIN by Etienne Carriere · Thu Jul 16 17:36:18 2020 +0200
  19. 316d634 stm32mp1: shared resources: define resource identifiers by Etienne Carriere · Mon Dec 02 10:08:48 2019 +0100
  20. 8f268c8 stm32mp1: add a function to get non-secure DDR size by Yann Gautier · Wed Feb 26 13:39:44 2020 +0100
  21. fc9b411 Enable -Wredundant-decls warning check by Madhukar Pappireddy · Mon Dec 23 14:49:52 2019 -0600
  22. 3184eea st: Unify Platform specific defines for PSCI module by Deepika Bhavnani · Fri Dec 13 10:53:12 2019 -0600
  23. cb0dbc4 stm32mp1: Add support for SPI-NOR boot device by Lionel Debieve · Wed Sep 25 09:11:31 2019 +0200
  24. 186b046 stm32mp1: Add support for SPI-NAND boot device by Lionel Debieve · Tue Sep 24 18:30:12 2019 +0200
  25. 402a46b stm32mp1: Add support for raw NAND boot device by Lionel Debieve · Mon Nov 04 12:28:15 2019 +0100
  26. 978b746 plat/st: Fix incorrect return value by Lionel Debieve · Mon Nov 18 15:52:13 2019 +0100
  27. 7bd96f4 stm32mp1: add authentication support for stm32image by Lionel Debieve · Tue Sep 03 12:22:23 2019 +0200
  28. c737405 stm32mp1: print information about SoC by Yann Gautier · Tue Jun 04 18:02:37 2019 +0200
  29. 091eab5 stm32mp1: add watchdog support by Yann Gautier · Tue Jun 04 18:06:34 2019 +0200
  30. 3edc7c3 stm32mp1: add general SYSCFG management by Yann Gautier · Mon May 20 19:17:08 2019 +0200
  31. b3386f7 stm32mp1: add OP-TEE support by Yann Gautier · Fri Apr 19 09:41:01 2019 +0200
  32. a2e2a30 stm32mp1: make functions and macros more common by Yann Gautier · Thu Feb 14 11:13:39 2019 +0100
  33. ee8f542 stm32mp1: split code between common and private parts by Yann Gautier · Thu Feb 14 11:13:25 2019 +0100
  34. 52448ab stm322mp1: add BSEC service by Yann Gautier · Thu Jan 17 14:53:24 2019 +0100
  35. 05be8d8 stm32mp1: add support for SiP services by Yann Gautier · Thu Jan 17 14:51:25 2019 +0100
  36. 038bff2 stm32mp1: update device tree and gpio functions by Yann Gautier · Thu Jan 17 19:17:47 2019 +0100
  37. f9d40d5 stm32mp1: update platform files by Yann Gautier · Thu Jan 17 14:41:46 2019 +0100
  38. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  39. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  40. 8244e1d stm32mp1: update platform files to use MMC devices by Yann Gautier · Mon Oct 15 09:36:58 2018 +0200
  41. 9d135e4 stm32mp1: Add BL32 SP_min secure monitor by Yann Gautier · Mon Jul 16 19:36:06 2018 +0200
  42. caf575b stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · Tue Jul 24 17:18:19 2018 +0200
  43. 69035a8 stm32mp1: Add console support by Yann Gautier · Thu Jul 05 16:48:16 2018 +0200
  44. 4193466 stm32mp1: save boot information in backup registers by Yann Gautier · Fri Jul 20 11:36:05 2018 +0200
  45. d0ca7f4 stm32mp1: Add GPIO support by Yann Gautier · Fri Jul 13 21:33:09 2018 +0200
  46. 9aea69e stm32mp1: Add clock and reset support by Yann Gautier · Tue Jul 24 17:13:36 2018 +0200
  47. 4b0c72a Introduce STMicroelectronics STM32MP1 platform by Yann Gautier · Mon Jul 16 10:54:09 2018 +0200