<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/usr/ipmi/runtime, 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>2016-02-19T23:06:15+00:00</updated>
<entry>
<title>Set watchdog and set sensors are now asynchronous sends</title>
<updated>2016-02-19T23:06:15+00:00</updated>
<author>
<name>Elizabeth Liner</name>
<email>eliner@us.ibm.com</email>
</author>
<published>2016-01-18T17:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=6e1541d8bb6fbdbccf963941db9ab79bae2365e9'/>
<id>urn:sha1:6e1541d8bb6fbdbccf963941db9ab79bae2365e9</id>
<content type='text'>
Backport: master-p8
Change-Id: If8741e67986c6d6df95a655fb5669df764649e82
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18993
Tested-by: Jenkins Server
Reviewed-by: Brian Silver &lt;bsilver@us.ibm.com&gt;
Reviewed-by: Richard J. Knight &lt;rjknight@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>Fix up some malformed error log tags</title>
<updated>2015-08-10T19:50:18+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2015-08-07T03:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=69262b80495d705baf5e9759beab6f113481405b'/>
<id>urn:sha1:69262b80495d705baf5e9759beab6f113481405b</id>
<content type='text'>
Change-Id: Ief8c1bca26f2c630cd4699ccc1b8edec67834dfc
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19644
Tested-by: Jenkins Server
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Reviewed-by: Brian Silver &lt;bsilver@us.ibm.com&gt;
Reviewed-by: Christopher Cain &lt;cjcain@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>IPMI: C++11 bad string literal concatenation</title>
<updated>2015-06-08T18:22:20+00:00</updated>
<author>
<name>Patrick Williams</name>
<email>iawillia@us.ibm.com</email>
</author>
<published>2015-05-27T13:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=7d2042d77a916161517a5801aa3f7b0bef4f8c4e'/>
<id>urn:sha1:7d2042d77a916161517a5801aa3f7b0bef4f8c4e</id>
<content type='text'>
Change-Id: I6e19a80eb1918b9b9ceb714c5e90110d17081480
RTC:124186
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17975
Reviewed-by: Brian H. Horton &lt;brianh@linux.ibm.com&gt;
Tested-by: Jenkins Server
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>Runtime fixes for IPMI</title>
<updated>2015-03-03T08:56:02+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2015-03-01T18:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=fd4a8733684acbc94d3398dca362e7c5dc3b7e71'/>
<id>urn:sha1:fd4a8733684acbc94d3398dca362e7c5dc3b7e71</id>
<content type='text'>
-initialize trace buffer in IPMI runtime code
-fix buffer mixup
-fix netfn format for opal call

Change-Id: I612431f81d40f1698b585353da9c245adf1447e1
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16082
Tested-by: Jenkins Server
Reviewed-by: Corey V. Swenson &lt;cswenson@us.ibm.com&gt;
Reviewed-by: Brian H. Horton &lt;brianh@linux.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>attr for ipmi max_buffer for hbrt</title>
<updated>2015-02-26T04:57:37+00:00</updated>
<author>
<name>Brian Horton</name>
<email>brianh@linux.ibm.com</email>
</author>
<published>2015-02-18T21:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=de162b1fbbafc0d1f98eb2231b14c4d351b3171e'/>
<id>urn:sha1:de162b1fbbafc0d1f98eb2231b14c4d351b3171e</id>
<content type='text'>
pass the ipmi max_buffer size from hostboot during ipl to
hostboot runtime via targeting attribute

Change-Id: I5971333fd3950af65c66a2936b00a0d4ad907330
RTC: 124099
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15820
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>add ipmidcmi to runtime build</title>
<updated>2015-02-24T21:51:24+00:00</updated>
<author>
<name>Brian Horton</name>
<email>brianh@linux.ibm.com</email>
</author>
<published>2015-02-23T22:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=09387efdc15079a32d7ce739c052178df381183c'/>
<id>urn:sha1:09387efdc15079a32d7ce739c052178df381183c</id>
<content type='text'>
Change-Id: I5a1f4cb64c5e4868f9e722b6f43ae989f715cfe8
RTC: 124504
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15913
Reviewed-by: Matt Spinler &lt;spinler@us.ibm.com&gt;
Reviewed-by: Richard J. Knight &lt;rjknight@us.ibm.com&gt;
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>enable IPMI interface for hostboot runtime (hbrt)</title>
<updated>2015-02-23T19:34:44+00:00</updated>
<author>
<name>Brian Horton</name>
<email>brianh@linux.ibm.com</email>
</author>
<published>2015-02-11T23:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=07bb80e9281ed8aafbd283d5ab2c0f777e347b73'/>
<id>urn:sha1:07bb80e9281ed8aafbd283d5ab2c0f777e347b73</id>
<content type='text'>
This will be used by the errlog code to send committed
logs to the BMC, and by sensor code for read and writes.

Change-Id: Ie1f8013dddea99af14bfe166d45e7a74f0806efe
RTC: 120094
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15674
Tested-by: Jenkins Server
Reviewed-by: Brian Silver &lt;bsilver@us.ibm.com&gt;
Reviewed-by: STEPHEN M. CPREK &lt;smcprek@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: A. Patrick Williams III &lt;iawillia@us.ibm.com&gt;
</content>
</entry>
</feed>
