summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/occError.C
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2014-12-17 15:56:28 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-09 14:51:07 -0600
commit1fe250207a9cda3203839ec0df06030b8a627b50 (patch)
tree241b621ca64defc4e0b977198ef161027bbb7c4c /src/usr/htmgt/occError.C
parent3f6be5b4c621d2762bd3ddd457c082fbc12f93b5 (diff)
downloadtalos-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/occError.C')
-rw-r--r--src/usr/htmgt/occError.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/htmgt/occError.C b/src/usr/htmgt/occError.C
index ab200fce4..8b2963b43 100644
--- a/src/usr/htmgt/occError.C
+++ b/src/usr/htmgt/occError.C
@@ -59,7 +59,7 @@ namespace HTMGT
// Skip 8 byte ecmd header
const occErrlEntry_t *l_occElog=(occErrlEntry_t *)&l_sram_data[8];
- TMGT_BIN("OCC ELOG", l_occElog, 64);
+ TMGT_BIN("OCC ELOG", l_occElog, 256);
const uint32_t l_occSrc = OCCC_COMP_ID | l_occElog->reasonCode;
ERRORLOG::errlSeverity_t l_errlSeverity =
OpenPOWER on IntegriCloud