/device/google/cuttlefish/shared/ |
D | releasetools.py | 34 return {partition: GetUserImage(partition, input_tmp, input_zip) 35 for partition in USERIMAGE_PARTITIONS 37 "IMAGES", partition + ".img"))} 42 return [BlockDifference(partition, image) 43 for partition, image in images.items()] 51 for partition in source_images: 52 target_images.setdefault(partition, EmptyImage()) 55 return [BlockDifference(partition, target_image, source_images.get(partition)) 56 for partition, target_image in target_images.items()]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/ |
D | plat_startup.c | 65 struct xfsbl_partition partition[FSBL_MAX_PARTITIONS]; member 75 static int get_fsbl_cpu(const struct xfsbl_partition *partition) in get_fsbl_cpu() argument 77 uint64_t flags = partition->flags & FSBL_FLAGS_CPU_MASK; in get_fsbl_cpu() 89 static int get_fsbl_el(const struct xfsbl_partition *partition) in get_fsbl_el() argument 91 uint64_t flags = partition->flags & FSBL_FLAGS_EL_MASK; in get_fsbl_el() 103 static int get_fsbl_ss(const struct xfsbl_partition *partition) in get_fsbl_ss() argument 105 uint64_t flags = partition->flags & FSBL_FLAGS_TZ_MASK; in get_fsbl_ss() 117 static int get_fsbl_endian(const struct xfsbl_partition *partition) in get_fsbl_endian() argument 119 uint64_t flags = partition->flags & FSBL_FLAGS_ENDIAN_MASK; in get_fsbl_endian() 136 static int get_fsbl_estate(const struct xfsbl_partition *partition) in get_fsbl_estate() argument [all …]
|
/device/generic/goldfish/tools/ |
D | mk_combined_img.py | 78 def write_partition(partition, output_file, offset): argument 81 dd_comm = ['dd', 'if=' + partition["path"], 'of=' + output_file, 'conv=notrunc,sync', 87 def unsparse_partition(partition): argument 90 print("Unsparsing %s" % (partition["path"]), end=' ') 91 partition["fd"], temp_file = mkstemp() 92 shell_command([simg2img, partition["path"], temp_file]) 93 partition["path"] = temp_file 105 def add_partition(partition, output_file): argument 107 num = str(partition["num"]) 108 new_comm = '--new=' + num + ':' + partition["start"] + ':' + partition["end"] [all …]
|
D | README.md | 25 Each line with the order of ``</path/to/image>`` ``<partition label>`` ``<partition number>`` 28 ``<partition number>`` should be within range of ``[1, number of lines]``
|
/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/ |
D | flashall | 3 fastboot flash partition:0 gpt_both0.bin 4 fastboot flash partition:1 gpt_both1.bin 5 fastboot flash partition:2 gpt_both2.bin 6 fastboot flash partition:3 gpt_both3.bin 7 fastboot flash partition:4 gpt_both4.bin 8 fastboot flash partition:5 gpt_both5.bin
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | image_aggregator.cc | 51 for (auto& partition : partitions) { in BpttoolInput() local 52 LOG(INFO) << "Examining " << partition.label; in BpttoolInput() 53 auto file = cvd::SharedFD::Open(partition.image_file_path.c_str(), O_RDONLY); in BpttoolInput() 55 LOG(FATAL) << "Could not open \"" << partition.image_file_path in BpttoolInput() 69 partition_file_size = cvd::FileSize(partition.image_file_path); in BpttoolInput() 71 LOG(FATAL) << "Could not get file size of \"" << partition.image_file_path in BpttoolInput() 132 for (auto& partition : partitions) { in MakeCompositeDiskSpec() local 133 if (bpt_partition["label"] == partition.label) { in MakeCompositeDiskSpec() 134 component->set_file_path(partition.image_file_path); in MakeCompositeDiskSpec() 242 for (auto& partition : partitions) { in BptToolMakeDiskImage() local [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/ |
D | PartitionDxe.uni | 2 // Modules that produces the logic Block I/O protocol for every partition via the physical Block I/… 6 // The partition of physical BlockIo device supported is one of legacy MBR, GPT, 10 // This driver will have external input - disk partition. 27 … #language en-US "Produces the logic Block I/O protocol for every partition via the physical… 29 …resents the bytes from Start to End of the Parent Block I/O device. The partition of physical Bloc…
|
D | PartitionDxe.inf | 2 # Modules that produces the logic Block I/O protocol for every partition via the physical Block I/… 6 # The partition of physical BlockIo device supported is one of legacy MBR, GPT, 10 # This driver will have external input - disk partition.
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/ |
D | DxeTpm2MeasureBootLib.uni | 5 // is not measured in PEI phase. And, it will also measure GPT partition. 8 // This library will have external input - PE/COFF image and GPT partition. 26 …GPT partition. Caution: This module requires additional review when modified. This library will ha…
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/ |
D | DxeTpmMeasureBootLib.uni | 5 // is not measured in PEI phase. And, it will also measure GPT partition. 8 // This library will have external input - PE/COFF image and GPT partition. 26 …GPT partition. Caution: This module requires additional review when modified. This library will ha…
|
D | DxeTpmMeasureBootLib.inf | 5 # is not measured in PEI phase. And, it will also measure GPT partition. 8 # This library will have external input - PE/COFF image and GPT partition.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | relabel.c | 71 partition(start,level); 82 void partition(nfa_node* start,int level) in partition() function 84 void partition(start,level) in partition()
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | device.te | 39 #Define device for partition links 66 #MBA debug image partition 69 #logdump partition 72 #Bootselect partition
|
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 16 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/sunfish-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/redbull-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 16 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/bonito-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | hal_bootctl.te | 5 # partition names in the block_device directory /dev/block/.../by-name 17 # A/B slot selection for the XBL partition. Allow also to issue a
|
/device/google/crosshatch/self-extractors/root/ |
D | android-info.txt | 2 require partition-exists=product
|
/device/google/crosshatch/self-extractors_blueline/root/ |
D | android-info.txt | 2 require partition-exists=product
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | kernel.te | 39 # Purpose : Access to TC1 partition for reading MEID 44 # Purpose : Access to TC1 partition for reading MEID 78 # Purpose: Allow kernel read firmware binary on vendor partition
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | kernel.te | 39 # Purpose : Access to TC1 partition for reading MEID 44 # Purpose : Access to TC1 partition for reading MEID 78 # Purpose: Allow kernel read firmware binary on vendor partition
|
/device/google/bonito-sepolicy/vendor/google/ |
D | device.te | 4 # Mark system_block_devices as super partition block devices for retrofit
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | device.te | 5 # Mark system_block_devices as super partition block devices for retrofit
|
/device/linaro/poplar/installer/ |
D | README | 1 The following instructions will help you to flash partition table and 18 * Run U-Boot commands below to install partition table and bootloader.
|