From 2b61547bd03e4919a113b2fa19ec587724c66573 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Mon, 16 Sep 2019 16:20:26 -0500 Subject: Enable rolling counter and verification of req id for Explorer Rather than using a constant value based on which command is being sent to the OCMB, we will instead define an attribute that is set by the platform in some unique way to differentiate this particular command/response from all others going on. This will allow the code to catch bugs where commands erroneously are sent to the wrong target for some reason. Change-Id: I3162a8ac040d8487e9311f770a0466ee8500b415 RTC: 210371 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83851 Tested-by: FSP CI Jenkins Tested-by: PPE CI Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY Dev-Ready: STEPHEN GLANCY Reviewed-by: ANDRE A MARIN Reviewed-by: Matt K Light Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84632 Reviewed-by: RAJA DAS --- .../chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml b/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml index 9f29367b..6533f82b 100644 --- a/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml +++ b/src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_errors.xml @@ -460,6 +460,8 @@ RSP_ID ERROR_CODE + EXPECTED_REQID + ACTUAL_REQID CODE MEDIUM -- cgit v1.2.1