1. 53612f7 feat(plat/st): add a function to configure console by Yann Gautier · 3 years, 10 months ago
  2. a6bfa75 feat(stm32mp1): add stm32_get_boot_interface function by Yann Gautier · 4 years, 8 months ago
  3. 4dc77a3 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · 3 years, 8 months ago
  4. 737ad29 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 4 years, 2 months ago
  5. 9083fa1 feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · 3 years, 9 months ago
  6. fb3e798 feat(plat/st): add STM32CubeProgrammer support on UART by Patrick Delaunay · 4 years, 10 months ago
  7. 306dcd6 fix(plat/st): remove double space by Yann Gautier · 3 years, 9 months ago
  8. fa92fef feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target by Patrick Delaunay · 4 years, 1 month ago
  9. afad521 feat(plat/st): add STM32CubeProgrammer support on USB by Patrick Delaunay · 5 years ago
  10. efbd65f feat(plat/st): add a USB DFU stack by Patrick Delaunay · 5 years ago
  11. 3deb060 Merge changes from topic "st_dt_match_instance" into integration by Mark Dykes · 3 years, 10 months ago
  12. 8ce8918 fix(plat/st): only check header major when booting by Nicolas Le Bayon · 6 years ago
  13. ea97bbf feat(plat/st): create new helper for DT access by Yann Gautier · 3 years, 10 months ago
  14. d5a84ee feat(plat/st): manage io_policies with FCONF by Yann Gautier · 4 years, 1 month ago
  15. 29332bc feat(plat/st): use FCONF to configure platform by Yann Gautier · 4 years, 1 month ago
  16. 18b415b feat(plat/st): improve FIP image loading from MMC by Yann Gautier · 4 years, 2 months ago
  17. 1d204ee feat(plat/st): use FIP to load images by Yann Gautier · 4 years, 3 months ago
  18. 7e87ba2 feat(plat/st): add helper to save boot interface by Yann Gautier · 5 years ago
  19. 91ffc1d fix(plat/st): improve DDR get size function by Lionel Debieve · 4 years, 11 months ago
  20. c1ad41f refactor(plat/st): map DDR secure at boot by Yann Gautier · 5 years ago
  21. c25ff16 refactor(plat/st): add stm32image_io_setup by Patrick Delaunay · 4 years, 10 months ago
  22. 71693a6 fix(plat/st): panic if boot interface is wrong by Yann Gautier · 4 years, 1 month ago
  23. 5d582ff Merge "refactor(plat/st): avoid fixed DT address" into integration by Manish Pandey · 4 years, 2 months ago
  24. 2a00877 Merge changes from topic "soc_id" into integration by Manish Pandey · 4 years, 2 months ago
  25. c20b060 refactor(plat/st): avoid fixed DT address by Yann Gautier · 5 years ago
  26. 214c8a8d feat(plat/st): add STM32MP_EMMC_BOOT option by Vyacheslav Yurkov · 4 years, 2 months ago
  27. 3f916a4 refactor(plat/st): remove io_dummy code for OP-TEE by Yann Gautier · 4 years, 2 months ago
  28. e1db570 refactor(plat/st): remove BL2 image loading by Yann Gautier · 4 years, 3 months ago
  29. 06c3b10 refactor(plat/st): rename OP-TEE pager to core by Yann Gautier · 4 years, 3 months ago
  30. 3d20178 feat(plat/st): implement platform functions for SMCCC_ARCH_SOC_ID by Yann Gautier · 4 years, 5 months ago
  31. 92661e0 refactor(plat/st): export functions to get SoC information by Yann Gautier · 4 years, 3 months ago
  32. f714ca8 plat/st: do not rely on tainted value for dt property length by Yann Gautier · 4 years, 5 months ago
  33. cddf1bd plat/st: do not keep mmc_device_info in stack by Yann Gautier · 4 years, 5 months ago
  34. ade9ce0 stm32mp1: get peripheral base address from a define by Yann Gautier · 5 years ago
  35. ec8f421 stm32mp1: register shared resource per GPIO bank/pin by Etienne Carriere · 5 years ago
  36. 0651b5b stm32mp1: register shared resource per IOMEM address by Etienne Carriere · 5 years ago
  37. 68450c9 stm32mp1: shared resources: peripheral registering by Etienne Carriere · 5 years ago
  38. 5f038ac stm32mp1: shared resources: apply registered configuration by Etienne Carriere · 5 years ago
  39. 47cf5d3 stm32mp1: introduce shared resources support by Etienne Carriere · 6 years ago
  40. ccc199e plat/stm32mp1: fdt helpers for secure aware gpio bank by Etienne Carriere · 5 years ago
  41. c0ea3b1 plat/st: move GPIO bank helper function to platform source files by Etienne Carriere · 6 years ago
  42. 7a61114 plat/stm32: Use generic fdt_get_stdout_node_offset() by Andre Przywara · 5 years ago
  43. 7ad6d36 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · 5 years ago
  44. be858cf plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 5 years ago
  45. 52a616b plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 5 years ago
  46. 84686ba stm32mp1: dynamically map DDR later and non-cacheable during its test by Yann Gautier · 6 years ago
  47. e9d1e5a plat/st: correctly check pwr-regulators node by Yann Gautier · 5 years ago
  48. cd4941d plat/st: correct static analysis tool warning by Yann Gautier · 5 years ago
  49. b1b218f stm32mp1: Add support for SPI-NOR boot device by Lionel Debieve · 6 years ago
  50. 5704422 stm32mp1: Add support for SPI-NAND boot device by Lionel Debieve · 6 years ago
  51. 12e21df stm32mp1: Add support for raw NAND boot device by Lionel Debieve · 6 years ago
  52. dd85e57 stm32mp: add DT helper for reg by name by Lionel Debieve · 6 years ago
  53. 46554b6 stm32mp1: add compilation flags for boot devices by Nicolas Le Bayon · 6 years ago
  54. 0711ee5 delay: timeout detection support by Lionel Debieve · 6 years ago
  55. 4bdb1a7 stm32mp1: add authentication support for stm32image by Lionel Debieve · 6 years ago
  56. f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 6 years ago
  57. 1e91952 stm32mp1: move check_header() to common code by Yann Gautier · 6 years ago
  58. e463d3f stm32mp1: use a common function to check spinlock is available by Yann Gautier · 6 years ago
  59. b2182cd stm32mp1: check if the SoC is single core by Yann Gautier · 6 years ago
  60. 10e7a9e stm32mp1: print information about board by Yann Gautier · 6 years ago
  61. dec286d stm32mp1: print information about SoC by Yann Gautier · 6 years ago
  62. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 6 years ago
  63. f805594 stm32mp1: make dt_get_stdout_node_offset() static by Yann Gautier · 6 years ago
  64. f33b243 stm32mp1: add general SYSCFG management by Yann Gautier · 6 years ago
  65. 8f282da stm32mp1: move stm32_get_gpio_bank_clock() to private file by Yann Gautier · 6 years ago
  66. 1989a19 stm32mp1: add OP-TEE support by Yann Gautier · 6 years ago
  67. 0b1aa77 stm32mp: split stm32mp_io_setup function by Yann Gautier · 6 years ago
  68. 42beea8 stm32mp1: zeromem device_info struct by Yann Gautier · 6 years ago
  69. 0d21680 stm32mp1: update clock driver by Yann Gautier · 6 years ago
  70. 7ae58c6 stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · 6 years ago
  71. 6f4572b Introduce timeout_init_us/timeout_elapsed() delay tracking with CNTPCT. by Yann Gautier · 6 years ago
  72. e0a8ce5 stm32mp1: remove some dependencies on clocks and reset in drivers by Yann Gautier · 6 years ago
  73. 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 6 years ago
  74. c9d75b3 stm32mp1: split code between common and private parts by Yann Gautier · 6 years ago