Home
last modified time | relevance | path

Searched full:partition (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_savearea_management.robot34 ${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 DKconfig2 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/openbmc/poky/documentation/ref-manual/
H A Dkickstart.rst13 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 Dpart.h32 /* 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 …]
H A Dfs_loader.h12 * struct phandle_part - A place for storing phandle of node and its partition
15 * partition where the firmware would be loaded from.
18 * @partition: Partition of block device
22 u32 partition; member
31 * @mtdpart: MTD partition for ubi partition.
/openbmc/hiomapd/vpnor/
H A Dpartition.hpp40 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 Dtable.hpp30 /** @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 Dffs.h9 * 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 Dpnor_partition_table.hpp23 /** @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 Dpnor_partition_defs.h9 * 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 Dpnor_partition.hpp38 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 Dwhpx-internal.h35 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/u-boot/include/linux/mtd/
H A Dpartitions.h16 * 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/doc/
H A DREADME.gpt13 - 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 …]
H A DREADME.android-fastboot72 Partition aliases
75 Fastboot partition aliases can also be defined for devices where GPT
76 limitations prevent user-friendly partition names such as "boot", "system"
77 and "cache". Or, where the actual partition name doesn't match a standard
78 partition name used commonly with fastboot.
81 name (flash_write and erase functions). To define a partition alias
84 ``fastboot_partition_alias_<alias partition name>=<actual partition name>``
100 ``fastboot.partition-type:boot=jffs2``
108 Partition Names
115 For GPT/EFI the respective partition name is used.
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_ops.h33 * 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/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 */
160 partition@9 { /* for testing purpose */
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dhelp.py268 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/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py36 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 …]
/openbmc/u-boot/cmd/
H A Dmtdparts.c15 * 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/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0012-Platform-CS1000-Increase-BL2-partition-size.patch4 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/u-boot/board/xilinx/zynq/
H A Dbootimg.c27 * Check whether the given partition is last partition or not
46 * Get the partition count from the partition header
65 * Get the partition info of all the partitions available.
85 * Check whether the partition header is valid or not
125 * Validate the partition by calculationg the md5 checksum for the
126 * partition and compare with checksum present in checksum offset of
127 * partition
141 printf("Error: Partition DataChecksum\n"); in zynq_validate_partition()
/openbmc/u-boot/env/
H A DKconfig170 Specifies which MMC partition the environment is stored in. If not
171 set, defaults to partition 0, the user area. Common values might be
172 1 (first MMC boot partition), 2 (second MMC boot partition).
181 the start of the MMC partition. If offset is negative, it is treated
182 as relative to the end of the MMC partition. This can be useful if
185 environment placed at the very end of the partition, to leave the
389 Define this to a string that is the mtd partition containing the UBI.
400 It is assumed that both volumes are in the same MTD partition.
411 string "Device and partition for where to store the environemt in FAT"
419 Define this to a string to specify the partition of the device. It can
[all …]
/openbmc/u-boot/drivers/fastboot/
H A Dfb_mmc.c111 pr_err("too large for partition: '%s'\n", part_name); in write_raw_image()
112 fastboot_fail("too large for partition", response); in write_raw_image()
133 * Read Android boot image header from boot partition.
136 * @param[in] info Boot partition info
146 ulong sector_size; /* boot partition sector size */ in fb_mmc_get_boot_header()
162 pr_err("cannot read header from boot partition\n"); in fb_mmc_get_boot_header()
163 fastboot_fail("cannot read header from boot partition", in fb_mmc_get_boot_header()
172 fastboot_fail("boot partition not initialized", response); in fb_mmc_get_boot_header()
180 * Write downloaded zImage to boot partition and repack it properly.
207 /* Get boot partition info */ in fb_mmc_update_zimage()
[all …]

12345678910>>...33