summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
diff options
context:
space:
mode:
authorAbhishek Agarwal <abagarw8@in.ibm.com>2016-11-29 10:56:41 +0100
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-12-05 18:30:57 -0500
commit1a6584dc8d8e064c0fd2152cd9135e7ddf07de8a (patch)
tree234353bb76d25af7ed0fa1e0986a584d13720b51 /src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
parente1d67d56f0dc236f836d0b4942e7c70a50bf4770 (diff)
downloadtalos-hostboot-1a6584dc8d8e064c0fd2152cd9135e7ddf07de8a.tar.gz
talos-hostboot-1a6584dc8d8e064c0fd2152cd9135e7ddf07de8a.zip
getecid update for DD fix level
Change-Id: I3361fb49591e733b765f92b357abcb9247ae9530 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33097 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33101 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_getecid.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_getecid.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H b/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
index b746e80e2..a1471ca91 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
@@ -42,6 +42,10 @@
#include <fapi2.H>
+enum P9_GETECID_Private_Constants
+{
+ fuseString_len = 176 // fuse string length
+};
typedef fapi2::ReturnCode (*p9_getecid_FP_t)(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
fapi2::variable_buffer& fuseString);
OpenPOWER on IntegriCloud