summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox
diff options
context:
space:
mode:
authorSwathi Madhuri Bhattiprolu <bhmadhur@in.ibm.com>2018-04-20 06:18:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-16 12:51:54 -0400
commitb7a44c2259760465b375795baeea883b9f08b44d (patch)
tree94e7071daacc2f8751c9aadc45372c1a07b82c14 /src/include/usr/mbox
parent6855bca779b8435856b0f6881480d7a4ed205b6b (diff)
downloadtalos-hostboot-b7a44c2259760465b375795baeea883b9f08b44d.tar.gz
talos-hostboot-b7a44c2259760465b375795baeea883b9f08b44d.zip
Verify frequency attributes across nodes to match with that of master node
-Existing code ensures consistency of frequency data across all modules in istep6.12. -In a multi-drawer config this data needs to be consistent across all drawers. -Master drawer sends the frequency data to all the other via IPC mechanism. -This data is compared and error is returned if there is a mismatch. Change-Id: Ia1daf1f0eeb90fbafb68417b979488b040efe535 RTC:158036 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57542 Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/mbox')
-rw-r--r--src/include/usr/mbox/ipc_msg_types.H1
-rw-r--r--src/include/usr/mbox/mbox_queues.H1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/mbox/ipc_msg_types.H b/src/include/usr/mbox/ipc_msg_types.H
index 6a907ed8d..ee0896348 100644
--- a/src/include/usr/mbox/ipc_msg_types.H
+++ b/src/include/usr/mbox/ipc_msg_types.H
@@ -41,6 +41,7 @@ namespace IPC
IPC_SET_SBE_CHIPINFO,
IPC_CLOSE_TCES,
IPC_POPULATE_TPM_INFO_BY_NODE,
+ IPC_FREQ_ATTR_DATA, // frequency attribute data from master to other drawers
};
}; // namespace IPC
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index 882aad2b4..3b3b6ba10 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -56,6 +56,7 @@ namespace MBOX
HB_SBE_SYSCONFIG_MSGQ = 12, //For SBE System Config response
HB_CLOSE_TCES_MSGQ = 13, // close/disable TCEs
HB_POP_TPM_INFO_MSGQ = 14, // response to populate TPM info by node
+ HB_FREQ_ATTR_DATA_MSGQ = 15, // freq attributes data from master to all other drawers
// Add HB mbox msg queue ids (services) before this line
HB_LAST_VALID_MSGQ, // end of valid HB mbox msgQ ids
OpenPOWER on IntegriCloud