public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/4] spl: Add UFS boot support for SPL on Qualcomm
@ 2026-04-09 14:43 Balaji Selvanathan
  2026-04-09 14:43 ` [PATCH 1/4] spl: ufs: Add partition support and flexible loading Balaji Selvanathan
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Balaji Selvanathan @ 2026-04-09 14:43 UTC (permalink / raw)
  To: u-boot, Sumit Garg, u-boot-qcom
  Cc: Tom Rini, Neil Armstrong, Bhupesh Sharma, Neha Malcom Francis,
	Anshul Dalal, Peng Fan, Mattijs Korpershoek, Quentin Schulz,
	Hrushikesh Salunke, Alexey Charkov, Dario Binacchi,
	Andre Przywara, Ilias Apalodimas, Javier Martinez Canillas,
	Jan Kiszka, Javier Tia, Rasmus Villemoes, Varadarajan Narayanan,
	João Marcos Costa, Dhruva Gole, Richard Genoud, Marek Vasut,
	Simon Glass, Igor Belwon, Shawn Lin, Tuyen Dang, Casey Connolly,
	Lukasz Majewski, Patrice Chotard, Patrick Delaunay, Michal Simek,
	Yao Zi, Peter Korsgaard, Balaji Selvanathan

This series enables UFS as a boot device in SPL for Qualcomm
platforms. It adds partition-based loading support similar to MMC,
enables the Qualcomm UFS driver and PHY for SPL builds, and adds
necessary clock stub support.

The changes allow flexible boot configurations using partition names
or numbers instead of hardcoded sector offsets, bringing UFS boot
capability on par with MMC/SD boot in SPL.

Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
---
Balaji Selvanathan (4):
      spl: ufs: Add partition support and flexible loading
      drivers: ufs: qcom: Add SPL support
      drivers: phy: qcom: Add UFS PHY support for SPL
      clk: stub: Add Kconfig option for SPL stub driver

 common/spl/Kconfig        |  40 +++++++++-
 common/spl/spl_ufs.c      | 188 +++++++++++++++++++++++++++++++++++++++++-----
 drivers/clk/Kconfig       |   7 ++
 drivers/phy/qcom/Kconfig  |   7 ++
 drivers/phy/qcom/Makefile |   2 +-
 drivers/ufs/Kconfig       |   8 ++
 drivers/ufs/Makefile      |   7 +-
 include/part.h            |   3 +-
 include/spl.h             |   4 +
 9 files changed, 243 insertions(+), 23 deletions(-)
---
base-commit: 6cd26c192df54db580aaf7fccf601b5dca1f13ce
change-id: 20260409-spl_ufs_only-c90c0b65bff2

Best regards,
-- 
Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>


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

end of thread, other threads:[~2026-04-13 13:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09 14:43 [PATCH 0/4] spl: Add UFS boot support for SPL on Qualcomm Balaji Selvanathan
2026-04-09 14:43 ` [PATCH 1/4] spl: ufs: Add partition support and flexible loading Balaji Selvanathan
2026-04-09 15:39   ` Alexey Charkov
2026-04-09 16:04     ` Balaji Selvanathan
2026-04-09 14:43 ` [PATCH 2/4] drivers: ufs: qcom: Add SPL support Balaji Selvanathan
2026-04-09 17:38   ` Ferass El Hafidi
2026-04-09 17:45     ` Ferass El Hafidi
2026-04-13 12:37   ` Sumit Garg
2026-04-09 14:43 ` [PATCH 3/4] drivers: phy: qcom: Add UFS PHY support for SPL Balaji Selvanathan
2026-04-13 12:39   ` Sumit Garg
2026-04-09 14:43 ` [PATCH 4/4] clk: stub: Add Kconfig option for SPL stub driver Balaji Selvanathan
2026-04-09 15:45   ` Alexey Charkov
2026-04-09 16:05     ` Balaji Selvanathan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox