/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_savearea_management.robot | 34 ${content-1} Sample Content to test partition file upload 35 ... Sample Content to test partition file upload 36 ... Sample Content to test partition file upload 37 ${content-2} Sample Content to test partition file upload after reboot 38 ... Sample Content to test partition file upload after reboot 39 ... Sample Content to test partition file upload after reboot 45 Redfish Upload Lower Limit Partition File To BMC 46 [Documentation] Upload lower limit of allowed partition file to BMC using Redfish. 48 [Template] Redfish Upload Partition File 54 Redfish Upload Partition File To BMC [all …]
|
/openbmc/u-boot/disk/ |
H A D | Kconfig | 2 menu "Partition Types" 5 bool "Enable Partition Labels (disklabels) support" 12 Partition Labels (disklabels) Supported: 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 [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | fsl_hypervisor.h | 47 * struct fsl_hv_ioctl_restart - restart a partition 49 * @partition: the ID of the partition to restart, or -1 for the 50 * calling partition 56 __u32 partition; member 60 * struct fsl_hv_ioctl_status - get a partition's status 62 * @partition: the ID of the partition to query, or -1 for the 63 * calling partition 64 * @status: The returned status of the partition 76 __u32 partition; member 81 * struct fsl_hv_ioctl_start - start a partition [all …]
|
/openbmc/linux/block/partitions/ |
H A D | Kconfig | 3 # Partition configuration 5 menu "Partition Types" 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 [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/include/ |
H A D | part.h | 32 /* maximum number of partition entries supported by search */ 40 #define BOOT_PART_TYPE "U-Boot" /* primary boot partition type */ 55 lbaint_t start; /* # of first block in partition */ 56 lbaint_t size; /* number of blocks in partition */ 58 uchar name[PART_NAME_LEN]; /* partition name */ 68 uchar sys_ind; /* partition type */ 101 * part_get_info_whole_disk() - get partition info for the special case of 102 * a partition occupying the entire disk. 111 * blk_get_device_by_str() - Get a block device given its interface/hw partition 118 * of a device - each hardware partition is effectively a separately [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/ |
H A D | partition.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/partition.yaml# 7 title: Partition 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 22 The OF node will be assigned only if the partition label declared match the 30 description: partition's offset and size within the flash [all …]
|
H A D | fixed-partitions.yaml | 12 on-flash partition table such as RedBoot. 14 The partition table should be a node named "partitions". Partitions are then 34 $ref: partition.yaml# 38 description: Partition id in Sercomm partition map. Mtd parser 39 uses this id to find a record in the partition map containing 40 offset and size of the current partition. The values from 41 partition map overrides partition offset and size defined in 59 partition@0 { 76 /* a 4 GiB partition */ 77 partition@0 { [all …]
|
/openbmc/hiomapd/vpnor/ |
H A D | table.hpp | 30 /** @brief Convert the input partition table to big endian. 32 * @param[in] src - reference to the pnor partition table 34 * @returns converted partition table 38 /** @brief Parse a ToC line (entry) into the corresponding FFS partition 43 * @param[out] part - The partition object to populate with the information 77 namespace partition namespace 81 * @brief Generates virtual PNOR partition table. 83 * Generates virtual PNOR partition table upon construction. Reads 91 * Based on this information, this class prepares the partition table whose 92 * structure is as outlined in partition.hpp. [all …]
|
H A D | partition.hpp | 40 backend(backend), partition(((struct vpnor_data*)backend->priv) in Request() 41 ->vpnor->table->partition(offset)), in Request() 42 base(partition.data.base << backend->block_size_shift), in Request() 59 /** @brief Returns the partition file path associated with the offset. 61 * The search strategy for the partition file depends on the value of the 66 * 1. Depending on the partition type,tries to open the file 67 * from the associated partition(RW/PRSV/RO). 69 * partition(RW/PRSV/RO) then tries to read the file from 70 * the read only partition. 71 * 1b. if the file not found in the read only partition then [all …]
|
H A D | ffs.h | 9 * partition table (or header) - this appears first in the PNOR image. 10 * The last field of the PNOR partition table structure is an array 11 * of another structure - which represents the partition. 17 /* The maximum length of a partition's name */ 20 /* The version of this partition implementation. This is an 24 /* Magic number for the partition partition_table (ASCII 'PART') */ 27 /* Default parent partition id */ 30 /* The partition structure has 16 'user data' words, which can be used to store 32 * whether a partition is ECC protected, is read-only, is preserved across 52 /* Partition flags */ [all …]
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition_table.hpp | 23 /** @brief Convert the input partition table to big endian. 25 * @param[in] src - reference to the pnor partition table 27 * @returns converted partition table 31 /** @brief Parse a ToC line (entry) into the corresponding FFS partition 36 * @param[out] part - The partition object to populate with the information 67 namespace partition namespace 71 * @brief Generates virtual PNOR partition table. 73 * Generates virtual PNOR partition table upon construction. Reads 81 * Based on this information, this class prepares the partition table whose 91 * that houses the PNOR partition files. [all …]
|
H A D | pnor_partition_defs.h | 9 * partition table (or header) - this appears first in the PNOR image. 10 * The last field of the PNOR partition table structure is an array 11 * of another structure - which represents the partition. 17 /* The maximum length of a partition's name */ 20 /* The version of this partition implementation. This is an 24 /* Magic number for the partition partition_table (ASCII 'PART') */ 27 /* Default parent partition id */ 30 /* The partition structure has 16 'user data' words, which can be used to store 32 * whether a partition is ECC protected, is read-only, is preserved across 52 /* Partition flags */ [all …]
|
H A D | pnor_partition.hpp | 38 ctx(ctx), partition(ctx->vpnor->table->partition(offset)), in Request() 39 base(partition.data.base << ctx->block_size_shift), in Request() 63 << std::hex << offset << " exceeds the partition size 0x" in write() 64 << std::hex << (partition.data.size << ctx->block_size_shift); in write() 89 /** @brief Returns the partition file path associated with the offset. 91 * The search strategy for the partition file depends on the value of the 96 * 1. Depending on the partition type,tries to open the file 97 * from the associated partition(RW/PRSV/RO). 99 * partition(RW/PRSV/RO) then tries to read the file from 100 * the read only partition. [all …]
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-internal.h | 35 WHV_PARTITION_HANDLE partition; member 56 X(HRESULT, WHvCreatePartition, (WHV_PARTITION_HANDLE* Partition)) \ 57 X(HRESULT, WHvSetupPartition, (WHV_PARTITION_HANDLE Partition)) \ 58 X(HRESULT, WHvDeletePartition, (WHV_PARTITION_HANDLE Partition)) \ 59 …X(HRESULT, WHvGetPartitionProperty, (WHV_PARTITION_HANDLE Partition, WHV_PARTITION_PROPERTY_CODE P… 60 …X(HRESULT, WHvSetPartitionProperty, (WHV_PARTITION_HANDLE Partition, WHV_PARTITION_PROPERTY_CODE P… 61 …X(HRESULT, WHvMapGpaRange, (WHV_PARTITION_HANDLE Partition, VOID* SourceAddress, WHV_GUEST_PHYSICA… 62 …X(HRESULT, WHvUnmapGpaRange, (WHV_PARTITION_HANDLE Partition, WHV_GUEST_PHYSICAL_ADDRESS GuestAddr… 63 …X(HRESULT, WHvTranslateGva, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, WHV_GUEST_VIRTUAL_ADD… 64 …X(HRESULT, WHvCreateVirtualProcessor, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, UINT32 Flag… [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | io.c | 89 * There are two VIRTUAL partitions (the memory partition and the 90 * registers partition), which are mapped to two different areas of the 93 * memory partition comes before the register partition, but the opposite is 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() 128 wl1251_error("can not allocate partition buffer"); in wl1251_set_partition() 141 " address range. Truncating partition[0]."); in wl1251_set_partition() 151 /* Guarantee that the memory partition doesn't overlap the in wl1251_set_partition() 152 * registers partition */ in wl1251_set_partition() [all …]
|
/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 …]
|
H A D | qcomsmempart.c | 3 * Qualcomm SMEM NAND flash partition parser 28 * struct smem_flash_pentry - SMEM Flash partition entry 29 * @name: Name of the partition 31 * @length: Length of the partition in blocks 32 * @attr: Flags for this partition 42 * struct smem_flash_ptable - SMEM Flash partition table 43 * @magic1: Partition table Magic 1 44 * @magic2: Partition table Magic 2 45 * @version: Partition table version 47 * @pentry: Flash partition entries belonging to this ptable [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.gpt | 13 - GPT (GUID Partition Table) - it is the EFI standard part 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 59 LBA 34 |Partition 1 | 62 |Partition 2 | 65 |Partition n | 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) [all …]
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_ops.h | 33 * partition does not exist. 37 * of the partition. 92 /* Reads |num_bytes| from offset |offset| from partition with name 93 * |partition| (NUL-terminated UTF-8 string). If |offset| is 95 * of bytes from the end of the partition. 98 * there is no partition with the given name, 100 * |offset| is outside the partition, and AVB_IO_RESULT_ERROR_IO if 106 * of the partition. In this case the value returned in 110 const char* partition, 116 /* Gets the starting pointer of a partition that is pre-loaded in memory, and [all …]
|
/openbmc/linux/include/linux/mtd/ |
H A D | partitions.h | 16 * Partition definition structure: 18 * An array of struct partition is passed along with a MTD object to 21 * For each partition, these fields are available: 22 * name: string that will be used to label the partition's MTD device. 25 * partition that contains at least kernel and rootfs. In such case an 29 * size: the partition size; if defined as MTDPART_SIZ_FULL, the partition 32 * defined as MTDPART_OFS_APPEND, the partition will start where the 35 * after the end of partition. 37 * master MTD flag set for the corresponding MTD partition. 38 * For example, to force a read-only partition, simply adding [all …]
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | help.py | 268 plugins). The contents of a given partition are driven by code 270 the --source parameter of the partition .wks command. Normally 281 usage: wic ls <image>[:<partition>[<path>]] [--native-sysroot <path>] 293 wic ls - List contents of partitioned image or partition 297 wic ls <image>:<vfat or ext* partition> 298 wic ls <image>:<vfat or ext* partition><path> 299 wic ls <image>:<vfat or ext* partition><path> --native-sysroot <path> 312 Second and third form list directory content of the partition: 344 Copy files and directories to/from the vfat or ext* partition 348 source/destination image in format <image>:<partition>[<path>] [all …]
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | partitions.h | 16 * Partition definition structure: 18 * An array of struct partition is passed along with a MTD object to 21 * For each partition, these fields are available: 22 * name: string that will be used to label the partition's MTD device. 23 * size: the partition size; if defined as MTDPART_SIZ_FULL, the partition 26 * defined as MTDPART_OFS_APPEND, the partition will start where the 29 * after the end of partition. 31 * master MTD flag set for the corresponding MTD partition. 32 * For example, to force a read-only partition, simply adding 41 uint64_t size; /* partition size */ [all …]
|
/openbmc/u-boot/cmd/ |
H A D | mtdparts.c | 15 * Added support for reading flash partition table from environment. 29 * 'partition' - keeps current partition identifier 31 * partition := <part-id> 45 * 'mtdparts' - partition list 53 * <offset> := partition start offset within the device 55 * <ro-flag> := when set to 'ro' makes partition read-only (not used, passed to kernel) 63 * 1 NOR Flash, with 1 single writable partition: 94 /* special size referring to all the remaining space in a partition */ 103 /* minimum partition size */ 131 /* copies of last seen 'mtdids', 'mtdparts' and 'partition' env variables */ [all …]
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 36 An image file is formatted with a partition table, each partition 71 # as a convenience, set source to the boot partition source 106 """Assume partition order same as in wks""" 175 # and if rootfs name is specified for the partition 260 Assume partition order same as in wks 306 self.realpart = 0 # Number of partitions in the partition table 308 self.extendedpart = 0 # Create extended partition before this logical partition (msdos) 309 self.extended_size_sec = 0 # Size of exteded partition (msdos) 311 self.offset = 0 # Offset of next partition (in sectors) 314 self.ptable_format = ptable_format # Partition table format [all …]
|