Home
last modified time | relevance | path

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

123

/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/linux/drivers/platform/x86/dell/
H A Ddell_rbu.c65 static char image_type[MAX_IMAGE_LENGTH + 1] = "mono"; variable
66 module_param_string(image_type, image_type, sizeof (image_type), 0);
67 MODULE_PARM_DESC(image_type, "BIOS image type. choose- mono or packet or init");
485 if (!strcmp(image_type, "mono")) in data_read()
487 else if (!strcmp(image_type, "packet")) in data_read()
508 if (!strcmp(image_type, "mono")) { in callbackfn_rbu()
512 } else if (!strcmp(image_type, "packet")) { in callbackfn_rbu()
538 size = scnprintf(buffer, count, "%s\n", image_type); in image_type_read()
562 strcpy(image_type, "mono"); in image_type_write()
564 strcpy(image_type, "packet"); in image_type_write()
[all …]
/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 = VDI_TYPE_STATIC; in vdi_co_do_create()
782 if (image_type == VDI_TYPE_STATIC) { in vdi_co_do_create()
834 header.image_type = image_type; in vdi_co_do_create()
[all …]
/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 …]
/openbmc/linux/drivers/firmware/efi/
H A Defi-bgrt.c55 if (bgrt->image_type != 0) { in efi_bgrt_init()
57 bgrt->image_type); in efi_bgrt_init()
/openbmc/linux/Documentation/admin-guide/
H A Ddell_rbu.rst50 /sys/devices/platform/dell_rbu/image_type
64 parameter image_type=packet. This can also be changed later as below::
66 echo packet > /sys/devices/platform/dell_rbu/image_type
107 Also echoing either mono, packet or init in to image_type will free up the
115 echo init > /sys/devices/platform/dell_rbu/image_type
117 .. note:: echoing init in image_type does not change its original value.
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c210 if (intf->is_production_mode() && (ctx->descriptor.image_type == IMAGE_DEV)) in validate_transition()
685 if (ctx->descriptor.image_type != IMAGE_DEV && in validate_descriptor()
686 ctx->descriptor.image_type != IMAGE_PROD && in validate_descriptor()
687 ctx->descriptor.image_type != IMAGE_BREAKOUT && in validate_descriptor()
688 ctx->descriptor.image_type != IMAGE_TEST && in validate_descriptor()
689 ctx->descriptor.image_type != IMAGE_UNSIGNED_INTEGRITY) in validate_descriptor()
898 else if (ctx->descriptor.image_type == IMAGE_PROD) in libcr51sign_validate()
/openbmc/u-boot/tools/
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.c15 INIT_SECTION(image_type); in imagetool_get_type()
37 INIT_SECTION(image_type); in imagetool_verify_print_header()
/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:
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_devlink.c98 fls_type = ipc_devlink_get_flash_comp_type(header->image_type, in ipc_devlink_flash_update()
125 header->image_type, 0, 0); in ipc_devlink_flash_update()
128 header->image_type, 0, 0); in ipc_devlink_flash_update()
H A Diosm_ipc_devlink.h122 char image_type[IOSM_DEVLINK_IMG_TYPE]; member
/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/linux/arch/parisc/kernel/
H A Dperf.c292 uint32_t image_type; in perf_write() local
309 if (copy_from_user(&image_type, buf, sizeof(uint32_t))) in perf_write()
313 interface_type = (image_type >> 16) & 0xffff; in perf_write()
314 test = (image_type & 0xffff); in perf_write()
/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.h86 enum image_type current_image_type;
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpcir.h10 u8 image_type; member
/openbmc/linux/kernel/
H A Dkexec.c198 int image_type = (flags & KEXEC_ON_CRASH) ? in kexec_load_check() local
203 if (!kexec_load_permitted(image_type)) in kexec_load_check()
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_flash.c536 memcpy(a->image_type, fi->rel_version, in fw_download_proc()
1134 strcpy(a->image_type, "BIOS"); in esas2r_read_image_type()
1148 strcpy(a->image_type, "EFI 32-bit"); in esas2r_read_image_type()
1152 strcpy(a->image_type, "EFI itanium"); in esas2r_read_image_type()
1156 strcpy(a->image_type, "EFI 64-bit"); in esas2r_read_image_type()
1160 strcpy(a->image_type, "EFI EBC"); in esas2r_read_image_type()
1181 strcpy(a->image_type, "no boot images"); in esas2r_read_image_type()
1471 memcpy(fi->rel_version, a->image_type, in esas2r_fm_api()
/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;
/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/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dimage.c53 image->type = pcir.image_type; in nvbios_imagen()
H A Dpcir.c65 info->image_type = nvbios_rd08(bios, data + 0x14); in nvbios_pcirTp()

123