| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | partition.txt | 1 Flash partitions in device tree 12 To assist system software in locating partitions, we allow describing which 14 a subnode of the flash device that is named 'partitions'. It must have a 21 significant relation between partitions or some partition internally uses 24 Available bindings are listed in the "partitions" subdirectory. 36 'partitions'. This node should have the following property: 37 - compatible : (required) must be "fixed-partitions" 38 Partitions are then defined in subnodes of the partitions node. 40 For backwards compatibility partitions as direct subnodes of the flash device are 43 string are not considered partitions, as they may be used for other bindings. [all …]
|
| H A D | qcom_nandc.txt | 55 Each nandcs device node may optionally contain a 'partitions' sub-node, which 83 partitions { 84 compatible = "fixed-partitions"; 122 partitions { 123 compatible = "fixed-partitions";
|
| H A D | samsung-s3c2410.txt | 20 Each child device node may optionally contain a 'partitions' sub-node, 40 partitions { 41 compatible = "fixed-partitions";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | brcm,bcm947xx-cfe-partitions.txt | 5 home routers. Their BCM947xx boards using CFE bootloader have several partitions 9 Discovering partitions on these devices is possible thanks to having a special 13 Most of partitions use ASCII text based magic for determining a type. More 14 complex partitions (like TRX with its HDR0 magic) may include extra header 17 A list of supported partitions includes: 24 As mentioned earlier, role of some partitions may depend on extra configuration. 30 Devices using Broadcom partitions described above should should have flash node 31 with a subnode named "partitions" using following properties: 34 - compatible : (required) must be "brcm,bcm947xx-cfe-partitions" 39 partitions { [all …]
|
| H A D | brcm,trx.txt | 9 identification fields, CRC32 checksum and the locations of embedded partitions. 10 Its purpose is to store a few partitions in a format that can be distributed as 13 Container can hold up to 4 partitions. The first partition has to contain a 15 executing. Other partitions can be used for operating system purposes. This is 19 partitions have to be less than the 4GiB max size limit. 22 1) v1 which contains 3 partitions 23 2) v2 which contains 4 partitions 34 partitions {
|
| H A D | brcm,bcm963xx-cfe-nor-partitions.txt | 6 NVRAM partition, and the remainder in-between for one to two firmware partitions 12 - compatible : must be "brcm,bcm963xx-cfe-nor-partitions" 21 partitions { 22 compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
| H A D | brcm,bcm963xx-imagetag.txt | 5 partitions or non standard bootloader partition sizes. For these a mixed layout 21 partitions { 22 compatible = "fixed-partitions";
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ldm.rst | 12 replacement for the MSDOS style partitions. It stores its information in a 14 partitions is limited only by disk space. The maximum number of partitions is 17 Any partitions created under the LDM are called "Dynamic Disks". There are no 18 longer any primary or extended partitions. Normal MSDOS style partitions are 23 partitions and filesystems without the need to reboot. 39 Below we have a 50MiB disk, divided into seven partitions. 66 The LDM Database may not store the partitions in the order that they appear on 103 discovered partitions. However, grub does not understand the LDM partitioning
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.gpt | 16 - partitions - lists of available partitions (defined at u-boot): 27 GPT for marking disks/partitions is using the UUID. It is supposed to be a 102 40 8 B First usable LBA for partitions (primary partition table last 153 Creating GPT partitions in U-Boot: 158 Format of partitions layout: 187 gpt write mmc 0 $partitions 189 Checking (validating) GPT partitions in U-Boot: 195 gpt verify mmc 0 [$partitions] 197 where [$partitions] is an optional parameter. 202 offset (last two in LBA) - are compared with data defined in '$partitions' [all …]
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_efi.c | 598 disk_partition_t *partitions, int parts) in gpt_fill_pte() argument 623 lbaint_t start = partitions[i].start; in gpt_fill_pte() 624 lbaint_t size = partitions[i].size; in gpt_fill_pte() 657 str_type_guid = partitions[i].type_guid; in gpt_fill_pte() 678 str_uuid = partitions[i].uuid; in gpt_fill_pte() 692 if (partitions[i].bootable) in gpt_fill_pte() 698 dosname_len = sizeof(partitions[i].name); in gpt_fill_pte() 705 (efi_char16_t)(partitions[i].name[k]); in gpt_fill_pte() 709 __func__, partitions[i].name, i, in gpt_fill_pte() 788 disk_partition_t *partitions, int parts_count) in gpt_restore() argument [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | mtdutils.c | 57 MtdPartition *partitions; member 79 if (g_mtd_state.partitions == NULL) { in mtd_scan_partitions() 81 MtdPartition *partitions = malloc(nump * sizeof(*partitions)); in mtd_scan_partitions() local 82 if (partitions == NULL) { in mtd_scan_partitions() 86 g_mtd_state.partitions = partitions; in mtd_scan_partitions() 88 memset(partitions, 0, nump * sizeof(*partitions)); in mtd_scan_partitions() 97 MtdPartition *p = &g_mtd_state.partitions[i]; in mtd_scan_partitions() 143 MtdPartition *p = &g_mtd_state.partitions[mtdnum]; in mtd_scan_partitions() 178 if (g_mtd_state.partitions != NULL) { in mtd_find_partition_by_name() 181 MtdPartition *p = &g_mtd_state.partitions[i]; in mtd_find_partition_by_name()
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mtdutils.c | 50 MtdPartition *partitions; member 72 if (g_mtd_state.partitions == NULL) { in mtd_scan_partitions() 74 MtdPartition *partitions = malloc(nump * sizeof(*partitions)); in mtd_scan_partitions() local 75 if (partitions == NULL) { in mtd_scan_partitions() 79 g_mtd_state.partitions = partitions; in mtd_scan_partitions() 81 memset(partitions, 0, nump * sizeof(*partitions)); in mtd_scan_partitions() 90 MtdPartition *p = &g_mtd_state.partitions[i]; in mtd_scan_partitions() 136 MtdPartition *p = &g_mtd_state.partitions[mtdnum]; in mtd_scan_partitions() 171 if (g_mtd_state.partitions != NULL) { in mtd_find_partition_by_name() 174 MtdPartition *p = &g_mtd_state.partitions[i]; in mtd_find_partition_by_name()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/mmc/ |
| H A D | mmc-dev-parts.rst | 5 Device partitions are additional logical block devices present on the 8 As of this writing, MMC boot partitions as supported and exposed as 15 Read and write access is provided to the two MMC boot partitions. Due to 30 The boot partitions can also be locked read only until the next power on, 39 The boot partitions can also be locked permanently, but this feature is
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | Kconfig | 11 This provides partitions parser for devices based on BCM47xx 55 Same flash, but 2 named partitions, the first one being read-only: 71 tristate "Parser for BCM963XX Image Tag format partitions" 77 and rootfs partitions. 79 header and creates up to two partitions, kernel and rootfs. 90 register MTD 'partitions' corresponding to each image detected, 98 tristate "Parser for TRX format partitions" 102 may contain up to 3/4 partitions (depending on the version). 103 This driver will parse TRX header and report at least two partitions: 124 MTD 'partitions' corresponding to each image in the table, enable
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 69 self.parts = self.ks.partitions 302 def __init__(self, path, ptable_format, partitions, native_sysroot=None, extra_space=0): argument 317 self.partitions = partitions 322 num_real_partitions = len([p for p in self.partitions if not p.no_table]) 328 for part in self.partitions: 339 for part in self.partitions: 360 for part in self.partitions: 380 num_real_partitions = len([p for p in self.partitions if not p.no_table]) 383 for num in range(len(self.partitions)): 384 part = self.partitions[num] [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | gpt.c | 376 disk_partition_t **partitions, in set_gpt_info() argument 541 *partitions = parts; in set_gpt_info() 558 disk_partition_t *partitions = NULL; in gpt_default() local 562 &str_disk_guid, &partitions, &part_count); in gpt_default() 574 ret = gpt_restore(blk_dev_desc, str_disk_guid, partitions, part_count); in gpt_default() 576 free(partitions); in gpt_default() 585 disk_partition_t *partitions = NULL; in gpt_verify() local 593 &str_disk_guid, &partitions, &part_count); in gpt_verify() 609 ret = gpt_verify_partitions(blk_dev_desc, partitions, part_count, in gpt_verify() 612 free(partitions); in gpt_verify() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | engine.py | 252 self.partitions = self.get_partitions() 293 if pnum not in self.partitions: 295 part = self.partitions[pnum] 314 seek=self.partitions[pnum].start) 317 if pnum not in self.partitions: 320 if self.partitions[pnum].fstype.startswith('ext'): 333 if self.partitions[pnum].fstype.startswith('ext'): 400 if self.partitions[pnum].fstype.startswith('ext'): 501 fstype = self.partitions[pnum].fstype 504 if part['size'] == self.partitions[pnum].size // self._lsector_size: [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-390-db.dts | 92 partitions { 93 compatible = "fixed-partitions"; 123 partitions { 124 compatible = "fixed-partitions";
|
| H A D | armada-385-db-88f6820-amc.dts | 103 partitions { 104 compatible = "fixed-partitions"; 137 partitions { 138 compatible = "fixed-partitions";
|
| H A D | am335x-moxa-uc-2100-common.dtsi | 193 partitions { 194 compatible = "fixed-partitions"; 199 partitions@0 { 204 partitions@1 { 209 partitions@2 {
|
| /OK3568_Linux_fs/kernel/fs/nls/ |
| H A D | Kconfig | 47 DOS/Windows partitions correctly. This does apply to the filenames 59 DOS/Windows partitions correctly. This does apply to the filenames 71 DOS/Windows partitions correctly. This does apply to the filenames 84 DOS/Windows partitions correctly. This does apply to the filenames 100 DOS/Windows partitions correctly. This does apply to the filenames 115 DOS/Windows partitions correctly. This does apply to the filenames 126 DOS/Windows partitions correctly. This does apply to the filenames 137 DOS/Windows partitions correctly. This does apply to the filenames 148 DOS/Windows partitions correctly. This does apply to the filenames 159 DOS/Windows partitions correctly. This does apply to the filenames [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-7040-db.dts | 91 partitions { 92 compatible = "fixed-partitions"; 162 partitions { 163 compatible = "fixed-partitions"; 194 partitions { 195 compatible = "fixed-partitions";
|
| H A D | armada-8040-db.dts | 80 partitions { 81 compatible = "fixed-partitions"; 238 partitions { 239 compatible = "fixed-partitions"; 274 partitions { 275 compatible = "fixed-partitions";
|
| /OK3568_Linux_fs/kernel/fs/ufs/ |
| H A D | Kconfig | 8 Unixes can create and mount hard disk partitions and diskettes using 10 these partitions; if you also want to write to them, say Y to the 35 Say Y here if you want to try writing to UFS partitions. This is 36 experimental, so you should back up your UFS partitions beforehand.
|
| /OK3568_Linux_fs/kernel/drivers/mtd/maps/ |
| H A D | impa7.c | 47 static const struct mtd_partition partitions[] = variable 88 mtd_device_register(impa7_mtd[i], partitions, in init_impa7() 89 ARRAY_SIZE(partitions)); in init_impa7()
|