Searched refs:img (Results 26 - 43 of 43) sorted by relevance

12

/u-boot/include/test/
H A Dspl.h61 * img = calloc(size, 1);
62 * generate_data(img + off, ...);
63 * create_image(img, type, &info, NULL);
91 * @img: Image to write
92 * @size: Size of @img
94 * Write @img to a location which will be read by a &struct spl_image_loader.
98 typedef int write_image_t(struct unit_test_state *its, void *img, size_t size);
/u-boot/test/image/
H A Dspl_load.c94 struct boot_img_t *img = dst + sizeof(*hdr); local
95 size_t length = sizeof(*hdr) + sizeof(*img);
112 img->offset = data - dst;
113 img->size = spl_image->size;
114 img->dst = spl_image->load_addr;
115 img->entry = spl_image->entry_point;
329 void *img; local
333 img = calloc(img_size, 1);
334 ut_assertnonnull(img);
336 data = img
629 void *img; local
[all...]
H A Dtest-imagetools.sh17 IMAGE_MULTI=linux.img
21 DATAFILE1=initrd.img
H A Dspl_load_fs.c403 static int spl_test_mmc_write_image(struct unit_test_state *uts, void *img, argument
415 img_blocks, img));
/u-boot/scripts/
H A Dbuild-efi.sh189 IMG=try.img
197 qemu-img create "${IMG}" 24M >/dev/null
/u-boot/lib/fwu_updates/
H A Dfwu_mtd.c111 struct fwu_image_entry *img, struct mtd_info *mtd)
133 bank = &img->img_bank_info[i];
110 gen_image_alt_info(char *buf, size_t len, int sidx, struct fwu_image_entry *img, struct mtd_info *mtd) argument
/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk104 MKIMAGEFLAGS_u-boot_HS.img = -f auto -A $(ARCH) -T firmware -C none -O u-boot \
118 u-boot_HS.img: u-boot-nodtb_HS.bin u-boot.img $(patsubst %.dtb,%.dtb_HS,$(OF_LIST_TARGETS)) FORCE
121 cp -f $@ u-boot.img; \
/u-boot/lib/efi_loader/
H A Defi_dt_fixup.c147 struct bootm_headers img = { 0 }; local
175 if (image_setup_libfdt(&img, dtb, NULL)) {
H A Defi_helper.c418 struct bootm_headers img = { 0 }; local
472 if (image_setup_libfdt(&img, fdt, NULL)) {
/u-boot/test/boot/
H A Dexpo.c174 struct scene_obj_img *img; local
193 id = scene_img(scn, name, OBJ_LOGO, data, &img);
196 ut_assertnonnull(img);
199 ut_asserteq_ptr(scn, img->obj.scene);
200 ut_asserteq(SCENEOBJT_IMAGE, img->obj.type);
202 ut_asserteq_ptr(data, img->data);
235 struct scene_obj_img *img; local
252 id = scene_img(scn, LOGO_NAME, OBJ_LOGO, data, &img);
256 ut_asserteq(123, img->obj.dim.x);
257 ut_asserteq(456, img
[all...]
/u-boot/arch/mips/dts/
H A DMakefile6 dtb-$(CONFIG_TARGET_BOSTON) += img,boston.dtb
/u-boot/boot/
H A Dscene.c143 struct scene_obj_img *img; local
148 (struct scene_obj **)&img);
152 img->data = data;
155 *imgp = img;
157 return img->obj.id;
286 struct scene_obj_img *img = (struct scene_obj_img *)obj; local
290 video_bmp_get_info(img->data, &width, &height, &bpix);
393 struct scene_obj_img *img = (struct scene_obj_img *)obj; local
397 ret = video_bmp_display(dev, map_to_sysmem(img->data), x, y,
400 return log_msg_ret("img", re
[all...]
/u-boot/
H A DMakefile987 INPUTS-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
990 INPUTS-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
992 INPUTS-$(CONFIG_SPL_FRAMEWORK) += u-boot.img
1001 INPUTS-$(CONFIG_OF_SEPARATE) += u-boot-dtb.img
1026 INPUTS-y += u-boot.img
1421 MKIMAGEFLAGS_u-boot.img = -f auto -A $(ARCH) -T firmware -C none -O u-boot \
1429 MKIMAGEFLAGS_u-boot.img = -A $(ARCH) -T firmware -C none -O u-boot \
1432 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \
1435 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img
[all...]
/u-boot/cmd/
H A Delf.c42 struct bootm_headers img = {0}; local
92 if (image_setup_libfdt(&img, (void *)fdt_addr, NULL))
/u-boot/lib/efi_selftest/
H A Defi_selftest_tcg2.c60 static struct compressed_file_image img = EFI_ST_DISK_IMG; variable in typeref:struct:compressed_file_image
413 ret = boottime->allocate_pool(EFI_LOADER_DATA, img.length,
419 boottime->set_mem(buf, img.length, 0);
422 if (!img.lines[i].line)
424 addr = img.lines[i].addr;
426 if (addr + len > img.length)
427 len = img.length - addr;
428 boottime->copy_mem(buf + addr, img.lines[i].line, len);
870 img.length, efi_tcg2_event);
877 img
[all...]
/u-boot/include/
H A Dimx8image.h129 boot_img_t img[MAX_NUM_IMGS]; member in struct:__anon22
/u-boot/arch/arm/mach-imx/
H A DMakefile264 u-boot-with-spl.imx: SPL $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE
267 u-boot-with-nand-spl.imx: spl/u-boot-nand-spl.imx $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE
/u-boot/test/fs/
H A Dfs-test.sh582 IMAGE=${IMG}.${fs}.img

Completed in 108 milliseconds

12