openbmc / openpower-proc-control

Routines to start and stop OpenPower processors.
Apache License 2.0
1 stars 6 forks source link

clearing traces accumulated after hwp is sucess #6

Open devenrao opened 2 years ago

devenrao commented 2 years ago

processBootError(bool status) method if passed with true value was meant to clear all the accumulated traces but the same deviated over-time need to fix it.

need to call reset method if status is true.

need to revisit and check the overall flow, now we might be getting IPL_ERR_OK which means the hwp sucess during which we are clearing the accumulated traces so there might be never a need to call the processBootError with status flag.