Home
last modified time | relevance | path

Searched refs:image_version (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_bmc_code_update.robot54 ${image_version}= code_update_utils.Get Version Tar ${IMAGE_FILE_PATH}
55 Rprint Vars image_version
67 Pass Execution If '${functional_version}' == '${image_version}'
68 ... The existing ${image_version} firmware is already functional.
75 IF '${nonfunctional_sw_inv['version']}' == '${image_version}'
76 Set Backup Firmware To Functional ${image_version} ${state}
80 Print Timen Performing firmware update ${image_version}.
92 ${image_version}= code_update_utils.Get Version Tar ${IMAGE_FILE_PATH}
93 Rprint Vars image_version
101 Print Timen Performing firmware update ${image_version}.
[all …]
H A Dredfish_host_code_update.robot40 ${image_version}= Get Version Tar ${IMAGE_FILE_PATH}
41 Rprint Vars image_version
49 Pass Execution If '${functional_sw_inv['version']}' == '${image_version}'
50 ... The existing ${image_version} firmware is already functional.
57 Print Timen Performing firmware update ${image_version}.
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils.py235 def get_image_path(image_version): argument
256 if version == image_version:
262 def verify_image_upload(image_version, timeout=3): argument
275 image_path = get_image_path(image_version)
308 def verify_image_not_in_bmc_uploads_dir(image_version, timeout=3): argument
328 + image_version
H A Dcode_update_utils.robot223 ${image_version}= Get Version Tar ${image_file_path}
229 ${ret} ${version_id}= Verify Image Upload ${image_version}
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_bmc_image_switch.robot100 ${image_version}= Set Variable ${fw_inv_dict['${id}']['version']}
103 Log To Console Backup firmware version: ${image_version}
105 Switch Firmware Side ${image_version}
108 Log To Console The backup firmware image ${image_version} is now functional.
129 [Arguments] ${image_version}
132 # image_version Version of image.
143 Should Be Equal As Strings ${image_version} ${firmware_version}
144 ... msg=${image_version} does not match redfish version ${firmware_version}
H A Dtest_firmware_tftp_upload_image.robot192 ${image_version}= Get Image Version From TFTP Server ${tftp_server} ${image_file_name}
194 ... ${image_version}
203 ... The existing ${image_version} firmware is already functional.
H A Dtest_redfish_image_upload.robot171 ${image_version}= Get Image Version From TFTP Server ${TFTP_SERVER} ${image_file_name}
172 IF '${image_version}' == '${EMPTY}' RETURN
H A Dtest_redfish_signed_image_update.robot85 ${image_version}= Get Version Tar ${image_file_path}
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_ipmi_flash.robot148 ${image_version}= Get Version Tar ${image_file_path}
149 Rprint Vars image_version
153 Should Be Equal ${BIOS_Version} ${image_version}
164 ${image_version}= Get Version Tar ${image_file_path}
165 Rprint Vars image_version
170 Valid Value bmc_version valid_values=['${image_version}']
H A Dtest_redfish_mcu_fw_update.robot104 ${image_version}= Get Version Tar ${image_file_path}
105 ${image_info}= Get Software Inventory State By Version ${image_version}
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/
H A Du-boot-aspeed.inc1 inherit image_version
/openbmc/openbmc-test-automation/extended/code_update/
H A Dbmc_code_update.robot81 ${image_version}= Get Version Tar ${IMAGE_FILE_PATH}
84 Rprint Vars image_version functional_version
87 Pass Execution If '${functional_version}' == '${image_version}'
88 ... The existing ${image_version} firmware is already functional.
/openbmc/u-boot/tools/
H A Dkwbimage.h196 static inline unsigned int image_version(void *header) in image_version() function
H A Dkwbimage.c295 if (image_version((void *)ptr) == 0) in kwbimage_header_size()
1599 printf("Image version:%d\n", image_version((void *)ptr)); in kwbimage_print_header()
1627 if (image_version((void *)ptr) == 0) { in kwbimage_verify_header()
H A Dkwboot.c639 image_ver = image_version(img); in kwboot_img_patch_hdr()
/openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend14 inherit image_version
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch115 - _metadata.img_entry[i].img_props[BANK_0].version = image_version;
117 + _metadata.fw_desc.img_entry[i].img_props[BANK_0].version = image_version;
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/
H A Dobmc-phosphor-image.bbappend1 inherit image_version
5 # do_get_version() is copied from meta-phosphor/classes/image_version.bbclass and
/openbmc/openbmc/meta-phosphor/classes/
H A Dimage_types_phosphor.bbclass3 inherit image_version