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