diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2015-03-03 09:03:43 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-03-26 07:58:56 -0500 |
commit | 0d7ec79752556d06069b37de26cd5aa8ea38e1de (patch) | |
tree | 8d5cece0f3d216e897481a7b51ad614434c94818 /src/include/usr/util/util_reasoncodes.H | |
parent | 4c31ecf3b63f4f21e677d7359f64de22cd8fc1eb (diff) | |
download | blackbird-hostboot-0d7ec79752556d06069b37de26cd5aa8ea38e1de.tar.gz blackbird-hostboot-0d7ec79752556d06069b37de26cd5aa8ea38e1de.zip |
Modify hbrt pnor interfaces to handle different partition sizes
Change-Id: I8ea0d9fa603328bdafed97bd33d70ad3634b43a3
RTC: 125021
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16139
Tested-by: Jenkins Server
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/util/util_reasoncodes.H')
-rw-r--r-- | src/include/usr/util/util_reasoncodes.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/util/util_reasoncodes.H b/src/include/usr/util/util_reasoncodes.H index 857d2c351..2b7ed35cb 100644 --- a/src/include/usr/util/util_reasoncodes.H +++ b/src/include/usr/util/util_reasoncodes.H @@ -51,6 +51,7 @@ namespace Util 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, + UTIL_LIDMGR_NOT_FOUND = UTIL_COMP_ID | 0x0A, }; }; |