Searched refs:bin_size (Results 1 - 2 of 2) sorted by relevance

/u-boot/cmd/broadcom/
H A Dnitro_image_load.c28 u32 bin_size; member in struct:img_header
87 len = img_header->bin_size;
93 if (env_set_val("spi_nitro_fw_itb_len", img_header->bin_size))
/u-boot/tools/
H A Dmkeficapsule.c107 * @bin_size: Size of allocated buffer
116 static int read_bin_file(char *bin, uint8_t **data, off_t *bin_size) argument
155 *bin_size = bin_stat.st_size;
166 * @bin_size: Size of data
168 * Write out data, @data, with the size @bin_size.
418 off_t bin_size; local
437 if (read_bin_file(bin, &data, &bin_size))
444 new_data = malloc(bin_size + sizeof(payload_header));
453 memcpy(new_data + sizeof(payload_header), data, bin_size);
455 bin_size
[all...]

Completed in 101 milliseconds