Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/scripts/
H A Dtest-remote-image90 def __init__(self, image_type): argument
91 self.image_type = image_type
128 def __init__(self, image_type): argument
129 super(AutoTargetProfile, self).__init__(image_type)
130 self.image_name = get_bb_var('IMAGE_LINK_NAME', target=image_type)
131 self.kernel_type = get_bb_var('KERNEL_IMAGETYPE', target=image_type)
272 def runTestimageBuild(self, image_type): argument
273 log.info("Running the runtime tests for %s.." % image_type)
275 result = bitbake("%s -c testimage" % image_type, ignore_status=True, postconfig=postconfig)
276 …testimage_results = ftools.read_file(os.path.join(get_bb_var("T", image_type), "log.do_testimage"))
[all …]
/openbmc/openpower-pnor-code-mgmt/
H A Dgenerate-tar95 image_type=""
105 image_type="$2"
142 if [[ "${image_type}" == "squashfs" ]]; then
144 elif [[ "${image_type}" == "static" ]]; then
159 if [[ "${image_type}" == "static" ]]; then
263 if [[ "${image_type}" == "squashfs" ]]; then
302 if [[ "${image_type}" == "squashfs" ]]; then
/openbmc/qemu/block/
H A Dvdi.c155 uint32_t image_type; member
199 header->image_type = le32_to_cpu(header->image_type); in vdi_header_to_cpu()
223 header->image_type = cpu_to_le32(header->image_type); in vdi_header_to_le()
249 logout("image type 0x%04x\n", header->image_type); in vdi_header_print()
547 (s->header.image_type == VDI_TYPE_STATIC ? BDRV_BLOCK_RECURSE : 0); in vdi_co_block_status()
748 uint32_t image_type; in vdi_co_do_create() local
771 image_type = VDI_TYPE_DYNAMIC; in vdi_co_do_create()
774 image_type in vdi_co_do_create()
[all...]
H A Dvhdx.c1928 VHDXImageType image_type; in vhdx_co_create() local
1966 image_type = VHDX_TYPE_DYNAMIC; in vhdx_co_create()
1969 image_type = VHDX_TYPE_FIXED; in vhdx_co_create()
2051 log_size, use_zero_blocks, image_type, in vhdx_co_create()
2059 metadata_offset, image_type); in vhdx_co_create()
/openbmc/u-boot/common/
H A Dimage-fit.c1415 uint8_t image_type; in fit_image_check_type() local
1417 if (fit_image_get_type(fit, noffset, &image_type)) in fit_image_check_type()
1419 return (type == image_type); in fit_image_check_type()
1789 int arch, int image_type, int bootstage_id, in fit_image_load() argument
1812 prop_name = fit_get_image_type_property(image_type); in fit_image_load()
1849 if (image_type == IH_TYPE_KERNEL) in fit_image_load()
1897 if (image_type == IH_TYPE_FLATDT && in fit_image_load()
1904 type_ok = fit_image_check_type(fit, noffset, image_type) || in fit_image_load()
1906 (image_type == IH_TYPE_KERNEL && in fit_image_load()
1909 os_ok = image_type == IH_TYPE_FLATDT || in fit_image_load()
[all …]
H A Dbootm.c1007 uint8_t image_type; in bootm_host_load_image() local
1020 if (fit_image_get_type(fit, noffset, &image_type)) { in bootm_host_load_image()
1032 ret = bootm_decomp_image(imape_comp, 0, data, image_type, load_buf, in bootm_host_load_image()
/openbmc/u-boot/tools/
H A Dimagetool.c15 INIT_SECTION(image_type); in imagetool_get_type()
37 INIT_SECTION(image_type); in imagetool_verify_print_header()
H A Drkcommon.c296 uint8_t image_type; in rkcommon_print_header() local
310 image_type = ret; in rkcommon_print_header()
314 (image_type == IH_TYPE_RKSD) ? "SD/MMC" : "SPI"); in rkcommon_print_header()
H A Dimagetool.h325 static struct image_type_params *SECTION(image_type) __used \
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dcr51_image_descriptor.h120 enum image_type enum
242 uint8_t image_type; member
H A Dlibcr51sign.h101 enum image_type current_image_type; // Expected image type
/openbmc/openbmc-test-automation/lib/
H A Dredfish_code_update_utils.robot75 # [image_type]: Host update
80 # [image_type]: BMC update
85 # [image_type]: BMC update
104 Set To Dictionary ${tmp_dict} image_type ${image_info["Description"]}
125 # [image_type]: BMC update
157 [Arguments] ${image_type}
160 # image_type Image value can be either BMC update or Host update.
163 ${bmc_inv}= Get BMC Firmware ${image_type} ${software_inventory}
H A Dcode_update_utils.py26 def get_bmc_firmware(image_type, sw_dict): argument
37 if value["image_type"] == image_type:
H A Dcode_update_utils.robot477 [Arguments] ${image_type}
480 # image_type Either "BMC" or "PNOR".
484 ... ${SOFTWARE_PURPOSE}.${image_type}
488 ... ELSE Log No ${image_type} images are present.
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c181 uint16_t image_type) in efi_set_code_and_data_type() argument
183 switch (image_type) { in efi_set_code_and_data_type()
198 printf("%s: invalid image type: %u\n", __func__, image_type); in efi_set_code_and_data_type()
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c208 if (intf->is_production_mode() && (ctx->descriptor.image_type == IMAGE_DEV)) in validate_transition()
817 if (ctx->descriptor.image_type != IMAGE_DEV && in validate_descriptor()
818 ctx->descriptor.image_type != IMAGE_PROD && in validate_descriptor()
819 ctx->descriptor.image_type != IMAGE_BREAKOUT && in validate_descriptor()
820 ctx->descriptor.image_type != IMAGE_TEST && in validate_descriptor()
821 ctx->descriptor.image_type != IMAGE_UNSIGNED_INTEGRITY) in validate_descriptor()
1029 else if (ctx->descriptor.image_type == IMAGE_PROD) in libcr51sign_validate()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0015-efi_firmware-add-get_image_info-for-corstone1000.patch40 + const efi_guid_t *image_type)
59 + image_info[i].image_type_id = *image_type;
H A D0016-efi_loader-fix-null-pointer-exception-with-get_image.patch48 image_info[i].image_type_id = *image_type;
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py160 image_type = get_bitbake_var("INITRAMFS_FSTYPES")
161 if not image_type:
166 pattern = '%s/%s*%s.%s' % (initrd_dir, image_name, machine, image_type)
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_bmc_image_switch.robot84 # [image_type]: BMC image
89 # [image_type]: BMC image
H A Dtest_redfish_signed_image_update.robot119 Run Key ${post_code_update_actions['${image_info["image_type"]}']['OnReset']}
H A Dtest_firmware_inventory.robot265 # [image_type]: BMC update
291 # [image_type]: BMC update
/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_host_code_update.robot85 Run Key ${post_code_update_actions['${image_info["image_type"]}']['OnReset']}
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dusing.rst57 poky-glibc-host_system-image_type-arch-toolchain-release_version.sh
64 image_type is the image for which the SDK was built:
/openbmc/qemu/hw/core/
H A Dloader.c622 uint8_t image_type, in load_uboot_image()
649 if (hdr->ih_type != image_type) { in load_uboot_image()
650 if (!(image_type == IH_TYPE_KERNEL && in load_uboot_image()
653 image_type); in load_uboot_image()
608 load_uboot_image(const char * filename,hwaddr * ep,hwaddr * loadaddr,int * is_linux,uint8_t image_type,uint64_t (* translate_fn)(void *,uint64_t),void * translate_opaque,AddressSpace * as) load_uboot_image() argument

12