summaryrefslogtreecommitdiffstats
path: root/src/include/bootloader/hbblreasoncodes.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/bootloader/hbblreasoncodes.H')
-rw-r--r--src/include/bootloader/hbblreasoncodes.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/bootloader/hbblreasoncodes.H b/src/include/bootloader/hbblreasoncodes.H
index 213e3dfe9..e50def492 100644
--- a/src/include/bootloader/hbblreasoncodes.H
+++ b/src/include/bootloader/hbblreasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -74,6 +74,7 @@ namespace Bootloader
RC_NO_HBB_IN_TOC = HBBL_COMP_ID | 0x0C, /**< No HBB Sect in TOC */
RC_PNOR_SECID_OUT_OF_RANGE = HBBL_COMP_ID | 0x0D, /**< Requested PNOR SecId DNE in string array */
RC_PNOR_NULLPTR = HBBL_COMP_ID | 0x0E, /**< Requested address to compare is a nullptr */
+ RC_BAD_WORK_LEN = HBBL_COMP_ID | 0x0F, /**< Working length too large */
};
}; // end Bootloader
OpenPOWER on IntegriCloud