summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mc
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-01-07 14:35:20 -0600
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-20 08:36:24 -0500
commitbb6571fca0831a6e1b9006d743471caff55fb70e (patch)
treeffa1a6a0e905ffa41e19edf33b8348081a4d0952 /src/import/chips/p9/procedures/hwp/memory/lib/mc
parent9fc60d7a20f5a9dd09a4f3c792b1294b0686b10d (diff)
downloadtalos-hostboot-bb6571fca0831a6e1b9006d743471caff55fb70e.tar.gz
talos-hostboot-bb6571fca0831a6e1b9006d743471caff55fb70e.zip
Add mcbist L2 function
Change-Id: I9082b72d03fc85c55acfc1500ff3af8b3e2cbf74 Original-Change-Id: I8b98c188d6a642eb49d89deffcbd697d9cf7afdc Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23895 Tested-by: Jenkins Server Reviewed-by: Craig C. Hamilton <cchamilt@us.ibm.com> Reviewed-by: Andre A. Marin <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82422 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mc')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C133
1 files changed, 132 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
index b278b9ce1..689e698c3 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
@@ -34,11 +34,11 @@
// *HWP Consumed by: FSP:HB
#include <fapi2.H>
-
#include <p9_mc_scom_addresses.H>
#include "../utils/dump_regs.H"
#include "../utils/scom.H"
+#include "mc.H"
using fapi2::TARGET_TYPE_MCA;
using fapi2::TARGET_TYPE_MCS;
@@ -46,6 +46,10 @@ using fapi2::TARGET_TYPE_MCS;
namespace mss
{
+const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate0_reg[] = {MCS_PORT02_MCP0XLT0, MCS_PORT13_MCP0XLT0};
+const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate1_reg[] = {MCS_PORT02_MCP0XLT1, MCS_PORT13_MCP0XLT1};
+const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate2_reg[] = {MCS_PORT02_MCP0XLT2, MCS_PORT13_MCP0XLT2};
+
///
/// @brief Dump the registers of the MC (MCA_MBA, MCS)
/// @param[in] i_target the MCS target
@@ -184,4 +188,131 @@ fapi_try_exit:
return fapi2::current_err;
}
+///
+/// @brief Perform initializations for the MC (MCA)
+/// @param[in] i_target, the MCA to initialize
+/// @return FAPI2_RC_SUCCESS iff ok
+///
+template<>
+fapi2::ReturnCode mc<TARGET_TYPE_MCA>::scominit(const fapi2::Target<TARGET_TYPE_MCA>& i_target)
+{
+ uint32_t l_throttle_denominator = 0;
+ FAPI_TRY( mss::runtime_mem_throttle_denominator(i_target, l_throttle_denominator) );
+
+ // #Register Name Final Arb Parms
+ // #Mnemonic MBA_FARB0Q
+ // #Attributes PAR:EVEN Bit Field Mnemonic Attribute or Setting to use
+ // #Description FARB command control
+ // #1. FARB0 bit 38: cfg_parity_after_cmd
+ // # - set this bit if DDR3 and (RDIMM or LDRIMM)
+ //
+ // # - clear this bit if DDR4 and (RDIMM or LDRIMM)
+ // #2. FARB0 bit 60: cfg_ignore_rcd_parity_err
+ // # - clear this bit if (RDIMM or LDRIMM)
+ // #3. FARB0 bit 61: cfg_enable_rcd_rw_retry
+ // # - set this bit if (RDIMM or LDRIMM)
+
+ // Nimbus is always LR/RDIMM, DDR4.
+ // Not sure what happened to cfg_ignore_rcd_parity_err, cfg_enable_rcd_rw_retry - perhaps they're always ok since we don't
+ // support anything else?
+ {
+ fapi2::buffer<uint64_t> l_data;
+
+ l_data.setBit<MCA_MBA_FARB0Q_CFG_PARITY_AFTER_CMD>();
+ FAPI_TRY( mss::putScom(i_target, MCA_MBA_FARB0Q, l_data) );
+ }
+
+ {
+ // FABR1Q - Chip ID bits
+ }
+ {
+ // FARB2Q - ODT bits
+ }
+
+ // #Register Name N/M Throttling Control
+ // #Mnemonic MBA_FARB3Q
+ // #Attributes PAR:EVEN Bit Field Mnemonic Attribute or Setting to use
+ // #Description N/M throttling control (Centaur only)
+ // # 0:14 cfg_nm_n_per_mba MSS_MEM_THROTTLE_NUMERATOR_PER_MBA (Centaur)
+ // # 15:30 cfg_nm_n_per_chip MSS_MEM_THROTTLE_NUMERATOR_PER_CHIP (Centaur)
+ // # 0:14 cfg_nm_n_per_slot MSS_MEM_THROTTLE_NUMERATOR_PER_SLOT (Nimbus)
+ // # 15:30 cfg_nm_n_per_port MSS_MEM_THROTTLE_NUMERATOR_PER_PORT (Nimbus)
+ // # 31:44 cfg_nm_m MSS_MEM_THROTTLE_DENOMINATOR
+ // # 51 cfg_nm_per_slot_enabled 1 (not on Nimbus?)
+ // # 52 cfg_nm_count_other_mba_dis Set to 0 for CDIMM, Set to 1 for everything else (not on Nimbus?)
+ // #cfg_nm_ras_weight, bits 45:47 = ATTR_MSS_THROTTLE_CONTROL_RAS_WEIGHT
+ // #cfg_nm_cas_weight, bits 48:50 = ATTR_MSS_THROTTLE_CONTROL_CAS_WEIGHT
+ {
+ fapi2::buffer<uint64_t> l_data;
+ uint32_t l_throttle_per_slot = 0;
+ uint32_t l_throttle_per_port = 0;
+ uint8_t l_ras_weight = 0;
+ uint8_t l_cas_weight = 0;
+
+ FAPI_TRY( mss::runtime_mem_throttle_numerator_per_slot(i_target, l_throttle_per_slot) );
+ FAPI_TRY( mss::runtime_mem_throttle_numerator_per_port(i_target, l_throttle_per_port) );
+ FAPI_TRY( mss::throttle_control_ras_weight(i_target, l_ras_weight) );
+ FAPI_TRY( mss::throttle_control_cas_weight(i_target, l_cas_weight) );
+
+ l_data.insertFromRight<MCA_MBA_FARB3Q_CFG_NM_N_PER_SLOT, MCA_MBA_FARB3Q_CFG_NM_N_PER_SLOT_LEN>(l_throttle_per_slot);
+ l_data.insertFromRight<MCA_MBA_FARB3Q_CFG_NM_N_PER_PORT, MCA_MBA_FARB3Q_CFG_NM_N_PER_PORT_LEN>(l_throttle_per_port);
+ l_data.insertFromRight<MCA_MBA_FARB3Q_CFG_NM_M, MCA_MBA_FARB3Q_CFG_NM_M_LEN>(l_throttle_denominator);
+ l_data.insertFromRight<MCA_MBA_FARB3Q_CFG_NM_RAS_WEIGHT, MCA_MBA_FARB3Q_CFG_NM_RAS_WEIGHT_LEN>(l_ras_weight);
+ l_data.insertFromRight<MCA_MBA_FARB3Q_CFG_NM_CAS_WEIGHT, MCA_MBA_FARB3Q_CFG_NM_CAS_WEIGHT_LEN>(l_ras_weight);
+
+ FAPI_TRY( mss::putScom(i_target, MCA_MBA_FARB3Q, l_data) );
+ }
+
+ // Doesn't appear to be a row-hammer-mode in Nimbus
+ // # -- bits 27:41 (cfg_emer_n) = ATTR_MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_SLOT
+ // # -- bits 42:55 (cfg_emer_m) = ATTR_MRW_MEM_THROTTLE_DENOMINATOR
+ {
+ fapi2::buffer<uint64_t> l_data;
+ uint32_t l_throttle_per_slot = 0;
+
+ FAPI_TRY( mss::mrw_safemode_mem_throttle_numerator_per_slot(l_throttle_per_slot) );
+
+ l_data.insertFromRight<MCA_MBA_FARB4Q_EMERGENCY_M, MCA_MBA_FARB4Q_EMERGENCY_M_LEN>(l_throttle_denominator);
+ l_data.insertFromRight<MCA_MBA_FARB4Q_EMERGENCY_N, MCA_MBA_FARB4Q_EMERGENCY_N_LEN>(l_throttle_per_slot);
+
+ FAPI_TRY( mss::putScom(i_target, MCA_MBA_FARB4Q, l_data) );
+ }
+
+ {
+ // TMR0Q - DDR data bus timing parameters
+ }
+
+ {
+ // TMR1Q - DDR bank busy parameters
+ }
+
+ {
+ // DSM0Q - Data State Machine Configurations
+ }
+
+ {
+ // MBAREF0Q mba01 refresh settings
+ }
+
+ {
+ // MBAPC0Q power control settings reg 0
+ // MBAPC1Q power control settings reg 1
+ }
+
+ {
+ // MBAREF1Q MBA01 Rank-to-primary-CKE mapping table
+ // Doesn't exist in Nimbus. Leaving this as a comment to note that we didn't forget it.
+ // CKEs are fixed to chip selects for all P9 configs
+ }
+
+ {
+ // CAL0Q (this timer to be used for zq cal)
+ // CAL1Q (this timer to be used for mem cal)
+ // CAL3Q (this timer to be used for mem cal)
+ }
+
+fapi_try_exit:
+ return fapi2::current_err;
+}
+
}
OpenPOWER on IntegriCloud