diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2014-04-17 14:27:33 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-06-02 12:13:33 -0500 |
| commit | e3a418419bd7fcf34bed25113111f06ec86ab9bb (patch) | |
| tree | af54d96cbd17415982928ade5efd0ccd9ae57240 /src/include/usr/hwpf/hwpf_reasoncodes.H | |
| parent | a8e490184f0f436d8fa1e175c7f9d7368923340b (diff) | |
| download | blackbird-hostboot-e3a418419bd7fcf34bed25113111f06ec86ab9bb.tar.gz blackbird-hostboot-e3a418419bd7fcf34bed25113111f06ec86ab9bb.zip | |
Hostboot memory mirroring support
Change-Id: I20a5de367b33c657abdc5c6aef29cecab940a8ca
RTC: 102529
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10641
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/hwpf_reasoncodes.H')
| -rw-r--r-- | src/include/usr/hwpf/hwpf_reasoncodes.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/hwpf_reasoncodes.H b/src/include/usr/hwpf/hwpf_reasoncodes.H index 0566c8f20..8533dab0a 100644 --- a/src/include/usr/hwpf/hwpf_reasoncodes.H +++ b/src/include/usr/hwpf/hwpf_reasoncodes.H @@ -119,6 +119,7 @@ namespace fapi RC_NULL_POINTER = HWPF_COMP_ID | 0x2C, RC_RT_WAKEUP_FAILED = HWPF_COMP_ID | 0x2D, + RC_NO_MIRRORED_MEMORY = HWPF_COMP_ID | 0x2E, }; /** |

