summaryrefslogtreecommitdiffstats
path: root/src/occ_405/wof
diff options
context:
space:
mode:
authormbroyles <mbroyles@us.ibm.com>2017-02-27 11:53:37 -0600
committerMartha Broyles <mbroyles@us.ibm.com>2017-02-27 17:44:41 -0500
commit525318b3a87d45d1158b720264cbce84095809d4 (patch)
treeb904c05ce85d773d7e36f8a558d2c8c1734c5aa4 /src/occ_405/wof
parent77007965fd05df5175b7b56ef6a6410f1b8a47c2 (diff)
downloadtalos-occ-525318b3a87d45d1158b720264cbce84095809d4.tar.gz
talos-occ-525318b3a87d45d1158b720264cbce84095809d4.zip
Mode support with WOF
Change-Id: I5f58a2b8444f151d4c7b0367137dd8c700442538 RTC: 168025 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37109 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@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, 4 insertions, 0 deletions
diff --git a/src/occ_405/wof/wof.h b/src/occ_405/wof/wof.h
index 897fbeb..4591d00 100644
--- a/src/occ_405/wof/wof.h
+++ b/src/occ_405/wof/wof.h
@@ -35,6 +35,8 @@
#define ACTIVE_QUAD_SZ_MAX 6
#define WOF_HEADER_SIZE 32
+#define WOF_RC_MODE_NO_SUPPORT_MASK 0x0008
+
// Structure to hold relevant data from the WOF header in Mainstore
typedef struct __attribute__ ((packed))
{
@@ -56,6 +58,8 @@ typedef struct __attribute__ ((packed))
// Structure used in g_amec
typedef struct
{
+ // Bit vector where each bit signifies a different failure case
+ uint16_t wof_disabled;
} amec_wof_t;
typedef struct
OpenPOWER on IntegriCloud