| /OK3568_Linux_fs/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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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 …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/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 …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | Kconfig | 3 # Partition configuration 6 bool "Advanced partition selection" 19 bool "Acorn partition support" if PARTITION_ADVANCED 25 bool "Cumana partition support" if PARTITION_ADVANCED 33 bool "EESOX partition support" if PARTITION_ADVANCED 38 bool "ICS partition support" if PARTITION_ADVANCED 46 bool "Native filecore partition support" if PARTITION_ADVANCED 56 bool "PowerTec partition support" if PARTITION_ADVANCED 60 Support reading partition tables created on Acorn machines using 64 bool "RISCiX partition support" if PARTITION_ADVANCED [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | part.h | 36 /* maximum number of partition entries supported by search */ 48 #define BOOT_PART_TYPE "U-Boot" /* primary boot partition type */ 63 lbaint_t start; /* # of first block in partition */ 64 lbaint_t size; /* number of blocks in partition */ 66 uchar name[PART_NAME_LEN]; /* partition name */ 76 uchar sys_ind; /* partition type */ 109 * part_get_info_whole_disk() - get partition info for the special case of 110 * a partition occupying the entire disk. 119 * blk_get_device_by_str() - Get a block device given its interface/hw partition 126 * of a device - each hardware partition is effectively a separately [all …]
|
| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/tools/linux/Firmware_Merger/ |
| H A D | user_manual.txt | 1 …firmware_merger read setting.ini to get partition info and create firmware.firmware_merger can gen… 16 3.idblock partition (must be first partition) 17 Name=IDBlock /*partition name,fixed 'IDBlock'*/ 18 Type=0x2 /*partition type,fixed=2*/ 19 PartOffset=0x40 /*partition offset,fixed=0x40*/ 20 PartSize=0x400 /*partition size,must be smaller than 2M*/ 21 Flag= /*partition flag,default value*/ 24 4.layout other partition sequentially,four case to config 25 a.written partition file and fill up to partition size 27 File=partition file [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.gpt | 15 - GPT (GUID Partition Table) - it is the EFI standard part 21 This document describes the GPT partition table format and usage of 34 For instance, GUID of Basic data partition: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 61 LBA 34 |Partition 1 | 64 |Partition 2 | 67 |Partition n | 82 Its first partition entry ID has 0xEE value, and disk software, which is not 85 It is possible to define 128 linearly placed partition entries. 102 40 8 B First usable LBA for partitions (primary partition table last 104 48 8 B Last usable LBA (secondary partition table first LBA - 1) [all …]
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb_user/ |
| H A D | avb_ops_user.c | 72 const char *partition, in get_size_of_partition() argument 84 if (part_get_info_by_name(dev_desc, partition, &part_info) < 0) in get_size_of_partition() 92 const char *partition, in read_from_partition() argument 104 if (get_size_of_partition(ops, partition, &partition_size)) in read_from_partition() 120 if (part_get_info_by_name(dev_desc, partition, &part_info) < 0) { in read_from_partition() 121 printf("Could not find \"%s\" partition\n", partition); in read_from_partition() 148 const char *partition, in write_to_partition() argument 171 if (part_get_info_by_name(dev_desc, partition, &part_info) < 0) { in write_to_partition() 172 printf("Could not find \"%s\" partition\n", partition); in write_to_partition() 345 const char *partition, in get_unique_guid_for_partition() argument [all …]
|
| /OK3568_Linux_fs/external/recovery/mtdutils/ |
| H A D | mtdutils.c | 32 const MtdPartition *partition; member 39 const MtdPartition *partition; member 186 mtd_mount_partition(const MtdPartition *partition, const char *mount_point, in mtd_mount_partition() argument 193 sprintf(devname, "/dev/block/mtdblock%d", partition->device_index); in mtd_mount_partition() 256 mtd_partition_info(const MtdPartition *partition, in mtd_partition_info() argument 260 //sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index); in mtd_partition_info() 261 sprintf(mtddevname, "/dev/mtd%d", partition->device_index); in mtd_partition_info() 276 MtdReadContext *mtd_read_partition(const MtdPartition *partition) in mtd_read_partition() argument 281 ctx->buffer = malloc(partition->erase_size); in mtd_read_partition() 288 sprintf(mtddevname, "/dev/mtd%d", partition->device_index); in mtd_read_partition() [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/ |
| H A D | mtdutils.c | 39 const MtdPartition *partition; member 46 const MtdPartition *partition; member 193 mtd_mount_partition(const MtdPartition *partition, const char *mount_point, in mtd_mount_partition() argument 200 sprintf(devname, "/dev/block/mtdblock%d", partition->device_index); in mtd_mount_partition() 238 mtd_partition_info(const MtdPartition *partition, in mtd_partition_info() argument 242 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index); in mtd_partition_info() 257 MtdReadContext *mtd_read_partition(const MtdPartition *partition) in mtd_read_partition() argument 262 ctx->buffer = malloc(partition->erase_size); in mtd_read_partition() 269 sprintf(mtddevname, "/dev/mtd/mtd%d", partition->device_index); in mtd_read_partition() 277 ctx->partition = partition; in mtd_read_partition() [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/configs/ |
| H A D | Config.in.extra-part | 33 menu "Extra partition 1" 42 string "partition name" 45 Partition name, set "<dev>" to detect from device identifier. 84 Set "max" to use maxium partition size in parameter file. 105 endmenu # Extra partition 1 111 menu "Extra partition 2" 120 string "partition name" 123 Partition name, set "<dev>" to detect from device identifier. 162 Set "max" to use maxium partition size in parameter file. 183 endmenu # Extra partition 2 [all …]
|
| /OK3568_Linux_fs/u-boot/include/android_avb/ |
| H A D | avb_ops.h | 55 * partition does not exist. 59 * of the partition. 114 /* Reads |num_bytes| from offset |offset| from partition with name 115 * |partition| (NUL-terminated UTF-8 string). If |offset| is 117 * of bytes from the end of the partition. 120 * there is no partition with the given name, 122 * |offset| is outside the partition, and AVB_IO_RESULT_ERROR_IO if 128 * of the partition. In this case the value returned in 132 const char* partition, 138 /* Gets the starting pointer of a partition that is pre-loaded in memory, and [all …]
|
| /OK3568_Linux_fs/buildroot/board/altera/socrates_cyclone5/ |
| H A D | genimage.cfg | 14 partition-table = "no" 17 partition spl { 18 in-partition-table = "no" 24 partition uboot-full { 25 in-partition-table = "no" 37 partition uboot-env { 38 in-partition-table = "no" 43 partition boot { 44 partition-type = 0xc 49 partition uboot { [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-ssa-live.h | 25 #include "partition.h" 29 Mapping from an ssa_name to a partition number is maintained, as well as 30 partition number back to ssa_name. 35 is changed, the partition numbers change, but none of the partition groupings 39 a list of all the different base variables which occur in a partition view, 41 the base variable of a partition. 43 Note that members of a partition MUST all have the same base variable. */ 47 /* The partition manager of all variables. */ 48 partition var_partition; 57 /* Original full partition size. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-ssa-live.h | 25 #include "partition.h" 29 Mapping from an ssa_name to a partition number is maintained, as well as 30 partition number back to ssa_name. 35 is changed, the partition numbers change, but none of the partition groupings 39 a list of all the different base variables which occur in a partition view, 41 the base variable of a partition. 43 Note that members of a partition MUST all have the same base variable. */ 47 /* The partition manager of all variables. */ 48 partition var_partition; 57 /* Original full partition size. */ [all …]
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mtdparts.c | 14 * Added support for reading flash partition table from environment. 30 * 'partition' - keeps current partition identifier 32 * partition := <part-id> 46 * 'mtdparts' - partition list 54 * <offset> := partition start offset within the device 56 * <ro-flag> := when set to 'ro' makes partition read-only (not used, passed to kernel) 64 * 1 NOR Flash, with 1 single writable partition: 95 /* special size referring to all the remaining space in a partition */ 104 /* minimum partition size */ 132 /* copies of last seen 'mtdids', 'mtdparts' and 'partition' env variables */ [all …]
|
| /OK3568_Linux_fs/yocto/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""" 174 # and if rootfs name is specified for the partition 259 Assume partition order same as in wks 305 self.realpart = 0 # Number of partitions in the partition table 307 self.extendedpart = 0 # Create extended partition before this logical partition (msdos) 308 self.extended_size_sec = 0 # Size of exteded partition (msdos) 310 self.offset = 0 # Offset of next partition (in sectors) 313 self.ptable_format = ptable_format # Partition table format [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | partition.txt | 17 When a single partition is represented with a DT node (it depends on a used 21 significant relation between partitions or some partition internally uses 32 used for what purposes, but which don't use an on-flash partition table such 35 The partition table should be a subnode of the flash node and should be named 53 - reg : The partition's offset and size within the flash 56 - label : The label / name for this partition. If omitted, the label is taken 59 partition should only be mounted read-only. This is usually used for flash 62 - lock : Do not unlock the partition at initialization time (not supported on 65 partition attached to an MLC NAND thus making this partition immune to 77 partition@0 { [all …]
|
| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | Kconfig | 20 This provides partition parsing for BCM63xx devices with CFE 24 tristate "Command line partition table parsing" 27 Allow generic configuration of the MTD partition tables via the kernel 47 allowed in the partition definition, including mtd id's and partition 52 1 flash resource (mtd-id "sa1100"), with 1 single writable partition: 65 This provides a open firmware device tree partition parser 66 which derives the partition map from the children of the 68 Documentation/devicetree/bindings/mtd/partition.txt. 78 This driver adds support for parsing a partition with an Image Tag 82 tristate "ARM Firmware Suite partition parsing" [all …]
|
| /OK3568_Linux_fs/buildroot/board/hardkernel/odroidxu4/ |
| H A D | genimage.cfg | 17 partition bl1 { 18 in-partition-table = "no" 24 partition bl2 { 25 in-partition-table = "no" 31 partition u-boot { 32 in-partition-table = "no" 38 partition tzsw { 39 in-partition-table = "no" 45 partition vfat { 46 partition-type = 0xC [all …]
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | Kconfig | 31 partition on the device) or a filesystem (where the environment 44 bool "Environment fragment is store in envf partition" 47 Use this if you want to add a env fragment partition to overlay/store 51 bool "Environment fragment is store in envf partition in SPL" 55 Use this if you want to add a env fragment partition to overlay/store 56 some specific environments in SPL. But now only parse env partition 192 Specifies which MMC partition the environment is stored in. If not 193 set, defaults to partition 0, the user area. Common values might be 194 1 (first MMC boot partition), 2 (second MMC boot partition). 203 the start of the MMC partition. If offset is negative, it is treated [all …]
|
| /OK3568_Linux_fs/kernel/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 partition[2]; in wl1251_set_partition() local 135 " address range. Truncating partition[0]."); in wl1251_set_partition() 145 /* Guarantee that the memory partition doesn't overlap the in wl1251_set_partition() 146 * registers partition */ in wl1251_set_partition() 147 wl1251_debug(DEBUG_SPI, "End of partition[0] is " in wl1251_set_partition() 148 "overlapping partition[1]. Adjusted."); in wl1251_set_partition() 156 /* Guarantee that the register partition doesn't overlap the in wl1251_set_partition() [all …]
|