diff options
| author | Claus Michael Olsen <cmolsen@us.ibm.com> | 2017-11-28 12:47:56 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2018-02-01 15:46:47 -0600 |
| commit | 5acc28cdec0187d9a3ffebd81ee354b32abd6f27 (patch) | |
| tree | 2c2ef28f4eff1dce7d1f6b85e5366af69151a5dd /import/hwpf/fapi2/include | |
| parent | d19301c2376719c8455bd2fa3f11258e62717070 (diff) | |
| download | talos-hcode-5acc28cdec0187d9a3ffebd81ee354b32abd6f27.tar.gz talos-hcode-5acc28cdec0187d9a3ffebd81ee354b32abd6f27.zip | |
Support for PPE commit 49883 to error out on non-TOR ring section.
Change-Id: I7912c20e865aafe28c894bad98e4fbc3156d59ce
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50107
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/import/hwpf/fapi2/include/return_code_defs.H b/import/hwpf/fapi2/include/return_code_defs.H index 9651481c..8b146c25 100644 --- a/import/hwpf/fapi2/include/return_code_defs.H +++ b/import/hwpf/fapi2/include/return_code_defs.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HCODE Project */ /* */ -/* COPYRIGHT 2012,2017 */ +/* COPYRIGHT 2012,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -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_TOR_HEADER_DATA_INVALID = FAPI2_RC_PLAT_MASK | 0x07, + //Accessing TOR ring section fail because TOR magic word not found }; } |

