summaryrefslogtreecommitdiffstats
path: root/src/include/usr/devicefw
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2011-09-08 16:08:26 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2011-10-05 12:49:57 -0500
commit336f6ac6abc1d5ee4efc1229be06a66baf06643b (patch)
treee3476d2423567ad81249cc215d195dbc36c4a04f /src/include/usr/devicefw
parent485bb5c0e6d2c7c5df6560a996dc264e94f2058a (diff)
downloadtalos-hostboot-336f6ac6abc1d5ee4efc1229be06a66baf06643b.tar.gz
talos-hostboot-336f6ac6abc1d5ee4efc1229be06a66baf06643b.zip
Initialize the FSI hardware - Story 3551
This code will initialize the FSI hardware and allow access to remote slaves. Note - current code is hardcoded to using the MFSI-0 port on the master processor wrapped back into its own CFAM. Note2 - One testcase is disabled pending integration of required fixes to the simics models. Contains work for - Task 3830 : FSI Master Regs - Task 3831 : FSI Slave Regs Change-Id: I8dd5f0e03cf083e35cf8241db22ad6d76ba85fac Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/359 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/devicefw')
-rw-r--r--src/include/usr/devicefw/driverif.H1
-rw-r--r--src/include/usr/devicefw/userif.H1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/devicefw/driverif.H b/src/include/usr/devicefw/driverif.H
index 82125c014..a7139db19 100644
--- a/src/include/usr/devicefw/driverif.H
+++ b/src/include/usr/devicefw/driverif.H
@@ -44,7 +44,6 @@ namespace DeviceFW
enum AccessType_DriverOnly
{
XSCOM = LAST_ACCESS_TYPE,
- FSI,
I2C,
FSISCOM,
diff --git a/src/include/usr/devicefw/userif.H b/src/include/usr/devicefw/userif.H
index a71a7b4cb..adb46a418 100644
--- a/src/include/usr/devicefw/userif.H
+++ b/src/include/usr/devicefw/userif.H
@@ -46,6 +46,7 @@ namespace DeviceFW
PNOR,
MAILBOX,
PRESENT,
+ FSI,
LAST_ACCESS_TYPE,
};
OpenPOWER on IntegriCloud