summaryrefslogtreecommitdiffstats
path: root/src/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel')
-rw-r--r--src/kernel/terminate.C13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/kernel/terminate.C b/src/kernel/terminate.C
index 52756b825..499fd96b9 100644
--- a/src/kernel/terminate.C
+++ b/src/kernel/terminate.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -52,7 +52,6 @@ HB_Descriptor kernel_hbDescriptor =
#endif // BOOTLOADER
-
void terminateExecuteTI()
{
// Call the function that actually executes the TI code.
@@ -98,3 +97,13 @@ void termModifySRC(uint8_t i_moduleID, uint32_t i_word7, uint32_t i_word8)
kernel_TIDataArea.src.word7 = i_word7;
kernel_TIDataArea.src.word8 = i_word8;
}
+
+#ifndef BOOTLOADER
+void termSetHbDump(void)
+{
+ // Set indicator flag for doing HB dump
+ kernel_TIDataArea.hbDumpFlag = 1;
+
+ return;
+}
+#endif // BOOTLOADER
OpenPOWER on IntegriCloud