summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H
diff options
context:
space:
mode:
authorAlvin Wang <wangat@tw.ibm.com>2019-05-07 10:12:40 +0800
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-05-29 14:48:59 -0500
commit03fc49941aa7e1a35183bf367e55d202cf1aff40 (patch)
tree2be5336f0c6dbd4100b6af66870e5148c65aac03 /src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H
parent8bde2e5cb164f08a25aa45dc9d3e991b3d66d9f5 (diff)
downloadtalos-hostboot-03fc49941aa7e1a35183bf367e55d202cf1aff40.tar.gz
talos-hostboot-03fc49941aa7e1a35183bf367e55d202cf1aff40.zip
Add trap_adress class in mcbist library
Change-Id: I5f078adb708128629e9e0c4a776cc32387cf84c8 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77095 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77105 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H
index 8a094abe4..efbec9b09 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/mc/exp_port.H
@@ -120,19 +120,19 @@ class portTraits< mss::mc_type::EXPLORER >
WRQ_FIFO_MODE = EXPLR_SRQ_MBA_WRQ0Q_CFG_WRQ_FIFO_MODE,
};
};
+
///
/// @brief ATTR_MSS_MEM_MVPD_FWMS getter
-/// @param[in] const ref to the fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>
-/// @param[out] uint32_t* memory to store the value
-/// @note Generated by gen_accessors.pl generateParameters (G)
+/// @param[in] const ref to the TARGET_TYPE_OCMB_CHIP
+/// @param[out] uint32_t&[] array reference to store the value
/// @return fapi2::ReturnCode - FAPI2_RC_SUCCESS iff get is OK
-/// @note Mark store records from MPVD Lx
-/// keyword
+/// @note Mark store records from OCMB VPD. The array dimension is [port][mark]. Explorer
+/// only has one port so only [0][mark] is used in explorer.
///
template<>
-inline fapi2::ReturnCode mvpd_fwms< mss::mc_type::EXPLORER >(const fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>&
- i_target,
- uint32_t (&o_array)[mss::MARK_STORE_COUNT])
+inline fapi2::ReturnCode mvpd_fwms< mss::mc_type::EXPLORER >(
+ const fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target,
+ uint32_t (&o_array)[mss::MARK_STORE_COUNT])
{
return mss::attr::get_mvpd_fwms(i_target, o_array);
}
@@ -145,9 +145,9 @@ inline fapi2::ReturnCode mvpd_fwms< mss::mc_type::EXPLORER >(const fapi2::Target
/// queue
///
template< >
-inline fapi2::ReturnCode reorder_queue_setting<mss::mc_type::EXPLORER>(const
- fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target,
- uint8_t& o_value)
+inline fapi2::ReturnCode reorder_queue_setting<mss::mc_type::EXPLORER>(
+ const fapi2::Target<fapi2::TARGET_TYPE_OCMB_CHIP>& i_target,
+ uint8_t& o_value)
{
return mss::attr::get_reorder_queue_setting(i_target, o_value);
}
OpenPOWER on IntegriCloud