From dded02bcf04e63b7af6b3e7f550bf4dc88ca3fd8 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Mon, 12 May 2014 11:21:32 -0500 Subject: Reset all slaves during initial FSI setup Change-Id: I9652e3ef727e022e3462fb92d93d9569f7d0ee41 CQ: SW260037 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11072 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/include/usr/fsi/fsiif.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/usr/fsi') diff --git a/src/include/usr/fsi/fsiif.H b/src/include/usr/fsi/fsiif.H index c19bb7ccb..756dbb7b0 100644 --- a/src/include/usr/fsi/fsiif.H +++ b/src/include/usr/fsi/fsiif.H @@ -146,6 +146,8 @@ enum SlaveRegistersP8 FSI2PIB_ENGINE = 0x001000, /**< FSI2PIB Engine (SCOM) */ FSI2PIB_RESET = FSI2PIB_ENGINE|0x18, /**< see 1006 */ FSI2PIB_STATUS = FSI2PIB_ENGINE|0x1C, /**< see 1007 */ + FSI2PIB_COMPMASK = FSI2PIB_ENGINE|0x30, /**< see 100C */ + FSI2PIB_TRUEMASK = FSI2PIB_ENGINE|0x34, /**< see 100D */ FSI_SCRATCHPAD = 0x001400, /**< FSI Scratchpad */ -- cgit v1.2.3