Skip to content

Commit 40b3fd7

Browse files
authored
Merge pull request #1236 from ashargorodsk/master_devel
[mstflint][livefish][CX8] Unable to verify device
2 parents c9b0459 + 86341e3 commit 40b3fd7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mlxfwops/lib/fs4_ops.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,18 @@ bool Fs4Operations::ParseDevData(bool quickQuery, bool verbose, VerifyCallBack v
12691269
}
12701270
if (dtocExists)
12711271
{
1272+
if (!InitHwPtrs())
1273+
{
1274+
DPRINTF(("Fs4Operations::encryptedFwQuery HW pointers not found"));
1275+
return false;
1276+
}
1277+
1278+
if (!ParseImageInfoFromEncryptedImage())
1279+
{
1280+
DPRINTF(("Fs4Operations::GetEncryptedImageSizeFromImageInfo Failed to read IMAGE_INFO section"));
1281+
return false;
1282+
}
1283+
12721284
// We have a DTOC to parse
12731285
_ioAccess->set_address_convertor(0, 0);
12741286
// Parse DTOC header:

0 commit comments

Comments
 (0)