summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2013-03-05 06:30:28 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-05 12:24:29 -0600
commit6379be06a2d3235a665e486822f62c7268fa006d (patch)
tree453d597867d3843039236c0ea705312b43472059 /src/usr/fsi
parent2cd51b10fa1bf295a8b3b35553226aab5d103af7 (diff)
downloadtalos-hostboot-6379be06a2d3235a665e486822f62c7268fa006d.tar.gz
talos-hostboot-6379be06a2d3235a665e486822f62c7268fa006d.zip
Misc BU updates for FSI, SLW image and centaur SBE image
Change-Id: I0aed0c9530307cee5887dc66d4890c9d5a4f1f9e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3421 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r--src/usr/fsi/fsidd.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/fsi/fsidd.H b/src/usr/fsi/fsidd.H
index 33a929058..69cdf1d3a 100644
--- a/src/usr/fsi/fsidd.H
+++ b/src/usr/fsi/fsidd.H
@@ -366,8 +366,10 @@ class FsiDD
OPB_STAT_BUSY = 0x00010000, /**< Bit 15 is the Busy bit */
OPB_STAT_READ_VALID = 0x00020000, /**< Bit 14 is the Valid Read bit */
OPB_STAT_ERR_OPB = 0x09F00000, /**< 4,7-11 are OPB errors */
- OPB_STAT_ERR_CMFSI = 0x0000FC00, /**< 16-21 are cMFSI errors */
- OPB_STAT_ERR_MFSI = 0x000000FC, /**< 24-29 are MFSI errors */
+
+ //TODO RTC 65922 tmp err mask for BU -- SW190814 why Any err always on
+ OPB_STAT_ERR_CMFSI = 0x00007C00, /**< 16-21 are cMFSI errors */
+ OPB_STAT_ERR_MFSI = 0x0000007C, /**< 24-29 are MFSI errors */
OPB_STAT_ERR_ANY = OPB_STAT_ERR_OPB|OPB_STAT_ERR_CMFSI|OPB_STAT_ERR_MFSI,
};
OpenPOWER on IntegriCloud