summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2017-10-18 13:46:41 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-11-21 17:01:30 -0500
commitf40bed180c16c532983f8548fe5901bf28c87888 (patch)
tree40babacdf2765ad3592266d636d4e38e35cfe09c /src/import/chips/p9/procedures/hwp/memory/lib/shared
parentd7750b78d80c3527bcb5235b8c94ccd5613d5f60 (diff)
downloadtalos-hostboot-f40bed180c16c532983f8548fe5901bf28c87888.tar.gz
talos-hostboot-f40bed180c16c532983f8548fe5901bf28c87888.zip
Adds PDA support
PDA support will be needed for: 1) NVDIMM support (re-programming WR VREF) 2) PDA shmoo Change-Id: Ic49bbbbe907ee9609ee26f6152de8949cdb999a3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48575 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@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: Louis Stermole <stermole@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/48744 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/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 840cce7e5..df380c9fd 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
@@ -104,6 +104,9 @@ enum sizes
// You can't get greater than ~0, so you'd never timeout
// TODO RTC:166340 - Clean up MCBIST polling
OVERLY_LARGE_NUMBER_OF_POLLS = 5000000000000,
+
+ // Equal comparison value for memcmp
+ MEMCMP_EQUAL = 0,
};
enum times
@@ -157,6 +160,11 @@ enum ffdc_function_codes
SLOPE = 70,
INTERCEPT = 71,
POWER_LIMIT = 72,
+
+ // PDA function codes
+ PDA_WR_VREF_LATCH_CONTAINER = 80,
+ PDA_WR_VREF_LATCH_VECTOR = 81,
+ PDA_ADD_COMMAND = 82,
};
enum states
OpenPOWER on IntegriCloud