Home
last modified time | relevance | path

Searched refs:image_start (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/common/
H A Dbootm.c94 &images, &images.os.image_start, &images.os.image_len); in bootm_find_os()
207 ret = booti_setup(images.os.image_start, &image_addr, in bootm_find_os()
216 images.os.load = images.os.image_start; in bootm_find_os()
217 images.ep += images.os.image_start; in bootm_find_os()
363 print_decomp_msg(comp, type, load == image_start); in bootm_decomp_image()
372 if (load == image_start) in bootm_decomp_image()
451 ulong image_start = os.image_start; in bootm_load_os() local
460 image_buf = map_sysmem(os.image_start, image_len); in bootm_load_os()
461 err = bootm_decomp_image(os.comp, load, os.image_start, os.type, in bootm_load_os()
478 no_overlap = (os.comp == IH_COMP_NONE && load == image_start); in bootm_load_os()
[all …]
H A Dimage-fdt.c269 ulong image_start, image_data, image_end; in boot_get_fdt() local
361 image_start = (ulong)fdt_hdr; in boot_get_fdt()
368 if (load == image_start || in boot_get_fdt()
374 if ((load < image_end) && (load_end > image_start)) { in boot_get_fdt()
H A Dimage-fit.c1975 ulong image_start, image_end; in fit_image_load() local
1983 image_start = addr; in fit_image_load()
1988 load < image_end && load_end > image_start) { in fit_image_load()
2046 ulong image_start, image_end; in boot_get_fdt_fit() local
2093 image_start = addr; in boot_get_fdt_fit()
2096 if (load >= image_start && load < image_end) { in boot_get_fdt_fit()
H A Dbootm_os.c448 ret = optee_verify_bootm_image(images->os.image_start, in do_bootm_tee()
/openbmc/u-boot/test/
H A Dcompression.c465 const ulong image_start = 0; in run_bootm_test() local
470 compress_buff = map_sysmem(image_start, 0); in run_bootm_test()
474 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
479 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
490 err = bootm_decomp_image(comp_type, load_addr, image_start, in run_bootm_test()
/openbmc/u-boot/include/
H A Dbootm.h84 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
H A Dimage.h354 ulong image_start, image_len; /* start of image within blob, len of image */ member
/openbmc/linux/drivers/mtd/parsers/
H A Dafs.c32 u32 image_start; /* Start of area reserved by this footer */ member
164 img_ptr = fs.image_start & mask; in afs_parse_v1_partition()
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs.h236 u16 image_start; /* image data start line */ member
H A Dccs-core.c343 sensor->image_start = line_count; in ccs_read_frame_fmt()
349 if (sensor->embedded_end > sensor->image_start) { in ccs_read_frame_fmt()
352 sensor->embedded_end, sensor->image_start); in ccs_read_frame_fmt()
353 sensor->image_start = sensor->embedded_end; in ccs_read_frame_fmt()
359 sensor->image_start); in ccs_read_frame_fmt()
2719 *lines = sensor->image_start; in ccs_get_skip_top_lines()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.c1275 qla4_82xx_load_from_flash(struct scsi_qla_host *ha, uint32_t image_start) in qla4_82xx_load_from_flash() argument
1284 size = (image_start - flashaddr) / 8; in qla4_82xx_load_from_flash()
1287 ha->host_no, __func__, flashaddr, image_start)); in qla4_82xx_load_from_flash()
1320 static int qla4_82xx_load_fw(struct scsi_qla_host *ha, uint32_t image_start) in qla4_82xx_load_fw() argument
1343 if (qla4_82xx_load_from_flash(ha, image_start)) { in qla4_82xx_load_fw()
1736 qla4_82xx_start_firmware(struct scsi_qla_host *ha, uint32_t image_start) in qla4_82xx_start_firmware() argument
1749 if (qla4_82xx_load_fw(ha, image_start) != QLA_SUCCESS) { in qla4_82xx_start_firmware()