<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/build/tools, 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-05-16T19:39:53+00:00</updated>
<entry>
<title>Add check for copyright date if its begin-end years same</title>
<updated>2018-05-16T19:39:53+00:00</updated>
<author>
<name>Sumit Kumar</name>
<email>sumit_kumar@in.ibm.com</email>
</author>
<published>2018-05-14T12:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=eb3bc77cbaf3c4b2eaf07bbdb2ff86750bb7bd87'/>
<id>urn:sha1:eb3bc77cbaf3c4b2eaf07bbdb2ff86750bb7bd87</id>
<content type='text'>
Change-Id: I7ccf73f1605b3e971f6babf3cdd4a6baa9806688
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58753
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@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: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Create utility script to help automate scp calls to a given system</title>
<updated>2018-04-24T00:57:22+00:00</updated>
<author>
<name>Christian Geddes</name>
<email>crgeddes@us.ibm.com</email>
</author>
<published>2018-04-20T16:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=6c6d831148fcb57e243ed49087f9d7d268626af8'/>
<id>urn:sha1:6c6d831148fcb57e243ed49087f9d7d268626af8</id>
<content type='text'>
This script will leverage expect to automate scp calls to a given
system target.

Change-Id: Ica5ebdbe8d3b7674b445ffcd9e7b433ee0ae0359
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57564
Reviewed-by: Martin Gloff &lt;mgloff@us.ibm.com&gt;
Reviewed-by: Brian E. Bakke &lt;bbakke@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@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: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add script to generate istep wait timer attribute override</title>
<updated>2018-04-21T00:14:18+00:00</updated>
<author>
<name>Christian Geddes</name>
<email>crgeddes@us.ibm.com</email>
</author>
<published>2018-04-16T22:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=a434252bb4dce5a580669a0220c285c447a58188'/>
<id>urn:sha1:a434252bb4dce5a580669a0220c285c447a58188</id>
<content type='text'>
This commit introduces a simple script that will generate an attr
override file that the user can easily load into /tmp/ on an FSP
in order to add a delay after a given major/minor istep combination.
This script can be used by both hostboot developers or by the test
team.

Change-Id: If9c15d5c2988eba28e026193e26d616c68ebc881
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57303
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@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: Brian E. Bakke &lt;bbakke@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Force checkstops for unhandled machine checks</title>
<updated>2018-03-29T16:03:50+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2017-10-01T21:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=90eaed6f430c88eb0127ce47671bd80b21f35433'/>
<id>urn:sha1:90eaed6f430c88eb0127ce47671bd80b21f35433</id>
<content type='text'>
Default MSR[ME]=0 during initial boot for bootloader and
 hostboot kernel
Once the xscom address range has been mapped in, enable the
 machine check handler to force a checkstop and set MSR[ME]=1
 to allow regular machine check handling

CQ: SW401402
Change-Id: I104e39465e61b3b19d5c073e71271102711ae54f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/47179
Reviewed-by: Christian R. Geddes &lt;crgeddes@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@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: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Integrate track before fsp-CI run triggers</title>
<updated>2018-03-28T15:25:20+00:00</updated>
<author>
<name>Sameer Veer</name>
<email>sveer@us.ibm.com</email>
</author>
<published>2018-03-27T17:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=9ef8d33eaeb459f48840e4a42a8ca619ea6b8383'/>
<id>urn:sha1:9ef8d33eaeb459f48840e4a42a8ca619ea6b8383</id>
<content type='text'>
Change-Id: If15c2e7ccdf23ef0125f2566b17f3c8b5d399465
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56323
Reviewed-by: Prachi Gupta &lt;pragupta@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@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: Nicholas E. Bofferding &lt;bofferdn@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Added cmvcCheckinForceFlag to break links for new releases</title>
<updated>2018-03-08T02:16:57+00:00</updated>
<author>
<name>Sameer Veer</name>
<email>sveer@us.ibm.com</email>
</author>
<published>2018-03-07T21:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=2ae2bffe88b5eb7152951ed2a9e1741a1243a3e3'/>
<id>urn:sha1:2ae2bffe88b5eb7152951ed2a9e1741a1243a3e3</id>
<content type='text'>
Change-Id: Ia0cc1e8af43972c81f44c337e51b3108ceb15362
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55217
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Elizabeth K. Liner &lt;eliner@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: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Remove code flows that use non-open signing tools</title>
<updated>2018-03-07T20:03:28+00:00</updated>
<author>
<name>Jaymes Wilks</name>
<email>mjwilks@us.ibm.com</email>
</author>
<published>2018-03-01T15:45:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=4eaf644dbf1b8e9b8748045e96518fd896639094'/>
<id>urn:sha1:4eaf644dbf1b8e9b8748045e96518fd896639094</id>
<content type='text'>
The environment variable SIGNING_TOOL_EDITION=community is no
longer needed by genPnorImages.pl as open signing tools are the
default and all code paths formerly exercised by its absence
have been taken out. References to SIGNING_TOOL_EDITION have also
been removed from the makefiles.

Change-Id: I1f8a525fa5eb25bf8365e73e8546cd4e7b23b135
RTC:183183
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54898
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: ILYA SMIRNOV &lt;ismirno@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: Nicholas E. Bofferding &lt;bofferdn@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>New functions added for automating mustfix releases</title>
<updated>2018-03-06T16:40:06+00:00</updated>
<author>
<name>Sameer Veer</name>
<email>sveer@us.ibm.com</email>
</author>
<published>2018-01-22T18:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=25e991e8b35268883c08a9691972f0912e183f4d'/>
<id>urn:sha1:25e991e8b35268883c08a9691972f0912e183f4d</id>
<content type='text'>
Change-Id: Ib098262d51acbda5fe8f67450c86da097648f49c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52383
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@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: Prachi Gupta &lt;pragupta@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Deliver cumulus_cdimm pnor image to fips for Simics regression testing</title>
<updated>2018-03-04T19:06:44+00:00</updated>
<author>
<name>Bill Hoffa</name>
<email>wghoffa@us.ibm.com</email>
</author>
<published>2018-02-22T15:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=a2dc8952afa9a8313d0590e1bd1d0900dbb9a449'/>
<id>urn:sha1:a2dc8952afa9a8313d0590e1bd1d0900dbb9a449</id>
<content type='text'>
   - Add cumulus_cdimm pnor image when releasing along with the
     simics.tar for this image.

Change-Id: Ia41dacca45c2f8a1428a3bbc1b1b37913c10d081
RTC: 188480
CMVC-Prereq: 1047062
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54835
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@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: Prachi Gupta &lt;pragupta@us.ibm.com&gt;
Reviewed-by: ILYA SMIRNOV &lt;ismirno@us.ibm.com&gt;
Reviewed-by: Elizabeth K. Liner &lt;eliner@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add duplibs.sh tool to our hostboot repo</title>
<updated>2018-02-14T17:08:56+00:00</updated>
<author>
<name>Matt Derksen</name>
<email>mderkse1@us.ibm.com</email>
</author>
<published>2018-02-07T22:25:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=b6f70467b7203502ac1cb92eb921620086c17775'/>
<id>urn:sha1:b6f70467b7203502ac1cb92eb921620086c17775</id>
<content type='text'>
This tool helps detect if object files are being
included in multiple libraries

Change-Id: Ie01a079560ee785802e9245e8804db6587893191
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53592
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;
Reviewed-by: Martin Gloff &lt;mgloff@us.ibm.com&gt;
Reviewed-by: Christian R. Geddes &lt;crgeddes@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
</feed>
