summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2018-01-10 12:17:50 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-15 17:21:28 -0500
commit8c104ea1e91975df04c82f18cd672d9d4a7e4862 (patch)
treedf899b192b8e977c04f11d8e60bfedd6301b703e /src/import/chips/p9/procedures/hwp/memory/lib/shared
parentf89ef741249515aac55b44bb25f0bbbd69f090d2 (diff)
downloadtalos-hostboot-8c104ea1e91975df04c82f18cd672d9d4a7e4862.tar.gz
talos-hostboot-8c104ea1e91975df04c82f18cd672d9d4a7e4862.zip
Add VPD lookup to build a supported frequency list, and bin-down support
Bypassing FFDC collection in p9_get_mem_vpd_keyword.C for unsupported configs that appear while polling the VPD for supported frequencies in the memory procedure p9_mss_freq.C. This removes the fail trace during istep to avoid user confusion. Change-Id: Ic679fb2fd8357567059f87d689acc0e0c534cd9f CQ:SW415931 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51836 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Dev-Ready: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51842 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> 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/shared')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H b/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H
index cee0e9b84..60aaa2f00 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H
@@ -184,6 +184,13 @@ enum ffdc_function_codes
READ_RD_VREF_VALUES_FOR_DRAM = 93,
GET_DRAM_DISABLE_REG_AND_POS = 94,
GET_STARTING_WR_DQ_DELAY_VALUE = 95,
+
+ GET_TAAMIN = 96,
+ GET_TCKMIN = 97,
+ GET_TCKMAX = 98,
+
+ SUPPORTED_FREQS = 99,
+ SELECT_SUPPORTED_FREQ = 100,
};
enum states
OpenPOWER on IntegriCloud