summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2014-01-29 12:15:12 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-29 15:39:50 -0600
commit8cdb19eeb20420d93fa9309473519e00e94c4b3c (patch)
tree894f7cebecd64e6d546f596a4689a73eec29e817 /src/include
parent3591c1dfff0f91a4a75037773a116165b970e66f (diff)
downloadtalos-hostboot-8cdb19eeb20420d93fa9309473519e00e94c4b3c.tar.gz
talos-hostboot-8cdb19eeb20420d93fa9309473519e00e94c4b3c.zip
SBE Update won't run in istep IPL
SBE Update code will check if system is in istep mode and that there is a FSP present. If both are true, then SBE Update will be skipped. Also, informational error logs are created for each successfully updated SBE Seeprom. Change-Id: Ibfd2209d85704c757fde95334b350c1e2b6282c3 RTC: 89503 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8431 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/sbe/sbereasoncodes.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/usr/sbe/sbereasoncodes.H b/src/include/usr/sbe/sbereasoncodes.H
index bea145480..3f8df5b03 100644
--- a/src/include/usr/sbe/sbereasoncodes.H
+++ b/src/include/usr/sbe/sbereasoncodes.H
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/include/usr/vpd/vpdreasoncodes.H $ */
+/* $Source: src/include/usr/sbe/sbereasoncodes.H $ */
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013 */
+/* COPYRIGHT International Business Machines Corp. 2013,2014 */
/* */
/* p1 */
/* */
@@ -52,6 +52,7 @@ enum sbeModuleId
SBE_GET_SEEPROM_INFO = 0x09,
SBE_DECISION_TREE = 0x0A,
SBE_CUSTOMIZE_IMG = 0x0B,
+ SBE_PERFORM_UPDATE_ACTIONS = 0x0C,
};
/**
@@ -85,6 +86,7 @@ enum sbeReasonCode
SBE_ECC_FAIL = SBE_COMP_ID | 0x0F,
SBE_PERM_SIDE_DIRTY_BAD_PATH = SBE_COMP_ID | 0x10,
SBE_P8_XIP_CUSTOMIZE_UNSUCCESSFUL = SBE_COMP_ID | 0x11,
+ SBE_INFO_LOG = SBE_COMP_ID | 0x12,
};
}; // end SBE
OpenPOWER on IntegriCloud