Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pldmtool/oem/amd/pldm_oem_amd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class GetFwVersion : public AmdMctpSfsOp
app->footer(R"(Example:
pldmtool amdMctpSfs getFwVersion -m 21 -e 1 --file-out resp.bin
pldmtool amdMctpSfs getFwVersion -m 21 -e 1 --file-out resp.bin --checksum)");
mctpNeighDelAdd = true;
}
};

Expand All @@ -126,6 +127,7 @@ class UpdateFwVersion : public AmdMctpSfsOp
pldmtool amdMctpSfs updateFwVersion -m 21 -e 1 --file-in req.bin
pldmtool amdMctpSfs updateFwVersion -m 21 -e 1 --file-in req.bin --checksum
pldmtool amdMctpSfs updateFwVersion -m 21 -e 1 --file-in req.bin --file-out /tmp/resp.bin --checksum)");
mctpNeighDelAdd = true;
}
};

Expand Down
Loading