<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/usr/errl/parser, branch master</title>
<subtitle>Talos™ II hostboot sources</subtitle>
<id>https://git.raptorcs.com/git/talos-hostboot/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-hostboot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/'/>
<updated>2018-03-30T20:52:53+00:00</updated>
<entry>
<title>Ignore dummy files when parsing error log data</title>
<updated>2018-03-30T20:52:53+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2018-03-29T18:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=711723bcb25f9462da10d70564826d78b61fcc3f'/>
<id>urn:sha1:711723bcb25f9462da10d70564826d78b61fcc3f</id>
<content type='text'>
Hit a problem where the patch process was leaving around files
ending in .orig that would be noticed by our error log data
generator script.  The script then reports a duplicate id and
fails the build.

The fix is to only look at files that end in H or h.

Change-Id: I816c080eb6690075cedce7c5f13c9c40a1af3d93
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56479
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Corey V. Swenson &lt;cswenson@us.ibm.com&gt;
Tested-by: Jenkins OP Build CI &lt;op-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins OP HW &lt;op-hw-jenkins+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Richard J. Knight &lt;rjknight@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Convert asserts to error logs where it makes sense</title>
<updated>2017-12-20T18:54:35+00:00</updated>
<author>
<name>Stephen Cprek</name>
<email>smcprek@us.ibm.com</email>
</author>
<published>2017-12-15T16:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=34dbdc49d0d14933c317be2815302d0d558c5924'/>
<id>urn:sha1:34dbdc49d0d14933c317be2815302d0d558c5924</id>
<content type='text'>
Change-Id: Idd15e39cc6be44c0865f13503bfa4482d77fcf0d
RTC:181899
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51042
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Michael Baiocchi &lt;mbaiocch@us.ibm.com&gt;
Tested-by: Jenkins OP Build CI &lt;op-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins OP HW &lt;op-hw-jenkins+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Martin Gloff &lt;mgloff@us.ibm.com&gt;
Reviewed-by: Nicholas E. Bofferding &lt;bofferdn@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Update err console display to include PRDF logs</title>
<updated>2017-03-28T19:35:32+00:00</updated>
<author>
<name>Dean Sanner</name>
<email>dsanner@us.ibm.com</email>
</author>
<published>2017-03-07T12:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=fd1825282b1cfef42129f5788c84ed259c73b470'/>
<id>urn:sha1:fd1825282b1cfef42129f5788c84ed259c73b470</id>
<content type='text'>
Change-Id: I42ec4de748bcfaf1efd41680e087b9664539a69f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37608
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Zane C. Shelley &lt;zshelle@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins OP Build CI &lt;op-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Caleb N. Palmer &lt;cnpalmer@us.ibm.com&gt;
Reviewed-by: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
Reviewed-by: Martin Gloff &lt;mgloff@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add PNOR SectionIdToString to replace direct access to cv_EYECATCHER</title>
<updated>2017-03-23T14:05:07+00:00</updated>
<author>
<name>Stephen Cprek</name>
<email>smcprek@us.ibm.com</email>
</author>
<published>2017-03-20T18:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=d87aceae2d5e5cb66201af5f897b06fa1471d90e'/>
<id>urn:sha1:d87aceae2d5e5cb66201af5f897b06fa1471d90e</id>
<content type='text'>
This catches if the const array size does not match the number of
pnor sections and out of range index errors
Also it adds genErrlParsing for bootloader files

Change-Id: I0a90816a7620022dec16bc7358a68ffbdade0083
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38159
Reviewed-by: Martin Gloff &lt;mgloff@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins OP Build CI &lt;op-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Michael Baiocchi &lt;mbaiocch@us.ibm.com&gt;
Reviewed-by: Nicholas E. Bofferding &lt;bofferdn@us.ibm.com&gt;
Reviewed-by: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add error logs tag for kernel errors so they get into KC</title>
<updated>2017-01-20T18:34:47+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2017-01-10T20:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=a803157e2e983de6a0ebe2b4fe9be538b6f192ff'/>
<id>urn:sha1:a803157e2e983de6a0ebe2b4fe9be538b6f192ff</id>
<content type='text'>
Adding some @error tags for the critical kernel TIs so that
a description ends up getting into Knowledge Center.

