diff options
author | Missy Connell <missyc@us.ibm.com> | 2012-12-03 12:13:25 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-03-12 09:43:04 -0500 |
commit | 6a8e78667bd096e41a909273e4359bc62e444992 (patch) | |
tree | 1e2ab1e38223186a62484a766a288d9e604f9692 /src/include/usr/runtime | |
parent | 6a15522c01a44a19ea6af93cdcff8ff76cbaedce (diff) | |
download | talos-hostboot-6a8e78667bd096e41a909273e4359bc62e444992.tar.gz talos-hostboot-6a8e78667bd096e41a909273e4359bc62e444992.zip |
Dump Collect code
RTC:46996
Change-Id: I18863c91dcde353df6201c3c13e101626f24206b
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3131
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/runtime')
-rw-r--r-- | src/include/usr/runtime/runtime_reasoncodes.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/runtime/runtime_reasoncodes.H b/src/include/usr/runtime/runtime_reasoncodes.H index 0986d585b..4a8f8c0ae 100644 --- a/src/include/usr/runtime/runtime_reasoncodes.H +++ b/src/include/usr/runtime/runtime_reasoncodes.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012 */ +/* COPYRIGHT International Business Machines Corp. 2012,2013 */ /* */ /* p1 */ /* */ @@ -54,6 +54,8 @@ namespace RUNTIME RC_BAD_NACA = RUNTIME_COMP_ID | 0x0A, RC_INVALID_ADDRESS = RUNTIME_COMP_ID | 0x0B, RC_INVALID_SECTION = RUNTIME_COMP_ID | 0x0C, + RC_CANNOT_MAP_MEMORY3 = RUNTIME_COMP_ID | 0x0D, + }; }; |