diff options
author | Chris Cain <cjcain@us.ibm.com> | 2014-12-17 15:56:28 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-01-09 14:51:07 -0600 |
commit | 1fe250207a9cda3203839ec0df06030b8a627b50 (patch) | |
tree | 241b621ca64defc4e0b977198ef161027bbb7c4c /src/usr/htmgt/HBconfig | |
parent | 3f6be5b4c621d2762bd3ddd457c082fbc12f93b5 (diff) | |
download | talos-hostboot-1fe250207a9cda3203839ec0df06030b8a627b50.tar.gz talos-hostboot-1fe250207a9cda3203839ec0df06030b8a627b50.zip |
Limit number of error logs retrieved from the OCC to prevent holding off IPL
Change-Id: Ibb82a8776e40c17097c952b80f7b5536ad7503b4
RTC: 119981
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14964
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: Matt Spinler <spinler@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/HBconfig')
-rw-r--r-- | src/usr/htmgt/HBconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/htmgt/HBconfig b/src/usr/htmgt/HBconfig index 6a13251c1..61c20acea 100644 --- a/src/usr/htmgt/HBconfig +++ b/src/usr/htmgt/HBconfig @@ -2,3 +2,9 @@ config HTMGT default n help Enable Host TMGT in hostboot/HBRT + +config DELAY_AFTER_OCC_ACTIVATION + default n + help + After OCC has been activated, wait for 30 seconds for any + potential errors to be reported before continuing the IPL |