Searched defs:image_info (Results 1 – 8 of 8) sorted by relevance
| /u-boot/tools/ |
| A D | sunxi-spl-image-builder.c | 21 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 D | image.h | 336 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 D | atf_common.h | 177 struct atf_image_info *image_info; member
|
| /u-boot/lib/efi_loader/ |
| A D | efi_firmware.c | 123 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 D | efi_capsule.c | 177 struct efi_firmware_image_descriptor *image_info, *desc; in efi_fmp_find() local
|
| /u-boot/common/spl/ |
| A D | spl_fit.c | 225 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 D | efi_selftest_esrt.c | 50 struct efi_firmware_image_descriptor *image_info, in efi_test_fmp_get_image_info()
|
| /u-boot/cmd/ |
| A D | bootm.c | 281 static int image_info(ulong addr) in image_info() function
|
Completed in 22 milliseconds