Skip to content

Commit

Permalink
Support for PPE commit 49883 to error out on non-TOR ring section.
Browse files Browse the repository at this point in the history
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>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50117
Reviewed-by: Hostboot Team <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: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
cmolsen authored and crgeddes committed Dec 1, 2017
1 parent 9b4e254 commit 385c30e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/import/hwpf/fapi2/include/return_code_defs.H
Expand Up @@ -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
};

}
Expand Down

0 comments on commit 385c30e

Please sign in to comment.