summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2014-08-11 16:57:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-08-13 15:30:48 -0500
commit15cde95b1c44bdfd603957d13e851001fa0da78c (patch)
tree465f38691e52074fe162f28ab405ba9c6b9fd1c2 /src/include/usr/hwpf
parentd55c6e1817ad2468afc1ea6902d60d4c30b326b5 (diff)
downloadblackbird-hostboot-15cde95b1c44bdfd603957d13e851001fa0da78c.tar.gz
blackbird-hostboot-15cde95b1c44bdfd603957d13e851001fa0da78c.zip
SW272212: Injecting a PORE/SLW error results in HB UE
Injecting a PORE/SLW error that isolates to a core followed by an MPIPL, results in a HB UE BC8A0506 & B181BA4E(hwsv) The root cause is currently unknown, the change added with this commit will create an error log and collect debug info. Change-Id: I37d5078e02a5a51693365c183570923ba35bebaa CQ:SW272212 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/12752 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/usr/hwpf')
-rw-r--r--src/include/usr/hwpf/istepreasoncodes.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H
index ca00bd2a8..1a8314e25 100644
--- a/src/include/usr/hwpf/istepreasoncodes.H
+++ b/src/include/usr/hwpf/istepreasoncodes.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -73,6 +75,7 @@ enum istepReasonCode
ISTEP_LOAD_SLW_FROM_PNOR_FAILED = ISTEP_COMP_ID | 0x06,
ISTEP_REPAIR_LOADER_RETRY_OCCURED = ISTEP_COMP_ID | 0x07,
ISTEP_MM_MAP_ERR = ISTEP_COMP_ID | 0x08,
+ ISTEP_INCORRECT_TARGET_COUNT = ISTEP_COMP_ID | 0x09,
}; // end ISTEP
}
OpenPOWER on IntegriCloud