/openbmc/u-boot/disk/ |
H A D | Kconfig | 14 - CONFIG_MAC_PARTITION Apple's MacOS partition table. 15 - CONFIG_DOS_PARTITION MS Dos partition table, traditional on the 17 - CONFIG_ISO_PARTITION ISO partition table, used on CDROM etc. 18 - CONFIG_EFI_PARTITION GPT partition table, common when EFI is the 19 bootloader. Note 2TB partition limit; see 21 - CONFIG_MTD_PARTITIONS Memory Technology Device partition table. 23 you must configure support for at least one non-MTD partition type 27 bool "Enable Apple's MacOS partition table" 34 bool "Enable Apple's MacOS partition table for SPL" 39 bool "Enable MS Dos partition table" [all …]
|
/openbmc/linux/drivers/mtd/maps/ |
H A D | vmu-flash.c | 25 int partition; member 44 int partition; member 57 struct mtd_info *mtd, int partition) in ofs_to_block() argument 69 if (src_ofs >= card->parts[partition].numblocks * card->blocklen) in ofs_to_block() 73 if (num > card->parts[partition].numblocks) in ofs_to_block() 115 int partition, error = 0, x, wait; in maple_vmu_read_block() local 122 partition = mpart->partition; in maple_vmu_read_block() 124 pcache = card->parts[partition].pcache; in maple_vmu_read_block() 145 sendbuf = cpu_to_be32(partition << 24 | x << 16 | num); in maple_vmu_read_block() 232 int partition, error, locking, x, phaselen, wait; in maple_vmu_write_block() local [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | kickstart.rst | 13 partitioning commands: ``partition`` (or ``part`` for short) and 29 Command: part or partition 32 Either of these commands creates a partition on the system and uses the 36 partition [mntpoint] 39 provide mntpoint, Wic creates a partition but does not mount it. 41 The ``mntpoint`` is where the partition is mounted and must be in one of 46 - ``swap``: The created partition is used as swap space 48 Specifying a mntpoint causes the partition to automatically be mounted. 52 ``--use-uuid`` partition options as part of the command. 62 ``--ondisk`` to force the partition onto the ``sdb`` disk:: [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp-mini-nand.dts | 54 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 D | zynqmp-zc1751-xm016-dc2.dts | 123 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 */ 160 partition@9 { /* for testing purpose */ [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0012-Platform-CS1000-Increase-BL2-partition-size.patch | 4 Subject: [PATCH] Platform: CS1000: Increase BL2 partition size 7 patch increases the BL2 partition size to enable secure debug feature 8 on Corstone-1000. The TF-M partition size has to be decreased for this. 18 .../arm/corstone1000/partition/flash_layout.h | 4 ++-- 64 …--new=3:48:+4K --typecode=3:$FWU_METADATA_TYPE_UUID --partition-guid=3:$(uuidgen) --change-name=3:… 65 …--new=4:56:+4K --typecode=4:$PRIVATE_METADATA_TYPE_UUID --partition-guid=4:$(uuidgen) --change-nam… 66 …--new=5:64:+4k --typecode=5:$PRIVATE_METADATA_TYPE_UUID --partition-guid=5:$(uuidgen) --change-nam… 67 - --new=6:72:+100k --typecode=6:$SE_BL2_TYPE_UUID --partition-guid=6:$(uuidgen) --change-nam… 68 - --new=7:272:+368K --typecode=7:$TFM_TYPE_UUID --partition-guid=7:$(uuidgen) --change-name=… 69 - --new=8:32784:+100k --typecode=8:$SE_BL2_TYPE_UUID --partition-guid=8:$(uuidgen) --change-… [all …]
|
/openbmc/linux/block/partitions/ |
H A D | Kconfig | 8 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 48 bool "Native filecore partition support" if PARTITION_ADVANCED 58 bool "PowerTec partition support" if PARTITION_ADVANCED 62 Support reading partition tables created on Acorn machines using 66 bool "RISCiX partition support" if PARTITION_ADVANCED 75 bool "AIX basic partition table support" if PARTITION_ADVANCED [all …]
|
/openbmc/linux/fs/udf/ |
H A D | partition.c | 26 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() 37 return map->s_partition_func(sb, block, partition, offset); 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() 91 if (iinfo->i_location.partitionReferenceNum == partition) { in udf_get_pblock_virt15() 102 uint16_t partition, uint32_t offset) in udf_get_pblock_virt20() argument [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | io.c | 124 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/arch/arm/boot/dts/marvell/ |
H A D | armada-385-linksys-cobra.dts | 81 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 D | armada-385-linksys-caiman.dts | 81 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 D | armada-385-linksys-shelby.dts | 81 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 D | armada-385-linksys-rango.dts | 89 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/u-boot/doc/ |
H A D | README.gpt | 19 This document describes the GPT partition table format and usage of 32 For instance, GUID of Basic data partition: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 80 Its first partition entry ID has 0xEE value, and disk software, which is not 83 It is possible to define 128 linearly placed partition entries. 100 40 8 B First usable LBA for partitions (primary partition table last 102 48 8 B Last usable LBA (secondary partition table first LBA - 1) 105 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 115 GPT headers and partition entries are protected by CRC32 (the POSIX CRC32). [all …]
|
/openbmc/u-boot/common/spl/ |
H A D | spl_fat.c | 21 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/arch/arm/boot/dts/nxp/mxs/ |
H A D | imx28-apf28.dts | 30 partition@0 { 35 partition@300000 { 40 partition@380000 { 45 partition@400000 { 50 partition@480000 { 55 partition@500000 { 60 partition@d00000 {
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | mpc8536ds.dtsi | 44 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 { 101 partition@12000000 { [all …]
|
H A D | p1022ds.dtsi | 44 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 { 103 partition@12000000 { [all …]
|
H A D | p1024rdb.dtsi | 44 partition@0 { 52 partition@40000 { 58 partition@80000 { 64 partition@400000 { 70 partition@f00000 { 87 partition@0 { 95 partition@100000 { 101 partition@200000 { 107 partition@600000 { 113 partition@a00000 { [all …]
|
H A D | p2020rdb.dts | 44 partition@0 { 52 partition@40000 { 59 partition@80000 { 66 partition@400000 { 72 partition@f00000 { 89 partition@0 { 97 partition@100000 { 104 partition@200000 { 111 partition@600000 { 118 partition@a00000 { [all …]
|
/openbmc/linux/Documentation/block/ |
H A D | cmdline-partition.rst | 2 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/arm/boot/dts/ti/omap/ |
H A D | omap3430-sdp.dts | 84 partition@0 { 88 partition@40000 { 92 partition@80000 { 96 partition@280000 { 128 partition@0 { 132 partition@80000 { 136 partition@1c0000 { 140 partition@280000 { 144 partition@780000 { 174 partition@0 { [all …]
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-ipq4018-ap120c-ac.dtsi | 128 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 …]
|
H A D | qcom-ipq4018-jalapeno.dts | 88 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 {
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | Kconfig | 20 This provides partition parsing for BCM63xx devices with CFE 24 tristate "Broadcom's U-Boot partition parser" 28 They are placed inside U-Boot partition itself at unspecified offset. 34 tristate "Command line partition table parsing" 37 Allow generic configuration of the MTD partition tables via the kernel 57 allowed in the partition definition, including mtd id's and partition 62 1 flash resource (mtd-id "sa1100"), with 1 single writable partition: 75 This provides a open firmware device tree partition parser 76 which derives the partition map from the children of the 107 This driver adds support for parsing a partition with an Image Tag [all …]
|