1. 49ef8e1 stm32mp1: configs: add spi load support in spl by Patrick Delaunay · 5 years ago
  2. 9cd8b9f stm32mp1: configs: add condition to activate WATCHDOG in SPL by Patrick Delaunay · 5 years ago
  3. a67d958 stm32mp1: configs: Activate DISABLE_CONSOLE by Patrick Delaunay · 5 years ago
  4. 16a0722 stm32mp1: configs: select CONFIG_STM32_SERIAL by Patrick Delaunay · 5 years ago
  5. 6755198 stm32mp1: configs: activate PRE_CONSOLE_BUFFER by Patrick Delaunay · 5 years ago
  6. c50c928 stm32mp1: configs: activate CONFIG_SILENT_CONSOLE by Patrick Delaunay · 5 years ago
  7. 178a415 stpmic1: program pmic to keep only the debug unit on by Patrick Delaunay · 5 years ago
  8. b805051 sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass by Urja Rannikko · 5 years ago
  9. 857f39d sysreset: switch to using SYSRESET_POWER_OFF for poweroff by Urja Rannikko · 5 years ago
  10. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  11. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  12. e21e3ff psci: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  13. 745b676 stm32mp1: bsec: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  14. e609e13 stm32mp1: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  15. e81f8d1 stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONS by Patrick Delaunay · 5 years ago
  16. 152c84b stm32mp1: add configuration op-tee by Patrick Delaunay · 5 years ago
  17. f4cb5d6 stm32mp1: key: add stm32key command by Patrick Delaunay · 5 years ago
  18. c60f3b3 stm32mp1: update device tree with ETZPC status by Patrick Delaunay · 5 years ago
  19. 05d3693 stm32mp1: update package information in device tree by Patrick Delaunay · 5 years ago
  20. 24cb458 stm32mp1: export get_cpu_package function by Patrick Delaunay · 5 years ago
  21. dfda7d4 stm32mp1: syscon: remove stgen by Patrick Delaunay · 5 years ago
  22. 72d1858 stm32mp1: syscon: remove etzpc support by Patrick Delaunay · 5 years ago
  23. 8c1007a watchdog: stm32mp: Add watchdog driver by Patrice Chotard · 5 years ago
  24. 1538e1a stm32mp1: Increase ENV_SIZE by Patrice Chotard · 5 years ago
  25. bc9487d arm: mach-stm32mp: Add newline to the MAC error message by Manivannan Sadhasivam · 5 years ago
  26. 1767ac2 stm32mp1: ram: add support for LPDDR2/LPDDR3 by Patrick Delaunay · 5 years ago
  27. 27a986d stm32mp1: add bootstage support by Patrick Delaunay · 5 years ago
  28. 3419982 stm32mp1: add bootcount support by Patrick Delaunay · 5 years ago
  29. bb7288e stm32mp1: psci: add synchronization with ROM code by Patrick Delaunay · 5 years ago
  30. ee7d772 stm32mp1: cosmetic: bsec: reorder include files by Patrick Delaunay · 5 years ago
  31. 579a3e7 stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig by Patrick Delaunay · 5 years ago
  32. ef84ddd stm32mp1: Move config SYS_MALLOC_LEN to Kconfig by Patrick Delaunay · 5 years ago
  33. c16cc4f stm32mp1: add command poweroff by Patrick Delaunay · 5 years ago
  34. 17f1f9b stm32mp1: Replace OTP read by SHADOW read by Patrick Delaunay · 6 years ago
  35. 815bc8b stm32mp1: bsec: shadow all the upper OTP (no secure) during boot by Patrick Delaunay · 6 years ago
  36. bfe1f08 stm32mp1: bsec: use device tree new compatible by Patrick Delaunay · 6 years ago
  37. 59a54e3 stm32mp1: basic boot: SPL enable access to GPIOZ bank by Patrick Delaunay · 6 years ago
  38. 8983ba2 stm32mp1: align serial number on bootrom by Patrick Delaunay · 6 years ago
  39. 6c09eb9 stm32mp1: add some syscon drivers for syscfg and etpzc by Patrick Delaunay · 6 years ago
  40. 9a2ba28 stm32mp1: support forced boot mode by Patrick Delaunay · 6 years ago
  41. 105a5ad stm32mp1: spl: hang with trace when DDR init failed by Patrick Delaunay · 6 years ago
  42. b496eec stm32mp1: cosmetic: add comment on psci_migrate_info_type return value by Patrick Delaunay · 6 years ago
  43. 45ccdb6 stm32mp1: cosmetic cleanup Kconfig by Patrick Delaunay · 6 years ago
  44. 006ea18 stm32mp1: spl: add spl_display_print by Patrick Delaunay · 6 years ago
  45. 35d568f stm32mp1: update print_cpuinfo() by Patrick Delaunay · 6 years ago
  46. 7f63c1e stm32mp1: update boot mode management by Patrick Delaunay · 6 years ago
  47. d461f10 stm32mp1: display board information by Patrick Delaunay · 6 years ago
  48. d859c61 stm32mp1: bsec: access with SMC for trusted boot by Patrick Delaunay · 6 years ago
  49. abf2678 stm32mp1: add trusted boot with TF-A by Patrick Delaunay · 6 years ago
  50. 1b35c90 arm: stm32mp1: deploy spl in root folder by Patrick Delaunay · 6 years ago
  51. 29e1a64 arm: stm32mp1: deploy spl in root folder by Sean Nyekjær · 6 years ago
  52. b2f84e3 gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.h by Patrice Chotard · 6 years ago
  53. dbf928d gpio: stm32f7: Add gpio bank holes management by Patrice Chotard · 6 years ago
  54. 8729b1a misc: Update read() and write() methods to return bytes xfered by Simon Glass · 6 years ago
  55. 4854ebc5 arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  56. bc06134 stm32mp1: activate MISC support in SPL by Patrick Delaunay · 6 years ago
  57. d090cba misc: stm32: Add STM32MP1 support by Patrick Delaunay · 6 years ago
  58. bfc6bae reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  59. 7f7deb0 stm32mp1: use OTP to configure MAC address and serial number by Patrick Delaunay · 6 years ago
  60. 19f5899 stm32mp1: add bsec driver by Patrick Delaunay · 6 years ago
  61. de20e43 stm32mp1: remove the second TAMP_BOOT_CONTEXT update by Patrick Delaunay · 6 years ago
  62. 320d266 stm32mp1: Allow to activate CONFIG_DEBUG_UART by Patrick Delaunay · 6 years ago
  63. e8b85e8 stm32mp: regulator: add SoC pwr regulator support by Patrick Delaunay · 6 years ago
  64. acf1500 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 6 years ago
  65. 41c7977 arm: stm32mp1: add PSCI support by Patrick Delaunay · 6 years ago
  66. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  67. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  68. 7842b6a arm: move SYS_ARCH_TIMER to KConfig by Andre Przywara · 6 years ago
  69. 86634a9 stm32mp: handle SYSRESET by Patrick Delaunay · 7 years ago
  70. e16750f stm32mp: add syscon for STGEN by Patrick Delaunay · 7 years ago
  71. 11dfd1a stm32mp1: select boot device and partition by Patrick Delaunay · 7 years ago
  72. 08772f6 stm32mp1: get boot mode from BootRom by Patrick Delaunay · 7 years ago
  73. 96583cd stm32mp: add check of cpu identifier by Patrick Delaunay · 7 years ago
  74. cda3dcb stm32mp: cleanup cpu.c by Patrick Delaunay · 7 years ago
  75. f8598d9 board: st: add generic board for STM32MP1 family by Patrick Delaunay · 7 years ago
  76. e70f70a ram: stm32mp1: add driver by Patrick Delaunay · 7 years ago
  77. 2514c2d arm: stm32: add new architecture for STM32MP family by Patrick Delaunay · 7 years ago