diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2015-02-12 10:38:38 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-16 15:13:24 -0600 |
| commit | 0b03c03b42b899fbad17c3aa2f0b0b55c21bd60b (patch) | |
| tree | 87475a6e0da8cfced8a7b97359624c1b44346dbf /src/include/usr/util | |
| parent | a827e0c3348022cfd8bdae4591f2f98c0641f66d (diff) | |
| download | talos-hostboot-0b03c03b42b899fbad17c3aa2f0b0b55c21bd60b.tar.gz talos-hostboot-0b03c03b42b899fbad17c3aa2f0b0b55c21bd60b.zip | |
fixed how we loadlid in utillidmgr_rt
Change-Id: I1c1bd2e181a838f62daad21be3f34971b9e409a5
CQ:SW294469
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15685
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/util')
| -rw-r--r-- | src/include/usr/util/util_reasoncodes.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/util/util_reasoncodes.H b/src/include/usr/util/util_reasoncodes.H index 7f6ab0c1d..857d2c351 100644 --- a/src/include/usr/util/util_reasoncodes.H +++ b/src/include/usr/util/util_reasoncodes.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -50,6 +50,7 @@ namespace Util UTIL_LIDMGR_INVAL_SIZE = UTIL_COMP_ID | 0x06, UTIL_LIDMGR_UNSUP_MSG = UTIL_COMP_ID | 0x07, UTIL_LIDMGR_INVAL_SIZE_PNOR = UTIL_COMP_ID | 0x08, + UTIL_LIDMGR_UNLOAD_RC_FAIL = UTIL_COMP_ID | 0x09, }; }; |

