1. a18f61b stm32mp1: get peripheral base address from a define by Yann Gautier · Tue May 05 17:58:40 2020 +0200
  2. 7704f16 stm32mp1: add finished good variant in board identifier by Patrick Delaunay · Wed Jan 08 10:05:14 2020 +0100
  3. 98f4ea0 stm32mp1: add asserts in get_cpu_package() and get_part_number() by Nicolas Le Bayon · Mon Sep 23 11:18:32 2019 +0200
  4. 7b64e3e stm32mp1: add support for new SoC profiles by Lionel Debieve · Fri May 17 16:01:18 2019 +0200
  5. 2d64b53 stm32mp1: support of STM32MP15x Rev.Z by Lionel Debieve · Tue Jun 25 10:40:37 2019 +0200
  6. 46f8e67 stm32mp1: cosmetics in platform.mk by Yann Gautier · Fri Sep 18 10:32:37 2020 +0200
  7. 3f10a2f stm32mp1: update rules for stm32image tool by Yann Gautier · Fri Sep 18 10:21:29 2020 +0200
  8. 6916a44 stm32mp1: add macros to define PLAT_PARTITION_MAX_ENTRIES by Yann Gautier · Thu Sep 17 12:28:12 2020 +0200
  9. 5f40063 stm32mp1: sort platform.mk by Yann Gautier · Wed Feb 12 09:30:49 2020 +0100
  10. 94e5ed9 stm32mp1: use ASFLAGS for binary paths by Yann Gautier · Thu Jan 23 18:41:20 2020 +0100
  11. 7faa3bb stm32mp1: use internal MAKE_LD macro to generate stm32 linker files by Yann Gautier · Thu May 14 16:54:12 2020 +0200
  12. a464db4 Merge "fdts: stm32mp1: realign device tree with kernel" into integration by Madhukar Pappireddy · Fri Oct 02 15:07:26 2020 +0000
  13. 4ede20a fdts: stm32mp1: realign device tree with kernel by Yann Gautier · Fri Sep 18 15:04:14 2020 +0200
  14. 868007e stm32mp1: correct crash console GPIO alternate configuration by Yann Gautier · Tue Feb 25 17:51:52 2020 +0100
  15. a0388f3 stm32mp1: add plat_panic_handler function by Yann Gautier · Tue Sep 15 12:29:53 2020 +0200
  16. e0b4fde stm32mp1: update plat_report_exception by Yann Gautier · Tue Sep 15 12:24:46 2020 +0200
  17. 65fca7c build_macros.mk: include assert and define loop macros by Leonardo Sandoval · Thu Sep 10 12:18:27 2020 -0500
  18. d501810 stm32mp1: use newly introduced GICv2 makefile by Yann Gautier · Fri Aug 07 09:48:30 2020 +0200
  19. 34f0e93 stm32mp1: SCMI clock and reset service in SP_MIN by Etienne Carriere · Thu Jul 16 17:36:18 2020 +0200
  20. 63b2206 stm32mp1: register shared resource per GPIO bank/pin by Etienne Carriere · Wed May 13 10:19:50 2020 +0200
  21. 0cfbff9 stm32mp1: register shared resource per IOMEM address by Etienne Carriere · Wed May 13 10:16:21 2020 +0200
  22. c8d47a7 stm32mp1: allow non-secure access to reset upon periph registration by Etienne Carriere · Wed May 13 13:53:15 2020 +0200
  23. 875f85a stm32mp1: allow non-secure access to clocks upon periph registration by Etienne Carriere · Wed May 13 10:20:34 2020 +0200
  24. 1bbb924 stm32mp1: shared resources: peripheral registering by Etienne Carriere · Wed May 13 14:22:01 2020 +0200
  25. e704f99 stm32mp1: shared resources: add trace messages by Etienne Carriere · Wed May 13 15:51:56 2020 +0200
  26. a5b7388 Merge changes from topic "stm32-shres" into integration by Mark Dykes · Thu Jul 02 16:11:10 2020 +0000
  27. fb167ca Merge "stm32mp1: introduce shared resources support" into integration by Mark Dykes · Thu Jul 02 16:10:12 2020 +0000
  28. b94bd05 Merge "stm32mp1: disable neon in sp_min" into integration by Mark Dykes · Mon Jun 29 15:59:45 2020 +0000
  29. 5f8d417 Merge "stm32mp1: check stronger the secondary CPU entry point" into integration by Mark Dykes · Mon Jun 29 15:58:23 2020 +0000
  30. 81200ac Merge "stm32mp1: use last page of SYSRAM as SCMI shared memory" into integration by Mark Dykes · Thu Jun 25 18:37:51 2020 +0000
  31. 196c2ac stm32mp1: SP_MIN embeds Arm Architecture services by Etienne Carriere · Tue Jun 23 09:26:15 2020 +0200
  32. 72369b1 stm32mp1: use last page of SYSRAM as SCMI shared memory by Etienne Carriere · Sun Dec 08 08:17:56 2019 +0100
  33. 5a0f82f stm32mp1: check stronger the secondary CPU entry point by Etienne Carriere · Mon Jun 08 20:25:08 2020 +0200
  34. ca651fb stm32mp1: disable neon in sp_min by Etienne Carriere · Fri Apr 10 18:51:54 2020 +0200
  35. 7a4a34f stm32mp1: shared resources: apply registered configuration by Etienne Carriere · Wed May 13 10:07:45 2020 +0200
  36. beb53d9 stm32mp1: shared resources: count GPIOZ bank pins by Etienne Carriere · Wed May 13 10:13:54 2020 +0200
  37. 316d634 stm32mp1: shared resources: define resource identifiers by Etienne Carriere · Mon Dec 02 10:08:48 2019 +0100
  38. 7ad2c01 stm32mp1: introduce shared resources support by Etienne Carriere · Sun Dec 08 08:14:03 2019 +0100
  39. e96162e plat/stm32mp1: sp_min relies on etzpc driver by Etienne Carriere · Fri Apr 10 11:32:54 2020 +0200
  40. f9083d5 Merge "drivers: stm32_reset adapt interface to timeout argument" into integration by Mark Dykes · Mon Jun 01 18:07:10 2020 +0000
  41. f02647a drivers: stm32_reset adapt interface to timeout argument by Etienne Carriere · Sun Dec 08 08:14:40 2019 +0100
  42. d81dadf plat/stm32mp1: fdt helpers for secure aware gpio bank by Etienne Carriere · Sat Apr 25 11:14:45 2020 +0200
  43. 66b0452 plat/st: move GPIO bank helper function to platform source files by Etienne Carriere · Mon Dec 02 10:05:02 2019 +0100
  44. eec9192 plat/stm32: Use generic fdt_get_stdout_node_offset() by Andre Przywara · Thu Apr 09 11:27:21 2020 +0100
  45. 4a1c874 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · Thu Mar 26 12:11:34 2020 +0000
  46. 2d5690c plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · Thu Mar 26 11:50:33 2020 +0000
  47. cc99f3f plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · Thu Mar 26 12:51:21 2020 +0000
  48. cd40f32 stm32mp1: use stm32mp_get_ddr_ns_size() function by Yann Gautier · Wed Feb 26 13:36:07 2020 +0100
  49. 3d33df6 stm32mp1: set XN attribute for some areas in BL2 by Yann Gautier · Tue Dec 17 17:11:10 2019 +0100
  50. a55169b stm32mp1: dynamically map DDR later and non-cacheable during its test by Yann Gautier · Fri Jan 10 18:18:59 2020 +0100
  51. 8f268c8 stm32mp1: add a function to get non-secure DDR size by Yann Gautier · Wed Feb 26 13:39:44 2020 +0100
  52. df47392 plat/st: correctly check pwr-regulators node by Yann Gautier · Wed Mar 18 14:35:27 2020 +0100
  53. 2260b84 plat/st: correct static analysis tool warning by Yann Gautier · Wed Mar 11 17:17:51 2020 +0100
  54. e82a304 Merge changes from topic "stm32mp1-multi-image" into integration by Sandrine Bailleux · Wed Mar 11 10:03:17 2020 +0000
  55. de14ec9 stm32mp1: platform.mk: support generating multiple images in one build by Ahmad Fatoum · Wed Jan 29 18:55:55 2020 +0100
  56. 8717c33 stm32mp1: platform.mk: migrate to implicit rules by Ahmad Fatoum · Wed Jan 29 18:21:28 2020 +0100
  57. af17d29 stm32mp1: platform.mk: derive map file name from target name by Ahmad Fatoum · Wed Jan 29 18:13:51 2020 +0100
  58. 098c4b7 stm32mp1: platform.mk: generate linker script with fixed name by Ahmad Fatoum · Wed Jan 29 18:08:43 2020 +0100
  59. 039f62d stm32mp1: platform.mk: use PHONY for the appropriate targets by Ahmad Fatoum · Tue Feb 25 10:49:00 2020 +0100
  60. 678c6fa stm32: Use generic console_t data structure by Andre Przywara · Sat Jan 25 00:58:35 2020 +0000
  61. fc9b411 Enable -Wredundant-decls warning check by Madhukar Pappireddy · Mon Dec 23 14:49:52 2019 -0600
  62. 3184eea st: Unify Platform specific defines for PSCI module by Deepika Bhavnani · Fri Dec 13 10:53:12 2019 -0600
  63. cb0dbc4 stm32mp1: Add support for SPI-NOR boot device by Lionel Debieve · Wed Sep 25 09:11:31 2019 +0200
  64. 186b046 stm32mp1: Add support for SPI-NAND boot device by Lionel Debieve · Tue Sep 24 18:30:12 2019 +0200
  65. 402a46b stm32mp1: Add support for raw NAND boot device by Lionel Debieve · Mon Nov 04 12:28:15 2019 +0100
  66. 0708441 stm32mp1: Reduce MAX_XLAT_TABLES to 4 by Nicolas Le Bayon · Fri Sep 27 11:05:31 2019 +0200
  67. b0899eb stm32mp: add DT helper for reg by name by Lionel Debieve · Tue Sep 24 17:41:11 2019 +0200
  68. 3f42cad stm32mp1: add compilation flags for boot devices by Nicolas Le Bayon · Tue Sep 03 09:52:05 2019 +0200
  69. 978b746 plat/st: Fix incorrect return value by Lionel Debieve · Mon Nov 18 15:52:13 2019 +0100
  70. 94a552f delay: timeout detection support by Lionel Debieve · Tue Sep 24 16:59:56 2019 +0200
  71. 7bd96f4 stm32mp1: add authentication support for stm32image by Lionel Debieve · Tue Sep 03 12:22:23 2019 +0200
  72. 0e73d73 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · Mon Sep 16 12:17:09 2019 +0200
  73. a30e5f7 stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · Wed Sep 04 11:55:10 2019 +0200
  74. e97b663 stm32mp1: move check_header() to common code by Yann Gautier · Fri Apr 19 10:48:36 2019 +0200
  75. 738df26 stm32mp1: keep console during runtime by Yann Gautier · Wed Apr 24 16:14:22 2019 +0200
  76. 7ffe84b stm32mp1: sp_min: initialize MMU and cache earlier by Yann Gautier · Thu Jul 11 10:45:09 2019 +0200
  77. 917a00c stm32mp1: add support for LpDDR3 by Yann Gautier · Tue Apr 16 16:20:58 2019 +0200
  78. f540a59 stm32mp1: use a common function to check spinlock is available by Yann Gautier · Wed May 22 19:13:51 2019 +0200
  79. af19ff9 stm32mp1: check if the SoC is single core by Yann Gautier · Tue Jun 04 18:23:10 2019 +0200
  80. 35dc077 stm32mp1: print information about board by Yann Gautier · Mon May 13 18:34:48 2019 +0200
  81. c737405 stm32mp1: print information about SoC by Yann Gautier · Tue Jun 04 18:02:37 2019 +0200
  82. 091eab5 stm32mp1: add watchdog support by Yann Gautier · Tue Jun 04 18:06:34 2019 +0200
  83. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  84. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · Thu Apr 04 09:13:28 2019 +0100
  85. 33b96fc stm32mp1: increase device tree size to 20kB by Yann Gautier · Fri Apr 19 10:55:03 2019 +0200
  86. 1bef97a stm32mp1: make dt_get_stdout_node_offset() static by Yann Gautier · Tue Jun 04 17:20:44 2019 +0200
  87. 4baf582 stm32mp1: use unsigned values for SDMMC defines by Yann Gautier · Thu May 09 13:25:52 2019 +0200
  88. 2c1fa28 stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCES by Yann Gautier · Thu May 09 11:56:30 2019 +0200
  89. 3edc7c3 stm32mp1: add general SYSCFG management by Yann Gautier · Mon May 20 19:17:08 2019 +0200
  90. e3bf913 stm32mp1: move stm32_get_gpio_bank_clock() to private file by Yann Gautier · Tue May 07 18:52:17 2019 +0200
  91. 5f2e874 clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · Fri May 17 15:57:56 2019 +0200
  92. b3386f7 stm32mp1: add OP-TEE support by Yann Gautier · Fri Apr 19 09:41:01 2019 +0200
  93. e3de4c0 stm32mp1: fix TZC400 configuration against non-secure DDR by Yann Gautier · Thu Apr 18 15:32:10 2019 +0200
  94. 06c6504 stm32mp1: remove useless define by Yann Gautier · Mon Apr 15 17:44:35 2019 +0200
  95. eae3fbf stm32mp: split stm32mp_io_setup function by Yann Gautier · Tue Apr 23 13:34:03 2019 +0200
  96. 85c1245 stm32mp1: zeromem device_info struct by Yann Gautier · Thu Mar 07 10:54:34 2019 +0100
  97. ed34232 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · Fri Feb 15 17:33:27 2019 +0100
  98. e4a3c35 stm32mp1: update clock driver by Yann Gautier · Thu Feb 14 10:53:33 2019 +0100
  99. 3d78a2e stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · Thu Feb 14 11:01:20 2019 +0100
  100. 4d42947 stm32mp1: split clkfunc code by Yann Gautier · Thu Feb 14 11:15:20 2019 +0100