public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] fastboot: block: Add GPT/MBR and device selection
@ 2026-04-10  4:41 Balaji Selvanathan
  2026-04-10  4:42 ` [PATCH 1/2] fastboot: block: Add GPT/MBR support and device selection syntax Balaji Selvanathan
  2026-04-10  4:42 ` [PATCH 2/2] doc: fastboot: Document block " Balaji Selvanathan
  0 siblings, 2 replies; 5+ messages in thread
From: Balaji Selvanathan @ 2026-04-10  4:41 UTC (permalink / raw)
  To: u-boot
  Cc: Mattijs Korpershoek, Tom Rini, Ariel D'Alessandro,
	Jerome Forissier, Dmitrii Merkurev, Michael Walle, Neil Armstrong,
	Heiko Schocher, Adrian Freihofer, Balaji Selvanathan

This series enables GPT and MBR partition table operations for
fastboot block devices and introduces device selection syntax.

Patch 1 implements "N:partition" format to target specific block
devices (e.g., "fastboot flash 0:gpt gpt.img") and adds helper
functions to improve code maintainability.

Patch 2 documents the new syntax with usage examples.

Signed-off-by: Balaji Selvanathan <balaji.selvanathan@oss.qualcomm.com>
---
Balaji Selvanathan (2):
      fastboot: block: Add GPT/MBR support and device selection syntax
      doc: fastboot: Document block device selection syntax

 doc/android/fastboot.rst    |  41 +++++++++
 drivers/fastboot/Kconfig    |   4 +-
 drivers/fastboot/fb_block.c | 196 +++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 227 insertions(+), 14 deletions(-)
---
base-commit: e2fa3e570f83ab0f9ce667ddaec9dc738bcf05b9
change-id: 20260410-fb_block-14f90c7d6b37

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


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-10  4:41 [PATCH 0/2] fastboot: block: Add GPT/MBR and device selection Balaji Selvanathan
2026-04-10  4:42 ` [PATCH 1/2] fastboot: block: Add GPT/MBR support and device selection syntax Balaji Selvanathan
2026-04-17  9:09   ` Mattijs Korpershoek
2026-04-10  4:42 ` [PATCH 2/2] doc: fastboot: Document block " Balaji Selvanathan
2026-04-17  9:16   ` Mattijs Korpershoek

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