diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2016-05-06 13:36:36 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-02 10:43:06 -0400 |
| commit | 977c4ed35c3120a0f978e5a518ea3e0eab66e073 (patch) | |
| tree | c472f86dc42edd65266e9f57e4aa6be9f40293c2 /src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H | |
| parent | 93ff4cbbfc243a45e0926b139786206793436e3f (diff) | |
| download | talos-hostboot-977c4ed35c3120a0f978e5a518ea3e0eab66e073.tar.gz talos-hostboot-977c4ed35c3120a0f978e5a518ea3e0eab66e073.zip | |
Clean up MVPD plat support
Update fapi2 MVPD accessor tests to be more robust. Reworked
error handling for accessor functions
Change-Id: I54bcbedb81728b2c50b17e3c02018269669d5401
RTC:152953
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24204
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com>
Reviewed-by: Andrew J. Geissler <andrewg@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.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H index efd67303a..90bde96ed 100644 --- a/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H +++ b/src/include/usr/fapi2/hwpf_fapi2_reasoncodes.H @@ -71,6 +71,8 @@ namespace fapi2 // MVPD generated errors RC_INVALID_RECORD = HWPF_COMP_ID | 0x0D, RC_INVALID_KEYWORD = HWPF_COMP_ID | 0x0E, + RC_RECORD_OUT_OF_BOUNDS = HWPF_COMP_ID | 0x10, + RC_KEYWORD_OUT_OF_BOUNDS = HWPF_COMP_ID | 0x11, //Platform generated errors |

