xecution status code parsing
This commit is contained in:
parent
bf281343c6
commit
9d4cb2ea8d
@ -1595,6 +1595,16 @@ class ExecutionReport : public VerificationReport {
|
|||||||
<< "Supervisor execution report status: MPSoC boot failed" << std::endl;
|
<< "Supervisor execution report status: MPSoC boot failed" << std::endl;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case StatusCode::SP_NOT_AVAILABLE: {
|
||||||
|
sif::warning
|
||||||
|
<< "Supervisor execution report status: SP not available" << std::endl;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case StatusCode::SP_DATA_INSUFFICIENT: {
|
||||||
|
sif::warning
|
||||||
|
<< "Supervisor execution report status: SP data insufficient" << std::endl;
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
sif::warning << "ExecutionReport::printStatusInformation: Invalid status code: 0x"
|
sif::warning << "ExecutionReport::printStatusInformation: Invalid status code: 0x"
|
||||||
<< std::hex << static_cast<uint16_t>(statusCode) << std::endl;
|
<< std::hex << static_cast<uint16_t>(statusCode) << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user