Lines Matching +full:partition +full:-
2 Embedded device command line partition parsing
6 block device partition table from the kernel command line.
11 Users can easily change the partition.
15 blkdevparts=<blkdev-def>[;<blkdev-def>]
16 <blkdev-def> := <blkdev-id>:<partdef>[,<partdef>]
17 <partdef> := <size>[@<offset>](part-name)
19 <blkdev-id>
24 partition size, in bytes, such as: 512, 1m, 1G.
29 "-" is used to denote all remaining space.
32 partition start address, in bytes.
37 (part-name)
38 partition name. Kernel sends uevent with "PARTNAME". Application can
39 create a link to block device partition with the name "PARTNAME".
40 User space application can access partition by partition name.
43 read-only. Flag the partition as read-only.
51 'blkdevparts=mmcblk0:1G(data0),1G(data1),-;mmcblk0boot0:1m(boot)ro,-(kernel)'