Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 13 of 13) sorted by relevance

/u-boot/tools/
A Dupdate_octeon_header.c392 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 Dimagetool.c15 INIT_SECTION(image_type); in imagetool_get_type()
37 INIT_SECTION(image_type); in imagetool_verify_print_header()
A Drkcommon.c361 uint8_t image_type; in rkcommon_print_header() local
375 image_type = ret; in rkcommon_print_header()
379 (image_type == IH_TYPE_RKSD) ? "SD/MMC" : "SPI"); in rkcommon_print_header()
A Dimagetool.h331 static struct image_type_params *SECTION(image_type) __used \
/u-boot/common/
A Dimage-fit.c1541 uint8_t image_type; in fit_image_check_type() local
1545 return (type == image_type); in fit_image_check_type()
2039 if (image_type == IH_TYPE_KERNEL) in fit_image_load()
2090 (image_type == IH_TYPE_KERNEL && in fit_image_load()
2093 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load()
2094 image_type == IH_TYPE_FPGA || in fit_image_load()
2111 genimg_get_type_name(image_type)); in fit_image_load()
2166 if (image_type != IH_TYPE_KERNEL && in fit_image_load()
2183 !(image_type == IH_TYPE_KERNEL || in fit_image_load()
2184 image_type == IH_TYPE_KERNEL_NOLOAD || in fit_image_load()
[all …]
A Dbootm.c974 uint8_t image_type; in bootm_host_load_image() local
988 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image()
1000 ret = image_decomp(imape_comp, 0, data, image_type, load_buf, in bootm_host_load_image()
/u-boot/arch/mips/mach-octeon/include/mach/
A Dcvmx-bootloader.h55 uint16_t image_type; /* Defined in bootloader_image_t enum */ member
/u-boot/lib/efi_loader/
A Defi_image_loader.c191 uint16_t image_type) in efi_set_code_and_data_type() argument
193 switch (image_type) { in efi_set_code_and_data_type()
208 log_err("invalid image type: %u\n", image_type); in efi_set_code_and_data_type()
797 handle->image_type = opt->Subsystem; in efi_load_pe()
813 handle->image_type = opt->Subsystem; in efi_load_pe()
A Defi_firmware.c125 const efi_guid_t *image_type) in efi_get_dfu_info() argument
175 image_info[i].image_type_id = *image_type; in efi_get_dfu_info()
A Defi_capsule.c124 efi_fmp_find(efi_guid_t *image_type, u64 instance, efi_handle_t *handles, in efi_fmp_find() argument
185 if (!guidcmp(&desc->image_type_id, image_type) && in efi_fmp_find()
A Defi_boottime.c3266 if (image_obj->image_type == IMAGE_SUBSYSTEM_EFI_APPLICATION || in efi_exit()
/u-boot/include/
A Defi_loader.h322 u16 image_type; member
A Dimage.h716 int arch, int image_type, int bootstage_id,

Completed in 29 milliseconds