1. e6bd7e2 Merge changes from topic "st_ddr_updates" into integration by Manish Pandey · Fri Jan 07 17:24:54 2022 +0100
  2. d0714c0 fix(st): manage UART clock and reset only in BL2 by Yann Gautier · Wed Jan 05 18:02:46 2022 +0100
  3. 620ce33 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · Tue Mar 02 11:19:36 2021 +0100
  4. 8ce825f refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · Tue May 18 10:01:30 2021 +0200
  5. 6d8c244 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · Thu Sep 17 12:42:46 2020 +0200
  6. cf949fd Merge changes from topic "st_fixes" into integration by Manish Pandey · Tue Jan 04 18:46:59 2022 +0100
  7. 076c594 fix(stm32mp1): do not reopen debug features by Yann Gautier · Wed Sep 15 14:49:48 2021 +0200
  8. 4e06375 refactor(stm32mp1): improve DGBMCU driver by Nicolas Le Bayon · Thu Sep 19 11:27:24 2019 +0200
  9. c0882f4 fix(stm32mp1): set reset pulse duration to 31ms by Yann Gautier · Tue Apr 27 18:19:13 2021 +0200
  10. 5aa329b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · Fri Dec 24 00:13:50 2021 +0100
  11. fc7b805 feat(stm32mp1): register fixed regulator by Pascal Paillet · Fri Jan 29 14:48:49 2021 +0100
  12. 296e1ab refactor(st): update CPU and VDD voltage get by Yann Gautier · Fri Sep 17 16:08:12 2021 +0200
  13. 0b10b65 refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · Mon Nov 18 13:13:36 2019 +0100
  14. b1279e7 feat(stm32mp1): add regulator framework compilation by Yann Gautier · Wed Dec 15 13:16:15 2021 +0100
  15. 45c1e58 refactor(stm32mp1): re-order drivers init by Yann Gautier · Thu Sep 17 11:54:52 2020 +0200
  16. a205a5c feat(st): use newly introduced clock framework by Yann Gautier · Mon Aug 30 15:06:54 2021 +0200
  17. 8aac307 feat(clk): add a minimal clock framework by Gabriel Fernandez · Tue Oct 13 09:36:25 2020 +0200
  18. 0c81088 fix(stm32mp1): correct include order by Yann Gautier · Fri Dec 17 09:53:04 2021 +0100
  19. 8bac9f9 Merge changes from topic "fconf_get_index" into integration by Madhukar Pappireddy · Tue Dec 14 20:58:09 2021 +0100
  20. 3d8497c feat(st): protect UART during platform init by Yann Gautier · Mon Oct 18 16:06:22 2021 +0200
  21. 414f17c feat(stm32mp1): update console management for SP_min by Yann Gautier · Mon Oct 18 15:50:05 2021 +0200
  22. 66baa96 refactor(stm32mp1): improve console management in BL2 by Yann Gautier · Mon Oct 18 14:01:00 2021 +0200
  23. 7a81912 feat(plat/st): add a function to configure console by Yann Gautier · Mon Oct 18 15:26:33 2021 +0200
  24. aaee061 feat(stm32mp1): add stm32_get_boot_interface function by Yann Gautier · Wed Dec 16 12:04:06 2020 +0100
  25. 6eef525 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · Fri Dec 10 17:04:40 2021 +0100
  26. cd16df3 fix(stm32mp1): deconfigure UART RX pins by Yann Gautier · Fri Jun 04 14:04:05 2021 +0200
  27. 2b79c37 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · Fri Jun 11 10:54:56 2021 +0200
  28. 27f589d refactor(stm32mp1): sort compilation flags by Yann Gautier · Fri Oct 15 17:59:38 2021 +0200
  29. 19cdaa8 feat(stm32mp1): add sign-compare warning by Yann Gautier · Tue Nov 10 15:09:55 2020 +0100
  30. fd64835 feat(stm32mp1): skip TOS_FW_CONFIG if not in FIP by Yann Gautier · Mon Dec 13 15:24:41 2021 +0100
  31. e50571b feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · Thu Oct 28 13:48:52 2021 +0200
  32. fc4cac7 feat(plat/st): add STM32CubeProgrammer support on UART by Patrick Delaunay · Tue Oct 06 15:11:41 2020 +0200
  33. 48ba183 Merge changes from topic "st_usb" into integration by Madhukar Pappireddy · Tue Nov 09 06:03:32 2021 +0100
  34. 0dc9231 refactor(stm32mp1): use fconf.mk by Yann Gautier · Fri Oct 29 17:04:17 2021 +0200
  35. b43d85a fix(drivers/usb): add a optional ops get_other_speed_config_desc by Patrick Delaunay · Thu Nov 04 15:13:33 2021 +0100
  36. c623316 fix(plat/st): remove double space by Yann Gautier · Tue Nov 02 17:03:46 2021 +0100
  37. 9c5ee78 feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target by Patrick Delaunay · Tue Jul 06 14:07:56 2021 +0200
  38. f12b745 feat(plat/st/stm32mp1): add USB DFU support for STM32MP1 by Patrick Delaunay · Wed Jun 30 17:06:19 2021 +0200
  39. fb92928 feat(plat/st): add STM32CubeProgrammer support on USB by Patrick Delaunay · Mon Sep 14 11:13:34 2020 +0200
  40. 88f576f feat(plat/st): add a USB DFU stack by Patrick Delaunay · Mon Sep 14 09:38:16 2020 +0200
  41. e927215 build(fdt-wrappers): introduce FDT wrappers makefile by Chris Kay · Tue Sep 28 15:52:14 2021 +0100
  42. 2bd419a Merge changes from topic "st_dt_match_instance" into integration by Mark Dykes · Fri Oct 15 20:53:01 2021 +0200
  43. 92ffd7a Merge "fix(plat/st): only check header major when booting" into integration by Manish Pandey · Fri Oct 15 13:48:10 2021 +0200
  44. b499ee5 Merge "fix(plat/st): correct signedness comparison issue" into integration by Mark Dykes · Thu Oct 14 23:25:28 2021 +0200
  45. 3ab157a fix(stm32mp1): add bl prefix for internal linker script by Yann Gautier · Thu Oct 07 14:19:48 2021 +0200
  46. 466be2c fix(plat/st): correct signedness comparison issue by Yann Gautier · Tue Nov 10 15:08:37 2020 +0100
  47. dc4bcba fix(plat/st): only check header major when booting by Nicolas Le Bayon · Mon Nov 18 17:12:27 2019 +0100
  48. 4e26784 feat(plat/st): create new helper for DT access by Yann Gautier · Wed Sep 29 11:31:09 2021 +0200
  49. 5c84e74 fix(plat/st): add UART reset in crash console init by Yann Gautier · Mon Sep 14 17:21:59 2020 +0200
  50. 1dc5e2e feat(plat/st): add a new DDR firewall management by Lionel Debieve · Sun Sep 27 21:13:53 2020 +0200
  51. 68e6d69 refactor(plat/st): use TZC400 bindings by Yann Gautier · Mon Jul 05 14:07:29 2021 +0200
  52. 29f1f94 feat(plat/st): manage io_policies with FCONF by Yann Gautier · Tue Jul 13 18:07:41 2021 +0200
  53. 658775c feat(plat/st): use FCONF to configure platform by Yann Gautier · Tue Jul 06 10:00:44 2021 +0200
  54. a3bd8d1 feat(plat/st): improve FIP image loading from MMC by Yann Gautier · Fri Jun 18 11:33:26 2021 +0200
  55. 0ed7b2a feat(plat/st): use FIP to load images by Yann Gautier · Wed May 19 18:48:16 2021 +0200
  56. 90f84d7 refactor(plat/st): updates for OP-TEE by Yann Gautier · Tue Jul 13 14:44:09 2021 +0200
  57. d2d9b96 fix(plat/st): apply security at the end of BL2 by Yann Gautier · Mon Aug 16 11:58:01 2021 +0200
  58. cf1360d feat(plat/st): add helper to save boot interface by Yann Gautier · Thu Aug 27 18:28:57 2020 +0200
  59. 003972c fix(plat/st): improve DDR get size function by Lionel Debieve · Thu Sep 24 16:01:12 2020 +0200
  60. f3bd87e refactor(plat/st): map DDR secure at boot by Yann Gautier · Fri Sep 04 15:55:53 2020 +0200
  61. de00f3e refactor(plat/st): rework TZC400 configuration by Yann Gautier · Thu Aug 20 16:36:07 2020 +0200
  62. 74bd199 Merge changes from topic "stm32_io_update" into integration by Madhukar Pappireddy · Wed Jul 07 03:09:54 2021 +0200
  63. 66c648f refactor(plat/st): add stm32image_io_setup by Patrick Delaunay · Tue Sep 29 18:02:08 2020 +0200
  64. 4c2b73d fix(plat/st): panic if boot interface is wrong by Yann Gautier · Wed Jun 30 17:04:22 2021 +0200
  65. e56f53f fix(plat/st): add STM32IMAGE_SRC by Yann Gautier · Wed Jun 09 09:36:35 2021 +0200
  66. 0315fa0 fix(plat/st): correct IO compensation disabling by Yann Gautier · Mon Oct 26 15:21:25 2020 +0100
  67. 152897d fix(plat/st): correct BSEC error code management by Nicolas Le Bayon · Tue Jan 14 14:03:39 2020 +0100
  68. e8fb1ab Merge "refactor(plat/st): check boot device only for BL2" into integration by Madhukar Pappireddy · Thu Jun 17 23:44:07 2021 +0200
  69. 1174afd Merge "refactor(plat/st): avoid fixed DT address" into integration by Manish Pandey · Wed Jun 16 23:23:30 2021 +0200
  70. 75fcf54 Merge changes from topic "soc_id" into integration by Manish Pandey · Wed Jun 16 12:03:17 2021 +0200
  71. 05773eb refactor(plat/st): avoid fixed DT address by Yann Gautier · Mon Aug 24 11:51:50 2020 +0200
  72. cc785d8 refactor(plat/st): check boot device only for BL2 by Yann Gautier · Mon Nov 09 11:16:10 2020 +0100
  73. e43a080 feat(plat/st): add STM32MP_EMMC_BOOT option by Vyacheslav Yurkov · Fri Jun 04 10:10:51 2021 +0200
  74. 73b8b1c refactor(plat/st): remove io_dummy code for OP-TEE by Yann Gautier · Thu Jun 03 10:48:57 2021 +0200
  75. 7dddfcc refactor(plat/st): remove BL2 image loading by Yann Gautier · Tue May 11 13:39:55 2021 +0200
  76. ebf15ba refactor(plat/st): rename OP-TEE pager to core by Yann Gautier · Wed May 19 16:10:25 2021 +0200
  77. ed6515d feat(plat/st): implement platform functions for SMCCC_ARCH_SOC_ID by Yann Gautier · Mon Mar 08 15:03:35 2021 +0100
  78. a0a6ff6 refactor(plat/st): export functions to get SoC information by Yann Gautier · Mon May 10 16:05:18 2021 +0200
  79. 1c95933 plat/st: do not rely on tainted value for dt property length by Yann Gautier · Wed Mar 10 14:07:34 2021 +0100
  80. dca6154 stm32mp1: enable PIE for BL32 by Yann Gautier · Wed Feb 10 18:19:23 2021 +0100
  81. 83d7b18 stm32mp1: set BL sizes regardless of flags by Yann Gautier · Fri Apr 16 18:22:12 2021 +0200
  82. ac22dd5 plat/st: do not keep mmc_device_info in stack by Yann Gautier · Mon Mar 22 14:22:14 2021 +0100
  83. d782056 stm32mp1: add TZC400 interrupt management by Yann Gautier · Thu Apr 25 13:29:12 2019 +0200
  84. 2f97423 stm32mp1: use TZC400 macro to describe filters by Yann Gautier · Thu Sep 17 12:25:05 2020 +0200
  85. 4f71493 Merge changes from topic "scmi-msg" into integration by Madhukar Pappireddy · Wed Jan 27 15:14:46 2021 +0000
  86. f94d85a stm32mp1: correct plat_crash_console_flush() by Yann Gautier · Wed Dec 09 13:35:27 2020 +0100
  87. 8053e07 drivers: move scmi-msg out of st by Peng Fan · Wed Jan 20 11:04:08 2021 +0800
  88. 8b346c5 Merge "Don't return error information from console_flush" into integration by Mark Dykes · Wed Oct 14 18:59:27 2020 +0000
  89. 36e9d38 stm32mp1: use %u in NOTICE message for board info by Yann Gautier · Tue Oct 13 18:03:31 2020 +0200
  90. a18f61b stm32mp1: get peripheral base address from a define by Yann Gautier · Tue May 05 17:58:40 2020 +0200
  91. 7704f16 stm32mp1: add finished good variant in board identifier by Patrick Delaunay · Wed Jan 08 10:05:14 2020 +0100
  92. 98f4ea0 stm32mp1: add asserts in get_cpu_package() and get_part_number() by Nicolas Le Bayon · Mon Sep 23 11:18:32 2019 +0200
  93. 7b64e3e stm32mp1: add support for new SoC profiles by Lionel Debieve · Fri May 17 16:01:18 2019 +0200
  94. 2d64b53 stm32mp1: support of STM32MP15x Rev.Z by Lionel Debieve · Tue Jun 25 10:40:37 2019 +0200
  95. 39f9eee Don't return error information from console_flush by Jimmy Brisson · Wed Aug 05 13:44:05 2020 -0500
  96. 46f8e67 stm32mp1: cosmetics in platform.mk by Yann Gautier · Fri Sep 18 10:32:37 2020 +0200
  97. 3f10a2f stm32mp1: update rules for stm32image tool by Yann Gautier · Fri Sep 18 10:21:29 2020 +0200
  98. 6916a44 stm32mp1: add macros to define PLAT_PARTITION_MAX_ENTRIES by Yann Gautier · Thu Sep 17 12:28:12 2020 +0200
  99. 5f40063 stm32mp1: sort platform.mk by Yann Gautier · Wed Feb 12 09:30:49 2020 +0100
  100. 94e5ed9 stm32mp1: use ASFLAGS for binary paths by Yann Gautier · Thu Jan 23 18:41:20 2020 +0100