Skip to content

Commit f365d34

Browse files
committed
PLDM: Reset image activation match (ibm-openbmc#241)
This commit adds code to reset the image activation signal match every time after sending the end update sensor event PHYP. This is done in order for pldm to receive the image activation after every successful inband code update with or without system reboot. Test: Performed inband code update on IBMi and AIX OS. Signed-off-by: Sagar Srinivas <[email protected]>
1 parent 0edd351 commit f365d34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oem/ibm/libpldmresponder/inband_code_update.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ void CodeUpdate::setVersions()
413413
START));
414414
newImageId.clear();
415415
}
416+
imageActivationMatch.reset();
416417
}
417418
});
418419
}

0 commit comments

Comments
 (0)