small fix for MPSoC transition failure #897
@ -456,7 +456,7 @@ void FreshMpsocHandler::handleActionCommandFailure(ActionId_t actionId, ReturnVa
|
|||||||
if (actionId != supv::START_MPSOC) {
|
if (actionId != supv::START_MPSOC) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
sif::info << "PlocMPSoCHandler::handleActionCommandFailure: MPSoC boot command failed"
|
sif::info << "FreshMpsocHandler::handleActionCommandFailure: MPSoC boot command failed"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
// This is commonly the case when the MPSoC is already operational. Thus the power state is
|
// This is commonly the case when the MPSoC is already operational. Thus the power state is
|
||||||
// set to on here
|
// set to on here
|
||||||
@ -1224,6 +1224,7 @@ bool FreshMpsocHandler::handleHwStartup() {
|
|||||||
if (powerState == PowerState::SUPV_FAILED) {
|
if (powerState == PowerState::SUPV_FAILED) {
|
||||||
setMode(MODE_OFF);
|
setMode(MODE_OFF);
|
||||||
powerState = PowerState::IDLE;
|
powerState = PowerState::IDLE;
|
||||||
|
transitionState = TransitionState::NONE;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (powerState == PowerState::PENDING_STARTUP) {
|
if (powerState == PowerState::PENDING_STARTUP) {
|
||||||
|
Loading…
Reference in New Issue
Block a user