1. 5f038ac stm32mp1: shared resources: apply registered configuration by Etienne Carriere · 5 years ago
  2. 722999e stm32mp1: shared resources: count GPIOZ bank pins by Etienne Carriere · 5 years ago
  3. eafe0eb stm32mp1: shared resources: define resource identifiers by Etienne Carriere · 6 years ago
  4. 47cf5d3 stm32mp1: introduce shared resources support by Etienne Carriere · 6 years ago
  5. 7b3a46f plat/stm32mp1: sp_min relies on etzpc driver by Etienne Carriere · 5 years ago
  6. ec29ce6 Merge "drivers: stm32_reset adapt interface to timeout argument" into integration by Mark Dykes · 5 years ago
  7. 45c70e6 drivers: stm32_reset adapt interface to timeout argument by Etienne Carriere · 6 years ago
  8. ccc199e plat/stm32mp1: fdt helpers for secure aware gpio bank by Etienne Carriere · 5 years ago
  9. c0ea3b1 plat/st: move GPIO bank helper function to platform source files by Etienne Carriere · 6 years ago
  10. 7a61114 plat/stm32: Use generic fdt_get_stdout_node_offset() by Andre Przywara · 5 years ago
  11. 7ad6d36 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · 5 years ago
  12. be858cf plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 5 years ago
  13. 52a616b plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 5 years ago
  14. 5813e6e stm32mp1: use stm32mp_get_ddr_ns_size() function by Yann Gautier · 5 years ago
  15. 9c52e69 stm32mp1: set XN attribute for some areas in BL2 by Yann Gautier · 6 years ago
  16. 84686ba stm32mp1: dynamically map DDR later and non-cacheable during its test by Yann Gautier · 6 years ago
  17. e6cc3cc stm32mp1: add a function to get non-secure DDR size by Yann Gautier · 5 years ago
  18. e9d1e5a plat/st: correctly check pwr-regulators node by Yann Gautier · 5 years ago
  19. cd4941d plat/st: correct static analysis tool warning by Yann Gautier · 5 years ago
  20. 1d4fb1e Merge changes from topic "stm32mp1-multi-image" into integration by Sandrine Bailleux · 5 years ago
  21. e772a6d stm32mp1: platform.mk: support generating multiple images in one build by Ahmad Fatoum · 6 years ago
  22. a3db33f stm32mp1: platform.mk: migrate to implicit rules by Ahmad Fatoum · 6 years ago
  23. 1a0b5a5 stm32mp1: platform.mk: derive map file name from target name by Ahmad Fatoum · 6 years ago
  24. fc4fdf7 stm32mp1: platform.mk: generate linker script with fixed name by Ahmad Fatoum · 6 years ago
  25. 17abf94 stm32mp1: platform.mk: use PHONY for the appropriate targets by Ahmad Fatoum · 5 years ago
  26. c10db6d stm32: Use generic console_t data structure by Andre Przywara · 6 years ago
  27. ca661a0 Enable -Wredundant-decls warning check by Madhukar Pappireddy · 6 years ago
  28. f4f1d88 st: Unify Platform specific defines for PSCI module by Deepika Bhavnani · 6 years ago
  29. b1b218f stm32mp1: Add support for SPI-NOR boot device by Lionel Debieve · 6 years ago
  30. 5704422 stm32mp1: Add support for SPI-NAND boot device by Lionel Debieve · 6 years ago
  31. 12e21df stm32mp1: Add support for raw NAND boot device by Lionel Debieve · 6 years ago
  32. e98f594 stm32mp1: Reduce MAX_XLAT_TABLES to 4 by Nicolas Le Bayon · 6 years ago
  33. dd85e57 stm32mp: add DT helper for reg by name by Lionel Debieve · 6 years ago
  34. 46554b6 stm32mp1: add compilation flags for boot devices by Nicolas Le Bayon · 6 years ago
  35. 697d18a plat/st: Fix incorrect return value by Lionel Debieve · 6 years ago
  36. 0711ee5 delay: timeout detection support by Lionel Debieve · 6 years ago
  37. 4bdb1a7 stm32mp1: add authentication support for stm32image by Lionel Debieve · 6 years ago
  38. f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 6 years ago
  39. ebf851e stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver by Yann Gautier · 6 years ago
  40. 1e91952 stm32mp1: move check_header() to common code by Yann Gautier · 6 years ago
  41. 083bca2 stm32mp1: keep console during runtime by Yann Gautier · 6 years ago
  42. 02f5d82 stm32mp1: sp_min: initialize MMU and cache earlier by Yann Gautier · 6 years ago
  43. 4b549b2 stm32mp1: add support for LpDDR3 by Yann Gautier · 6 years ago
  44. e463d3f stm32mp1: use a common function to check spinlock is available by Yann Gautier · 6 years ago
  45. b2182cd stm32mp1: check if the SoC is single core by Yann Gautier · 6 years ago
  46. 10e7a9e stm32mp1: print information about board by Yann Gautier · 6 years ago
  47. dec286d stm32mp1: print information about SoC by Yann Gautier · 6 years ago
  48. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 6 years ago
  49. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  50. 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 6 years ago
  51. 0a01677 stm32mp1: increase device tree size to 20kB by Yann Gautier · 6 years ago
  52. f805594 stm32mp1: make dt_get_stdout_node_offset() static by Yann Gautier · 6 years ago
  53. 29a5072 stm32mp1: use unsigned values for SDMMC defines by Yann Gautier · 6 years ago
  54. d304158 stm32mp1: remove useless LIBFDT_SRCS from PLAT_BL_COMMON_SOURCES by Yann Gautier · 6 years ago
  55. f33b243 stm32mp1: add general SYSCFG management by Yann Gautier · 6 years ago
  56. 8f282da stm32mp1: move stm32_get_gpio_bank_clock() to private file by Yann Gautier · 6 years ago
  57. f66358a clk: stm32mp1: move oscillator functions to generic file by Yann Gautier · 6 years ago
  58. 1989a19 stm32mp1: add OP-TEE support by Yann Gautier · 6 years ago
  59. eb4519e stm32mp1: fix TZC400 configuration against non-secure DDR by Yann Gautier · 6 years ago
  60. 4d95bed stm32mp1: remove useless define by Yann Gautier · 6 years ago
  61. 0b1aa77 stm32mp: split stm32mp_io_setup function by Yann Gautier · 6 years ago
  62. 42beea8 stm32mp1: zeromem device_info struct by Yann Gautier · 6 years ago
  63. b053a22 stm32mp1: add minimal support for co-processor Cortex-M4 by Yann Gautier · 6 years ago
  64. 0d21680 stm32mp1: update clock driver by Yann Gautier · 6 years ago
  65. 7ae58c6 stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · 6 years ago
  66. 447b2b1 stm32mp1: split clkfunc code by Yann Gautier · 6 years ago
  67. d82d4ff stm32mp1: update I2C and PMIC drivers by Yann Gautier · 6 years ago
  68. 6f4572b Introduce timeout_init_us/timeout_elapsed() delay tracking with CNTPCT. by Yann Gautier · 6 years ago
  69. e0a8ce5 stm32mp1: remove some dependencies on clocks and reset in drivers by Yann Gautier · 6 years ago
  70. 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 6 years ago
  71. c9d75b3 stm32mp1: split code between common and private parts by Yann Gautier · 6 years ago
  72. 7747356 stm32mp1: set ETZPC controlled peripherals and GPIOZ as non-secure by Yann Gautier · 7 years ago
  73. c7ba52d stm322mp1: add BSEC service by Yann Gautier · 7 years ago
  74. 88ef042 stm32mp1: add BSEC driver by Yann Gautier · 7 years ago
  75. a42bad3 stm32mp1: add support for SiP services by Yann Gautier · 7 years ago
  76. 1fc2130 stm32mp1: update device tree and gpio functions by Yann Gautier · 7 years ago
  77. 59a1cdf stm32mp1: update platform files by Yann Gautier · 7 years ago
  78. 23684d0 stm32mp1: rename stpmu1 to stpmic1 by Yann Gautier · 7 years ago
  79. 435832a drivers: st: move i2c driver in its own folder by Yann Gautier · 7 years ago
  80. 6e6ab28 stm32mp1: do not include platform header files directly in drivers by Yann Gautier · 7 years ago
  81. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  82. 941ba04 stm32mp1: remove useless compilation flags by Yann Gautier · 7 years ago
  83. 85456a9 Merge pull request #1700 from jwerner-chromium/JW_crashfix by Soby Mathew · 7 years ago
  84. 985ee0b drivers/console: Link console framework code by default by Julius Werner · 7 years ago
  85. ba7f9bf stm32mp: check stm32_sdmmc2_mmc_init return by Yann Gautier · 7 years ago
  86. cce37d4 stm32mp1: use MULTI_CONSOLE_API by Yann Gautier · 7 years ago
  87. 3e6fab4 stm32mp1: correct some static analysis tools issues by Yann Gautier · 7 years ago
  88. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  89. aec7de4 stm32mp1: update platform files to use MMC devices by Yann Gautier · 7 years ago
  90. 8e2e5e8 stm32mp1: add sdmmc2 driver by Yann Gautier · 7 years ago
  91. de5457e stm32mp1: Migrate to new interfaces by Antonio Nino Diaz · 7 years ago
  92. 4c72c3f layerscape: stm32mp1: Migrate to enable_mmu_svc_mon() by Antonio Nino Diaz · 7 years ago
  93. f74cbc9 stm32mp1: Link BL2, BL32 and DTB in one binary by Yann Gautier · 7 years ago
  94. 964dfee stm32mp1: Add BL32 SP_min secure monitor by Yann Gautier · 7 years ago
  95. 10a511c stm32mp1: Add DDR support and its security with TZC400 by Yann Gautier · 7 years ago
  96. e4f559f stm32mp1: Add PMIC support by Yann Gautier · 7 years ago
  97. 278c34d stm32mp1: Add console support by Yann Gautier · 7 years ago
  98. e58a53f stm32mp1: save boot information in backup registers by Yann Gautier · 7 years ago
  99. 6a339a4 stm32mp1: Add GPIO support by Yann Gautier · 7 years ago
  100. 7839a05 stm32mp1: Add clock and reset support by Yann Gautier · 7 years ago