diff options
| author | Ilya Smirnov <ismirno@us.ibm.com> | 2017-07-11 11:39:08 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-08-22 10:04:10 -0400 |
| commit | 818acb95a2dc8ff8e94c652e0964f013c1bf34cb (patch) | |
| tree | 58beb81f944d85df9a62a3e3efca278d890c0ab2 /src/include/usr/util | |
| parent | 8344a11d2ff2a23a83f2e78d139f5067544850d5 (diff) | |
| download | talos-hostboot-818acb95a2dc8ff8e94c652e0964f013c1bf34cb.tar.gz talos-hostboot-818acb95a2dc8ff8e94c652e0964f013c1bf34cb.zip | |
IPL Time Checkstop Analysis Part 1: Load OCC
First part of the IPL Time Checkstop Analysis story.
The OCC image gets loaded from the PNOR directly into
SRAM in istep 6.11. The OCC is reset in step 21.1
and the image is reloaded to HOMER.
Change-Id: I73ce96b81b311d7ae54356c64aeec816d52fafbb
RTC:155065
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43574
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/util')
| -rw-r--r-- | src/include/usr/util/utillidmgr.H | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/usr/util/utillidmgr.H b/src/include/usr/util/utillidmgr.H index 9939fbe64..cda762f66 100644 --- a/src/include/usr/util/utillidmgr.H +++ b/src/include/usr/util/utillidmgr.H @@ -191,7 +191,6 @@ class UtilLidMgr */ errlHndl_t releaseLidImage(void); -// @todo RTC 155065 IPL Time Checkstop Analysis Enablement #ifdef CONFIG_IPLTIME_CHECKSTOP_ANALYSIS /** * @brief Get lid managers' pointer to the lid vaddr. |

