From 5c3f1d994fb3e01cd4bd006dac4c47231610c563 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Mon, 8 Jul 2019 10:19:55 -0400 Subject: Fix polling timeouts for exp_omi_train and exp_check_for_ready Change-Id: I9235ac7d70c25b4265fd065d83586fa7b6a12379 Original-Change-Id: Ifb260bb167dc254405884b12bf55246826d6b3bb Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80152 Tested-by: FSP CI Jenkins Reviewed-by: STEPHEN GLANCY Reviewed-by: Mark Pizzutillo Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: RYAN P. KING Reviewed-by: Louis Stermole Dev-Ready: Louis Stermole Reviewed-by: Jennifer A Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81021 Reviewed-by: RAJA DAS Tested-by: RAJA DAS --- .../procedures/hwp/memory/lib/shared/exp_consts.H | 34 +++++++++++++++++----- 1 file changed, 26 insertions(+), 8 deletions(-) (limited to 'src') 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 ec4971d2..3719799b 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 @@ -94,14 +94,32 @@ namespace i2c /// enum cmd_id : uint8_t { - FW_BOOT_CONFIG = 0x01, - FW_STATUS = 0x02, - FW_REG_ADDR_LATCH = 0x03, - FW_REG_READ = 0x04, - FW_REG_WRITE = 0x05, - FW_DOWNLOAD = 0x06, - FW_CONT_REG_READ = 0x07, - FW_CONT_REG_WRITE = 0x08, + FW_BOOT_CONFIG = 0x01, + FW_STATUS = 0x02, + FW_REG_ADDR_LATCH = 0x03, + FW_REG_READ = 0x04, + FW_REG_WRITE = 0x05, + FW_DOWNLOAD = 0x06, + FW_CONT_REG_READ = 0x07, + FW_CONT_REG_WRITE = 0x08, + FW_BYPASS_4SEC_TIMEOUT = 0x09, + FW_PQM_LANE_SET = 0x0A, + FW_PQM_LANE_GET = 0x0B, + FW_PQM_FREQ_SET = 0x0C, + FW_PQM_FREQ_GET = 0x0D, + FW_PQM_LANE_TRAINING = 0x0E, + FW_PQM_TRAINING_RESET = 0x0F, + FW_PQM_RX_ADAPTATION_OBJ_READ = 0x10, + FW_PQM_RX_CALIBRATION_VALUE_READ = 0x11, + FW_PQM_CSU_CALIBRATION_VALUE_STATUS_READ = 0x12, + FW_PQM_PRBS_PATTERN_MODE_SET = 0x13, + FW_PQM_PRBS_USER_DEFINED_PATTERN_SET = 0x14, + FW_PQM_PRBS_MONITOR_CONTROL = 0x15, + FW_PQM_PRBS_GENERATOR_CONTROL = 0x16, + FW_PQM_PRBS_ERR_COUNT_READ = 0x17, + FW_PQM_HORIZONTAL_BATHTUB_GET = 0x18, + FW_PQM_VERTICAL_BATHTUB_GET = 0x19, + FW_PQM_2D_BATHTUB_GET = 0x1A, }; /// -- cgit v1.2.1