diff options
author | Josh Rispoli <jprispol@us.ibm.com> | 2014-09-26 11:58:30 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-10-14 14:54:50 -0500 |
commit | d0dc609dd10135f9be6cee0dda936a88296b64c4 (patch) | |
tree | e0ace0ce4ea6a234a396b92dd9259100a1c91e9e /src/include | |
parent | 18ec11f6579bafedcf33112be287b063f5f90530 (diff) | |
download | talos-hostboot-d0dc609dd10135f9be6cee0dda936a88296b64c4.tar.gz talos-hostboot-d0dc609dd10135f9be6cee0dda936a88296b64c4.zip |
Add check for functional membufs in checkMinHW
Change-Id: I79d276d0799066df9c0889782bdae305bd0f87a7
RTC:91178
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13651
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/usr/hwas/common/hwas_reasoncodes.H | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/hwas/common/hwas_reasoncodes.H b/src/include/usr/hwas/common/hwas_reasoncodes.H index 0e6a07875..c7b735fa8 100644 --- a/src/include/usr/hwas/common/hwas_reasoncodes.H +++ b/src/include/usr/hwas/common/hwas_reasoncodes.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -47,6 +49,7 @@ namespace HWAS RC_SYSAVAIL_NO_MEMORY_FUNC = HWAS_COMP_ID | 0x06, RC_SYSAVAIL_NO_PROCS_FUNC = HWAS_COMP_ID | 0x07, RC_SYSAVAIL_NO_NODES_FUNC = HWAS_COMP_ID | 0x08, + RC_SYSAVAIL_NO_MEMBUFS_FUNC = HWAS_COMP_ID | 0x09, }; }; |