1. cb0dbc4 stm32mp1: Add support for SPI-NOR boot device by Lionel Debieve · Wed Sep 25 09:11:31 2019 +0200
  2. 186b046 stm32mp1: Add support for SPI-NAND boot device by Lionel Debieve · Tue Sep 24 18:30:12 2019 +0200
  3. 402a46b stm32mp1: Add support for raw NAND boot device by Lionel Debieve · Mon Nov 04 12:28:15 2019 +0100
  4. 0708441 stm32mp1: Reduce MAX_XLAT_TABLES to 4 by Nicolas Le Bayon · Fri Sep 27 11:05:31 2019 +0200
  5. b0899eb stm32mp: add DT helper for reg by name by Lionel Debieve · Tue Sep 24 17:41:11 2019 +0200
  6. 3f42cad stm32mp1: add compilation flags for boot devices by Nicolas Le Bayon · Tue Sep 03 09:52:05 2019 +0200
  7. 978b746 plat/st: Fix incorrect return value by Lionel Debieve · Mon Nov 18 15:52:13 2019 +0100
  8. 94a552f delay: timeout detection support by Lionel Debieve · Tue Sep 24 16:59:56 2019 +0200
  9. 7bd96f4 stm32mp1: add authentication support for stm32image by Lionel Debieve · Tue Sep 03 12:22:23 2019 +0200
  10. 0e73d73 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · Mon Sep 16 12:17:09 2019 +0200
  11. a30e5f7 stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · Wed Sep 04 11:55:10 2019 +0200
  12. e97b663 stm32mp1: move check_header() to common code by Yann Gautier · Fri Apr 19 10:48:36 2019 +0200
  13. 738df26 stm32mp1: keep console during runtime by Yann Gautier · Wed Apr 24 16:14:22 2019 +0200
  14. 7ffe84b stm32mp1: sp_min: initialize MMU and cache earlier by Yann Gautier · Thu Jul 11 10:45:09 2019 +0200
  15. 917a00c stm32mp1: add support for LpDDR3 by Yann Gautier · Tue Apr 16 16:20:58 2019 +0200
  16. f540a59 stm32mp1: use a common function to check spinlock is available by Yann Gautier · Wed May 22 19:13:51 2019 +0200
  17. af19ff9 stm32mp1: check if the SoC is single core by Yann Gautier · Tue Jun 04 18:23:10 2019 +0200
  18. 35dc077 stm32mp1: print information about board by Yann Gautier · Mon May 13 18:34:48 2019 +0200
  19. c737405 stm32mp1: print information about SoC by Yann Gautier · Tue Jun 04 18:02:37 2019 +0200
  20. 091eab5 stm32mp1: add watchdog support by Yann Gautier · Tue Jun 04 18:06:34 2019 +0200
  21. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  22. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · Thu Apr 04 09:13:28 2019 +0100
  23. 33b96fc stm32mp1: increase device tree size to 20kB by Yann Gautier · Fri Apr 19 10:55:03 2019 +0200
  24. 1bef97a stm32mp1: make dt_get_stdout_node_offset() static by Yann Gautier · Tue Jun 04 17:20:44 2019 +0200
  25. 4baf582 stm32mp1: use unsigned values for SDMMC defines by Yann Gautier · Thu May 09 13:25:52 2019 +0200
  26. 2c1fa28 stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCES by Yann Gautier · Thu May 09 11:56:30 2019 +0200
  27. 3edc7c3 stm32mp1: add general SYSCFG management by Yann Gautier · Mon May 20 19:17:08 2019 +0200
  28. e3bf913 stm32mp1: move stm32_get_gpio_bank_clock() to private file by Yann Gautier · Tue May 07 18:52:17 2019 +0200
  29. 5f2e874 clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · Fri May 17 15:57:56 2019 +0200
  30. b3386f7 stm32mp1: add OP-TEE support by Yann Gautier · Fri Apr 19 09:41:01 2019 +0200
  31. e3de4c0 stm32mp1: fix TZC400 configuration against non-secure DDR by Yann Gautier · Thu Apr 18 15:32:10 2019 +0200
  32. 06c6504 stm32mp1: remove useless define by Yann Gautier · Mon Apr 15 17:44:35 2019 +0200
  33. eae3fbf stm32mp: split stm32mp_io_setup function by Yann Gautier · Tue Apr 23 13:34:03 2019 +0200
  34. 85c1245 stm32mp1: zeromem device_info struct by Yann Gautier · Thu Mar 07 10:54:34 2019 +0100
  35. ed34232 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · Fri Feb 15 17:33:27 2019 +0100
  36. e4a3c35 stm32mp1: update clock driver by Yann Gautier · Thu Feb 14 10:53:33 2019 +0100
  37. 3d78a2e stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · Thu Feb 14 11:01:20 2019 +0100
  38. 4d42947 stm32mp1: split clkfunc code by Yann Gautier · Thu Feb 14 11:15:20 2019 +0100
  39. f3928f6 stm32mp1: update I2C and PMIC drivers by Yann Gautier · Thu Feb 14 11:15:03 2019 +0100
  40. e753470 Introduce timeout_init_us/timeout_elapsed() delay tracking with CNTPCT. by Yann Gautier · Thu Feb 14 11:14:18 2019 +0100
  41. b5d2ed4 stm32mp1: remove some dependencies on clocks and reset in drivers by Yann Gautier · Thu Feb 14 11:13:50 2019 +0100
  42. a2e2a30 stm32mp1: make functions and macros more common by Yann Gautier · Thu Feb 14 11:13:39 2019 +0100
  43. ee8f542 stm32mp1: split code between common and private parts by Yann Gautier · Thu Feb 14 11:13:25 2019 +0100
  44. 14d769c stm32mp1: set ETZPC controlled peripherals and GPIOZ as non-secure by Yann Gautier · Fri Jan 18 11:13:15 2019 +0100
  45. 52448ab stm322mp1: add BSEC service by Yann Gautier · Thu Jan 17 14:53:24 2019 +0100
  46. 36a1e4b stm32mp1: add BSEC driver by Yann Gautier · Thu Jan 17 14:52:47 2019 +0100
  47. 05be8d8 stm32mp1: add support for SiP services by Yann Gautier · Thu Jan 17 14:51:25 2019 +0100
  48. 038bff2 stm32mp1: update device tree and gpio functions by Yann Gautier · Thu Jan 17 19:17:47 2019 +0100
  49. f9d40d5 stm32mp1: update platform files by Yann Gautier · Thu Jan 17 14:41:46 2019 +0100
  50. a45433b stm32mp1: rename stpmu1 to stpmic1 by Yann Gautier · Wed Jan 16 18:31:00 2019 +0100
  51. 113f31e drivers: st: move i2c driver in its own folder by Yann Gautier · Thu Jan 17 09:34:18 2019 +0100
  52. 57e282b stm32mp1: do not include platform header files directly in drivers by Yann Gautier · Mon Jan 07 11:17:24 2019 +0100
  53. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  54. fe26da5 stm32mp1: remove useless compilation flags by Yann Gautier · Thu Dec 13 15:01:53 2018 +0100
  55. 8210b45 Merge pull request #1700 from jwerner-chromium/JW_crashfix by Soby Mathew · Mon Dec 10 14:00:01 2018 +0000
  56. 6b88b65 drivers/console: Link console framework code by default by Julius Werner · Tue Nov 27 17:50:28 2018 -0800
  57. 03f0468 stm32mp: check stm32_sdmmc2_mmc_init return by Yann Gautier · Thu Nov 29 15:44:04 2018 +0100
  58. 8593e44 stm32mp1: use MULTI_CONSOLE_API by Yann Gautier · Wed Nov 14 18:46:15 2018 +0100
  59. f9af3bc stm32mp1: correct some static analysis tools issues by Yann Gautier · Fri Nov 09 15:57:18 2018 +0100
  60. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  61. 8244e1d stm32mp1: update platform files to use MMC devices by Yann Gautier · Mon Oct 15 09:36:58 2018 +0200
  62. 5380b0d stm32mp1: add sdmmc2 driver by Yann Gautier · Mon Oct 15 09:36:04 2018 +0200
  63. 0c70c95 stm32mp1: Migrate to new interfaces by Antonio Nino Diaz · Mon Sep 24 17:16:41 2018 +0100
  64. 4bef6b0 layerscape: stm32mp1: Migrate to enable_mmu_svc_mon() by Antonio Nino Diaz · Tue Aug 07 16:35:54 2018 +0100
  65. 761797d stm32mp1: Link BL2, BL32 and DTB in one binary by Yann Gautier · Mon Jul 16 14:34:50 2018 +0200
  66. 9d135e4 stm32mp1: Add BL32 SP_min secure monitor by Yann Gautier · Mon Jul 16 19:36:06 2018 +0200
  67. caf575b stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · Tue Jul 24 17:18:19 2018 +0200
  68. bb836ee stm32mp1: Add PMIC support by Yann Gautier · Mon Jul 16 17:55:07 2018 +0200
  69. 69035a8 stm32mp1: Add console support by Yann Gautier · Thu Jul 05 16:48:16 2018 +0200
  70. 4193466 stm32mp1: save boot information in backup registers by Yann Gautier · Fri Jul 20 11:36:05 2018 +0200
  71. d0ca7f4 stm32mp1: Add GPIO support by Yann Gautier · Fri Jul 13 21:33:09 2018 +0200
  72. 9aea69e stm32mp1: Add clock and reset support by Yann Gautier · Tue Jul 24 17:13:36 2018 +0200
  73. 4b0c72a Introduce STMicroelectronics STM32MP1 platform by Yann Gautier · Mon Jul 16 10:54:09 2018 +0200