summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2018-01-11 08:29:37 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-06 16:17:40 -0500
commitb456c82ad8202fee197dee0274959cd020009f79 (patch)
treeb099ac1a763d869ec2013213d06095ac336ee949 /src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
parent82aaa7df696af0aa1b4b593a25f15671e2214e7d (diff)
downloadtalos-hostboot-b456c82ad8202fee197dee0274959cd020009f79.tar.gz
talos-hostboot-b456c82ad8202fee197dee0274959cd020009f79.zip
Modify putrRing code to pull rings from centaur hw image
-Remove hardcoded data data used for centaur init -Add code to extract RS4 compressed ring data from centaur hardware image Change-Id: If3f5faaebe384a4e0756b06f518b270c7bd2062b RTC: 171739 CMVC-Prereq: 1043602 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52063 Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> 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/include/usr/fapi2/hwpf_fapi2_reasoncodes.H')
-rw-r--r--src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
index b9b963d28..0a4ebe089 100644
--- a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
+++ b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -63,6 +63,7 @@ namespace fapi2
MOD_FAPI2_GET_ATTR_CEN_VPD_VERSION = 0x14,
MOD_FAPI2_GET_MB_VPD_ATTR = 0x15,
MOD_FAPI2_GET_PLL_BUCKET = 0x16,
+ MOD_FAPI2_GET_RING = 0x17,
};
/**
@@ -135,6 +136,11 @@ namespace fapi2
RC_INVALID_TARGET_TYPE = FAPI2_COMP_ID | 0x37,
RC_NO_PARENT_MEMBUF = FAPI2_COMP_ID | 0x38,
RC_INVALID_PARENT_TARGET_FOUND = FAPI2_COMP_ID | 0x39,
+ RC_GET_RING_SECTION_FAILED = FAPI2_COMP_ID | 0x3A,
+ RC_ACCESS_RING_FAILED = FAPI2_COMP_ID | 0x3B,
+ RC_FAILED_TO_DECOMPRESS_RING = FAPI2_COMP_ID | 0x3C,
+ RC_INCORRECT_HW_IMAGE_TYPE = FAPI2_COMP_ID | 0x3D,
+ RC_DD_SUPPORT_CHECK_FAILED = FAPI2_COMP_ID | 0x3E,
// HWP generated errors
RC_HWP_GENERATED_ERROR = HWPF_COMP_ID | 0x0f,
OpenPOWER on IntegriCloud