diff options
| author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2017-07-03 04:06:20 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 18:28:12 -0500 |
| commit | ae3fdca02e142137bf9e987f179fccb6ca0718d8 (patch) | |
| tree | c6bf2ca6987eed724ea40562c0c6f3538d38b49b /import/hwpf/fapi2/include | |
| parent | 163b4a1ffb4f12707a8a2dbbc909d5ef737bddac (diff) | |
| download | talos-hcode-ae3fdca02e142137bf9e987f179fccb6ca0718d8.tar.gz talos-hcode-ae3fdca02e142137bf9e987f179fccb6ca0718d8.zip | |
L3 Level changes in p9_avbus_lib.C
Change-Id: Ifc24ad797b27dce520e4bd921958e74aff2b1192
RTC:165492
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42702
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: BRIAN D. VICTOR <brian.d.victor1@ibm.com>
Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com>
Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/hwpf/fapi2/include')
| -rw-r--r-- | import/hwpf/fapi2/include/return_code_defs.H | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/import/hwpf/fapi2/include/return_code_defs.H b/import/hwpf/fapi2/include/return_code_defs.H index 9651481c..fda8da6b 100644 --- a/import/hwpf/fapi2/include/return_code_defs.H +++ b/import/hwpf/fapi2/include/return_code_defs.H @@ -114,6 +114,9 @@ enum ReturnCodes : uint32_t FAPI2_RC_PLAT_RS4_HEADER_DATA_INVALID = FAPI2_RC_PLAT_MASK | 0x06, //Operation on putring fail because of ringId not found in RS4 image + // + FAPI2_RC_PLAT_AVSBUS_POLL_TIMEOUT = FAPI2_RC_PLAT_MASK | 0x06, + //Operation on putring fail because of ringId not found in RS4 image }; } |

