/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-flash.c | 116 static struct image_data_t image_data; variable 201 if (image_data.status != IMAGE_READY || in validate_store() 202 image_data.size < VALIDATE_BUF_SIZE) { in validate_store() 209 memcpy(args_buf->buf, image_data.data, VALIDATE_BUF_SIZE); in validate_store() 288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update() 309 pr_alert("FLASH: Image is %u bytes\n", image_data.size); in opal_flash_update_print_message() 349 if (image_data.status == IMAGE_READY) in update_store() 371 addr = image_data.data; in free_image_buf() 372 size = PAGE_ALIGN(image_data.size); in free_image_buf() 378 vfree(image_data.data); in free_image_buf() [all …]
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_descriptor.c | 22 bool avb_descriptor_foreach(const uint8_t* image_data, in avb_descriptor_foreach() argument 33 if (image_data == NULL) { in avb_descriptor_foreach() 49 if (avb_memcmp(image_data, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_descriptor_foreach() 55 avb_assert_aligned(image_data); in avb_descriptor_foreach() 56 header = (const AvbVBMetaImageHeader*)image_data; in avb_descriptor_foreach() 57 image_end = image_data + image_size; in avb_descriptor_foreach() 59 desc_start = image_data + sizeof(AvbVBMetaImageHeader) + in avb_descriptor_foreach() 65 if (desc_start < image_data || desc_start > image_end || in avb_descriptor_foreach() 66 desc_end < image_data || desc_end > image_end || desc_end < desc_start) { in avb_descriptor_foreach() 118 const AvbDescriptor** avb_descriptor_get_all(const uint8_t* image_data, in avb_descriptor_get_all() argument [all …]
|
H A D | avb_property_descriptor.c | 88 const char* avb_property_lookup(const uint8_t* image_data, in avb_property_lookup() argument 103 image_data, image_size, property_lookup_desc_foreach, &data) == 0) { in avb_property_lookup() 116 bool avb_property_lookup_uint64(const uint8_t* image_data, in avb_property_lookup_uint64() argument 127 value = avb_property_lookup(image_data, image_size, key, key_size, NULL); in avb_property_lookup_uint64()
|
H A D | avb_property_descriptor.h | 64 const char* avb_property_lookup(const uint8_t* image_data, 77 bool avb_property_lookup_uint64(const uint8_t* image_data,
|
H A D | avb_descriptor.h | 84 bool avb_descriptor_foreach(const uint8_t* image_data, 103 const AvbDescriptor** avb_descriptor_get_all(const uint8_t* image_data,
|
/openbmc/u-boot/common/ |
H A D | image-fdt.c | 269 ulong image_start, image_data, image_end; in boot_get_fdt() local 362 image_data = (ulong)image_get_data(fdt_hdr); in boot_get_fdt() 369 load == image_data) { in boot_get_fdt() 380 image_data, load); in boot_get_fdt() 383 (void *)image_data, in boot_get_fdt()
|
/openbmc/openbmc-test-automation/extended/ |
H A D | test_bmc_upload_stability.robot | 55 ${image_data}= OperatingSystem.Get Binary File dummyfile 61 ${data}= Create Dictionary data=${image_data}
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | typhoon.c | 1272 const u8 *image_data; in typhoon_request_firmware() local 1288 image_data = typhoon_fw->data; in typhoon_request_firmware() 1293 fHdr = (struct typhoon_file_header *) image_data; in typhoon_request_firmware() 1298 image_data += sizeof(struct typhoon_file_header); in typhoon_request_firmware() 1305 sHdr = (struct typhoon_section_header *) image_data; in typhoon_request_firmware() 1306 image_data += sizeof(struct typhoon_section_header); in typhoon_request_firmware() 1312 image_data += section_len; in typhoon_request_firmware() 1332 const u8 *image_data; in typhoon_download_firmware() local 1346 image_data = typhoon_fw->data; in typhoon_download_firmware() 1347 fHdr = (struct typhoon_file_header *) image_data; in typhoon_download_firmware() [all …]
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_redfish_image_upload.robot | 144 ${image_data}= OperatingSystem.Get Binary File ${image_file_path} 149 ... data=${image_data}
|
/openbmc/openbmc-test-automation/lib/ |
H A D | code_update_utils.robot | 174 ${image_data}= OperatingSystem.Get Binary File ${image_file_path} 178 ... Upload Image To BMC ${uri} timeout=${240} data=${image_data} 225 ${image_data}= OperatingSystem.Get Binary File ${image_file_path} 228 ... Upload Image To BMC /upload/image timeout=${90} data=${image_data}
|
H A D | os_utilities.robot | 144 ${image_data}= OperatingSystem.Get Binary File dummyfile 150 ${data}= Create Dictionary data ${image_data}
|
/openbmc/linux/drivers/input/mouse/ |
H A D | cyapa_gen3.c | 700 const u8 *image_data) in cyapa_gen3_write_blocks() argument 708 const u8 *data = &image_data[addr]; in cyapa_gen3_write_blocks()
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_connections.robot | 394 ${image_data}= OperatingSystem.Get Binary File 100-file 397 ${kwargs}= Create Dictionary data=${image_data}
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_savearea_management.robot | 431 ${image_data}= OperatingSystem.Get Binary File ${path}${conf_file} 434 ${kwargs}= Create Dictionary data=${image_data}
|