/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | fixed-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/fixed-partitions.yaml# 7 title: Fixed partitions 14 The partition table should be a node named "partitions". Partitions are then 23 - const: fixed-partitions 25 - const: sercomm,sc-partitions 26 - const: fixed-partitions 72 partitions { 73 compatible = "fixed-partitions"; 90 partitions { 91 compatible = "fixed-partitions"; [all …]
|
H A D | tplink,safeloader-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/tplink,safeloader-partitions.yaml# 7 title: TP-Link SafeLoader partitions 19 Partitions specified in partitions table cover whole flash space. Some 22 partitions contain fully changeable content (like rootfs). 25 based partitions table. That offset is picked at manufacturing process 33 const: tplink,safeloader-partitions 35 partitions-table-offset: 36 description: Flash offset of partitions table 44 - partitions-table-offset 50 partitions { [all …]
|
H A D | brcm,bcm947xx-cfe-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/brcm,bcm947xx-cfe-partitions.yaml# 7 title: Broadcom BCM47xx Partitions 12 partitions without any on-flash partition table. On some devices their sizes 15 Discovering partitions on these devices is possible thanks to having a special 19 Most of partitions use ASCII text based magic for determining a type. More 20 complex partitions (like TRX with its HDR0 magic) may include extra header 23 A list of supported partitions includes: 30 As mentioned earlier, role of some partitions may depend on extra 42 const: brcm,bcm947xx-cfe-partitions 48 partitions { [all …]
|
H A D | partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/partitions.yaml# 7 title: Partitions 10 This binding is generic and describes the content of the partitions container 18 - $ref: brcm,bcm4908-partitions.yaml 19 - $ref: brcm,bcm947xx-cfe-partitions.yaml 20 - $ref: fixed-partitions.yaml 21 - $ref: linksys,ns-partitions.yaml 24 - $ref: tplink,safeloader-partitions.yaml
|
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 39 partitions {
|
H A D | linksys,ns-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/linksys,ns-partitions.yaml# 11 firmware partitions. One is used for regular booting, the other is treated as 14 This binding allows defining all fixed partitions and marking those containing 25 const: linksys,ns-partitions 51 partitions { 52 compatible = "linksys,ns-partitions";
|
H A D | brcm,bcm4908-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/brcm,bcm4908-partitions.yaml# 10 Broadcom BCM4908 CFE bootloader supports two firmware partitions. One is used 13 This binding allows defining all fixed partitions and marking those containing 24 const: brcm,bcm4908-partitions 48 partitions { 49 compatible = "brcm,bcm4908-partitions";
|
H A D | qcom,smem-part.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/qcom,smem-part.yaml# 14 Memory (SMEM) based partition table scheme. The maximum partitions supported 15 varies between partition table revisions. V3 supports maximum 16 partitions 16 and V4 supports 48 partitions. 36 partitions { 44 partitions {
|
H A D | brcm,bcm963xx-cfe-nor-partitions.txt | 1 Broadcom BCM963XX CFE Loader NOR Flash Partitions 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 | nvmem-cells.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/nvmem-cells.yaml# 20 - $ref: /schemas/mtd/partitions/partition.yaml# 35 partitions { 36 compatible = "fixed-partitions"; 68 partitions { 69 compatible = "fixed-partitions";
|
/linux/drivers/mtd/parsers/ |
H A D | Kconfig | 6 This provides partitions parser for devices based on BCM47xx 60 Same flash, but 2 named partitions, the first one being read-only: 80 This provides partitions parser for BCM4908 family devices 81 that can have multiple "firmware" partitions. It takes care of 89 This provides partitions parser for Linksys devices based on Broadcom 91 two "firmware" partitions. Currently used firmware has to be detected 95 tristate "Parser for BCM963XX Image Tag format partitions" 101 and rootfs partitions. 103 header and creates up to two partitions, kernel and rootfs. 114 register MTD 'partitions' corresponding to each image detected, [all …]
|
H A D | ofpart_core.c | 3 * Flash partitions described by the OF (or flattened) device tree 17 #include <linux/mtd/partitions.h> 61 ofpart_node = of_get_child_by_name(mtd_node, "partitions"); in parse_fixed_partitions() 68 …pr_debug("%s: 'partitions' subnode not found on %pOF. Trying to parse direct subnodes as partition… in parse_fixed_partitions() 79 /* The 'partitions' subnode might be used by another parser */ in parse_fixed_partitions() 129 * partitions as direct children of the nand controller. in parse_fixed_partitions() 132 * U-Boot) just add the partitions there assuming in parse_fixed_partitions() 140 …t partition %pOF (%pOF) #size-cells is wrongly set to <0>, assuming <1> for parsing partitions.\n", in parse_fixed_partitions() 193 { .compatible = "fixed-partitions" }, 195 { .compatible = "brcm,bcm4908-partitions", .data = &bcm4908_partitions_quirks, }, [all …]
|
H A D | tplink_safeloader.c | 9 #include <linux/mtd/partitions.h> 35 np = of_get_child_by_name(np, "partitions"); in mtd_parser_tplink_safeloader_read_table() 37 if (of_property_read_u32(np, "partitions-table-offset", &offset)) { in mtd_parser_tplink_safeloader_read_table() 38 pr_err("Failed to get partitions table offset\n"); in mtd_parser_tplink_safeloader_read_table() 110 pr_warn("Reached maximum number of partitions!\n"); in mtd_parser_tplink_safeloader_parse() 139 { .compatible = "tplink,safeloader-partitions" }, 152 MODULE_DESCRIPTION("TP-Link Safeloader partitions parser");
|
H A D | cmdlinepart.c | 34 * 1 NOR Flash with 2 partitions, 1 NAND with one 43 #include <linux/mtd/partitions.h> 59 static struct cmdline_mtd_partition *partitions; variable 154 /* test if more partitions are following */ in newpart() 157 pr_err("no partitions allowed after a fill-up partition\n"); in newpart() 160 /* more partitions follow, parse them */ in newpart() 296 this_mtd->next = partitions; in mtdpart_setup_real() 297 partitions = this_mtd; in mtdpart_setup_real() 322 * information. It returns partitions for the requested mtd device, or 345 for (part = partitions; part; part = part->next) { in parse_cmdline_partitions() [all …]
|
/linux/Documentation/admin-guide/ |
H A D | devices.txt | 119 For partitions, add to the whole disk device number: 126 For Linux/i386, partitions 1-4 are the primary 127 partitions, and 5 and above are logical partitions. 207 Partitions are handled in the same way as for IDE 209 partitions is 15. 509 Partitions are handled the same way as for IDE disks 520 Partitions are handled the same way as for the first 628 Partitions are handled in the same way as for IDE 630 partitions is 15, like SCSI. 716 Partitions are handled the same way as for the first [all …]
|
H A D | iostats.rst | 12 ``/proc/partitions``. In 2.6 and upper, the same information is found in two 37 On 2.4 you might execute ``grep 'hda ' /proc/partitions``. On 2.6+, you have 129 This counts flush requests executed by disk. Not tracked for partitions. 149 Disks vs Partitions 158 partitions from that for disks. There are only *four* fields available 159 for partitions on 2.6+ machines. This is reflected in the examples above. 178 words, the number of reads for partitions is counted slightly before time 179 of queuing for partitions, and at completion for whole disks. This is 183 reads/writes before merges for partitions and after for disks. Since a 188 In 2.6.25, the full statistic set is again available for partitions and [all …]
|
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
|
/linux/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 …]
|
/linux/Documentation/driver-api/mmc/ |
H A D | mmc-dev-parts.rst | 2 SD and MMC Device Partitions 5 Device partitions are additional logical block devices present on the 8 As of this writing, MMC boot partitions as supported and exposed as 12 MMC Boot Partitions 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
|
/linux/drivers/mtd/ |
H A D | mtdpart.c | 17 #include <linux/mtd/partitions.h> 59 printk(KERN_ERR"memory allocation error while creating partitions for \"%s\"\n", in allocate_partition() 82 * concern for showing the same data in multiple partitions. in allocate_partition() 87 * distinguish between the parent and its partitions in sysfs. in allocate_partition() 94 INIT_LIST_HEAD(&child->partitions); in allocate_partition() 276 list_add_tail(&child->part.node, &parent->partitions); in mtd_add_partition() 303 * This function must be called with the partitions mutex locked. 310 list_for_each_entry_safe(child, next, &mtd->partitions, part.node) { in __mtd_del_partition() 335 list_for_each_entry_safe(child, next, &mtd->partitions, part.node) { in __del_mtd_partitions() 358 pr_info("Deleting MTD partitions on \"%s\":\n", mtd->name); in del_mtd_partitions() [all …]
|
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | qcom,nandc.yaml | 62 qcom,boot-partitions: 71 partitions by defining first the offset and then the size. 128 qcom,boot-partitions: false 163 qcom,boot-partitions = <0x0 0x58a0000>; 165 partitions { 166 compatible = "fixed-partitions"; 205 partitions { 206 compatible = "fixed-partitions";
|
H A D | mtd.yaml | 32 partitions: 33 $ref: /schemas/mtd/partitions/partitions.yaml 40 $ref: partitions/partition.yaml 44 $ref: partitions/partition.yaml
|
/linux/include/linux/mtd/ |
H A D | spear_smi.h | 15 #include <linux/mtd/partitions.h> 22 /* macro to define partitions for flash devices */ 37 * partitions: parition details 38 * nr_partitions: number of partitions 46 struct mtd_partition *partitions; member
|
H A D | platnand.h | 13 #include <linux/mtd/partitions.h> 21 * @nr_partitions: number of partitions pointed to by partitions (or zero) 22 * @partitions: mtd partition list 32 struct mtd_partition *partitions; member
|
/linux/block/partitions/ |
H A D | Kconfig | 55 `Y' here, Linux will support disk partitions created under ADFS. 81 but this driver works only for the simple case of partitions which 133 and manages it similarly to DOS extended partitions, putting in its 136 partitions from within Linux if you have also said Y to "UFS 155 partitions from within Linux if you have also said Y to "UFS 165 VTOC and further mount UnixWare partitions read-only from within 196 Normal partitions are now called Basic Disks under Windows 2000, XP, 234 read these partition tables and further mount SunOS partitions from
|