Home
last modified time | relevance | path

Searched refs:partition (Results 1 – 25 of 1004) sorted by relevance

12345678910>>...41

/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dfixed-partitions.yaml34 $ref: partition.yaml#
41 partition map overrides partition offset and size defined in
59 partition@0 {
77 partition@0 {
91 partition@0 {
97 partition@200000000 {
109 partition@0 {
129 partition@0 {
147 partition@0 {
154 partition@100000 {
[all …]
H A Dpartition.yaml4 $id: http://devicetree.org/schemas/mtd/partitions/partition.yaml#
10 This binding describes a single flash partition. Each partition must have its
11 relative offset and size specified. Depending on partition function extra
14 A partition may be dynamically allocated by a specific parser at runtime.
16 Everything after 'partition-' will be used as the partition name to compare
18 If the partition contains invalid char a label can be provided that will
20 This is used to assign an OF node to the dynamiccally allocated partition
30 description: partition's offset and size within the flash
45 description: Do not unlock the partition at initialization time (not
51 on a partition attached to an MLC NAND thus making this partition
[all …]
H A Du-boot.yaml7 title: U-Boot bootloader partition
20 - $ref: partition.yaml#
27 Broadcom stores environment variables inside a U-Boot partition. They
31 "^partition-.*$":
32 $ref: partition.yaml#
43 partition@0 {
48 partition-u-boot-env {
52 partition@100000 {
/openbmc/u-boot/disk/
H A DKconfig27 bool "Enable Apple's MacOS partition table"
39 bool "Enable MS Dos partition table"
47 bool "Enable MS Dos partition table for SPL"
52 bool "Enable ISO partition table"
58 bool "Enable ISO partition table for SPL"
62 bool "Enable AMIGA partition table"
69 bool "Enable AMIGA partition table for SPL"
74 bool "Enable EFI GPT partition table"
86 int "Number of the EFI partition entries"
118 bool "Enable support of UUID for partition"
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dzynqmp-mini-nand.dts54 partition@0 { /* for testing purpose */
58 partition@1 { /* for testing purpose */
62 partition@2 { /* for testing purpose */
66 partition@3 { /* for testing purpose */
70 partition@4 { /* for testing purpose */
74 partition@5 { /* for testing purpose */
78 partition@6 { /* for testing purpose */
82 partition@7 { /* for testing purpose */
86 partition@8 { /* for testing purpose */
90 partition@9 { /* for testing purpose */
[all …]
H A Dzynqmp-zc1751-xm016-dc2.dts123 partition@0 { /* for testing purpose */
127 partition@1 { /* for testing purpose */
131 partition@2 { /* for testing purpose */
135 partition@3 { /* for testing purpose */
139 partition@4 { /* for testing purpose */
143 partition@5 { /* for testing purpose */
148 partition@6 { /* for testing purpose */
152 partition@7 { /* for testing purpose */
156 partition@8 { /* for testing purpose */
188 partition@0 {
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dkickstart.rst13 partitioning commands: ``partition`` (or ``part`` for short) and
29 Command: part or partition
36 partition [mntpoint]
46 - ``swap``: The created partition is used as swap space
52 ``--use-uuid`` partition options as part of the command.
67 the ``part`` and ``partition`` commands:
106 option to specify the size of the empty partition.
139 - ``--active``: Marks the partition as active.
154 populated. However, the partition is not added to the partition
185 root partition.
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Dvmu-flash.c25 int partition; member
44 int partition; member
115 int partition, error = 0, x, wait; in maple_vmu_read_block() local
122 partition = mpart->partition; in maple_vmu_read_block()
237 partition = mpart->partition; in maple_vmu_write_block()
310 int partition, error; in vmu_flash_read_char() local
314 partition = mpart->partition; in vmu_flash_read_char()
363 partition = mpart->partition; in vmu_flash_read()
429 partition = mpart->partition; in vmu_flash_write()
547 mpart->partition = card->partition; in vmu_queryblocks()
[all …]
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dio.c124 struct wl1251_partition_set *partition; in wl1251_set_partition() local
126 partition = kmalloc(sizeof(*partition), GFP_KERNEL); in wl1251_set_partition()
127 if (!partition) { in wl1251_set_partition()
173 partition->mem.start = mem_start; in wl1251_set_partition()
174 partition->mem.size = mem_size; in wl1251_set_partition()
175 partition->reg.start = reg_start; in wl1251_set_partition()
176 partition->reg.size = reg_size; in wl1251_set_partition()
184 wl->if_ops->write(wl, HW_ACCESS_PART0_SIZE_ADDR, partition, in wl1251_set_partition()
185 sizeof(*partition)); in wl1251_set_partition()
187 kfree(partition); in wl1251_set_partition()
/openbmc/linux/block/partitions/
H A DKconfig8 bool "Advanced partition selection"
21 bool "Acorn partition support" if PARTITION_ADVANCED
27 bool "Cumana partition support" if PARTITION_ADVANCED
35 bool "EESOX partition support" if PARTITION_ADVANCED
40 bool "ICS partition support" if PARTITION_ADVANCED
66 bool "RISCiX partition support" if PARTITION_ADVANCED
107 bool "IBM disk label and partition support"
149 bool "Solaris (x86) partition table support"
214 bool "SGI partition support" if PARTITION_ADVANCED
218 partition table format used by SGI machines.
[all …]
/openbmc/linux/fs/udf/
H A Dpartition.c26 uint16_t partition, uint32_t offset) in udf_get_pblock() argument
30 if (partition >= sbi->s_partitions) { in udf_get_pblock()
32 block, partition, offset); in udf_get_pblock()
35 map = &sbi->s_partmaps[partition]; in udf_get_pblock()
43 uint16_t partition, uint32_t offset) in udf_get_pblock_virt15() argument
55 map = &sbi->s_partmaps[partition]; in udf_get_pblock_virt15()
82 sb, block, partition); in udf_get_pblock_virt15()
117 map = &sbi->s_partmaps[partition]; in udf_get_pblock_spar15()
276 uint16_t partition, uint32_t offset) in udf_try_read_meta() argument
302 uint16_t partition, uint32_t offset) in udf_get_pblock_meta25() argument
[all …]
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-linksys-shelby.dts81 partition@0 {
87 partition@100000 {
92 partition@140000 {
97 partition@900000 {
104 partition@a00000 {
109 partition@1000000 {
115 partition@3200000 {
120 partition@3800000 {
128 partition@5a00000 {
139 partition@180000 {
H A Darmada-385-linksys-cobra.dts81 partition@0 {
87 partition@100000 {
92 partition@140000 {
97 partition@900000 {
104 partition@a00000 {
109 partition@1000000 {
115 partition@3200000 {
120 partition@3800000 {
128 partition@5a00000 {
139 partition@180000 {
H A Darmada-385-linksys-caiman.dts81 partition@0 {
87 partition@100000 {
92 partition@140000 {
97 partition@900000 {
104 partition@a00000 {
109 partition@1000000 {
115 partition@3200000 {
120 partition@3800000 {
128 partition@5a00000 {
139 partition@180000 {
H A Darmada-385-linksys-rango.dts89 partition@0 {
95 partition@200000 {
100 partition@220000 {
105 partition@7e0000 {
111 partition@820000 {
118 partition@a00000 {
123 partition@1000000 {
129 partition@5a00000 {
134 partition@6000000 {
142 partition@aa00000 {
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-apf28.dts30 partition@0 {
35 partition@300000 {
40 partition@380000 {
45 partition@400000 {
50 partition@480000 {
55 partition@500000 {
60 partition@d00000 {
/openbmc/u-boot/common/spl/
H A Dspl_fat.c21 static int spl_register_fat_device(struct blk_desc *block_dev, int partition) in spl_register_fat_device() argument
28 err = fat_register_device(block_dev, partition); in spl_register_fat_device()
56 struct blk_desc *block_dev, int partition, in spl_load_image_fat() argument
62 err = spl_register_fat_device(block_dev, partition); in spl_load_image_fat()
115 struct blk_desc *block_dev, int partition) in spl_load_image_fat_os() argument
120 err = spl_register_fat_device(block_dev, partition); in spl_load_image_fat_os()
136 partition, file); in spl_load_image_fat_os()
161 return spl_load_image_fat(spl_image, block_dev, partition, in spl_load_image_fat_os()
166 struct blk_desc *block_dev, int partition) in spl_load_image_fat_os() argument
/openbmc/linux/Documentation/block/
H A Dcmdline-partition.rst2 Embedded device command line partition parsing
6 block device partition table from the kernel command line.
11 Users can easily change the partition.
24 partition size, in bytes, such as: 512, 1m, 1G.
32 partition start address, in bytes.
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.
/openbmc/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8536ds.dtsi44 partition@0 {
49 partition@3000000 {
55 partition@3e00000 {
61 partition@4000000 {
66 partition@4400000 {
71 partition@7f00000 {
76 partition@7f80000 {
90 partition@0 {
96 partition@2000000 {
158 partition@dtb {
[all …]
H A Dp1022ds.dtsi44 partition@0 {
50 partition@3000000 {
56 partition@3e00000 {
62 partition@4000000 {
68 partition@4400000 {
73 partition@7f00000 {
79 partition@7f80000 {
92 partition@0 {
98 partition@2000000 {
167 partition@0 {
[all …]
/openbmc/u-boot/doc/
H A DREADME.gpt105 80 4 B Number of partition entries
106 84 4 B Size of a partition entry (usually 128)
107 88 4 B CRC32 of partition array
123 CRC32 for partition entries (field "CRC32 of partition array") is calculated for
142 Bit 0 - System partition
146 For Basic data partition :
154 To restore GUID partition table one needs to:
155 1. Define partition layout in the environment.
166 If field 'size' of the last partition is 0, the partition is extended
243 For created partition, the used partition type GUID is
[all …]
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm53340-ubnt-unifi-switch8.dts46 partition@0 {
51 partition@c0000 {
56 partition@d0000 {
61 partition@e0000 {
66 partition@fe0000 {
71 partition@1ef0000 {
76 partition@1ff0000 {
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq4018-jalapeno.dts88 partition@0 {
94 partition@40000 {
100 partition@60000 {
106 partition@c0000 {
112 partition@d0000 {
118 partition@e0000 {
123 partition@f0000 {
129 partition@170000 {
149 partition@0 {
154 partition@4000000 {
H A Dqcom-ipq4018-ap120c-ac.dtsi128 partition@0 {
134 partition@40000 {
140 partition@60000 {
146 partition@c0000 {
152 partition@d0000 {
158 partition@e0000 {
163 partition@f0000 {
169 partition@170000 {
186 partition@180000 {
192 partition@190000 {
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3430-sdp.dts84 partition@0 {
88 partition@40000 {
92 partition@80000 {
96 partition@280000 {
128 partition@0 {
132 partition@80000 {
136 partition@1c0000 {
174 partition@0 {
178 partition@80000 {
182 partition@c0000 {
[all …]

12345678910>>...41