mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
doc: improve description of FAT partition name generation
List all prefix currently used for generating FAT partition names. Describe which device class uses which prefix. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
d417260aab
commit
73d533b244
1 changed files with 14 additions and 3 deletions
|
@ -44,9 +44,20 @@ partname
|
|||
<devtype><devletter><partnum>
|
||||
|
||||
devtype
|
||||
A device type like ``mmcsd`` or ``hd``. See the
|
||||
``part_set_generic_name`` function in ``disk/part.c`` for a
|
||||
complete list.
|
||||
The devtype field is set in dependence of the device class:
|
||||
|
||||
======= ===============
|
||||
devtype device class
|
||||
======= ===============
|
||||
hd IDE or SATA
|
||||
sd SCSI
|
||||
usbd USB
|
||||
mmcsd eMMC or SD-card
|
||||
xx others
|
||||
======= ===============
|
||||
|
||||
See the ``part_set_generic_name`` function in ``disk/part.c``
|
||||
for the complete list.
|
||||
|
||||
devletter
|
||||
The device number as an offset from ``a``. For example, device
|
||||
|
|
Loading…
Add table
Reference in a new issue