/openbmc/u-boot/common/ |
H A D | bootm.c | 94 &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() 356 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type, in bootm_decomp_image() argument 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() [all …]
|
H A D | image-fdt.c | 269 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 D | image-fit.c | 1975 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 D | bootm_os.c | 448 ret = optee_verify_bootm_image(images->os.image_start, in do_bootm_tee()
|
/openbmc/u-boot/test/ |
H A D | compression.c | 465 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 D | bootm.h | 84 int bootm_decomp_image(int comp, ulong load, ulong image_start, int type,
|
H A D | image.h | 354 ulong image_start, image_len; /* start of image within blob, len of image */ member
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | afs.c | 32 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 D | ccs.h | 236 u16 image_start; /* image data start line */ member
|
H A D | ccs-core.c | 343 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 D | ql4_nx.c | 1275 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()
|