All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Implement reset to EDL for qcs9100
@ 2025-04-10 12:02 Varadarajan Narayanan
  2025-04-10 12:02 ` [PATCH v1 1/3] mach-snapdragon: Do not define reset_cpu() if SYSRESET is enabled Varadarajan Narayanan
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Varadarajan Narayanan @ 2025-04-10 12:02 UTC (permalink / raw)
  To: trini, caleb.connolly, neil.armstrong, sumit.garg, sjg,
	ilias.apalodimas, sughosh.ganu, me, marex, quic_varada,
	robert.marko, seashell11234455, ycliang, u-boot-qcom, u-boot

Using the 'reboot edl' command in Linux, the platform can reboot to the
Emergency Download mode. Implement the same for U-Boot.

Varadarajan Narayanan (3):
  mach-snapdragon: Do not define reset_cpu() if SYSRESET is enabled
  sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs
  configs: qcs9100_defconfig: Enable SYSRESET

 arch/arm/mach-snapdragon/board.c      |  2 ++
 configs/qcs9100_defconfig             |  2 ++
 drivers/sysreset/Kconfig              |  5 +++
 drivers/sysreset/Makefile             |  1 +
 drivers/sysreset/sysreset-uclass.c    |  7 ++--
 drivers/sysreset/sysreset_qcom-psci.c | 47 +++++++++++++++++++++++++++
 include/sysreset.h                    |  2 ++
 7 files changed, 64 insertions(+), 2 deletions(-)
 create mode 100644 drivers/sysreset/sysreset_qcom-psci.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-04-30  8:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 12:02 [PATCH v1 0/3] Implement reset to EDL for qcs9100 Varadarajan Narayanan
2025-04-10 12:02 ` [PATCH v1 1/3] mach-snapdragon: Do not define reset_cpu() if SYSRESET is enabled Varadarajan Narayanan
2025-04-28  8:24   ` Sumit Garg
2025-04-28  8:28     ` Sam Day
2025-04-28 13:58   ` Casey Connolly
2025-04-10 12:02 ` [PATCH v1 2/3] sysreset: Implement PSCI based reset to EDL mode for QCOM SoCs Varadarajan Narayanan
2025-04-28  8:36   ` Sumit Garg
2025-04-28 14:22   ` Casey Connolly
2025-04-29 11:40     ` Varadarajan Narayanan
2025-04-29 21:02     ` Sam Day
2025-04-30  8:57     ` Varadarajan Narayanan
2025-04-10 12:02 ` [PATCH v1 3/3] configs: qcs9100_defconfig: Enable SYSRESET Varadarajan Narayanan
2025-04-28  8:36   ` Sumit Garg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.