Home
last modified time | relevance | path

Searched refs:image_buf (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/common/
H A Dbootm.c375 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in bootm_decomp_image()
395 image_buf, image_len, in bootm_decomp_image()
406 image_buf, image_len); in bootm_decomp_image()
424 ret = ulz4fn(image_buf, image_len, load_buf, &size); in bootm_decomp_image()
456 void *load_buf, *image_buf; in bootm_load_os() local
460 image_buf = map_sysmem(os.image_start, image_len); in bootm_load_os()
462 load_buf, image_buf, image_len, in bootm_load_os()
611 void *image_buf; in bootm_measure() local
622 image_buf = map_sysmem(images->os.image_start, in bootm_measure()
625 image_buf, EV_COMPACT_HASH, in bootm_measure()
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_slot_verify.c172 uint8_t* image_buf = NULL; in load_and_verify_hash_partition() local
272 ops, part_name, image_size, &image_buf, &image_preloaded); in load_and_verify_hash_partition()
335 image_buf != NULL) { in load_and_verify_hash_partition()
346 loaded_partition->data = image_buf; in load_and_verify_hash_partition()
348 image_buf = NULL; in load_and_verify_hash_partition()
352 if (image_buf != NULL && !image_preloaded) { in load_and_verify_hash_partition()
353 avb_free(image_buf); in load_and_verify_hash_partition()
364 uint8_t* image_buf = NULL; in load_requested_partitions() local
424 image_buf = NULL; in load_requested_partitions()
432 if (image_buf != NULL && !image_preloaded) { in load_requested_partitions()
[all …]
/openbmc/u-boot/include/
H A Dbootm.h85 void *load_buf, void *image_buf, ulong image_len,
/openbmc/u-boot/cmd/
H A Dfpga.c293 ulong image_buf = image_get_data(hdr); in do_fpga_loadmk() local
298 if (gunzip((void *)data, ~0UL, (void *)image_buf, in do_fpga_loadmk()