summaryrefslogtreecommitdiffstats
path: root/src/occ_405/wof/wof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/wof/wof.h')
-rw-r--r--src/occ_405/wof/wof.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/occ_405/wof/wof.h b/src/occ_405/wof/wof.h
index f923f57..41a20fc 100644
--- a/src/occ_405/wof/wof.h
+++ b/src/occ_405/wof/wof.h
@@ -79,8 +79,14 @@
#define ERRL_RETURN_CODES ~(WOF_RC_MODE_CHANGE | \
WOF_RC_STATE_CHANGE | \
WOF_RC_MODE_NO_SUPPORT_MASK | \
- WOF_RC_NO_CONFIGURED_CORES)
-
+ WOF_RC_NO_CONFIGURED_CORES | \
+ WOF_RC_RESET_LIMIT_REACHED | \
+ WOF_RC_UTURBO_IS_ZERO | \
+ WOF_RC_PSTATE_PROTOCOL_OFF )
+
+// Reason codes that should NOT request a reset should be added here
+#define IGNORE_WOF_RESET (WOF_RC_SYSTEM_WOF_DISABLE | \
+ WOF_RC_UNSUPPORTED_FREQUENCIES )
// Enumeration to define the WOF initialization steps
enum wof_init_states
{
OpenPOWER on IntegriCloud