summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-05-10 07:36:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-28 14:56:17 -0400
commitdd251cae71e53fdf280beb08cfb408e8d8216e5b (patch)
treeb73e3d5941cac35641afdebec454d201147345c7 /src/import/chips/p9/procedures/hwp/memory/lib/shared
parentfd269e881530ad008e696e4c5571a8a9d0e92d43 (diff)
downloadtalos-hostboot-dd251cae71e53fdf280beb08cfb408e8d8216e5b.tar.gz
talos-hostboot-dd251cae71e53fdf280beb08cfb408e8d8216e5b.zip
Change mss_freq algorithm to deconfigure ports to achieve common DIMM freq
Change-Id: Ife26f8488a4817f8f36fd1fd583dd5340fe48d4e CQ:SW405528 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58761 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Dev-Ready: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58772 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: 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.H8
1 files changed, 8 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 9d3e8ded2..63ab07aa1 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
@@ -195,6 +195,14 @@ enum ffdc_function_codes
// WR VREF functions
DRAM_TO_RP_REG = 101,
+
+ // mss_freq functions
+ FREQ_SCOREBOARD_REMOVE_FREQS_ABOVE_LIMIT = 110,
+ FREQ_SCOREBOARD_REMOVE_FREQS_ABOVE_LIMIT_VECTOR = 111,
+ FREQ_SCOREBOARD_REMOVE_FREQS_NOT_ON_LIST = 112,
+ FREQ_SCOREBOARD_MAX_SUPPORTED_FREQ = 113,
+ FREQ_SCOREBOARD_SUPPORTED_FREQS = 114,
+ LIMIT_FREQ_BY_VPD = 115,
};
enum states
OpenPOWER on IntegriCloud