summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMatt Ploetz <maploetz@us.ibm.com>2015-07-19 15:38:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-09-11 13:18:00 -0500
commit2b0eccd26fe5e8f9516b14f4af689bbb085a43c0 (patch)
tree9e0f293a0031140ff3d9b331a1fa0b2b5440ef3a /src/include
parent2512b458dc679c86538f366126d2dab6c722fb75 (diff)
downloadtalos-hostboot-2b0eccd26fe5e8f9516b14f4af689bbb085a43c0.tar.gz
talos-hostboot-2b0eccd26fe5e8f9516b14f4af689bbb085a43c0.zip
Add support for Naples PCIE/IOP configs
Change-Id: Ifa545d748324bf1a4feadd13e5d855439da4c1ca RTC:109249 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19160 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwpf/istepreasoncodes.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H
index b433701cb..8dfe568ce 100644
--- a/src/include/usr/hwpf/istepreasoncodes.H
+++ b/src/include/usr/hwpf/istepreasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2015 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -81,6 +81,7 @@ enum istepReasonCode
ISTEP_INVALID_TARGET_TYPE = ISTEP_COMP_ID | 0x0A,
ISTEP_INVALID_ATTR_VALUE = ISTEP_COMP_ID | 0x0B,
ISTEP_INVALID_CONFIGURATION = ISTEP_COMP_ID | 0x0C,
+ ISTEP_INVALID_PCIE_IOP_LANE_CONFIG = ISTEP_COMP_ID | 0x0D,
}; // end ISTEP
}
OpenPOWER on IntegriCloud