ForwardPort: yes
Change-Id: Ibe468d25a9390ab5f4285d969b9e9c838830f216
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34792
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins OP Build CI &lt;op-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Matthew A. Ploetz &lt;maploetz@us.ibm.com&gt;
Reviewed-by: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>make clean target update &amp; clobber</title>
<updated>2016-06-22T21:15:31+00:00</updated>
<author>
<name>Lateef Quraishi</name>
<email>lateef@us.ibm.com</email>
</author>
<published>2016-05-26T20:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=e9271107e30731bf3f6fd2d922f5921aa9ec09ca'/>
<id>urn:sha1:e9271107e30731bf3f6fd2d922f5921aa9ec09ca</id>
<content type='text'>
Change-Id: Ia946bb84b34ea651b09bfbaac992888bafbe4914
RTC: 151009
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25095
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
Reviewed-by: Michael Baiocchi &lt;mbaiocch@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>FAPI2: FFDC Error XML Hostboot Integration</title>
<updated>2016-06-02T14:47:55+00:00</updated>
<author>
<name>Prasad Bg Ranganath</name>
<email>prasadbgr@in.ibm.com</email>
</author>
<published>2016-03-17T17:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=dc994064c73f0660b79021d4ef5969b16d715ae8'/>
<id>urn:sha1:dc994064c73f0660b79021d4ef5969b16d715ae8</id>
<content type='text'>
Change-Id: If5c82101d973ad8fb383252d93af3aa0bd97aea7
RTC: 124673
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22194
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes &lt;crgeddes@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>PRD: Re-enable errl parser compilation of PRD code</title>
<updated>2016-03-10T05:13:04+00:00</updated>
<author>
<name>Zane Shelley</name>
<email>zshelle@us.ibm.com</email>
</author>
<published>2016-03-03T22:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=3f524351a5c5dc782ab1246e25b26c069b1b7662'/>
<id>urn:sha1:3f524351a5c5dc782ab1246e25b26c069b1b7662</id>
<content type='text'>
Change-Id: Id1a5cd175620851b2bdb3d6e0fad95987ace580f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21686
Tested-by: Jenkins Server
Reviewed-by: Caleb N. Palmer &lt;cnpalmer@us.ibm.com&gt;
Reviewed-by: Benjamin J. Weisenbeck &lt;bweisenb@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Resolve FSP build issues from P9 work.</title>
<updated>2015-12-14T21:20:42+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2015-12-11T23:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=4ea62ca340c8da822515bb4cac7d9bda3c19efa8'/>
<id>urn:sha1:4ea62ca340c8da822515bb4cac7d9bda3c19efa8</id>
<content type='text'>
    - Disable PRDF error log parser since it is not currently generated
      in hostboot.
    - Disable HWPF error log parser since it is deprecated and doesn't
      compile.

Change-Id: Ic3639fadd345ad816d403a09881a35b761bf3376
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22709
Tested-by: Jenkins Server
Reviewed-by: Elizabeth Liner &lt;eliner@us.ibm.com&gt;
Reviewed-by: WILLIAM G. HOFFA &lt;wghoffa@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add parm to specify location of errl executable for debug tools</title>
<updated>2015-05-07T03:16:10+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2015-04-30T13:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=1bb0f18f747e2e1a4ede9df16eac2ca340c72552'/>
<id>urn:sha1:1bb0f18f747e2e1a4ede9df16eac2ca340c72552</id>
<content type='text'>
Change-Id: I44ec7b2ae03259351cccd67b50a41c3cd8a6a190
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17543
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton &lt;brianh@linux.ibm.com&gt;
Reviewed-by: MATTHEW A. PLOETZ &lt;maploetz@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
</feed>
