1. 44adc4f feat(stm32mp1): add FWU with boot from NOR-SPI by Nicolas Toromanoff · Mon Feb 07 10:12:29 2022 +0100
  2. 4e2b34d fix(st): flush UART at the end of uart_read() by Yann Gautier · Fri Apr 07 11:17:09 2023 +0200
  3. 2b6673d refactor(auth)!: unify REGISTER_CRYPTO_LIB by Yann Gautier · Wed Mar 15 11:31:25 2023 +0100
  4. c68b8af refactor(auth): replace plat_convert_pk by Yann Gautier · Tue Jan 24 09:39:47 2023 +0100
  5. aa03914 feat(st): mandate dtc version 1.4.7 by Yann Gautier · Thu Mar 02 11:20:44 2023 +0100
  6. d8c1a3b refactor(st): move mbedtls config files by Yann Gautier · Mon Mar 06 13:01:10 2023 +0100
  7. dbe63ac refactor(st): add common mk files by Yann Gautier · Wed Mar 16 19:03:20 2022 +0100
  8. 908b767 Merge changes from topic "deprecate_io_drivers" into integration by Manish Pandey · Mon Jan 16 16:45:37 2023 +0100
  9. 45b9599 refactor(st): move board info in common code by Yann Gautier · Wed Jan 04 16:46:07 2023 +0100
  10. 2bbf171 refactor(st): move GIC code to common directory by Yann Gautier · Tue Aug 06 17:28:23 2019 +0200
  11. 8402c29 refactor(st): move boot backup register management by Yann Gautier · Wed Jun 29 17:03:36 2022 +0200
  12. 8057aa6 refactor(st): remove unused io_mmc driver by Yann Gautier · Tue Nov 22 11:44:20 2022 +0100
  13. 34b4988 fix(st-crypto): set get_plain_pk_from_asn1() static by Yann Gautier · Mon Dec 12 14:56:39 2022 +0100
  14. 6fbed5a fix(st): make metadata_block_spec static by Yann Gautier · Fri Nov 18 14:05:10 2022 +0100
  15. 93d30f5 fix(st): include utils.h to solve compilation error by Yann Gautier · Mon Dec 12 14:53:45 2022 +0100
  16. 409b382 fix(st): use Boolean type for tests by Yann Gautier · Mon Nov 21 13:26:37 2022 +0100
  17. 6768c07 fix(st): rework secure-status check in fdt_get_status() by Yann Gautier · Thu Nov 24 19:16:46 2022 +0100
  18. 47516aa fix(st): use indices when counting GPIOs in DT by Yann Gautier · Mon Nov 21 11:45:04 2022 +0100
  19. 5cda3aa fix(st): add U suffix for unsigned numbers by Yann Gautier · Fri Nov 18 13:43:48 2022 +0100
  20. 88b8f2b fix(st): explicitly check operators precedence by Yann Gautier · Fri Nov 18 15:03:22 2022 +0100
  21. 5d2eb55 refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · Mon Nov 14 14:14:48 2022 +0100
  22. 5adcd50 feat(stm32mp1): add the decryption support by Lionel Debieve · Wed Oct 05 16:51:12 2022 +0200
  23. 13a668d feat(stm32mp1): add the TRUSTED_BOARD_BOOT support by Lionel Debieve · Wed Oct 05 16:47:03 2022 +0200
  24. 627586a refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · Wed Oct 05 16:22:07 2022 +0200
  25. fd02b80 feat(stm32mp1): add a stm32mp crypto library by Lionel Debieve · Wed Oct 05 16:16:50 2022 +0200
  26. 4f79f42 Merge changes from topic "st_uart_updates" into integration by Manish Pandey · Mon Oct 03 11:58:07 2022 +0200
  27. ef4b7d5 fix(st): add missing string.h include by Yann Gautier · Mon Oct 03 09:30:34 2022 +0200
  28. 6e49b7f feat(st): properly manage early console by Yann Gautier · Tue Sep 13 13:59:48 2022 +0200
  29. 2652ba7 feat(st): add trace for early console by Yann Gautier · Thu Jun 09 17:34:30 2022 +0200
  30. 7ae2b65 refactor(st): configure baudrate for UART programmer by Patrick Delaunay · Wed Mar 02 15:43:02 2022 +0100
  31. 98b4fb8 refactor(st-uart): compute the over sampling dynamically by Patrick Delaunay · Wed Mar 02 15:29:08 2022 +0100
  32. 637cd9e fix(st): add max size for FIP in eMMC boot part by Yann Gautier · Fri Sep 02 08:36:40 2022 +0200
  33. b218faa feat(st): enable MMC_FLAG_SD_CMD6 for SD-cards by Yann Gautier · Wed Aug 14 16:44:48 2019 +0200
  34. 5e111c5 feat(stm32mp1): retrieve FIP partition by type UUID by Lionel Debieve · Thu Feb 24 18:58:46 2022 +0100
  35. f07e8f3 feat(stm32mp1): save boot auth status and partition info by Igor Opaniuk · Thu Jun 23 21:19:26 2022 +0300
  36. bd68528 feat(stm32mp1): extend STM32MP_EMMC_BOOT support to FIP format by Ahmad Fatoum · Thu May 19 07:42:33 2022 +0200
  37. 657902b Merge "fix(st): add missing header include" into integration by Manish Pandey · Tue May 10 14:36:46 2022 +0200
  38. 8636a5f fix(st): add missing header include by Yann Gautier · Fri May 06 15:27:32 2022 +0200
  39. c6f77b0 fix(st): fix NULL pointer dereference issues by Yann Gautier · Fri May 06 09:50:43 2022 +0200
  40. 282b103 Merge changes from topic "st_fwu_bkp_reg" into integration by Madhukar Pappireddy · Mon Apr 25 19:28:33 2022 +0200
  41. 5a937cd feat(stm32mp1): retry 3 times FWU trial boot by Nicolas Toromanoff · Mon Feb 07 10:12:04 2022 +0100
  42. 82ece5c refactor(stm32mp1): drop the "st,stm32-nvmem-layout" node by Patrick Delaunay · Tue Mar 01 09:56:03 2022 +0100
  43. 7dac203 refactor(st): remove useless includes by Yann Gautier · Mon Mar 21 17:58:32 2022 +0100
  44. e8b31fa fix(st): don't try to read boot partition on SD cards by Uwe Kleine-König · Thu Mar 10 22:21:55 2022 +0100
  45. b02dd49 refactor(st): configure UART baudrate by Yann Gautier · Wed Mar 02 14:31:55 2022 +0100
  46. d143574 feat(st): add early console in BL2 by Yann Gautier · Mon Oct 18 10:55:23 2021 +0200
  47. 4c39ad8 Merge changes from topic "st-security-update" into integration by Manish Pandey · Wed Feb 02 22:17:12 2022 +0100
  48. 41ab652 feat(st): get pin_count from the gpio-ranges property by Fabien Dessenne · Tue Sep 21 11:32:30 2021 +0200
  49. 06bc62d feat(st): disable authentication based on part_number by Lionel Debieve · Fri Dec 06 12:42:20 2019 +0100
  50. bc2d88d feat(stm32mp1): new way to access platform OTP by Lionel Debieve · Mon Nov 04 14:31:38 2019 +0100
  51. 57c3c80 refactor(stm32mp1): remove unused refcount helper functions by Yann Gautier · Wed Jan 19 14:01:52 2022 +0100
  52. 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
  53. d1f8713 feat(stm32mp1): add support for reading the metadata partition by Sughosh Ganu · Wed Dec 01 16:46:34 2021 +0530
  54. b721f8a feat(stm32mp1): add logic to select the images to be booted by Sughosh Ganu · Wed Dec 01 16:45:11 2021 +0530
  55. 57c6f90 feat(stm32mp1): add GUID's for identifying firmware images to be booted by Sughosh Ganu · Wed Nov 10 15:24:56 2021 +0530
  56. 2e32431 feat(stm32mp1): add GUID values for updatable images by Sughosh Ganu · Fri Jul 02 16:05:14 2021 +0530
  57. 3c93a25 feat(st): map 2MB for ROM code by Yann Gautier · Wed Sep 15 15:12:57 2021 +0200
  58. d0714c0 fix(st): manage UART clock and reset only in BL2 by Yann Gautier · Wed Jan 05 18:02:46 2022 +0100
  59. 5aa329b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · Fri Dec 24 00:13:50 2021 +0100
  60. 296e1ab refactor(st): update CPU and VDD voltage get by Yann Gautier · Fri Sep 17 16:08:12 2021 +0200
  61. a205a5c feat(st): use newly introduced clock framework by Yann Gautier · Mon Aug 30 15:06:54 2021 +0200
  62. 3d8497c feat(st): protect UART during platform init by Yann Gautier · Mon Oct 18 16:06:22 2021 +0200
  63. 414f17c feat(stm32mp1): update console management for SP_min by Yann Gautier · Mon Oct 18 15:50:05 2021 +0200
  64. 7a81912 feat(plat/st): add a function to configure console by Yann Gautier · Mon Oct 18 15:26:33 2021 +0200
  65. aaee061 feat(stm32mp1): add stm32_get_boot_interface function by Yann Gautier · Wed Dec 16 12:04:06 2020 +0100
  66. 6eef525 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · Fri Dec 10 17:04:40 2021 +0100
  67. 2b79c37 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · Fri Jun 11 10:54:56 2021 +0200
  68. e50571b feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · Thu Oct 28 13:48:52 2021 +0200
  69. fc4cac7 feat(plat/st): add STM32CubeProgrammer support on UART by Patrick Delaunay · Tue Oct 06 15:11:41 2020 +0200
  70. c623316 fix(plat/st): remove double space by Yann Gautier · Tue Nov 02 17:03:46 2021 +0100
  71. 9c5ee78 feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target by Patrick Delaunay · Tue Jul 06 14:07:56 2021 +0200
  72. fb92928 feat(plat/st): add STM32CubeProgrammer support on USB by Patrick Delaunay · Mon Sep 14 11:13:34 2020 +0200
  73. 88f576f feat(plat/st): add a USB DFU stack by Patrick Delaunay · Mon Sep 14 09:38:16 2020 +0200
  74. 2bd419a Merge changes from topic "st_dt_match_instance" into integration by Mark Dykes · Fri Oct 15 20:53:01 2021 +0200
  75. dc4bcba fix(plat/st): only check header major when booting by Nicolas Le Bayon · Mon Nov 18 17:12:27 2019 +0100
  76. 4e26784 feat(plat/st): create new helper for DT access by Yann Gautier · Wed Sep 29 11:31:09 2021 +0200
  77. 29f1f94 feat(plat/st): manage io_policies with FCONF by Yann Gautier · Tue Jul 13 18:07:41 2021 +0200
  78. 658775c feat(plat/st): use FCONF to configure platform by Yann Gautier · Tue Jul 06 10:00:44 2021 +0200
  79. a3bd8d1 feat(plat/st): improve FIP image loading from MMC by Yann Gautier · Fri Jun 18 11:33:26 2021 +0200
  80. 0ed7b2a feat(plat/st): use FIP to load images by Yann Gautier · Wed May 19 18:48:16 2021 +0200
  81. cf1360d feat(plat/st): add helper to save boot interface by Yann Gautier · Thu Aug 27 18:28:57 2020 +0200
  82. 003972c fix(plat/st): improve DDR get size function by Lionel Debieve · Thu Sep 24 16:01:12 2020 +0200
  83. f3bd87e refactor(plat/st): map DDR secure at boot by Yann Gautier · Fri Sep 04 15:55:53 2020 +0200
  84. 66c648f refactor(plat/st): add stm32image_io_setup by Patrick Delaunay · Tue Sep 29 18:02:08 2020 +0200
  85. 4c2b73d fix(plat/st): panic if boot interface is wrong by Yann Gautier · Wed Jun 30 17:04:22 2021 +0200
  86. 1174afd Merge "refactor(plat/st): avoid fixed DT address" into integration by Manish Pandey · Wed Jun 16 23:23:30 2021 +0200
  87. 75fcf54 Merge changes from topic "soc_id" into integration by Manish Pandey · Wed Jun 16 12:03:17 2021 +0200
  88. 05773eb refactor(plat/st): avoid fixed DT address by Yann Gautier · Mon Aug 24 11:51:50 2020 +0200
  89. e43a080 feat(plat/st): add STM32MP_EMMC_BOOT option by Vyacheslav Yurkov · Fri Jun 04 10:10:51 2021 +0200
  90. 73b8b1c refactor(plat/st): remove io_dummy code for OP-TEE by Yann Gautier · Thu Jun 03 10:48:57 2021 +0200
  91. 7dddfcc refactor(plat/st): remove BL2 image loading by Yann Gautier · Tue May 11 13:39:55 2021 +0200
  92. ebf15ba refactor(plat/st): rename OP-TEE pager to core by Yann Gautier · Wed May 19 16:10:25 2021 +0200
  93. ed6515d feat(plat/st): implement platform functions for SMCCC_ARCH_SOC_ID by Yann Gautier · Mon Mar 08 15:03:35 2021 +0100
  94. a0a6ff6 refactor(plat/st): export functions to get SoC information by Yann Gautier · Mon May 10 16:05:18 2021 +0200
  95. 1c95933 plat/st: do not rely on tainted value for dt property length by Yann Gautier · Wed Mar 10 14:07:34 2021 +0100
  96. ac22dd5 plat/st: do not keep mmc_device_info in stack by Yann Gautier · Mon Mar 22 14:22:14 2021 +0100
  97. a18f61b stm32mp1: get peripheral base address from a define by Yann Gautier · Tue May 05 17:58:40 2020 +0200
  98. 63b2206 stm32mp1: register shared resource per GPIO bank/pin by Etienne Carriere · Wed May 13 10:19:50 2020 +0200
  99. 0cfbff9 stm32mp1: register shared resource per IOMEM address by Etienne Carriere · Wed May 13 10:16:21 2020 +0200
  100. 1bbb924 stm32mp1: shared resources: peripheral registering by Etienne Carriere · Wed May 13 14:22:01 2020 +0200