| /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/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 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() 297 ctx->partition = partition; in mtd_read_partition() [all …]
|
| /OK3568_Linux_fs/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 …]
|
| /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/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/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/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/external/recovery/update_engine/ |
| H A D | main.c | 58 int partition; in MiscUpdate() local 72 partition = 0X3F0000; in MiscUpdate() 76 partition = 0XFC00; in MiscUpdate() 79 partition = strtol(update_partition + 2, NULL, 16); in MiscUpdate() 93 if (partition & 0x040000) { in MiscUpdate() 95 partition = partition & 0xFBFFFF; in MiscUpdate() 113 memcpy(msg.needupdate, &partition, 4); in MiscUpdate() 127 partition = partition & 0x155ff; in MiscUpdate() 130 partition = partition & 0x1a9ff; in MiscUpdate() 133 if (!RK_ota_set_partition(partition)) { in MiscUpdate() [all …]
|
| /OK3568_Linux_fs/buildroot/board/nezha/ |
| H A D | genimage.cfg | 7 partition boot0-1 { 8 in-partition-table = "no" 13 partition boot0-2 { 14 in-partition-table = "no" 19 partition u-boot-1 { 20 in-partition-table = "no" 25 partition u-boot-2 { 26 in-partition-table = "no" 31 partition rootfs { 32 partition-type = 0x83
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /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/buildroot/board/freescale/common/imx/ |
| H A D | genimage.cfg.template_spl | 6 # * a FAT partition at offset 8MB is containing zImage/uImage and DTB files 7 # * a single root filesystem partition is required (ext2, ext3 or ext4) 24 partition spl { 25 in-partition-table = "no" 30 partition u-boot { 31 in-partition-table = "no" 36 partition boot { 37 partition-type = 0xC 43 partition rootfs { 44 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/grinn/liteboard/ |
| H A D | genimage.cfg | 7 # * a FAT partition at offset 8 MB is containing zImage and dtbs, 8 # * a single root filesystem partition is required (Ext4 in this case). 26 partition SPL { 27 in-partition-table = "no" 32 partition u-boot { 33 in-partition-table = "no" 38 partition boot { 39 partition-type = 0xC 45 partition rootfs { 46 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/ci20/ |
| H A D | genimage.cfg | 5 partition uboot-spl { 6 in-partition-table = "no" 11 partition uboot { 12 in-partition-table = "no" 17 partition uboot-env { 18 in-partition-table = "no" 23 partition rootfs { 24 partition-type = 0x83
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | Kconfig | 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 73 bool "AIX basic partition table support" if PARTITION_ADVANCED [all …]
|
| /OK3568_Linux_fs/buildroot/board/engicam/geam6ul/ |
| H A D | genimage.cfg | 16 partition SPL { 17 in-partition-table = "no" 22 partition u-boot-dtb { 23 in-partition-table = "no" 28 partition boot { 29 partition-type = 0xC 35 partition rootfs { 36 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/hardkernel/odroidc2/ |
| H A D | genimage.cfg | 17 partition bl1 { 18 in-partition-table = "no" 23 partition u-boot { 24 in-partition-table = "no" 29 partition boot { 30 partition-type = 0xC 35 partition rootfs { 36 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/engicam/isiot/ |
| H A D | genimage.cfg | 16 partition SPL { 17 in-partition-table = "no" 22 partition u-boot-dtb { 23 in-partition-table = "no" 28 partition boot { 29 partition-type = 0xC 35 partition rootfs { 36 partition-type = 0x83
|
| /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/buildroot/board/olimex/a64-olinuxino/ |
| H A D | genimage.cfg | 17 partition spl { 18 in-partition-table = "no" 23 partition u-boot { 24 in-partition-table = "no" 30 partition boot { 31 partition-type = 0xC 36 partition rootfs { 37 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-pc2/ |
| H A D | genimage.cfg | 17 partition spl { 18 in-partition-table = "no" 23 partition u-boot { 24 in-partition-table = "no" 30 partition boot { 31 partition-type = 0xC 36 partition rootfs { 37 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-prime/ |
| H A D | genimage.cfg | 17 partition spl { 18 in-partition-table = "no" 23 partition u-boot { 24 in-partition-table = "no" 30 partition boot { 31 partition-type = 0xC 36 partition rootfs { 37 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/bananapi/bananapi-m64/ |
| H A D | genimage.cfg | 17 partition spl { 18 in-partition-table = "no" 23 partition u-boot { 24 in-partition-table = "no" 30 partition boot { 31 partition-type = 0xC 36 partition rootfs { 37 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/friendlyarm/nanopi-neo2/ |
| H A D | genimage.cfg | 17 partition spl { 18 in-partition-table = "no" 23 partition u-boot { 24 in-partition-table = "no" 30 partition boot { 31 partition-type = 0xC 36 partition rootfs { 37 partition-type = 0x83
|
| /OK3568_Linux_fs/buildroot/board/orangepi/orangepi-zero-plus/ |
| H A D | genimage.cfg | 17 partition spl { 18 in-partition-table = "no" 23 partition u-boot { 24 in-partition-table = "no" 30 partition boot { 31 partition-type = 0xC 36 partition rootfs { 37 partition-type = 0x83
|