summaryrefslogtreecommitdiffstats
path: root/src/occ_405/wof
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2018-01-19 15:13:51 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2018-01-22 11:54:15 -0500
commit577915f28604090d3b9a16e7a5a109d3afff87f9 (patch)
treefc08af9fd4b904e07a30a89f12c89faa22a2f741 /src/occ_405/wof
parentc04d58bd549c17bece70aff18e6cb01af26feb26 (diff)
downloadtalos-occ-577915f28604090d3b9a16e7a5a109d3afff87f9.tar.gz
talos-occ-577915f28604090d3b9a16e7a5a109d3afff87f9.zip
Add WOF disable param for ASM
RTC: 130217 CQ: SW414505 Change-Id: I9a91b4d3796a672bbdb3ba01c8080174da9d5733 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52281 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Diffstat (limited to 'src/occ_405/wof')
-rw-r--r--src/occ_405/wof/wof.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/occ_405/wof/wof.h b/src/occ_405/wof/wof.h
index 7d75bf1..26a8f4c 100644
--- a/src/occ_405/wof/wof.h
+++ b/src/occ_405/wof/wof.h
@@ -73,6 +73,7 @@
#define WOF_RC_UNSUPPORTED_FREQUENCIES 0x00200000
#define WOF_RC_NO_CONFIGURED_CORES 0x00400000
#define WOF_RC_IPC_FAILURE 0x00800000
+#define WOF_RC_USER_DISABLED_WOF 0x01000000
//***************************************************************************
// Temp space used to save hard coded addresses
@@ -86,7 +87,8 @@
WOF_RC_NO_CONFIGURED_CORES | \
WOF_RC_RESET_LIMIT_REACHED | \
WOF_RC_UTURBO_IS_ZERO | \
- WOF_RC_PSTATE_PROTOCOL_OFF )
+ WOF_RC_PSTATE_PROTOCOL_OFF | \
+ WOF_RC_USER_DISABLED_WOF )
// Reason codes that should NOT request a reset should be added here
#define IGNORE_WOF_RESET (WOF_RC_SYSTEM_WOF_DISABLE | \
OpenPOWER on IntegriCloud