summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2012-11-27 13:59:43 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-08 10:37:00 -0600
commite25073a5222d236cc8bec3bb111ec3d7ab7a1575 (patch)
treecfc6ebf3237b16ffc2fc52c5b16f3c51f1f0b149 /src/include
parent74c20caefdab7f7aa9268dd3f359f2038cee8ccf (diff)
downloadtalos-hostboot-e25073a5222d236cc8bec3bb111ec3d7ab7a1575.tar.gz
talos-hostboot-e25073a5222d236cc8bec3bb111ec3d7ab7a1575.zip
Sync attributes from hostboot to fsp after each istep
Code will sync targeting attributes in single step mode if the ATTR_SYNC_BETWEEN_STEPS is overriden in FspOverideAttrs.txt in the FSP nfs/hwpf dir Change-Id: Ifd7603bb7ce75a9ae7b5df5ac1c605916ba63aab RTC: 46672 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2978 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/initservice/initsvcreasoncodes.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/initservice/initsvcreasoncodes.H b/src/include/usr/initservice/initsvcreasoncodes.H
index ac7da0296..ae23a5d2a 100644
--- a/src/include/usr/initservice/initsvcreasoncodes.H
+++ b/src/include/usr/initservice/initsvcreasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -72,6 +72,7 @@ enum InitServiceReasonCode
LAST_ISTEP_FAILED = INITSVC_COMP_ID | 0x11,
NO_MSG_PRESENT = INITSVC_COMP_ID | 0x12,
ISTEP_INVALID_ISTEP = INITSVC_COMP_ID | 0x13,
+ ISTEP_FAPI_ATTR_READ_FAILED = INITSVC_COMP_ID | 0x14,
};
OpenPOWER on IntegriCloud