Home
last modified time | relevance | path

Searched defs:image_info (Results 1 – 8 of 8) sorted by relevance

/u-boot/tools/
A Dsunxi-spl-image-builder.c21 struct image_info { struct
22 int ecc_strength;
23 int ecc_step_size;
24 int page_size;
25 int oob_size;
27 int eraseblock_size;
28 int scramble;
29 int boot0;
30 off_t offset;
31 const char *source;
[all …]
/u-boot/include/
A Dimage.h336 struct image_info { struct
337 ulong start, end; /* start/end of blob */
338 ulong image_start, image_len; /* start of image within blob, len of image */
339 ulong load; /* load addr for the image */
340 uint8_t comp, type, os; /* compression, type of image, os type */
341 uint8_t arch; /* CPU architecture */
A Datf_common.h177 struct atf_image_info *image_info; member
/u-boot/lib/efi_loader/
A Defi_firmware.c123 struct efi_firmware_image_descriptor *image_info, in efi_fill_image_desc_array()
267 struct efi_firmware_image_descriptor *image_info, in efi_firmware_get_image_info()
A Defi_capsule.c177 struct efi_firmware_image_descriptor *image_info, *desc; in efi_fmp_find() local
/u-boot/common/spl/
A Dspl_fit.c225 struct spl_image_info *image_info) in spl_load_fit_image()
364 struct spl_image_info image_info; in spl_fit_append_fdt() local
692 struct spl_image_info image_info; in spl_load_simple_fit() local
/u-boot/lib/efi_selftest/
A Defi_selftest_esrt.c50 struct efi_firmware_image_descriptor *image_info, in efi_test_fmp_get_image_info()
/u-boot/cmd/
A Dbootm.c281 static int image_info(ulong addr) in image_info() function

Completed in 22 milliseconds