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