diff options
| author | George Keishing <gkeishin@in.ibm.com> | 2016-01-11 03:24:22 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-02 11:48:07 -0400 |
| commit | 61e75290db0c553a3c277cb77d8defe86ee972da (patch) | |
| tree | 8f9eabb8c42afac78d8d93101805d9946dd2c9bd /src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H | |
| parent | 5a28f31752051912be414aa57e8b213c3a6eb0da (diff) | |
| download | talos-hostboot-61e75290db0c553a3c277cb77d8defe86ee972da.tar.gz talos-hostboot-61e75290db0c553a3c277cb77d8defe86ee972da.zip | |
FAPI2 Plat support for mvpd accessors
Change-Id: I808ee063ef3e76738e24efb13b4244c542f184e9
RTC: 140330
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/796
Tested-by: Jenkins Server
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: FSP CI Jenkins
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.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H index 730e809f7..5e8578cec 100644 --- a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H +++ b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H @@ -50,6 +50,7 @@ namespace fapi2 MOD_FAPI2_VERIFYCFAMACCESSTARGET = 0x07, MOD_FAPI2_PLAT_GET_OTHER_END_TEST = 0x08, MOD_FAPI2_PLAT_GET_OTHER_END = 0x09, + MOD_FAPI2_MVPD_ACCESS = 0x0A, }; /** @@ -66,6 +67,9 @@ namespace fapi2 RC_NULL_FAPI_TARGET = HWPF_COMP_ID | 0x0A, RC_LOOKING_FOR_TYPE_NA = HWPF_COMP_ID | 0x0B, + // MVPD generated errors + RC_INVALID_RECORD = HWPF_COMP_ID | 0x0C, + RC_INVALID_KEYWORD = HWPF_COMP_ID | 0x0D, //Platform generated errors RC_NO_PROCS_FOUND = FAPI2_COMP_ID | 0x0B, @@ -95,6 +99,7 @@ namespace fapi2 RC_INCORRECT_OTHER_END = FAPI2_COMP_ID | 0x24, RC_FOUND_TOO_MANY_PEERS = FAPI2_COMP_ID | 0x25, RC_FOUND_NO_PEERS = FAPI2_COMP_ID | 0x26, + // HWP generated errors RC_HWP_GENERATED_ERROR = HWPF_COMP_ID | 0x0f, |

