All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Add partition type GUID support for environment
@ 2026-01-08  6:49 Balaji Selvanathan
  2026-01-08  6:49 ` [PATCH v1 1/4] disk: Add partition lookup by type GUID functionality Balaji Selvanathan
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Balaji Selvanathan @ 2026-01-08  6:49 UTC (permalink / raw)
  To: casey.connolly, neil.armstrong, sumit.garg, trini, aswin.murugan,
	joe.hershberger, balaji.selvanathan, ilias.apalodimas,
	quentin.schulz, ravi, javier.tia, quic_varada,
	marek.vasut+renesas, michal.simek, ansuelsmth, mwalle, anshuld,
	jan.kiszka, javierm, u-boot-qcom, u-boot

This series adds support for locating partitions using GPT partition
type GUID instead of unique partition UUID. This enables the saveenv
command to work with partitions identified by their type rather than
unique identifiers, providing flexibility for systems where partition
UUIDs may vary across devices but types remain constant.

Balaji Selvanathan (4):
  disk: Add partition lookup by type GUID functionality
  scsi: Add partition lookup by type GUID for SCSI devices
  env: scsi: Add support for partition type GUID based environment
  configs: Enable partition type GUID for QCM6490 and QCS615 boards

 configs/qcm6490_defconfig     |  4 ++++
 configs/qcom_qcs615_defconfig |  4 ++++
 disk/part.c                   | 39 +++++++++++++++++++++++++++++++++++
 drivers/scsi/scsi-uclass.c    | 28 +++++++++++++++++++++++++
 env/Kconfig                   |  7 +++++++
 env/scsi.c                    | 13 ++++++++++++
 include/part.h                | 21 +++++++++++++++++++
 include/scsi.h                | 11 ++++++++++
 8 files changed, 127 insertions(+)

-- 
2.34.1

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

end of thread, other threads:[~2026-01-09 14:48 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-08  6:49 [PATCH v1 0/4] Add partition type GUID support for environment Balaji Selvanathan
2026-01-08  6:49 ` [PATCH v1 1/4] disk: Add partition lookup by type GUID functionality Balaji Selvanathan
2026-01-08  6:49 ` [PATCH v1 2/4] scsi: Add partition lookup by type GUID for SCSI devices Balaji Selvanathan
2026-01-08  9:37   ` Varadarajan Narayanan
2026-01-08 17:41     ` Simon Glass
2026-01-09  7:13     ` Balaji Selvanathan
2026-01-08  6:49 ` [PATCH v1 3/4] env: scsi: Add support for partition type GUID based environment Balaji Selvanathan
2026-01-08  9:41   ` Varadarajan Narayanan
2026-01-08 14:32     ` Tom Rini
2026-01-09  7:16       ` Balaji Selvanathan
2026-01-09  7:15     ` Balaji Selvanathan
2026-01-08 17:42   ` Simon Glass
2026-01-09  8:51     ` Balaji Selvanathan
2026-01-09 11:55       ` Rasmus Villemoes
2026-01-09 14:48       ` Tom Rini
2026-01-08  6:49 ` [PATCH v1 4/4] configs: Enable partition type GUID for QCM6490 and QCS615 boards 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.