Searched refs:image (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/u-boot/tools/binman/
H A Dimage_test.py5 # Test for the image module
9 from binman.image import Image
14 image = Image('name', 'node', test=True)
16 image.LookupSymbol('_binman_something_prop_', False, 'msg', 0)
22 image = Image('name', 'node', test=True)
23 image._entries = {}
25 image.LookupSymbol('_binman_type_prop_pname', False, 'msg', 0)
30 image = Image('name', 'node', test=True)
31 image._entries = {}
33 val = image
[all...]
H A Dcontrol.py44 """Read the image descriptions from the /binman node
46 This normally produces a single Image object called 'image'. But if
53 OrderedDict of Image objects, each of which describes an image
64 images['image'] = Image('image', binman_node, use_expanded=use_expanded)
186 """List the entries in an image
188 This decodes the supplied image and displays a table of entries from that
189 image, preceded by a header.
196 image = Image.FromFile(image_fname)
198 entries, lines, widths = image
[all...]
/u-boot/arch/arm/lib/
H A Dzimage.c10 #include <image.h>
22 int bootz_setup(ulong image, ulong *start, ulong *end) argument
24 struct arm_z_header *zi = (struct arm_z_header *)image;
36 printf("Kernel image @ %#08lx [ %#08lx - %#08lx ]\n",
37 image, *start, *end);
H A Dimage.c8 #include <image.h>
32 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, argument
39 *relocated_addr = image;
41 ih = (struct Image_header *)map_sysmem(image, 0);
66 * kernel image can be anywhere in physical memory, so respect
67 * images->ep. Otherwise, relocate the image to the base of RAM
71 dst = image - text_offset;
/u-boot/arch/arm/mach-keystone/
H A Dmon.c9 #include <image.h>
109 void *image = *p_image; local
111 if (strncmp(image + KS2_HS_SEC_TAG_OFFSET, "KEYS", 4)) {
112 printf("No signature found in image!\n");
116 result = k2_hs_bm_auth(KS2_AUTH_CMD, image);
123 * Overwrite the image headers after authentication
127 *p_size = get_unaligned_le32(image + (*p_size - 4));
128 memcpy(image, image + KS2_HS_SEC_HEADER_LEN, *p_size);
/u-boot/lib/efi_loader/
H A Defi_bootbin.c13 #include <image.h>
23 * efi_get_image_parameters() - return image parameters
25 * @img_addr: address of loaded image in memory
26 * @img_size: size of loaded image
62 struct efi_device_path *device, *image; local
68 /* Forget overwritten image */
85 log_debug("- not remembering image\n");
96 ret = efi_dp_from_name(dev, devnr, path, &device, &image);
99 if (image) {
100 /* FIXME: image shoul
200 efi_binary_run(void *image, size_t size, void *fdt) argument
[all...]
H A Defi_firmware.c14 #include <image.h>
64 * @image_index: image index
66 * Return the image_type_id identified by the image index.
90 void *image,
93 EFI_ENTRY("%p %d %p %p\n", this, image_index, image, image_size);
103 const void *image,
107 EFI_ENTRY("%p %d %p %p %p\n", this, image_index, image, image_size,
134 const void *image,
140 EFI_ENTRY("%p %p %p %p %x %p\n", this, image, image_size, vendor_code,
172 guid_str = fdt_getprop(fdt, offset, "image
87 efi_firmware_get_image_unsupported( struct efi_firmware_management_protocol *this, u8 image_index, void *image, efi_uintn_t *image_size) argument
100 efi_firmware_check_image_unsupported( struct efi_firmware_management_protocol *this, u8 image_index, const void *image, efi_uintn_t *image_size, u32 *image_updatable) argument
132 efi_firmware_set_package_info_unsupported( struct efi_firmware_management_protocol *this, const void *image, efi_uintn_t *image_size, const void *vendor_code, u32 package_version, const u16 *package_version_name) argument
334 const void *image = *p_image; local
584 efi_firmware_fit_set_image( struct efi_firmware_management_protocol *this, u8 image_index, const void *image, efi_uintn_t image_size, const void *vendor_code, efi_status_t (*progress)(efi_uintn_t completion), u16 **abort_reason) argument
648 efi_firmware_raw_set_image( struct efi_firmware_management_protocol *this, u8 image_index, const void *image, efi_uintn_t image_size, const void *vendor_code, efi_status_t (*progress)(efi_uintn_t completion), u16 **abort_reason) argument
[all...]
/u-boot/include/
H A DstratixII.h9 extern int StratixII_load (Altera_desc * desc, void *image, size_t size);
/u-boot/arch/riscv/lib/
H A Dimage.c6 * Based on arm/lib/image.c
9 #include <image.h>
35 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, argument
40 lhdr = (struct linux_image_h *)map_sysmem(image, 0);
53 (gd->ram_base <= image && image < gd->ram_base + gd->ram_size)) {
56 *relocated_addr = image;
/u-boot/lib/efi_selftest/
H A Defi_selftest_startimage_return.c16 /* Block size of compressed disk image */
25 /* One 8 byte block of the compressed disk image */
31 /* Compressed file image */
39 /* Decompressed file image */
40 static u8 *image; variable
43 * Decompress the disk image.
45 * @image decompressed disk image
48 static efi_status_t decompress(u8 **image) argument
73 *image
[all...]
H A Defi_selftest_startimage_exit.c16 /* Block size of compressed disk image */
25 /* One 8 byte block of the compressed disk image */
31 /* Compressed file image */
39 /* Decompressed file image */
40 static u8 *image; variable
43 * Decompress the disk image.
45 * @image decompressed disk image
48 static efi_status_t decompress(u8 **image) argument
73 *image
[all...]
H A Defi_selftest_exception.c17 /* Block size of compressed disk image */
45 /* One 8 byte block of the compressed disk image */
51 /* Compressed file image */
59 /* Decompressed file image */
60 static u8 *image; variable
63 * Decompress the disk image.
65 * @image decompressed disk image
68 static efi_status_t decompress(u8 **image) argument
93 *image
[all...]
/u-boot/arch/sandbox/lib/
H A Dbootm.c9 #include <image.h>
21 int bootz_setup(ulong image, ulong *start, ulong *end) argument
23 uint8_t *zimage = map_sysmem(image, 0);
48 unmap_sysmem((void *)image);
85 int booti_setup(ulong image, ulong *relocated_addr, ulong *size, argument
/u-boot/lib/
H A Dbinman.c18 * @image: Node describing the image we are running from
24 ofnode image; member in struct:binman_info
40 * images are being used but the first image is not available
53 return log_msg_ret("first image", -ECHILD);
66 node = binman->image;
71 ret = ofnode_read_u32(node, "image-pos", &entry->image_pos);
73 return log_msg_ret("image-pos", ret);
83 return binman_entry_find_internal(binman->image, name, entry);
105 return ofnode_find_subnode(binman->image, nam
[all...]
/u-boot/boot/
H A DMakefile18 obj-y += image.o image-board.o
21 obj-$(CONFIG_ANDROID_BOOT_IMAGE) += image-android.o image-android-dt.o
46 obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += image-fdt.o
48 obj-$(CONFIG_$(SPL_TPL_)FIT) += image-fit.o
50 obj-$(CONFIG_$(SPL_TPL_)IMAGE_PRE_LOAD) += image-pre-load.o
51 obj-$(CONFIG_$(SPL_TPL_)IMAGE_SIGN_INFO) += image-sig.o
52 obj-$(CONFIG_$(SPL_TPL_)FIT_SIGNATURE) += image-fit-sig.o
53 obj-$(CONFIG_$(SPL_TPL_)FIT_CIPHER) += image
[all...]
/u-boot/tools/
H A Drksd.c10 #include <image.h>
H A Difdtool.c42 * find_fd() - Find the flash description in the ROM image
44 * @image: Pointer to image
45 * @size: Size of image in bytes
48 static struct fdbar_t *find_fd(char *image, int size) argument
53 for (ptr = (uint32_t *)image, end = ptr + size / 4; ptr < end; ptr++) {
59 printf("No Flash Descriptor found in this image\n");
64 (char *)ptr - image);
381 * @image: Pointer to image
385 dump_fd(char *image, int size) argument
437 write_regions(char *image, int size) argument
492 write_image(char *filename, char *image, int size) argument
522 set_spi_frequency(char *image, int size, enum spi_frequency freq) argument
545 set_em100_mode(char *image, int size) argument
561 lock_descriptor(char *image, int size) argument
582 unlock_descriptor(char *image, int size) argument
627 inject_region(char *image, int size, int region_type, char *region_fname) argument
706 write_data(char *image, int size, unsigned int addr, const char *write_fname, int offset_uboot_top, int offset_uboot_start) argument
832 char *image; local
[all...]
H A Drkimage.c10 #include <image.h>
H A Dfit_common.h11 #include <image.h>
18 * @ptr: image header to be verified
19 * @image_size: size of while image
61 * @imagefile: Filename of the output image
/u-boot/include/u-boot/
H A Decdsa.h10 #include <image.h>
/u-boot/test/boot/
H A DMakefile6 obj-$(CONFIG_FIT) += image.o
/u-boot/tools/gdb/
H A Dgdbsend.c27 char *ifn, *image; local
77 fprintf(stderr, "Opening file and reading image...\n");
80 Perror("can't open kernel image file '%s'", ifn);
85 if ((image = (char *)malloc(ist.st_size)) == NULL)
86 Perror("can't allocate %ld bytes for image", ist.st_size);
88 if ((c = read(ifd, image, ist.st_size)) < 0)
98 fprintf(stderr, "Opening serial port and sending image...\n");
105 remote_write_bytes(addr, image, ist.st_size);
/u-boot/board/mscc/servalt/
H A Dservalt.c7 #include <image.h>
/u-boot/common/spl/
H A Dspl_xip.c8 #include <image.h>
/u-boot/test/image/
H A Dspl_load_os.c8 #include <image.h>
45 struct spl_image_info image; local
70 ut_assertok(spl_load_simple_fit(&image, &load, 0, header));

Completed in 190 milliseconds

1234567891011>>