Lines Matching refs:image

114 	logmsg(MSG_INFO, "hermon: fw_identify should have read the image. "
120 "image on device (%s)\n"), flashdev->access_devname);
136 * image verification load operation.
157 * the part number in the firmware image matches that in the HCA,
165 "that this firmware image (%s) is compatible with your "
192 * For Failsafe firmware image update, if the current image (i.e.
194 * location, burn the new image to the Secondary location first,
203 * If we find that current image location is not found, no worries
225 logmsg(MSG_INFO, "hermon: fw_write: UPDATING %s image\n", type);
229 gettext("Failed to update %s image on device %s"),
234 logmsg(MSG_INFO, "hermon: fw_write: Verify %s image..\n", type);
237 gettext("Failed to verify %s image for device %s"),
466 * 4. data in image files is in network byteorder form.
467 * 5. data in image structures in memory is kept in network byteorder.
486 "image first\n"));
492 logmsg(MSG_ERROR, gettext("cnx_read_image: Invalid image size "
493 "0x%x for %s image\n"),
645 * Notes: Burn the image
647 * 1. Erase the entire sector where the new image is to be burned.
648 * 2. Burn the image WITHOUT the magic pattern. This marks the new image
649 * as invalid during the burn process. If the current image (i.e
651 * chunks (PRIMARY), burn the new image to the odd chunks (SECONDARY),
653 * 3. Burn the magic pattern at the beginning of the new image on the Flash.
654 * This will validate the new image.
684 logmsg(MSG_INFO, "cnx_write_image: fw image size: 0x%x\n", size);
701 /* Write the new image without the magic pattern */
717 /* Validate the new image -- Write the magic pattern. */
729 /* Write new image start address to CR space */
1195 * image should be in network byteorder
1199 cnx_crc16(uint8_t *image, uint32_t size, int is_image)
1209 word = (image[4 * i] << 24) |
1210 (image[4 * i + 1] << 16) |
1211 (image[4 * i + 2] << 8) |
1212 (image[4 * i + 3]);
1259 * - cont_addr: a contiguous image address to be translated
1260 * - is_image_in_odd_chunk: When this bit is 1, it indicates the new image is
1598 logmsg(MSG_INFO, "Failed to read image size\n");
1621 /* Get the image info pointer */
1627 logmsg(MSG_WARN, gettext("hermon: Failed to read image info "
1633 /* Get the image info size, a negative offset from the image info ptr */
1639 logmsg(MSG_WARN, gettext("hermon: Failed to read image info "
1661 "image info (0x%x)\n"), i);
1670 /* Parse the image info section */
1875 "in firmware image\n"));