1. 57c3c80 refactor(stm32mp1): remove unused refcount helper functions by Yann Gautier · Wed Jan 19 14:01:52 2022 +0100
  2. 4359c9a fix(stm32mp1): add missing debug.h by Yann Gautier · Thu Jan 27 13:55:18 2022 +0100
  3. a197684 feat(stm32mp1): add support for building the FWU feature by Sughosh Ganu · Wed Nov 10 17:47:16 2021 +0530
  4. 03e2f80 feat(stm32mp1): add logic to pass the boot index to the Update Agent by Sughosh Ganu · Wed Dec 01 15:56:27 2021 +0530
  5. d1f8713 feat(stm32mp1): add support for reading the metadata partition by Sughosh Ganu · Wed Dec 01 16:46:34 2021 +0530
  6. b721f8a feat(stm32mp1): add logic to select the images to be booted by Sughosh Ganu · Wed Dec 01 16:45:11 2021 +0530
  7. 57c6f90 feat(stm32mp1): add GUID's for identifying firmware images to be booted by Sughosh Ganu · Wed Nov 10 15:24:56 2021 +0530
  8. 2e32431 feat(stm32mp1): add GUID values for updatable images by Sughosh Ganu · Fri Jul 02 16:05:14 2021 +0530
  9. f5acc46 Merge "refactor(stm32mp1): use a macro for header size" into integration by Madhukar Pappireddy · Thu Jan 27 01:58:50 2022 +0100
  10. a1ee9ed refactor(stm32mp1): use a macro for header size by Yann Gautier · Thu Sep 17 11:30:18 2020 +0200
  11. e0a60cb feat(stm32mp1): add helper to enable high speed mode in low voltage by Yann Gautier · Tue Jan 12 14:45:02 2021 +0100
  12. b76c61a refactor(stm32mp1): add helpers for IO compensation cells by Yann Gautier · Wed Dec 16 10:17:35 2020 +0100
  13. 1de46d0 feat(stm32mp1): use clk_enable/disable functions by Etienne Carriere · Fri Feb 07 13:38:30 2020 +0100
  14. 3689869 feat(stm32mp1): add timeout in IO compensation by Nicolas Le Bayon · Mon Nov 18 17:18:06 2019 +0100
  15. 230bf91 feat(stm32mp1): enable BL2_IN_XIP_MEM to remove relocation sections by Yann Gautier · Wed Sep 15 11:30:25 2021 +0200
  16. ebc765f refactor(stm32mp1): reduce MMU memory regions and split XLAT by context by Yann Gautier · Thu Jan 16 18:50:51 2020 +0100
  17. 3c93a25 feat(st): map 2MB for ROM code by Yann Gautier · Wed Sep 15 15:12:57 2021 +0200
  18. 352d863 fix(stm32mp1): restrict DEVICE2 mapping in BL2 by Yann Gautier · Thu Sep 17 11:38:09 2020 +0200
  19. e6bd7e2 Merge changes from topic "st_ddr_updates" into integration by Manish Pandey · Fri Jan 07 17:24:54 2022 +0100
  20. d0714c0 fix(st): manage UART clock and reset only in BL2 by Yann Gautier · Wed Jan 05 18:02:46 2022 +0100
  21. 620ce33 refactor(st-ddr): move basic tests in a dedicated file by Nicolas Le Bayon · Tue Mar 02 11:19:36 2021 +0100
  22. 8ce825f refactor(st-ddr): reorganize generic and specific elements by Nicolas Le Bayon · Tue May 18 10:01:30 2021 +0200
  23. 6d8c244 feat(stm32mp1): allow configuration of DDR AXI ports number by Yann Gautier · Thu Sep 17 12:42:46 2020 +0200
  24. cf949fd Merge changes from topic "st_fixes" into integration by Manish Pandey · Tue Jan 04 18:46:59 2022 +0100
  25. 076c594 fix(stm32mp1): do not reopen debug features by Yann Gautier · Wed Sep 15 14:49:48 2021 +0200
  26. 4e06375 refactor(stm32mp1): improve DGBMCU driver by Nicolas Le Bayon · Thu Sep 19 11:27:24 2019 +0200
  27. c0882f4 fix(stm32mp1): set reset pulse duration to 31ms by Yann Gautier · Tue Apr 27 18:19:13 2021 +0200
  28. 5aa329b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · Fri Dec 24 00:13:50 2021 +0100
  29. fc7b805 feat(stm32mp1): register fixed regulator by Pascal Paillet · Fri Jan 29 14:48:49 2021 +0100
  30. 296e1ab refactor(st): update CPU and VDD voltage get by Yann Gautier · Fri Sep 17 16:08:12 2021 +0200
  31. 0b10b65 refactor(st-pmic): split initialize_pmic() by Nicolas Le Bayon · Mon Nov 18 13:13:36 2019 +0100
  32. b1279e7 feat(stm32mp1): add regulator framework compilation by Yann Gautier · Wed Dec 15 13:16:15 2021 +0100
  33. 45c1e58 refactor(stm32mp1): re-order drivers init by Yann Gautier · Thu Sep 17 11:54:52 2020 +0200
  34. a205a5c feat(st): use newly introduced clock framework by Yann Gautier · Mon Aug 30 15:06:54 2021 +0200
  35. 8aac307 feat(clk): add a minimal clock framework by Gabriel Fernandez · Tue Oct 13 09:36:25 2020 +0200
  36. 0c81088 fix(stm32mp1): correct include order by Yann Gautier · Fri Dec 17 09:53:04 2021 +0100
  37. 8bac9f9 Merge changes from topic "fconf_get_index" into integration by Madhukar Pappireddy · Tue Dec 14 20:58:09 2021 +0100
  38. 3d8497c feat(st): protect UART during platform init by Yann Gautier · Mon Oct 18 16:06:22 2021 +0200
  39. 414f17c feat(stm32mp1): update console management for SP_min by Yann Gautier · Mon Oct 18 15:50:05 2021 +0200
  40. 66baa96 refactor(stm32mp1): improve console management in BL2 by Yann Gautier · Mon Oct 18 14:01:00 2021 +0200
  41. 7a81912 feat(plat/st): add a function to configure console by Yann Gautier · Mon Oct 18 15:26:33 2021 +0200
  42. aaee061 feat(stm32mp1): add stm32_get_boot_interface function by Yann Gautier · Wed Dec 16 12:04:06 2020 +0100
  43. 6eef525 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · Fri Dec 10 17:04:40 2021 +0100
  44. cd16df3 fix(stm32mp1): deconfigure UART RX pins by Yann Gautier · Fri Jun 04 14:04:05 2021 +0200
  45. 2b79c37 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · Fri Jun 11 10:54:56 2021 +0200
  46. 27f589d refactor(stm32mp1): sort compilation flags by Yann Gautier · Fri Oct 15 17:59:38 2021 +0200
  47. 19cdaa8 feat(stm32mp1): add sign-compare warning by Yann Gautier · Tue Nov 10 15:09:55 2020 +0100
  48. fd64835 feat(stm32mp1): skip TOS_FW_CONFIG if not in FIP by Yann Gautier · Mon Dec 13 15:24:41 2021 +0100
  49. e50571b feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · Thu Oct 28 13:48:52 2021 +0200
  50. fc4cac7 feat(plat/st): add STM32CubeProgrammer support on UART by Patrick Delaunay · Tue Oct 06 15:11:41 2020 +0200
  51. 48ba183 Merge changes from topic "st_usb" into integration by Madhukar Pappireddy · Tue Nov 09 06:03:32 2021 +0100
  52. 0dc9231 refactor(stm32mp1): use fconf.mk by Yann Gautier · Fri Oct 29 17:04:17 2021 +0200
  53. b43d85a fix(drivers/usb): add a optional ops get_other_speed_config_desc by Patrick Delaunay · Thu Nov 04 15:13:33 2021 +0100
  54. c623316 fix(plat/st): remove double space by Yann Gautier · Tue Nov 02 17:03:46 2021 +0100
  55. 9c5ee78 feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target by Patrick Delaunay · Tue Jul 06 14:07:56 2021 +0200
  56. f12b745 feat(plat/st/stm32mp1): add USB DFU support for STM32MP1 by Patrick Delaunay · Wed Jun 30 17:06:19 2021 +0200
  57. fb92928 feat(plat/st): add STM32CubeProgrammer support on USB by Patrick Delaunay · Mon Sep 14 11:13:34 2020 +0200
  58. 88f576f feat(plat/st): add a USB DFU stack by Patrick Delaunay · Mon Sep 14 09:38:16 2020 +0200
  59. e927215 build(fdt-wrappers): introduce FDT wrappers makefile by Chris Kay · Tue Sep 28 15:52:14 2021 +0100
  60. 2bd419a Merge changes from topic "st_dt_match_instance" into integration by Mark Dykes · Fri Oct 15 20:53:01 2021 +0200
  61. 92ffd7a Merge "fix(plat/st): only check header major when booting" into integration by Manish Pandey · Fri Oct 15 13:48:10 2021 +0200
  62. b499ee5 Merge "fix(plat/st): correct signedness comparison issue" into integration by Mark Dykes · Thu Oct 14 23:25:28 2021 +0200
  63. 3ab157a fix(stm32mp1): add bl prefix for internal linker script by Yann Gautier · Thu Oct 07 14:19:48 2021 +0200
  64. 466be2c fix(plat/st): correct signedness comparison issue by Yann Gautier · Tue Nov 10 15:08:37 2020 +0100
  65. dc4bcba fix(plat/st): only check header major when booting by Nicolas Le Bayon · Mon Nov 18 17:12:27 2019 +0100
  66. 4e26784 feat(plat/st): create new helper for DT access by Yann Gautier · Wed Sep 29 11:31:09 2021 +0200
  67. 5c84e74 fix(plat/st): add UART reset in crash console init by Yann Gautier · Mon Sep 14 17:21:59 2020 +0200
  68. 1dc5e2e feat(plat/st): add a new DDR firewall management by Lionel Debieve · Sun Sep 27 21:13:53 2020 +0200
  69. 68e6d69 refactor(plat/st): use TZC400 bindings by Yann Gautier · Mon Jul 05 14:07:29 2021 +0200
  70. 29f1f94 feat(plat/st): manage io_policies with FCONF by Yann Gautier · Tue Jul 13 18:07:41 2021 +0200
  71. 658775c feat(plat/st): use FCONF to configure platform by Yann Gautier · Tue Jul 06 10:00:44 2021 +0200
  72. a3bd8d1 feat(plat/st): improve FIP image loading from MMC by Yann Gautier · Fri Jun 18 11:33:26 2021 +0200
  73. 0ed7b2a feat(plat/st): use FIP to load images by Yann Gautier · Wed May 19 18:48:16 2021 +0200
  74. 90f84d7 refactor(plat/st): updates for OP-TEE by Yann Gautier · Tue Jul 13 14:44:09 2021 +0200
  75. d2d9b96 fix(plat/st): apply security at the end of BL2 by Yann Gautier · Mon Aug 16 11:58:01 2021 +0200
  76. cf1360d feat(plat/st): add helper to save boot interface by Yann Gautier · Thu Aug 27 18:28:57 2020 +0200
  77. 003972c fix(plat/st): improve DDR get size function by Lionel Debieve · Thu Sep 24 16:01:12 2020 +0200
  78. f3bd87e refactor(plat/st): map DDR secure at boot by Yann Gautier · Fri Sep 04 15:55:53 2020 +0200
  79. de00f3e refactor(plat/st): rework TZC400 configuration by Yann Gautier · Thu Aug 20 16:36:07 2020 +0200
  80. 74bd199 Merge changes from topic "stm32_io_update" into integration by Madhukar Pappireddy · Wed Jul 07 03:09:54 2021 +0200
  81. 66c648f refactor(plat/st): add stm32image_io_setup by Patrick Delaunay · Tue Sep 29 18:02:08 2020 +0200
  82. 4c2b73d fix(plat/st): panic if boot interface is wrong by Yann Gautier · Wed Jun 30 17:04:22 2021 +0200
  83. e56f53f fix(plat/st): add STM32IMAGE_SRC by Yann Gautier · Wed Jun 09 09:36:35 2021 +0200
  84. 0315fa0 fix(plat/st): correct IO compensation disabling by Yann Gautier · Mon Oct 26 15:21:25 2020 +0100
  85. 152897d fix(plat/st): correct BSEC error code management by Nicolas Le Bayon · Tue Jan 14 14:03:39 2020 +0100
  86. e8fb1ab Merge "refactor(plat/st): check boot device only for BL2" into integration by Madhukar Pappireddy · Thu Jun 17 23:44:07 2021 +0200
  87. 1174afd Merge "refactor(plat/st): avoid fixed DT address" into integration by Manish Pandey · Wed Jun 16 23:23:30 2021 +0200
  88. 75fcf54 Merge changes from topic "soc_id" into integration by Manish Pandey · Wed Jun 16 12:03:17 2021 +0200
  89. 05773eb refactor(plat/st): avoid fixed DT address by Yann Gautier · Mon Aug 24 11:51:50 2020 +0200
  90. cc785d8 refactor(plat/st): check boot device only for BL2 by Yann Gautier · Mon Nov 09 11:16:10 2020 +0100
  91. e43a080 feat(plat/st): add STM32MP_EMMC_BOOT option by Vyacheslav Yurkov · Fri Jun 04 10:10:51 2021 +0200
  92. 73b8b1c refactor(plat/st): remove io_dummy code for OP-TEE by Yann Gautier · Thu Jun 03 10:48:57 2021 +0200
  93. 7dddfcc refactor(plat/st): remove BL2 image loading by Yann Gautier · Tue May 11 13:39:55 2021 +0200
  94. ebf15ba refactor(plat/st): rename OP-TEE pager to core by Yann Gautier · Wed May 19 16:10:25 2021 +0200
  95. ed6515d feat(plat/st): implement platform functions for SMCCC_ARCH_SOC_ID by Yann Gautier · Mon Mar 08 15:03:35 2021 +0100
  96. a0a6ff6 refactor(plat/st): export functions to get SoC information by Yann Gautier · Mon May 10 16:05:18 2021 +0200
  97. 1c95933 plat/st: do not rely on tainted value for dt property length by Yann Gautier · Wed Mar 10 14:07:34 2021 +0100
  98. dca6154 stm32mp1: enable PIE for BL32 by Yann Gautier · Wed Feb 10 18:19:23 2021 +0100
  99. 83d7b18 stm32mp1: set BL sizes regardless of flags by Yann Gautier · Fri Apr 16 18:22:12 2021 +0200
  100. ac22dd5 plat/st: do not keep mmc_device_info in stack by Yann Gautier · Mon Mar 22 14:22:14 2021 +0100