| /openbmc/openbmc-test-automation/redfish/extended/ |
| H A D | redfish_bmc_code_update.robot | 54 ${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 D | redfish_host_code_update.robot | 40 ${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 D | code_update_utils.py | 235 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 D | code_update_utils.robot | 223 ${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 D | test_bmc_image_switch.robot | 100 ${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 D | test_firmware_tftp_upload_image.robot | 192 ${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 D | test_redfish_image_upload.robot | 171 ${image_version}= Get Image Version From TFTP Server ${TFTP_SERVER} ${image_file_name} 172 IF '${image_version}' == '${EMPTY}' RETURN
|
| H A D | test_redfish_signed_image_update.robot | 85 ${image_version}= Get Version Tar ${image_file_path}
|
| /openbmc/openbmc-test-automation/oem/nuvoton/ |
| H A D | test_ipmi_flash.robot | 148 ${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 D | test_redfish_mcu_fw_update.robot | 104 ${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 D | u-boot-aspeed.inc | 1 inherit image_version
|
| /openbmc/openbmc-test-automation/extended/code_update/ |
| H A D | bmc_code_update.robot | 81 ${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 D | kwbimage.h | 196 static inline unsigned int image_version(void *header) in image_version() function
|
| H A D | kwbimage.c | 295 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 D | kwboot.c | 639 image_ver = image_version(img); in kwboot_img_patch_hdr()
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-config.bbappend | 14 inherit image_version
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
| H A D | 0007-Plaform-Corstone1000-Switch-to-metadata-v2.patch | 115 - _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 D | obmc-phosphor-image.bbappend | 1 inherit image_version 5 # do_get_version() is copied from meta-phosphor/classes/image_version.bbclass and
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | image_types_phosphor.bbclass | 3 inherit image_version
|