<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/build/linker, 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>2017-01-30T16:18:51+00:00</updated>
<entry>
<title>Compile ROM code within Hostboot</title>
<updated>2017-01-30T16:18:51+00:00</updated>
<author>
<name>Stephen Cprek</name>
<email>smcprek@us.ibm.com</email>
</author>
<published>2016-12-06T16:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=6b650f5428297e8dde075d25e7862a20c8d47f04'/>
<id>urn:sha1:6b650f5428297e8dde075d25e7862a20c8d47f04</id>
<content type='text'>
Additionally added version id to resolve story 135747

RTC: 143902
Change-Id: I67ad4b28b76464aaa58ec2c344cd1f9ceef9ff73
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33608
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: Nicholas E. Bofferding &lt;bofferdn@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;
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>linker/gensyms: use stderr for displaying error messages</title>
<updated>2016-02-19T21:31:33+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2015-12-08T01:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=9dcb7a898beab758354b431552af1171af70a1e9'/>
<id>urn:sha1:9dcb7a898beab758354b431552af1171af70a1e9</id>
<content type='text'>
Since genlist is used in makefiles and stdout redirected,
if there is an error, you will not see it in make output at
all, instead having things fail in weird ways.

Use fprintf for stderr rather than to stdout to avoid

Change-Id: I947a72bb1ecc33cbecf51f426a5b76664a6dc03b
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/23180
Tested-by: Jenkins Server
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23185
</content>
</entry>
<entry>
<title>linker/genlist: use stderr for displaying error messages</title>
<updated>2016-02-19T21:31:33+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2015-12-08T01:05:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=ad7a994f5d8b37ffe56e7f296dd0348da2a45686'/>
<id>urn:sha1:ad7a994f5d8b37ffe56e7f296dd0348da2a45686</id>
<content type='text'>
Since genlist is used in makefiles and stdout redirected,
if there is an error, you will not see it in make output at
all, instead having things fail in weird ways.

Use fprintf for stderr rather than to stdout to avoid

Change-Id: Ief51d85817540437c2831719270a04efbe2a2feb
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/23179
Tested-by: Jenkins Server
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23184
</content>
</entry>
<entry>
<title>linker/gensyms: Check length of line read from objdump</title>
<updated>2016-02-19T21:31:32+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2015-12-08T08:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=2cae5d32fd564af2024ad028e8fcd8bec081e23d'/>
<id>urn:sha1:2cae5d32fd564af2024ad028e8fcd8bec081e23d</id>
<content type='text'>
Otherwise, when run with valgrind on my fedora 23 laptop:

==27841== Thread 2:
==27841== Conditional jump or move depends on uninitialised value(s)
==27841==    at 0x4028AE: read_module_symbols(void*) (gensyms.C:308)
==27841==    by 0x4E3C609: start_thread (pthread_create.c:334)
==27841==    by 0x59EFA9C: clone (clone.S:109)
==27841==

Change-Id: Ib1540baddc8d32013208df86b871546bc24461fa
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: close open-power/hostboot#40
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23178
Tested-by: Jenkins Server
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23182
</content>
</entry>
<entry>
<title>libc support for thread-local storage</title>
<updated>2015-12-11T21:30:27+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2015-11-25T02:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=d0edb877c861c146e97745604a2d1933a4844130'/>
<id>urn:sha1:d0edb877c861c146e97745604a2d1933a4844130</id>
<content type='text'>
RTC: 124148
Change-Id: I055885bc7d7cfc4ebd7cf1a662f677bdf4e28c62
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22313
Tested-by: Jenkins Server
Reviewed-by: Richard J. Knight &lt;rjknight@us.ibm.com&gt;
Reviewed-by: Brian Silver &lt;bsilver@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Linker support for thread-local storage</title>
<updated>2015-12-11T21:30:27+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2015-11-23T23:20:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=105660534e02cb3223dcba7d4f7d6a1ad0433317'/>
<id>urn:sha1:105660534e02cb3223dcba7d4f7d6a1ad0433317</id>
<content type='text'>
RTC: 124148
Change-Id: I6f9b1a654c5a19bb0a27ecb6179af27f2b783671
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22312
Tested-by: Jenkins Server
Reviewed-by: Richard J. Knight &lt;rjknight@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</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>Minor update to hostboot linker to support gcc4.9</title>
<updated>2015-02-11T17:28:56+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>andrewg@us.ibm.com</email>
</author>
<published>2015-02-10T03:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=aa8702ad02ceffa5da3554673c81126d743c21ba'/>
<id>urn:sha1:aa8702ad02ceffa5da3554673c81126d743c21ba</id>
<content type='text'>
Change-Id: I96ad2aff81ad5695f175fbdea3fe0ecbae4f1654
RTC: 123430
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15627
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix spelling mistakes using codespell.</title>
<updated>2015-01-15T20:57:29+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2015-01-06T21:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=60e36d9749821dc522e1cfd0e164ffd4459a2895'/>
<id>urn:sha1:60e36d9749821dc522e1cfd0e164ffd4459a2895</id>
<content type='text'>
   - See https://github.com/lucasdemarchi/codespell

Change-Id: I03e102d1ebb9473b6226fa9b6edb684fa0218a2f
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15031
Tested-by: Jenkins Server
Reviewed-by: STEPHEN M. CPREK &lt;smcprek@us.ibm.com&gt;
Reviewed-by: Zane Shelley &lt;zshelle@us.ibm.com&gt;
Reviewed-by: Brian Silver &lt;bsilver@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
</feed>
