<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/build/trace, branch 07-25-2019</title>
<subtitle>Talos™ II hostboot sources</subtitle>
<id>https://git.raptorcs.com/git/talos-hostboot/atom?h=07-25-2019</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-hostboot/atom?h=07-25-2019'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/'/>
<updated>2017-07-11T19:55:22+00:00</updated>
<entry>
<title>Fix decimal modifiers in Hostboot trace</title>
<updated>2017-07-11T19:55:22+00:00</updated>
<author>
<name>Matt Derksen</name>
<email>mderkse1@us.ibm.com</email>
</author>
<published>2017-07-05T21:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=a8fbb7dfd6c089c9fa94975405ac64e2aa48b5c1'/>
<id>urn:sha1:a8fbb7dfd6c089c9fa94975405ac64e2aa48b5c1</id>
<content type='text'>
Change-Id: Ia958d821ff833abc7e8be0713beefbff25249aee
RTC: 165956
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42784
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Martin Gloff &lt;mgloff@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: Corey V. Swenson &lt;cswenson@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix Tracehash Buffer Overflow</title>
<updated>2017-03-24T20:17:54+00:00</updated>
<author>
<name>Benjamin Herrenschmidt</name>
<email>bherren@au1.ibm.com</email>
</author>
<published>2017-03-22T16:48:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=82c7782756df58c99a0979777250c5f0987980fa'/>
<id>urn:sha1:82c7782756df58c99a0979777250c5f0987980fa</id>
<content type='text'>
Change-Id: Id8c8be0ef1d5e9f3ca377c4a89715c9c46d17a38
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38304
Reviewed-by: Prachi Gupta &lt;pragupta@us.ibm.com&gt;
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: 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;
</content>
</entry>
<entry>
<title>Remove legacy binutils workaround in tracehash</title>
<updated>2016-07-07T16:15:59+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>andrewg@us.ibm.com</email>
</author>
<published>2016-06-30T20:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=08b685d0d4715d6bb631ac1a6a3e99400e3aa43c'/>
<id>urn:sha1:08b685d0d4715d6bb631ac1a6a3e99400e3aa43c</id>
<content type='text'>
Change-Id: I52e002a2f7085baa5b6b5d536e5aa95a5fab2c0d
RTC: 123492
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26507
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: Christian R. Geddes &lt;crgeddes@us.ibm.com&gt;
Reviewed-by: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
Reviewed-by: Matthew A. Ploetz &lt;maploetz@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>tracehash_hb.pl: use gmtime for start/end hash time</title>
<updated>2016-02-19T21:31:34+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2015-12-08T02:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=05a617bcc2630aced6f922115d1acc0115e5aa26'/>
<id>urn:sha1:05a617bcc2630aced6f922115d1acc0115e5aa26</id>
<content type='text'>
Previously, end time would come from `date` - which involves fork()/exec()
and a differently formatted date than the start time, which was from
the perl gmtime function.

As the date is used to assemble the string identifying the build, we use
gmtime() in both places rather than localtime().

Change-Id: Id5d9de2080a48af81b090cf5359d841686883a20
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
Signed-off-by: Patrick Williams &lt;iawillia@us.ibm.com&gt;
Forwardport: yes
Github: See open-power/hostboot#39
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23181
Tested-by: Jenkins Server
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23186
</content>
</entry>
<entry>
<title>Fix building with binutils 2.25</title>
<updated>2015-08-26T11:42:28+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2015-08-25T04:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=f7d5f8b567302b7f2d1c3540af268dcde8e99016'/>
<id>urn:sha1:f7d5f8b567302b7f2d1c3540af268dcde8e99016</id>
<content type='text'>
We need to explicitly link with -ldl with binutils 2.25

Change-Id: Ie0a7a7ac39d69914e3be0d26f0c6b0c4c58ae5c4
Fixes: open-power/hostboot#31
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20092
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Reviewed-by: STEPHEN M. CPREK &lt;smcprek@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>gcc-4.9 support in Hostboot - tracehash fix</title>
<updated>2015-02-11T22:16:06+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>andrewg@us.ibm.com</email>
</author>
<published>2015-02-03T16:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=4cc2019545300c360258b5d60e358ce91cc13efd'/>
<id>urn:sha1:4cc2019545300c360258b5d60e358ce91cc13efd</id>
<content type='text'>
Change-Id: I46505bd6bddfdf4fb0f2dccc7c78a382431fc63d
RTC: 120455
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15520
Tested-by: Jenkins Server
Reviewed-by: STEPHEN M. CPREK &lt;smcprek@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Change tracehash_hb.pl to use gmtime</title>
<updated>2015-02-09T23:10:53+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>andrewg@us.ibm.com</email>
</author>
<published>2015-02-09T17:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=f35c07d81bb3326e76146b6debb719d9296ca51a'/>
<id>urn:sha1:f35c07d81bb3326e76146b6debb719d9296ca51a</id>
<content type='text'>
Change-Id: Ibf265ff9c6de2ce8df03e903452553237a877dbb
RTC: 123496
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15618
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Build changes to support buildroot</title>
<updated>2014-07-03T01:08:52+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2014-07-02T02:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=1ef46438da505e9fa13ad7331d11262a9f726de5'/>
<id>urn:sha1:1ef46438da505e9fa13ad7331d11262a9f726de5</id>
<content type='text'>
Change-Id: I8f2bef01886d69d275824054faac4be34b9cac6b
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11943
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Change copyright prolog for all files to Apache.</title>
<updated>2014-05-22T03:16:32+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2014-05-19T21:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=aa0446e9d1c2f0fb17a6ef40b689ec7281d65387'/>
<id>urn:sha1:aa0446e9d1c2f0fb17a6ef40b689ec7281d65387</id>
<content type='text'>
Change-Id: I5664587b4f889099290ef50d50fa9ce5e580e1eb
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11167
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Utilize ccache for linker and tracehash.</title>
<updated>2013-07-30T19:55:23+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2013-07-16T14:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=5f37330f37a090b802c34cd25b72ee1b0fcc8800'/>
<id>urn:sha1:5f37330f37a090b802c34cd25b72ee1b0fcc8800</id>
<content type='text'>
Change-Id: Ia09c2fe78981d61487dfae328f54c14baba083b2
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5551
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: ADAM R. MUHLE &lt;armuhle@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
</feed>
