All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] qcom: capsule: build fw_images[] dynamically from the partition table
@ 2026-08-13  5:56 Balaji Selvanathan via U-Boot
  2026-08-13  5:56 ` [PATCH 1/2] " Balaji Selvanathan via U-Boot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Balaji Selvanathan via U-Boot @ 2026-08-13  5:56 UTC (permalink / raw)
  To: Sumit Garg, u-boot-qcom, u-boot
  Cc: Tom Rini, Ilias Apalodimas, Casey Connolly, Neil Armstrong,
	Balaji Selvanathan, Aswin Murugan, Varadarajan Narayanan,
	Quentin Schulz, Biswapriyo Nath

Capsule update on Qualcomm boards currently handles exactly one image:
U-Boot itself, located by find_target_partition() and hardcoded as the
sole fw_images[] entry. There's no way to update xbl, tz, hyp, aop,
devcfg, qupfw, or any other firmware component through a capsule.

This series provides a way to support capsule update for multiple
partitions (not just U-Boot) in Qualcomm boards.

This series depends on following:
https://lore.kernel.org/u-boot/20260813-efi-firmware-dfu-alt-num-v1-0-43f034253b21@oss.qualcomm.com/
https://lore.kernel.org/u-boot/20260720-runtime-v1-1-7f904b4cb3ed@oss.qualcomm.com/

Balaji Selvanathan (2):

qcom: capsule: build fw_images[] dynamically from the partition table
configs: qcom: enable capsule updates on qcm6490, qcs615, qcs8300
---
Balaji Selvanathan (2):
      qcom: capsule: build fw_images[] dynamically from the partition table
      configs: qcom: ignore OsIndications for capsule-on-disk

 arch/arm/mach-snapdragon/capsule_update.c | 757 +++++++++++++++++++++---------
 configs/qcom_defconfig                    |   1 +
 2 files changed, 531 insertions(+), 227 deletions(-)
---
base-commit: 36c377b9859ffb53eb1e39ea31e8d96d1e0fe1e5
change-id: 20260811-qcom-capsule-dynamic-fw-images-f303270b2503

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


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

end of thread, other threads:[~2026-08-28  8:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13  5:56 [PATCH 0/2] qcom: capsule: build fw_images[] dynamically from the partition table Balaji Selvanathan via U-Boot
2026-08-13  5:56 ` [PATCH 1/2] " Balaji Selvanathan via U-Boot
2026-08-13  5:56 ` [PATCH 2/2] configs: qcom: ignore OsIndications for capsule-on-disk Balaji Selvanathan via U-Boot
2026-08-28  8:09   ` Ilias Apalodimas
2026-08-26  9:16 ` [PATCH 0/2] qcom: capsule: build fw_images[] dynamically from the partition table Balaji Selvanathan

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.