1. 981b9dc refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE by Yann Gautier · 2 years, 9 months ago
  2. cd79116 feat(stm32mp1): add the decryption support by Lionel Debieve · 2 years, 10 months ago
  3. 87dfbd7 refactor(stm32mp1): remove authentication using STM32 image mode by Lionel Debieve · 2 years, 10 months ago
  4. ab2b325 feat(stm32mp1): save boot auth status and partition info by Igor Opaniuk · 3 years, 1 month ago
  5. f87de90 feat(stm32mp1): retry 3 times FWU trial boot by Nicolas Toromanoff · 3 years, 6 months ago
  6. c768b2b feat(st): add early console in BL2 by Yann Gautier · 3 years, 10 months ago
  7. 49abdfd feat(st): disable authentication based on part_number by Lionel Debieve · 6 years ago
  8. ae3ce8b feat(stm32mp1): new way to access platform OTP by Lionel Debieve · 6 years ago
  9. e1bfbf8 refactor(stm32mp1): remove unused refcount helper functions by Yann Gautier · 3 years, 7 months ago
  10. ba02add feat(stm32mp1): add logic to pass the boot index to the Update Agent by Sughosh Ganu · 3 years, 8 months ago
  11. 41bd8b9 feat(stm32mp1): add GUID's for identifying firmware images to be booted by Sughosh Ganu · 3 years, 9 months ago
  12. 8d6b476 feat(stm32mp1): add GUID values for updatable images by Sughosh Ganu · 4 years, 1 month ago
  13. 93b153b Merge changes from topic "st_regulator" into integration by Madhukar Pappireddy · 3 years, 8 months ago
  14. c39c658 refactor(st): update CPU and VDD voltage get by Yann Gautier · 3 years, 11 months ago
  15. 33667d2 feat(st): use newly introduced clock framework by Yann Gautier · 4 years ago
  16. acf28c2 feat(st): protect UART during platform init by Yann Gautier · 3 years, 10 months ago
  17. 53612f7 feat(plat/st): add a function to configure console by Yann Gautier · 3 years, 10 months ago
  18. a6bfa75 feat(stm32mp1): add stm32_get_boot_interface function by Yann Gautier · 4 years, 8 months ago
  19. 4dc77a3 refactor(stm32mp1): move stm32_save_boot_interface() by Yann Gautier · 3 years, 8 months ago
  20. 737ad29 feat(stm32_gpio): add a function to reset a pin by Yann Gautier · 4 years, 2 months ago
  21. 9083fa1 feat(plat/st): add STM32MP_UART_PROGRAMMER target by Patrick Delaunay · 3 years, 9 months ago
  22. fb3e798 feat(plat/st): add STM32CubeProgrammer support on UART by Patrick Delaunay · 4 years, 10 months ago
  23. afad521 feat(plat/st): add STM32CubeProgrammer support on USB by Patrick Delaunay · 5 years ago
  24. efbd65f feat(plat/st): add a USB DFU stack by Patrick Delaunay · 5 years ago
  25. ea97bbf feat(plat/st): create new helper for DT access by Yann Gautier · 3 years, 10 months ago
  26. d5a84ee feat(plat/st): manage io_policies with FCONF by Yann Gautier · 4 years, 1 month ago
  27. 1d204ee feat(plat/st): use FIP to load images by Yann Gautier · 4 years, 3 months ago
  28. 7e87ba2 feat(plat/st): add helper to save boot interface by Yann Gautier · 5 years ago
  29. 5d582ff Merge "refactor(plat/st): avoid fixed DT address" into integration by Manish Pandey · 4 years, 2 months ago
  30. c20b060 refactor(plat/st): avoid fixed DT address by Yann Gautier · 5 years ago
  31. 3d20178 feat(plat/st): implement platform functions for SMCCC_ARCH_SOC_ID by Yann Gautier · 4 years, 5 months ago
  32. 92661e0 refactor(plat/st): export functions to get SoC information by Yann Gautier · 4 years, 3 months ago
  33. ade9ce0 stm32mp1: get peripheral base address from a define by Yann Gautier · 5 years ago
  34. ec8f421 stm32mp1: register shared resource per GPIO bank/pin by Etienne Carriere · 5 years ago
  35. 0651b5b stm32mp1: register shared resource per IOMEM address by Etienne Carriere · 5 years ago
  36. 68450c9 stm32mp1: shared resources: peripheral registering by Etienne Carriere · 5 years ago
  37. 5f038ac stm32mp1: shared resources: apply registered configuration by Etienne Carriere · 5 years ago
  38. 47cf5d3 stm32mp1: introduce shared resources support by Etienne Carriere · 6 years ago
  39. ccc199e plat/stm32mp1: fdt helpers for secure aware gpio bank by Etienne Carriere · 5 years ago
  40. 7ad6d36 plat/stm32: Use generic fdt_get_reg_props_by_name() by Andre Przywara · 5 years ago
  41. be858cf plat/stm32: Implement fdt_read_uint32_default() as a wrapper by Andre Przywara · 5 years ago
  42. 52a616b plat/stm32: Use generic fdt_read_uint32_array() implementation by Andre Przywara · 5 years ago
  43. 84686ba stm32mp1: dynamically map DDR later and non-cacheable during its test by Yann Gautier · 6 years ago
  44. dd85e57 stm32mp: add DT helper for reg by name by Lionel Debieve · 6 years ago
  45. 0711ee5 delay: timeout detection support by Lionel Debieve · 6 years ago
  46. 4bdb1a7 stm32mp1: add authentication support for stm32image by Lionel Debieve · 6 years ago
  47. f700423 bsec: move bsec_mode_is_closed_device() service to platform by Lionel Debieve · 6 years ago
  48. 1e91952 stm32mp1: move check_header() to common code by Yann Gautier · 6 years ago
  49. e463d3f stm32mp1: use a common function to check spinlock is available by Yann Gautier · 6 years ago
  50. b2182cd stm32mp1: check if the SoC is single core by Yann Gautier · 6 years ago
  51. 10e7a9e stm32mp1: print information about board by Yann Gautier · 6 years ago
  52. dec286d stm32mp1: print information about SoC by Yann Gautier · 6 years ago
  53. 73680c2 stm32mp1: add watchdog support by Yann Gautier · 6 years ago
  54. f805594 stm32mp1: make dt_get_stdout_node_offset() static by Yann Gautier · 6 years ago
  55. f33b243 stm32mp1: add general SYSCFG management by Yann Gautier · 6 years ago
  56. 0d21680 stm32mp1: update clock driver by Yann Gautier · 6 years ago
  57. 7ae58c6 stm32mp1: use functions to retrieve some peripheral addresses by Yann Gautier · 6 years ago
  58. 6f4572b Introduce timeout_init_us/timeout_elapsed() delay tracking with CNTPCT. by Yann Gautier · 6 years ago
  59. 3f9c978 stm32mp1: make functions and macros more common by Yann Gautier · 6 years ago
  60. c9d75b3 stm32mp1: split code between common and private parts by Yann Gautier · 6 years ago