Searched refs:image_type (Results 1 – 14 of 14) sorted by relevance
| /u-boot/tools/ |
| A D | update_octeon_header.c | 392 header.image_type = htons(BL_HEADER_IMAGE_PCIBOOT); in main() 394 header.image_type = htons(BL_HEADER_IMAGE_STAGE2); in main() 396 header.image_type = htons(BL_HEADER_IMAGE_STAGE1); in main() 398 header.image_type = htons(BL_HEADER_IMAGE_UBOOT_ENV); in main() 400 header.image_type = htons(BL_HEADER_IMAGE_PRE_UBOOT); in main() 402 header.image_type = htons(BL_HEADER_IMAGE_NOR); in main() 404 switch (ntohs(header.image_type)) { in main() 430 if (ntohs(header.image_type) >= BL_HEADER_IMAGE_CUST_RESERVED_MIN && in main() 431 ntohs(header.image_type) <= BL_HEADER_IMAGE_CUST_RESERVED_MAX) in main()
|
| A D | imagetool.c | 15 INIT_SECTION(image_type); in imagetool_get_type() 43 INIT_SECTION(image_type); in imagetool_verify_print_header()
|
| A D | rkcommon.c | 489 uint8_t image_type; in rkcommon_print_header() local 516 image_type = ret; in rkcommon_print_header() 522 (image_type == IH_TYPE_RKSD) ? "SD/MMC" : "SPI"); in rkcommon_print_header()
|
| A D | imagetool.h | 336 static struct image_type_params *SECTION(image_type) __used \
|
| /u-boot/boot/ |
| A D | image-fit.c | 1597 uint8_t image_type; in fit_image_check_type() local 1601 return (type == image_type); in fit_image_check_type() 2059 int image_type = image_ph_type(ph_type); in fit_image_load() local 2117 if (image_type == IH_TYPE_KERNEL) in fit_image_load() 2173 (image_type == IH_TYPE_KERNEL && in fit_image_load() 2176 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load() 2177 image_type == IH_TYPE_FPGA || in fit_image_load() 2195 genimg_get_type_name(image_type)); in fit_image_load() 2250 if (image_type != IH_TYPE_KERNEL && in fit_image_load() 2267 !(image_type == IH_TYPE_KERNEL || in fit_image_load() [all …]
|
| A D | bootm.c | 1033 uint8_t image_type; in bootm_host_load_image() local 1047 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image() 1058 ret = image_decomp(image_comp, 0, data, image_type, load_buf, in bootm_host_load_image()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_esrt.c | 39 u32 desc_version, u32 image_type, u32 flags) in efi_esrt_image_info_to_entry() argument 49 entry->fw_type = image_type; in efi_esrt_image_info_to_entry() 238 u32 image_type = ESRT_FW_TYPE_UNKNOWN; in efi_esrt_add_from_fmp() local 289 image_type, flags); in efi_esrt_add_from_fmp()
|
| A D | efi_image_loader.c | 192 uint16_t image_type) in efi_set_code_and_data_type() argument 194 switch (image_type) { in efi_set_code_and_data_type() 209 log_err("invalid image type: %u\n", image_type); in efi_set_code_and_data_type() 906 handle->image_type = opt->Subsystem; in efi_load_pe() 922 handle->image_type = opt->Subsystem; in efi_load_pe()
|
| A D | efi_capsule.c | 172 efi_fmp_find(efi_guid_t *image_type, u8 image_index, u64 instance, in efi_fmp_find() argument 235 if (!guidcmp(&desc->image_type_id, image_type) && in efi_fmp_find()
|
| A D | efi_boottime.c | 3165 if (image_obj->image_type == IMAGE_SUBSYSTEM_EFI_APPLICATION) { in efi_start_image() 3430 if (image_obj->image_type == IMAGE_SUBSYSTEM_EFI_APPLICATION || in efi_exit() 3435 if (image_obj->image_type == IMAGE_SUBSYSTEM_EFI_APPLICATION) { in efi_exit()
|
| A D | efi_tcg2.c | 982 switch (handle->image_type) { in tcg2_measure_pe_image()
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | cvmx-bootloader.h | 55 uint16_t image_type; /* Defined in bootloader_image_t enum */ member
|
| /u-boot/include/acpi/ |
| A D | acpi_table.h | 689 u8 image_type; member
|
| /u-boot/include/ |
| A D | efi_loader.h | 443 u16 image_type; member
|
Completed in 91 milliseconds