summaryrefslogtreecommitdiff
path: root/doc/usage/partitions.rst
AgeCommit message (Collapse)Author
2024-04-08doc: improve description of FAT partition name generationHeinrich Schuchardt
List all prefix currently used for generating FAT partition names. Describe which device class uses which prefix. Signed-off-by: Heinrich Schuchardt <[email protected]>
2022-09-25blk: Rename if_type to uclass_idSimon Glass
Use the word 'uclass' instead of 'if_type' to complete the conversion. Signed-off-by: Simon Glass <[email protected]>
2021-02-26doc: Document partition specificationsSean Anderson
This documents the way U-Boot understands partitions specifications. This also updates the fastboot documentation for the changes in the previous commit. Signed-off-by: Sean Anderson <[email protected]> Reviewed-by: Simon Glass <[email protected]>