summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi/fsidd.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-01-27 12:52:56 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-11 17:10:49 -0600
commita763c1b156165bc89471a6b643baf6eb57b96f2c (patch)
treeaacca84651ce375be505310bf1b62d5e5d04297d /src/usr/fsi/fsidd.H
parent805b043a187851173874341ec748b4c305c6b9e0 (diff)
downloadtalos-hostboot-a763c1b156165bc89471a6b643baf6eb57b96f2c.tar.gz
talos-hostboot-a763c1b156165bc89471a6b643baf6eb57b96f2c.zip
Targeting updates for alt-master FSI
Preemptively adding the new attributes to support the alt-master FSI paths. Note that the support to use the new attributes is not there yet but this should save some bringup test headaches. Change-Id: I003d1e7453633af27e2d5c305d702f710954f4aa RTC: 35041 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8376 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/fsi/fsidd.H')
-rw-r--r--src/usr/fsi/fsidd.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/fsi/fsidd.H b/src/usr/fsi/fsidd.H
index e548b84a6..755330b33 100644
--- a/src/usr/fsi/fsidd.H
+++ b/src/usr/fsi/fsidd.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2013 */
+/* COPYRIGHT International Business Machines Corp. 2011,2014 */
/* */
/* p1 */
/* */
@@ -184,7 +184,10 @@ class FsiDD
TARGETING::FSI_MASTER_TYPE type; ///< Master or Cascaded Master
uint8_t port; ///< Which port is this chip hanging off of
uint8_t cascade; ///< Slave cascade position
- uint16_t flags; ///< Reserved for any special flags we might need
+ union {
+ TARGETING::FsiOptionFlags flagbits; ///< Special flags
+ uint16_t flags; ///< Special flags
+ };
FsiLinkId_t linkid; ///< Id for traces and error logs
};
OpenPOWER on IntegriCloud