1. f12b745 feat(plat/st/stm32mp1): add USB DFU support for STM32MP1 by Patrick Delaunay · Wed Jun 30 17:06:19 2021 +0200
  2. 5c84e74 fix(plat/st): add UART reset in crash console init by Yann Gautier · Mon Sep 14 17:21:59 2020 +0200
  3. 68e6d69 refactor(plat/st): use TZC400 bindings by Yann Gautier · Mon Jul 05 14:07:29 2021 +0200
  4. 658775c feat(plat/st): use FCONF to configure platform by Yann Gautier · Tue Jul 06 10:00:44 2021 +0200
  5. 0ed7b2a feat(plat/st): use FIP to load images by Yann Gautier · Wed May 19 18:48:16 2021 +0200
  6. a0a6ff6 refactor(plat/st): export functions to get SoC information by Yann Gautier · Mon May 10 16:05:18 2021 +0200
  7. 83d7b18 stm32mp1: set BL sizes regardless of flags by Yann Gautier · Fri Apr 16 18:22:12 2021 +0200
  8. 2f97423 stm32mp1: use TZC400 macro to describe filters by Yann Gautier · Thu Sep 17 12:25:05 2020 +0200
  9. a18f61b stm32mp1: get peripheral base address from a define by Yann Gautier · Tue May 05 17:58:40 2020 +0200
  10. 7b64e3e stm32mp1: add support for new SoC profiles by Lionel Debieve · Fri May 17 16:01:18 2019 +0200
  11. 2d64b53 stm32mp1: support of STM32MP15x Rev.Z by Lionel Debieve · Tue Jun 25 10:40:37 2019 +0200
  12. 4ede20a fdts: stm32mp1: realign device tree with kernel by Yann Gautier · Fri Sep 18 15:04:14 2020 +0200
  13. 34f0e93 stm32mp1: SCMI clock and reset service in SP_MIN by Etienne Carriere · Thu Jul 16 17:36:18 2020 +0200
  14. 0cfbff9 stm32mp1: register shared resource per IOMEM address by Etienne Carriere · Wed May 13 10:16:21 2020 +0200
  15. a5b7388 Merge changes from topic "stm32-shres" into integration by Mark Dykes · Thu Jul 02 16:11:10 2020 +0000
  16. 72369b1 stm32mp1: use last page of SYSRAM as SCMI shared memory by Etienne Carriere · Sun Dec 08 08:17:56 2019 +0100
  17. 316d634 stm32mp1: shared resources: define resource identifiers by Etienne Carriere · Mon Dec 02 10:08:48 2019 +0100
  18. e96162e plat/stm32mp1: sp_min relies on etzpc driver by Etienne Carriere · Fri Apr 10 11:32:54 2020 +0200
  19. 8f268c8 stm32mp1: add a function to get non-secure DDR size by Yann Gautier · Wed Feb 26 13:39:44 2020 +0100
  20. fc9b411 Enable -Wredundant-decls warning check by Madhukar Pappireddy · Mon Dec 23 14:49:52 2019 -0600
  21. cb0dbc4 stm32mp1: Add support for SPI-NOR boot device by Lionel Debieve · Wed Sep 25 09:11:31 2019 +0200
  22. 186b046 stm32mp1: Add support for SPI-NAND boot device by Lionel Debieve · Tue Sep 24 18:30:12 2019 +0200
  23. 402a46b stm32mp1: Add support for raw NAND boot device by Lionel Debieve · Mon Nov 04 12:28:15 2019 +0100
  24. 0708441 stm32mp1: Reduce MAX_XLAT_TABLES to 4 by Nicolas Le Bayon · Fri Sep 27 11:05:31 2019 +0200
  25. 7bd96f4 stm32mp1: add authentication support for stm32image by Lionel Debieve · Tue Sep 03 12:22:23 2019 +0200
  26. 917a00c stm32mp1: add support for LpDDR3 by Yann Gautier · Tue Apr 16 16:20:58 2019 +0200
  27. 35dc077 stm32mp1: print information about board by Yann Gautier · Mon May 13 18:34:48 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. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  31. 33b96fc stm32mp1: increase device tree size to 20kB by Yann Gautier · Fri Apr 19 10:55:03 2019 +0200
  32. 4baf582 stm32mp1: use unsigned values for SDMMC defines by Yann Gautier · Thu May 09 13:25:52 2019 +0200
  33. 3edc7c3 stm32mp1: add general SYSCFG management by Yann Gautier · Mon May 20 19:17:08 2019 +0200
  34. b3386f7 stm32mp1: add OP-TEE support by Yann Gautier · Fri Apr 19 09:41:01 2019 +0200
  35. 06c6504 stm32mp1: remove useless define by Yann Gautier · Mon Apr 15 17:44:35 2019 +0200
  36. ed34232 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · Fri Feb 15 17:33:27 2019 +0100
  37. e4a3c35 stm32mp1: update clock driver by Yann Gautier · Thu Feb 14 10:53:33 2019 +0100
  38. 3d78a2e stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · Thu Feb 14 11:01:20 2019 +0100
  39. 4d42947 stm32mp1: split clkfunc code by Yann Gautier · Thu Feb 14 11:15:20 2019 +0100
  40. b5d2ed4 stm32mp1: remove some dependencies on clocks and reset in drivers by Yann Gautier · Thu Feb 14 11:13:50 2019 +0100
  41. a2e2a30 stm32mp1: make functions and macros more common by Yann Gautier · Thu Feb 14 11:13:39 2019 +0100
  42. ee8f542 stm32mp1: split code between common and private parts by Yann Gautier · Thu Feb 14 11:13:25 2019 +0100
  43. 36a1e4b stm32mp1: add BSEC driver by Yann Gautier · Thu Jan 17 14:52:47 2019 +0100
  44. 038bff2 stm32mp1: update device tree and gpio functions by Yann Gautier · Thu Jan 17 19:17:47 2019 +0100
  45. f9d40d5 stm32mp1: update platform files by Yann Gautier · Thu Jan 17 14:41:46 2019 +0100
  46. 57e282b stm32mp1: do not include platform header files directly in drivers by Yann Gautier · Mon Jan 07 11:17:24 2019 +0100
  47. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  48. 5380b0d stm32mp1: add sdmmc2 driver by Yann Gautier · Mon Oct 15 09:36:04 2018 +0200
  49. 9d135e4 stm32mp1: Add BL32 SP_min secure monitor by Yann Gautier · Mon Jul 16 19:36:06 2018 +0200
  50. 4193466 stm32mp1: save boot information in backup registers by Yann Gautier · Fri Jul 20 11:36:05 2018 +0200
  51. 4b0c72a Introduce STMicroelectronics STM32MP1 platform by Yann Gautier · Mon Jul 16 10:54:09 2018 +0200