[PATCH 0/2] fastboot: block: Add GPT/MBR and device selection
Balaji Selvanathan
balaji.selvanathan at oss.qualcomm.com
Fri Apr 10 06:41:59 CEST 2026
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 at 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 at oss.qualcomm.com>
More information about the U-Boot
mailing list