summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorChristian R. Geddes <crgeddes@us.ibm.com>2018-04-10 15:59:26 -0400
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-04-10 16:02:42 -0400
commit1c4c810a584f0b7b7b51ecfea7451e9c0152ea7e (patch)
treee68d47cda65d312a84fded8288863950d15038f4 /src/include/usr
parent4f32915aa1240d07bb2671010f95695ba5f306c3 (diff)
downloadtalos-hostboot-1c4c810a584f0b7b7b51ecfea7451e9c0152ea7e.tar.gz
talos-hostboot-1c4c810a584f0b7b7b51ecfea7451e9c0152ea7e.zip
Revert "Clear perv scrach register prior to triggering HRESET"
This reverts commit 4f32915aa1240d07bb2671010f95695ba5f306c3. Change-Id: Ie51fd274d018df63aef6f725bf57c7b1f7f59265 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57026 CI-Ready: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/sbeio/sbe_retry_handler.H15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/include/usr/sbeio/sbe_retry_handler.H b/src/include/usr/sbeio/sbe_retry_handler.H
index 43bc9b84f..deef15c32 100644
--- a/src/include/usr/sbeio/sbe_retry_handler.H
+++ b/src/include/usr/sbeio/sbe_retry_handler.H
@@ -189,21 +189,6 @@ class SbeRetryHandler
#endif
/**
- * @brief There are 8 scratch registers that the SBE will look at during initialization.
- After we bring up the slave SBE in istep 8, hostboot will begin to repurpose
- these registers. If we restart the SBE during runtime with HRESET the SBE will
- look at these registers which hostboot has repurposed. We do not want the SBE
- to use this data as it is no longer valid. If the registers are all zero's then
- the SBE will use data from its image. This will work because hostboot has customized
- the image with the correct values during the IPL. This function will zero out all
- of the scratch registers to make sure the SBE uses its own copy of the values it
- is looking for in these registers.
- *
- * @param[in] i_target - Proc we are clearing scratch regs for
- */
- errlHndl_t clearSbeScratchRegisters(TARGETING::Target * i_target);
-
- /**
* @brief This function will look at what iv_currentAction is set to
* and take into account how many times we have tried to boot
* and how many times we have switched sides.
OpenPOWER on IntegriCloud