From 3c2b4bf2adc3e076d7dc9e2876b64b813a799260 Mon Sep 17 00:00:00 2001 From: Rick Ward Date: Wed, 25 Apr 2018 08:52:31 -0500 Subject: RTC189294 - Centaur Channel Checkstop (Runtime) I think this is all that's required to define the SCOM interface to FSP. I used a single structure for request/response because I want to use the generic FSP messaging code, and it assumes that the request and response structs are the same (at least in size). Change-Id: I45d3678db1e265cc1ba5108ea6ffbbe9a15bc307 RTC:189294 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57807 Reviewed-by: Roland Veloz Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Alpana Kumari Reviewed-by: Sachin Gupta Reviewed-by: William G. Hoffa --- src/include/usr/mbox/mbox_queues.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/usr') diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H index df153092c..882aad2b4 100644 --- a/src/include/usr/mbox/mbox_queues.H +++ b/src/include/usr/mbox/mbox_queues.H @@ -79,6 +79,7 @@ namespace MBOX FSP_TOD_MSGQ = 0x8000000E, FSP_SBE_SYNC_MSGQ_ID = 0x8000000F, FSP_TARG_DECONFIG_MSGQ = 0x80000010, + FSP_SCOM_OPS_MSGQ = 0x80000011, FSP_LID_MSGQ = FSP_ATTR_SYNC_MSGQ, -- cgit v1.2.3