summaryrefslogtreecommitdiffstats
path: root/src/import/chips/centaur/procedures
diff options
context:
space:
mode:
authorChris Steffen <cwsteffen@us.ibm.com>2017-06-06 12:10:14 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-01 10:54:38 -0400
commit0289692e5470f3fb63c57a2944548b78071d2d60 (patch)
treed3a8710357e394867a1e4d6f1f143b583a194477 /src/import/chips/centaur/procedures
parent5c7d6fd5f1e310059b142fba960a02920adc7758 (diff)
downloadtalos-hostboot-0289692e5470f3fb63c57a2944548b78071d2d60.tar.gz
talos-hostboot-0289692e5470f3fb63c57a2944548b78071d2d60.zip
DMI Linktraining and Centaur Dccal
Change-Id: Icf3c98685fce789937c6afe22d9a17a5519b1f91 Original-Change-Id: I29e43df88a2a4ff2fff0b6bea8d1608a0b78edb1 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41730 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gary A. Peterson <garyp@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45483 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/centaur/procedures')
-rw-r--r--src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.C637
-rw-r--r--src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.H2
2 files changed, 273 insertions, 366 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.C b/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.C
index 8f35a6a2d..c6b581781 100644
--- a/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.C
+++ b/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.C
@@ -30,7 +30,7 @@
/// *HWP HWP Backup Owner : Gary Peterson <garyp@us.ibm.com>
/// *HWP FW Owner : Jamie Knight <rjknight@us.ibm.com>
/// *HWP Team : IO
-/// *HWP Level : 1
+/// *HWP Level : 2
/// *HWP Consumed by : FSP:HB
///-----------------------------------------------------------------------------
///
@@ -67,32 +67,18 @@ const uint8_t LN0 = 0;
/**
- * @brief Tx Z Impedance Calibration State Machine
+ * @brief Tx Impedance Calibration
* @param[in] i_tgt FAPI2 Target
* @retval ReturnCode
*/
-fapi2::ReturnCode tx_zcal_run_bus(const CEN_TGT i_tgt);
-
-/**
- * @brief Tx Z Impedance Calibration
- * @param[in] i_tgt FAPI2 Target
- * @retval ReturnCode
- */
-fapi2::ReturnCode tx_zcal_set_grp(const CEN_TGT i_tgt);
+fapi2::ReturnCode txZcal(const CEN_TGT& i_tgt);
/**
- * @brief Rx Dc Calibration Poll
- * @param[in] i_tgt FAPI2 Target
- * @retval ReturnCode
- */
-fapi2::ReturnCode rx_dccal_poll_grp(const CEN_TGT i_tgt);
-
-/**
- * @brief Rx Dc Calibration Start
- * @param[in] i_tgt FAPI2 Target
+ * @brief Rx Dc Calibration
+ * @param[in] i_tgt FAPI2 Target
* @retval ReturnCode
*/
-fapi2::ReturnCode rx_dccal_start_grp(const CEN_TGT i_tgt);
+fapi2::ReturnCode rxDccal(const CEN_TGT& i_tgt);
//-----------------------------------------------------------------------------
// Function Definitions
@@ -107,56 +93,30 @@ fapi2::ReturnCode rx_dccal_start_grp(const CEN_TGT i_tgt);
fapi2::ReturnCode p9_io_cen_dccal(const CEN_TGT& i_tgt)
{
FAPI_IMP("p9_io_cen_dccal: I/O EDI Cen Entering");
- /*
- char l_tgtStr[fapi2::MAX_ECMD_STRING_LEN];
- fapi2::toString(i_tgt, l_tgtStr, fapi2::MAX_ECMD_STRING_LEN);
- FAPI_DBG("I/O EDI Cen Dccal %s", l_tgtStr);
- // Runs Tx Zcal on a per bus basis
- FAPI_TRY(tx_zcal_run_bus(i_tgt), "I/O Edi Cen Tx Z-Cal Run Bus Failed");
+ char l_tgtStr[fapi2::MAX_ECMD_STRING_LEN];
+ fapi2::toString(i_tgt, l_tgtStr, fapi2::MAX_ECMD_STRING_LEN);
+ FAPI_DBG("I/O EDI Cen Dccal %s", l_tgtStr);
- // Sets Tx Zcal Group Settings based on the bus results
- FAPI_TRY(tx_zcal_set_grp(i_tgt), "I/O Edi Cen Tx Z-Cal Set Grp Failed");
+ // Runs Tx Zcal on a per bus basis
+ FAPI_TRY(txZcal(i_tgt), "I/O Edi Cen Tx Z-Cal Failed");
- // Starts Rx Dccal on a per group basis
- FAPI_TRY(rx_dccal_start_grp(i_tgt), "I/O Edi Cen Rx DC Cal Start Failed");
+ // Starts Rx Dccal on a per group basis
+ FAPI_TRY(rxDccal(i_tgt), "I/O Edi Cen Rx DC Cal Failed");
- // Checks/polls Rx Dccal on a per group basis
- FAPI_TRY(rx_dccal_poll_grp(i_tgt), "I/O Edi Cen Rx DC Cal Poll Failed");
-
- fapi_try_exit:
- */
+fapi_try_exit:
FAPI_IMP("p9_io_cen_dccal: I/O EDI Cen Exiting");
return fapi2::current_err;
}
/**
- * @brief Convert a 4R decimal value to a 1R thermometer code
+ * @brief Convert a 4R decimal value to a 2R binary code
* @param[in] i_4r_val 4R Value
* @retval Converted 1R Value
*/
-uint32_t convert_4r(const uint32_t i_4r_val)
+uint32_t roundTo2r(const uint32_t i_4rVal)
{
- // 1. Add 2 for averaging since we will truncate the last 2 bits
- // 2. Divide by 4 to bring back to a 1r value
- // 2. Convert the decimal number to number of bits set by shifting
- // a 0x1 over by the amount and subtracting 1
- return ((0x1 << ((i_4r_val + 2) / 4)) - 1 );
-}
-
-uint32_t convert_4r_with_2r(const uint32_t i_4r_val, const uint8_t i_width)
-{
- // Add 1 for rounding, then shift the 4r bit off. We now have a 2r equivalent
- uint32_t l_2r_equivalent = (i_4r_val + 1) >> 0x1;
-
- // If the LSB of the 2r equivalent is on, then we need to set the 2r bit (MSB)
- uint32_t l_2r_on = (l_2r_equivalent & 0x1);
-
- // Shift the 2r equivalent to a 1r value and convert to a thermometer code.
- uint32_t l_1r_equivalent ((0x1 << (l_2r_equivalent >> 0x1)) - 1);
-
- // combine 1r equivalent thermometer code + the 2r MSB value.
- return (l_2r_on << (i_width - 1)) | l_1r_equivalent ;
+ return (i_4rVal & 0x1) ? ((i_4rVal >> 1) + 1) : (i_4rVal >> 1);
}
/**
@@ -165,40 +125,43 @@ uint32_t convert_4r_with_2r(const uint32_t i_4r_val, const uint8_t i_width)
* @param[in] io_nval Tx Zcal N-value
* @retval ReturnCode
*/
-fapi2::ReturnCode tx_zcal_verify_results(uint32_t& io_pval, uint32_t& io_nval)
+fapi2::ReturnCode txZcalVerifyResults(uint32_t& io_pvalx4, uint32_t& io_nvalx4)
{
// l_zcal_p and l_zcal_n are 9 bit registers
// These are also 4x of a 1R segment
- const uint32_t ZCAL_MIN = 16 * 4; // 16 segments * 4 = 64 (0x40)
- const uint32_t ZCAL_MAX = 33 * 4; // 33 segments * 4 = 132(0x84)
+ const uint32_t X4_MIN = 16 * 4; // 16 segments * 4 = 64 (0x40)
+ const uint32_t X4_MAX = 33 * 4; // 33 segments * 4 = 132(0x84)
FAPI_IMP("tx_zcal_verify_results: I/O EDI Cen Entering");
FAPI_DBG("Cen Tx Zcal Min/Max Allowed(0x%X,0x%X) Read Pval/Nval(0x%X,0x%X)",
- ZCAL_MIN, ZCAL_MAX,
- io_pval, io_nval);
+ X4_MIN, X4_MAX, io_pvalx4, io_nvalx4);
- if(io_pval > ZCAL_MAX)
+ if(io_pvalx4 > X4_MAX)
{
- io_pval = ZCAL_MAX;
- FAPI_ERR("Cen Tx Zcal Pval(0x%X) > Max Allowed(0x%X)", io_pval, ZCAL_MAX);
+ FAPI_INF("Warning: Cen Tx Zcal Pval(0x%X) > Max Allowed(0x%X): Code will override with 0x%X and continue",
+ io_pvalx4, X4_MAX, X4_MAX);
+ io_pvalx4 = X4_MAX;
}
- if(io_nval > ZCAL_MAX)
+ if(io_nvalx4 > X4_MAX)
{
- io_nval = ZCAL_MAX;
- FAPI_ERR("Cen Tx Zcal Nval(0x%X) > Max Allowed(0x%X)", io_nval, ZCAL_MAX);
+ FAPI_INF("Warning: Cen Tx Zcal Nval(0x%X) > Max Allowed(0x%X): Code will override with 0x%X and continue.",
+ io_nvalx4, X4_MAX, X4_MAX);
+ io_nvalx4 = X4_MAX;
}
- if(io_pval < ZCAL_MIN)
+ if(io_pvalx4 < X4_MIN)
{
- io_pval = ZCAL_MIN;
- FAPI_ERR("Cen Tx Zcal Pval(0x%X) < Min Allowed(0x%X)", io_pval, ZCAL_MIN);
+ FAPI_INF("Warning: Cen Tx Zcal Pval(0x%X) < Min Allowed(0x%X): Code will override with 0x%X and continue.",
+ io_pvalx4, X4_MIN, X4_MIN);
+ io_pvalx4 = X4_MIN;
}
- if(io_nval < ZCAL_MIN)
+ if(io_nvalx4 < X4_MIN)
{
- io_nval = ZCAL_MIN;
- FAPI_ERR("Cen Tx Zcal Nval(0x%X) < Min Allowed(0x%X)", io_nval, ZCAL_MIN);
+ FAPI_INF("Warning: Cen Tx Zcal Nval(0x%X) < Min Allowed(0x%X): Code will override with 0x%X and continue.",
+ io_nvalx4, X4_MIN, X4_MIN);
+ io_nvalx4 = X4_MIN;
}
FAPI_IMP("tx_zcal_verify_results: I/O EDI Cen Exiting");
@@ -210,71 +173,56 @@ fapi2::ReturnCode tx_zcal_verify_results(uint32_t& io_pval, uint32_t& io_nval)
* @param[in] i_tgt FAPI2 Target
* @retval ReturnCode
*/
-fapi2::ReturnCode tx_zcal_run_bus(const CEN_TGT i_tgt)
+fapi2::ReturnCode txZcalRunStateMachine(const CEN_TGT& i_tgt)
{
- /*
- const uint64_t DLY_20MS = 20000000;
- const uint64_t DLY_10US = 10000;
- const uint64_t DLY_10MIL_CYCLES = 10000000;
- const uint64_t DLY_1MIL_CYCLES = 1000000;
- const uint32_t TIMEOUT = 200;
- uint32_t l_count = 0;
- uint64_t l_data = 0;
- uint8_t l_is_sim = 0;
-
- FAPI_IMP("tx_zcal_run_sm: I/O EDI cen Entering");
-
- ///////////////////////////////////////////////////////////////////////////
- /// Simulation Speed Up
- ///////////////////////////////////////////////////////////////////////////
- FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_IS_SIMULATION, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), l_is_sim));
-
- if(l_is_sim)
- {
- // To speed up simulation, xbus_unit model + pie driver
- // without these settings: 50 million cycles
- // with these settings: 13 million cycles
- io::set(EDI_TX_ZCAL_SM_MIN_VAL, 50, l_data);
- io::set(EDI_TX_ZCAL_SM_MAX_VAL, 52, l_data);
- FAPI_TRY(io::write(EDI_TX_IMPCAL_SWO2_PB, i_tgt, GRP0, LN0, l_data));
- }
-
- // Request to start Tx Impedance Calibration
- // The Done bit is read only pulse, must use pie driver or system model in sim
- FAPI_TRY(io::rmw(EDI_TX_ZCAL_REQ, i_tgt, GRP0, LN0, 1));
-
- // Delay before we start polling. 20ms was use from past p8 learning
- FAPI_TRY(fapi2::delay(DLY_20MS, DLY_10MIL_CYCLES));
-
- // Poll Until Tx Impedance Calibration is done or errors out
- FAPI_TRY(io::read(EDI_TX_IMPCAL_PB, i_tgt, GRP0, LN0, l_data));
-
- while((++l_count < TIMEOUT) &&
- !(io::get(EDI_TX_ZCAL_DONE, l_data) || io::get(EDI_TX_ZCAL_ERROR, l_data)))
- {
- FAPI_DBG("tx_zcal_run_sm: I/O EDI cen Tx Zcal Poll, Count(%d/%d).", l_count, TIMEOUT);
-
- // Delay for 10us between polls for a total of 22ms.
- FAPI_TRY(fapi2::delay(DLY_10US, DLY_1MIL_CYCLES));
-
- FAPI_TRY(io::read(EDI_TX_IMPCAL_PB, i_tgt, GRP0, LN0, l_data));
- }
-
-
- if(io::get(EDI_TX_ZCAL_DONE, l_data) == 1)
- {
- FAPI_DBG("tx_zcal_run_sm: I/O EDI cen Tx Zcal Poll Completed(%d/%d).", l_count, TIMEOUT);
- }
- else if(io::get(EDI_TX_ZCAL_ERROR, l_data) == 1)
- {
- FAPI_ERR("tx_zcal_run_sm: WARNING: Tx Z Calibration Error");
- }
- else
- {
- FAPI_ERR("tx_zcal_run_sm: WARNING: Tx Z Calibration Timeout: Loops(%d)", l_count);
- }
- fapi_try_exit:
- */
+ const uint64_t DLY_20MS = 20000000;
+ const uint64_t DLY_10US = 10000;
+ const uint64_t DLY_10MIL_CYCLES = 10000000;
+ const uint64_t DLY_1MIL_CYCLES = 1000000;
+ const uint32_t TIMEOUT = 200;
+ uint32_t count = 0;
+ uint64_t regData = 0;
+
+ FAPI_IMP("tx_zcal_run_sm: I/O EDI cen Entering");
+
+ // Request to start Tx Impedance Calibration
+ // The Done bit is read only pulse, must use pie driver or system model in sim
+ FAPI_TRY(io::rmw(EDI_TX_ZCAL_REQ, i_tgt, GRP0, LN0, 0));
+ FAPI_TRY(io::rmw(EDI_TX_ZCAL_REQ, i_tgt, GRP0, LN0, 1));
+
+ // Delay before we start polling. 20ms was use from past p8 learning
+ FAPI_TRY(fapi2::delay(DLY_20MS, DLY_10MIL_CYCLES));
+
+ // Poll Until Tx Impedance Calibration is done or errors out
+ FAPI_TRY(io::read(EDI_TX_IMPCAL_PB, i_tgt, GRP0, LN0, regData));
+
+ while((++count < TIMEOUT) &&
+ !(io::get(EDI_TX_ZCAL_DONE, regData) || io::get(EDI_TX_ZCAL_ERROR, regData)))
+ {
+ FAPI_DBG("tx_zcal_run_sm: I/O EDI cen Tx Zcal Poll, Count(%d/%d).", count, TIMEOUT);
+
+ // Delay for 10us between polls for a total of 22ms.
+ FAPI_TRY(fapi2::delay(DLY_10US, DLY_1MIL_CYCLES));
+
+ FAPI_TRY(io::read(EDI_TX_IMPCAL_PB, i_tgt, GRP0, LN0, regData));
+ }
+
+
+ if(io::get(EDI_TX_ZCAL_DONE, regData) == 1)
+ {
+ FAPI_DBG("tx_zcal_run_sm: I/O EDI cen Tx Zcal Poll Completed(%d/%d).", count, TIMEOUT);
+ }
+ else if(io::get(EDI_TX_ZCAL_ERROR, regData) == 1)
+ {
+ FAPI_ERR("tx_zcal_run_sm: WARNING: Tx Z Calibration Error");
+ }
+ else
+ {
+ FAPI_ERR("tx_zcal_run_sm: WARNING: Tx Z Calibration Timeout: Loops(%d)", count);
+ }
+
+fapi_try_exit:
+
FAPI_IMP("tx_zcal_run_sm: I/O EDI cen Exiting");
return fapi2::current_err;
}
@@ -287,54 +235,55 @@ fapi2::ReturnCode tx_zcal_run_bus(const CEN_TGT i_tgt)
* @param[in] i_nval Tx Zcal N-value
* @retval ReturnCode
*/
-fapi2::ReturnCode tx_zcal_apply(const CEN_TGT i_tgt, const uint32_t i_pval, const uint32_t i_nval)
+fapi2::ReturnCode txZcalApply(const CEN_TGT& i_tgt, const uint32_t i_pvalx4, const uint32_t i_nvalx4)
{
- FAPI_IMP("tx_zcal_apply: I/O EDI Cen Entering");
- /*
- const uint8_t POST_WIDTH = 5;
- const uint8_t MARGIN_WIDTH = 5;
- const uint8_t MAIN_WIDTH = 13;
-
- uint32_t margin_p = 0;
- uint32_t margin_n = 0;
- uint32_t post_p = 0;
- uint32_t post_n = 0;
- uint32_t main_p = 0;
- uint32_t main_n = 0;
-
- // Encoding of Margin Ratio and Tx FFE Precursor
- // 100.00% = 128(0x80) / 128
- // 75.00% = 96(0x60) / 128
- // 50.00% = 64(0x40) / 128
- // 25.00% = 32(0x20) / 128
- // 4.67% = 6(0x06) / 128
- // 0.00% = 0(0x00) / 128
-
- // During normal operation we will not use margining :: min(0, 0%) max(0.5, 50%)
- FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_IO_CN_TX_MARGIN_RATIO, i_tgt, l_margin_ratio));
-
- // FFE Precursor Tap Weight :: min(0.0, 0%) max(0.115, 11.5%)
- FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_IO_CN_TX_FFE_POSTCURSOR, i_tgt, l_ffe_pre_coef));
-
- margin_p = (l_margin_ratio / 128) * i_pval;
- margin_n = (l_margin_ratio / 128) * i_nval;
- post_p = (l_ffe_pre_coef / 128) * (i_pval - margin_p);
- post_n = (l_ffe_pre_coef / 128) * (i_nval - margin_n);
- main_p = i_pval - margin_p - post_p;
- main_n = i_nval - margin_n - post_n;
-
- // We can write these registers without reading, since we are writing
- // the entire register. To convert the 4R values to needed register values,
- FAPI_TRY(io::rmw(EDI_TX_FFE_POST_P_ENC , i_tgt, GRP0, LN0, convert_4r(p_post , PRE_WIDTH )));
- FAPI_TRY(io::rmw(EDI_TX_FFE_POST_N_ENC , i_tgt, GRP0, LN0, convert_4r(n_post , PRE_WIDTH )));
- FAPI_TRY(io::rmw(EDI_TX_FFE_MARGIN_P_ENC, i_tgt, GRP0, LN0, convert_4r(p_margin, MARGIN_WIDTH)));
- FAPI_TRY(io::rmw(EDI_TX_FFE_MARGIN_N_ENC, i_tgt, GRP0, LN0, convert_4r(n_margin, MARGIN_WIDTH)));
- FAPI_TRY(io::rmw(EDI_TX_FFE_MAIN_P_ENC , i_tgt, GRP0, LN0, convert_4r(p_main , MAIN_WIDTH )));
- FAPI_TRY(io::rmw(EDI_TX_FFE_MAIN_N_ENC , i_tgt, GRP0, LN0, convert_4r(n_main , MAIN_WIDTH )));
-
- fapi_try_exit:
- */
- FAPI_IMP("tx_zcal_apply: I/O EDI cen Exiting");
+ FAPI_IMP("txZcalApply: I/O EDI Cen Entering");
+
+ uint32_t pMarginx4 = 0;
+ uint32_t nMarginx4 = 0;
+ uint32_t pPostx4 = 0;
+ uint32_t nPostx4 = 0;
+ uint32_t pMainx4 = 0;
+ uint32_t nMainx4 = 0;
+ uint8_t marginRatio = 0;
+ uint8_t preRatio = 0;
+
+ // Encoding of Margin Ratio and Tx FFE Precursor
+ // 100.00% = 128(0x80) / 128
+ // 75.00% = 96(0x60) / 128
+ // 50.00% = 64(0x40) / 128
+ // 25.00% = 32(0x20) / 128
+ // 4.67% = 6(0x06) / 128
+ // 0.00% = 0(0x00) / 128
+
+ // During normal operation we will not use margining :: min(0, 0%) max(0.5, 50%)
+ FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_IO_DMI_CEN_TX_MARGIN_RATIO, i_tgt, marginRatio));
+
+ // FFE Precursor Tap Weight :: min(0.0, 0%) max(0.115, 11.5%)
+ FAPI_TRY(FAPI_ATTR_GET(fapi2::ATTR_IO_DMI_CEN_TX_FFE_POSTCURSOR, i_tgt, preRatio));
+
+ // Margin Should always be zero for normal operation.
+ // margin = (1-m)*zcal/2
+ pMarginx4 = (marginRatio / 128) * (i_pvalx4 / 2);
+ nMarginx4 = (marginRatio / 128) * (i_nvalx4 / 2);
+ // Post-cursor was never intended to be used on Centaur
+ // postcursor = (zcal - (2*margin))*k2
+ pPostx4 = (preRatio / 128) * (i_pvalx4 - (2 * pMarginx4));
+ nPostx4 = (preRatio / 128) * (i_nvalx4 - (2 * nMarginx4));
+ pMainx4 = i_pvalx4 - (2 * pMarginx4) - pPostx4;
+ nMainx4 = i_nvalx4 - (2 * nMarginx4) - nPostx4;
+
+ // We can write these registers without reading, since we are writing
+ // the entire register. To convert the 4R values to needed register values,
+ FAPI_TRY(io::rmw(EDI_TX_FFE_POST_P_ENC , i_tgt, GRP0, LN0, roundTo2r(pPostx4)));
+ FAPI_TRY(io::rmw(EDI_TX_FFE_POST_N_ENC , i_tgt, GRP0, LN0, roundTo2r(nPostx4)));
+ FAPI_TRY(io::rmw(EDI_TX_FFE_MARGIN_P_ENC, i_tgt, GRP0, LN0, roundTo2r(pMarginx4)));
+ FAPI_TRY(io::rmw(EDI_TX_FFE_MARGIN_N_ENC, i_tgt, GRP0, LN0, roundTo2r(nMarginx4)));
+ FAPI_TRY(io::rmw(EDI_TX_FFE_MAIN_P_ENC , i_tgt, GRP0, LN0, roundTo2r(pMainx4)));
+ FAPI_TRY(io::rmw(EDI_TX_FFE_MAIN_N_ENC , i_tgt, GRP0, LN0, roundTo2r(nMainx4)));
+fapi_try_exit:
+
+ FAPI_IMP("txZcalApply: I/O EDI cen Exiting");
return fapi2::current_err;
}
@@ -343,71 +292,67 @@ fapi2::ReturnCode tx_zcal_apply(const CEN_TGT i_tgt, const uint32_t i_pval, cons
* @param[in] i_tgt FAPI2 Target
* @retval ReturnCode
*/
-fapi2::ReturnCode tx_zcal_set_grp(const CEN_TGT i_tgt)
+fapi2::ReturnCode txZcalSetResults(const CEN_TGT& i_tgt)
{
- FAPI_IMP("tx_zcal_set_grp: I/O EDI cen Entering");
- /*
- const uint8_t GRP0 = 0;
- const uint8_t LN0 = 0;
- const uint32_t DEFAULT_SEGMENTS = 25 * 4; // Nominal 25 Segments 1R * 4 = 4R
- uint32_t l_pval = DEFAULT_SEGMENTS;
- uint32_t l_nval = DEFAULT_SEGMENTS;
- uint64_t l_data = 0;
+ FAPI_IMP("txZcalSetResults: I/O EDI cen Entering");
+ const uint8_t GRP0 = 0;
+ const uint8_t LN0 = 0;
+ const uint32_t DEFAULT_SEGMENTS = 25 * 4; // Nominal 25 Segments 1R * 4 = 4R
+ uint32_t pvalx4 = DEFAULT_SEGMENTS;
+ uint32_t nvalx4 = DEFAULT_SEGMENTS;
+ uint64_t data = 0;
- FAPI_TRY(io::read(EDI_TX_IMPCAL_PB, i_tgt, GRP0, LN0, l_data),
- "tx_zcal_run_sm: Reading Tx Impcal Pb Failed");
- if(io::get(EDI_TX_ZCAL_DONE, l_data) == 1)
- {
- FAPI_DBG("Using zCal Results.");
+ FAPI_TRY(io::read(EDI_TX_IMPCAL_PB, i_tgt, GRP0, LN0, data));
- FAPI_TRY(io::read(EDI_TX_ZCAL_P, i_tgt, GRP0, LN0, l_data));
+ if(io::get(EDI_TX_ZCAL_DONE, data) == 1)
+ {
+ FAPI_DBG("Using zCal Results.");
- // We need to convert the 8R value to a 4R equivalent
- l_pval = io::get(EDI_TX_ZCAL_P, l_data) / 2;
+ FAPI_TRY(io::read(EDI_TX_ZCAL_P, i_tgt, GRP0, LN0, data));
- FAPI_TRY(io::read(EDI_TX_ZCAL_N, i_tgt, GRP0, LN0, l_data));
+ // We need to convert the 8R value to a 4R equivalent
+ pvalx4 = io::get(EDI_TX_ZCAL_P, data) / 2;
- // We need to convert the 8R value to a 4R equivalent
- l_nval = io::get(EDI_TX_ZCAL_N, l_data) / 2;
+ FAPI_TRY(io::read(EDI_TX_ZCAL_N, i_tgt, GRP0, LN0, data));
+ // We need to convert the 8R value to a 4R equivalent
+ nvalx4 = io::get(EDI_TX_ZCAL_N, data) / 2;
- FAPI_TRY(tx_zcal_verify_results(l_pval, l_nval), "Tx Z Cal Verify Results Failed");
- }
- else
- {
- FAPI_ERR("WARNING: Using Default Tx Zcal Segments.");
- }
+ FAPI_TRY(txZcalVerifyResults(pvalx4, nvalx4), "Tx Z Cal Verify Results Failed");
+ }
+ else
+ {
+ FAPI_ERR("WARNING: Using Default Tx Zcal Segments.");
+ }
- // Convert the results of the zCal to actual segments.
- FAPI_TRY(tx_zcal_apply(i_tgt, l_pval, l_nval), "Tx Zcal Apply Segments Failed");
- fapi_try_exit:
- */
- FAPI_IMP("tx_zcal_set_grp: I/O EDI cen Exiting");
+ // Convert the results of the zCal to actual segments.
+ FAPI_TRY(txZcalApply(i_tgt, pvalx4, nvalx4), "Tx Zcal Apply Segments Failed");
+fapi_try_exit:
+ FAPI_IMP("txZcalSetResults: I/O EDI cen Exiting");
return fapi2::current_err;
}
+
+
/**
- * @brief Rx Dc Calibration Set Lanes Invalid
- * @param[in] i_tgt FAPI2 Target
- * @param[in] i_data Data to Set Lanes Invalid
+ * @brief A I/O EDI Procedure that runs Tx Z Impedance calibration
+ * @param[in] i_tgt FAPI2 Target
* @retval ReturnCode
*/
-fapi2::ReturnCode set_lanes_invalid(const CEN_TGT i_tgt, const uint8_t i_data)
+fapi2::ReturnCode txZcal(const CEN_TGT& i_tgt)
{
- /*
- const uint8_t CN_LANES = 17;
-
- FAPI_IMP("set_lanes_invalid: I/O EDI cen Entering");
-
- for(uint8_t lane = 0; lane < CN_LANES; ++lane)
- {
- FAPI_TRY(io::rmw(EDI_RX_LANE_INVALID, i_tgt, GRP0, lane, i_data));
- }
- fapi_try_exit:
- */
- FAPI_IMP("set_lanes_invalid: I/O EDI cen Exiting");
+ FAPI_IMP("txZcal: I/O EDI Cen Entering");
+
+ // Runs Tx Zcal on a per bus basis
+ FAPI_TRY(txZcalRunStateMachine(i_tgt), "I/O Edi Cen Tx Z-Cal Run State Machine Failed");
+
+ // Sets Tx Zcal Group Settings based on the bus results
+ FAPI_TRY(txZcalSetResults(i_tgt), "I/O Edi Cen Tx Z-Cal Set Results Failed");
+
+fapi_try_exit:
+ FAPI_IMP("txZcal: I/O EDI Cen Exiting");
return fapi2::current_err;
}
@@ -416,44 +361,28 @@ fapi2::ReturnCode set_lanes_invalid(const CEN_TGT i_tgt, const uint8_t i_data)
* @param[in] i_tgt FAPI2 Target
* @retval ReturnCode
*/
-fapi2::ReturnCode start_cleanup_pll(const CEN_TGT i_tgt)
+fapi2::ReturnCode setCleanupPllWtRefclk(const CEN_TGT& i_tgt)
{
- FAPI_IMP("start_cleanup_pll: I/O EDI cen Entering");
- /*
- const uint8_t LN0 = 0;
- const uint8_t GRP0 = 0;
- uint64_t reg_data = 0;
-
- FAPI_TRY(io::read(EDI_RX_CTL_CNTL4_E_PG, i_tgt, GRP0, LN0, reg_data),
- "read edip_rx_ctl_cntl4_e_pg failed");
+ FAPI_IMP("startCleanupPll: I/O EDI DMI Cen Entering");
+ const uint8_t LN0 = 0;
+ const uint8_t GRP0 = 0;
+ uint64_t regData = 0;
- io::set(EDI_RX_WT_PLL_REFCLKSEL, 0x1, reg_data);
- io::set(EDI_RX_PLL_REFCLKSEL_SCOM_EN, 0x1, reg_data);
+ FAPI_TRY(io::read(EDI_RX_WIRETEST_PLL_CNTL_PG, i_tgt, GRP0, LN0, regData));
- FAPI_TRY(io::write(EDI_RX_CTL_CNTL4_E_PG, i_tgt, GRP0, LN0, reg_data),
- "write edip_rx_ctl_cntl4_e_pg failed");
+ io::set(EDI_RX_WT_PLL_REFCLKSEL, 0x1, regData);
+ io::set(EDI_RX_PLL_REFCLKSEL_SCOM_EN, 0x1, regData);
- FAPI_TRY(fapi2::delay(150000, 0), " Fapi Delay Failed.");
+ FAPI_TRY(io::write(EDI_RX_WIRETEST_PLL_CNTL_PG, i_tgt, GRP0, LN0, regData));
- FAPI_TRY(io::rmw(EDI_RX_WT_CU_PLL_PGOOD, i_tgt, GRP0, LN0, 0x1),
- "rmw edip_rx_wt_cu_pll_pgood failed");
+ FAPI_TRY(fapi2::delay(150000, 0));
- FAPI_TRY(fapi2::delay(5000, 0), " Fapi Delay Failed.");
+ FAPI_TRY(io::rmw(EDI_RX_WT_CU_PLL_PGOOD, i_tgt, GRP0, LN0, 0x1));
+ FAPI_TRY(fapi2::delay(5000, 0));
- // The PLL Lock bit is not getting updated. According to AET it is locked.
- #if 0
- FAPI_TRY(io::read(EDI_RX_WT_CU_BYP_PLL_LOCK, i_tgt, i_group, LANE_00, reg_data),
- "read edip_rx_wt_cu_byp_pll_lock failed");0
-
- FAPI_ASSERT((io::get(EDI_RX_WT_CU_BYP_PLL_LOCK, reg_data) == 1),
- fapi2::IO_XBUS_RX_CLEANUP_PLL_NOT_LOCKED().set_TARGET(i_tgt).set_GROUP(i_group),
- "start_cleanup_pll: Cleanup Pll Not Locking");
- #endif
-
- fapi_try_exit:
- */
- FAPI_IMP("start_cleanup_pll: I/O EDI cen Exiting");
+fapi_try_exit:
+ FAPI_IMP("startCleanupPll: I/O EDI DMI Cen Exiting");
return fapi2::current_err;
}
@@ -462,145 +391,123 @@ fapi2::ReturnCode start_cleanup_pll(const CEN_TGT i_tgt)
* @param[in] i_tgt FAPI2 Target
* @retval ReturnCode
*/
-fapi2::ReturnCode stop_cleanup_pll(const CEN_TGT i_tgt)
+fapi2::ReturnCode setCleanupPllFunctional(const CEN_TGT& i_tgt)
{
- FAPI_IMP("stop_cleanup_pll: I/O EDI cen Entering");
- /*
- const uint8_t GRP0 = 0;
- const uint8_t LN0 = 0;
- uint64_t reg_data = 0;
+ FAPI_IMP("stopCleanupPll: I/O EDI DMI Cen Entering");
+ const uint8_t GRP0 = 0;
+ const uint8_t LN0 = 0;
+ uint64_t regData = 0;
- FAPI_TRY(io::read(EDI_RX_CTL_CNTL4_E_PG, i_tgt, GRP0, LN0, reg_data));
+ FAPI_TRY(io::read(EDI_RX_WIRETEST_PLL_CNTL_PG, i_tgt, GRP0, LN0, regData));
- io::set(EDI_RX_WT_PLL_REFCLKSEL, 0, reg_data);
- io::set(EDI_RX_PLL_REFCLKSEL_SCOM_EN, 0, reg_data);
- io::set(EDI_RX_WT_CU_PLL_PGOOD, 0, reg_data);
+ io::set(EDI_RX_WT_PLL_REFCLKSEL, 0, regData);
+ io::set(EDI_RX_PLL_REFCLKSEL_SCOM_EN, 0, regData);
+ io::set(EDI_RX_WT_CU_PLL_PGOOD, 0, regData);
- FAPI_TRY(io::write(EDI_RX_CTL_CNTL4_E_PG, i_tgt, GRP0, LN0, reg_data));
+ FAPI_TRY(io::write(EDI_RX_WIRETEST_PLL_CNTL_PG, i_tgt, GRP0, LN0, regData));
- FAPI_TRY(fapi2::delay(110500, 0), " Fapi Delay Failed.");
- fapi_try_exit:
- */
- FAPI_IMP("stop_cleanup_pll: I/O EDI cen Exiting");
+ FAPI_TRY(fapi2::delay(110500, 0));
+
+fapi_try_exit:
+ FAPI_IMP("stopCleanupPll: I/O EDI DMI Cen Exiting");
return fapi2::current_err;
}
+
/**
- * @brief Rx Dc Calibration
- * @param[in] i_tgt FAPI2 Target
+ * @brief A I/O EDI Procedure that runs Rx Dc Calibration
+ * @param[in] i_tgt FAPI2 Target
* @retval ReturnCode
*/
-fapi2::ReturnCode rx_dccal_start_grp(const CEN_TGT i_tgt)
+fapi2::ReturnCode rxDccal(const CEN_TGT& i_tgt)
{
- FAPI_IMP("rx_dccal_start_grp: I/O EDI cen Entering");
- /*
-
- const uint8_t GRP0 = 0;
- const uint8_t LN0 = 0;
-
- ///////////////////////////////////////////////////////////////////////////
- /// Simulation Speed Up
- ///////////////////////////////////////////////////////////////////////////
- FAPI_TRY(p9_io_cen_shorten_timers(i_tgt), "Shorten Timers Failed.");
+ FAPI_IMP("rx_dccal: I/O EDI Cen Entering");
- ////////////////////////////////////////////////////////////////////////////
- /// Start Rx Dccal
- ////////////////////////////////////////////////////////////////////////////
+ const uint64_t DLY_100MS = 100000000;
+ const uint64_t DLY_10MIL_CYCLES = 10000000;
+ const uint8_t TIMEOUT = 100;
- // Must set lane invalid bit to 0 to run rx dccal, this enables us to run
- // dccal on the specified lane. These bits are normally set by wiretest
- // although we are not running that now.
- FAPI_TRY(set_lanes_invalid(i_tgt, 0), "Error Setting Lane Invalid to 0");
+ uint64_t regData = 0;
+ uint64_t rxWiretestPllCntlPg = 0;
+ uint8_t rxPdwnLite = 0;
+ uint8_t rxWtTimeoutSel = 0;
+ uint8_t count = 0;
- // We must start the cleanup pll to have a clock that clocks the
- // dccal logic. This function locks the rx cleanup pll to the internal
- // grid clock reference.
- FAPI_TRY(start_cleanup_pll(i_tgt), "rx_dc_cal: Starting Cleanup Pll");
+ FAPI_TRY(setCleanupPllWtRefclk(i_tgt));
- // Clear the rx dccal done bit in case rx dccal was previously run.
- FAPI_TRY(io::rmw(EDI_RX_DC_CALIBRATE_DONE, i_tgt, GRP0, LN0, 0));
+ // 1.0 Set rx_pdwn_lite_disable = '1'
+ // - Save original setting
+ FAPI_TRY(io::read(EDI_RX_PDWN_LITE_DISABLE, i_tgt, GRP0, LN0, regData));
+ rxPdwnLite = io::get(EDI_RX_PDWN_LITE_DISABLE, regData);
+ FAPI_TRY(io::rmw(EDI_RX_PDWN_LITE_DISABLE, i_tgt, GRP0, LN0, 0x1));
- // Start DC Calibrate, this iniates the rx dccal state machine
- FAPI_TRY(io::rmw(EDI_RX_START_DC_CALIBRATE, i_tgt, GRP0, LN0, 1));
-
- FAPI_DBG("I/O EDI cen Rx Dccal Complete");
-
- fapi_try_exit:
- */
- FAPI_IMP("rx_dccal_start_grp: I/O EDI cen Exiting");
- return fapi2::current_err;
-}
+ // 1.1 Set rx_wt_cu_pll_pgooddly = '111'
+ // - Save original wiretest pll control settings
+ FAPI_TRY(io::read(EDI_RX_WIRETEST_PLL_CNTL_PG, i_tgt, GRP0, LN0, rxWiretestPllCntlPg));
+ FAPI_TRY(io::rmw(EDI_RX_WT_CU_PLL_PGOODDLY, i_tgt, GRP0, LN0, 0x7));
+ // 1.2 Set rx_wt_timeout_sel = '111'
+ FAPI_TRY(io::read(EDI_RX_WT_TIMEOUT_SEL, i_tgt, GRP0, LN0, regData));
+ rxWtTimeoutSel = io::get(EDI_RX_WT_TIMEOUT_SEL, regData);
+ FAPI_TRY(io::rmw(EDI_RX_WT_TIMEOUT_SEL, i_tgt, GRP0, LN0, 0x7));
+ // 1.3 Set rx_wt_cu_pll_reset = '1'
+ FAPI_TRY(io::rmw(EDI_RX_WT_CU_PLL_RESET, i_tgt, GRP0, LN0, 0x1));
+ // 1.4 Set rx_wt_cu_pll_pgood = '1'
+ FAPI_TRY(io::rmw(EDI_RX_WT_CU_PLL_PGOOD, i_tgt, GRP0, LN0, 0x1));
+ // 1.5 Wait 100ms -- From past p8 learning
+ FAPI_TRY(fapi2::delay(DLY_100MS, DLY_10MIL_CYCLES));
-/**
- * @brief Rx Dc Calibration
- * @param[in] i_tgt FAPI2 Target
- * @retval ReturnCode
- */
-fapi2::ReturnCode rx_dccal_poll_grp(const CEN_TGT i_tgt)
-{
- FAPI_IMP("rx_dccal_poll_grp: I/O EDI cen Entering");
- /*
+ // 1.6 Set rx_wt_timeout_sel = '000'
+ FAPI_TRY(io::rmw(EDI_RX_WT_TIMEOUT_SEL, i_tgt, GRP0, LN0, 0x0));
- const uint8_t TIMEOUT = 200;
- const uint64_t DLY_100MS = 100000000;
- const uint64_t DLY_10MS = 10000000;
- const uint64_t DLY_1MIL_CYCLES = 1000000;
- const uint8_t GRP0 = 0;
- const uint8_t LN0 = 0;
- uint8_t l_poll_count = 0;
- uint64_t l_data = 0;
+ // 2.0 Set rx_start_offset_cal = '1'
+ FAPI_TRY(io::rmw(EDI_RX_START_OFFSET_CAL, i_tgt, GRP0, LN0, 0x1));
- ////////////////////////////////////////////////////////////////////////////
- /// Poll Rx Dccal
- ////////////////////////////////////////////////////////////////////////////
- // In the pervasive unit model, this takes 750,000,000 sim cycles to finish
- // on a group. This equates to 30 loops with 25,000,000 delay each.
+ // 2.1 Poll for rx_offset_cal done & check for fail
+ do
+ {
+ FAPI_DBG("rx_dccal: I/O EDI Centaur Rx Dccal Poll, Count(%d/%d).", count, TIMEOUT);
- // Delay before we start polling. 100ms was use from past p8 learning
- FAPI_TRY(fapi2::delay(DLY_100MS, DLY_1MIL_CYCLES),
- "rx_dc_cal_poll: Fapi Delay Failed.");
+ FAPI_TRY(fapi2::delay(DLY_100MS, DLY_10MIL_CYCLES));
- do
- {
- FAPI_DBG("I/O EDI cen Rx Dccal Polling Count(%d/%d).", l_poll_count, TIMEOUT);
+ FAPI_TRY(io::read(EDI_RX_TRAINING_STATUS_PG, i_tgt, GRP0, LN0, regData));
+ }
+ while((++count < TIMEOUT) &&
+ !(io::get(EDI_RX_OFFSET_CAL_DONE, regData) || io::get(EDI_RX_OFFSET_CAL_FAILED, regData)));
- FAPI_TRY(fapi2::delay(DLY_10MS, DLY_1MIL_CYCLES), "Fapi Delay Failed.");
+ FAPI_ASSERT(io::get(EDI_RX_OFFSET_CAL_DONE, regData) == 1,
+ fapi2::IO_DMI_CEN_RX_DCCAL_TIMEOUT().set_TARGET(i_tgt),
+ "Rx Dccal Timeout: Loops(%d) Delay(%d ns, %d cycles)",
+ count, DLY_100MS, DLY_10MIL_CYCLES);
- FAPI_TRY(io::read(EDI_RX_DC_CALIBRATE_DONE, i_tgt, GRP0, LN0, l_data));
- }
- while((++l_poll_count < TIMEOUT) && !io::get(EDI_RX_DC_CALIBRATE_DONE, l_data));
+ FAPI_ASSERT(io::get(EDI_RX_OFFSET_CAL_FAILED, regData) == 0,
+ fapi2::IO_DMI_CEN_RX_DCCAL_FAILED().set_TARGET(i_tgt),
+ "Rx Dccal Failed: Loops(%d) Delay(%d ns, %d cycles)",
+ count, DLY_100MS, DLY_10MIL_CYCLES);
- FAPI_ASSERT((io::get(EDI_RX_DC_CALIBRATE_DONE, l_data) == 1),
- fapi2::IO_XBUS_RX_DCCAL_TIMEOUT().set_TARGET(i_tgt).set_GROUP(i_grp),
- "Rx Dccal Timeout: Loops(%d) delay(%d ns, %d cycles)",
- l_poll_count, DLY_10MS, DLY_1MIL_CYCLES);
+ FAPI_DBG("rx_dccal: Successful: Loops(%d)", count);
- FAPI_DBG("I/O EDI cen Rx Dccal Successful.");
- ////////////////////////////////////////////////////////////////////////////
- /// Cleanup Rx Dccal
- ////////////////////////////////////////////////////////////////////////////
+ // 3.0 Clear rx_eo_latch_offset_done = '0'
+ FAPI_TRY(io::rmw(EDI_RX_EO_LATCH_OFFSET_DONE, i_tgt, GRP0, LN0, 0x0));
- // Stop DC Calibrate
- FAPI_TRY(io::rmw(EDI_RX_START_DC_CALIBRATE, i_tgt, GRP0, LN0, 0));
+ // 3.1 Clear rx_pdwn_lite_disable = '0'
+ FAPI_TRY(io::rmw(EDI_RX_PDWN_LITE_DISABLE, i_tgt, GRP0, LN0, rxPdwnLite));
- // We must stop the cleanup pll to cleanup after ourselves. Wiretest will
- // turn this back on. This function will turn off the cleanup pll and
- // switch it back to bus clock reference.
- FAPI_TRY(stop_cleanup_pll(i_tgt), "rx_dc_cal: Stopping Cleanup Pll");
+ // 3.2 Restore rx_wt_timeout_sel to saved values
+ FAPI_TRY(io::rmw(EDI_RX_WT_TIMEOUT_SEL, i_tgt, GRP0, LN0, rxWtTimeoutSel));
- // Restore the invalid bits, Wiretest will modify these as training is run.
- FAPI_TRY(set_lanes_invalid(i_tgt, 1), "Error Setting Lane Invalid to 1");
+ // 3.3 Restore rx_wiretest_pll_cntl_pg
+ FAPI_TRY(io::write(EDI_RX_WIRETEST_PLL_CNTL_PG, i_tgt, GRP0, LN0, rxWiretestPllCntlPg));
- FAPI_DBG("I/O EDI cen Rx Dccal Complete");
+ FAPI_TRY(setCleanupPllFunctional(i_tgt));
- fapi_try_exit:
- */
- FAPI_IMP("rx_dccal_poll_grp: I/O EDI Centaur Exiting");
+fapi_try_exit:
+ FAPI_IMP("rx_dccal: I/O EDI Cen Exiting");
return fapi2::current_err;
}
+
diff --git a/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.H b/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.H
index ebb9514b4..b07096cfb 100644
--- a/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.H
+++ b/src/import/chips/centaur/procedures/hwp/io/p9_io_cen_dccal.H
@@ -30,7 +30,7 @@
/// *HWP HWP Backup Owner : Gary Peterson <garyp@us.ibm.com>
/// *HWP FW Owner : Jamie Knight <rjknight@us.ibm.com>
/// *HWP Team : IO
-/// *HWP Level : 1
+/// *HWP Level : 2
/// *HWP Consumed by : FSP:HB
///-----------------------------------------------------------------------------
OpenPOWER on IntegriCloud