From 03fbb688316404903bc582c1da4c223868e98cbb Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Fri, 13 Sep 2019 15:49:20 -0400 Subject: Fixes explorer accessor bugs Bugs fixed 1) updates the Update delay line command to be 0x22 2) updates number of lanes based upon if there is a spare byte Change-Id: I93f1c12c8111a752631ed7a274f5befd2e824453 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83833 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Mark Pizzutillo Tested-by: Hostboot CI Reviewed-by: Louis Stermole Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83953 Reviewed-by: RAJA DAS --- .../chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H index a3c621fc..10121304 100644 --- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H +++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H @@ -231,7 +231,7 @@ enum cmd_id : uint8_t FW_PQM_HORIZONTAL_BATHTUB_GET = 0x18, FW_PQM_VERTICAL_BATHTUB_GET = 0x19, FW_PQM_2D_BATHTUB_GET = 0x1A, - EXP_FW_PQM_FORCE_DELAY_LINE_UPDATE = 0x1B, + EXP_FW_PQM_FORCE_DELAY_LINE_UPDATE = 0x22, }; /// -- cgit v1.2.1