<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/usr/ipmi, 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-19T21:09:16+00:00</updated>
<entry>
<title>Get SN from BMC and update into PVPD EEPROM</title>
<updated>2018-05-19T21:09:16+00:00</updated>
<author>
<name>Meng Li</name>
<email>shlimeng@cn.ibm.com</email>
</author>
<published>2018-04-24T13:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=fd23ae8d50f307a1aca530d5a204d67261b58fea'/>
<id>urn:sha1:fd23ae8d50f307a1aca530d5a204d67261b58fea</id>
<content type='text'>
Resolves #135

Change-Id: I46b5c2208ed28822c6001a955f4056d976e79339
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58010
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>Fix FRU board mfg date and time.</title>
<updated>2018-05-17T15:32:51+00:00</updated>
<author>
<name>Jim Yuan</name>
<email>jim.yuan@supermicro.com</email>
</author>
<published>2018-05-16T18:34:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=01be61c03770d4f837febb9debdfb7318d0b6f3c'/>
<id>urn:sha1:01be61c03770d4f837febb9debdfb7318d0b6f3c</id>
<content type='text'>
VPD data is in BCD format and needs translation.

Resolves #138

Signed-off-by: Jim Yuan &lt;jim.yuan@supermicro.com&gt;
Change-Id: Ib3de6a7cc75876bc04930643c02bfc7734723db5
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58945
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;
Reviewed-by: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Enable super-long watchdog timer when console traces are enabled</title>
<updated>2018-05-02T17:53:54+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2018-04-20T20:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=2c84fc6ab09e3641957290eb8fbfd5b4ced64213'/>
<id>urn:sha1:2c84fc6ab09e3641957290eb8fbfd5b4ced64213</id>
<content type='text'>
When console traces are enabled, the boot takes significantly
longer than usual.  Our standard watchdog timeout of 2 minutes
is not sufficient.

Made the following changes:
- Tied the enablement of the long timeout to the CONFIG flags for
  console traces
- Increased the timeout to 1 hour (from 40 minutes) since this is
  lab only and false positives are the worst...
- Added a couple clarifying traces to make future watchdog debug
  simpler

Change-Id: I92bb0b07cb77a13cb390450999b285f2ad74168d
CQ: SW425407
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57580
Reviewed-by: Martin Gloff &lt;mgloff@us.ibm.com&gt;
Reviewed-by: Richard J. Knight &lt;rjknight@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: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Christian R. Geddes &lt;crgeddes@us.ibm.com&gt;
Tested-by: Jenkins OP HW &lt;op-hw-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix setting hbVolatile and RebootControl sensors</title>
<updated>2018-01-16T16:34:14+00:00</updated>
<author>
<name>Matt Derksen</name>
<email>mderkse1@us.ibm.com</email>
</author>
<published>2018-01-11T15:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=722bf1861db9ae16c61291f2fb47deb7ddfe74aa'/>
<id>urn:sha1:722bf1861db9ae16c61291f2fb47deb7ddfe74aa</id>
<content type='text'>
Setting sensor to 2 equates to BMC setting of 1,
Setting sensor to 1 equates to BMC setting of 0.

Change-Id: Ib3c4b4a144a8fad5bd4f93be88bbe0ff7476ab64
RTC: 180772
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51787
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Adriana Kobylak &lt;anoo@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: Christian R. Geddes &lt;crgeddes@us.ibm.com&gt;
Reviewed-by: Daniel M. Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add HB_VOLATILE sensor so OpenBMC can mark volatile sections</title>
<updated>2017-12-21T21:51:42+00:00</updated>
<author>
<name>Matt Derksen</name>
<email>mderkse1@us.ibm.com</email>
</author>
<published>2017-12-14T17:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=6141805efc9ca2e9109ca29c837ee3f51d63b141'/>
<id>urn:sha1:6141805efc9ca2e9109ca29c837ee3f51d63b141</id>
<content type='text'>
Set sensor to 1 to tell OpenBMC code to allow hostboot
volatile section to be cleared.

RTC: 180772
Change-Id: Id63e3ae8a24facd5e01e8bf94688a60f066ba838
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51101
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;
Tested-by: Jenkins OP HW &lt;op-hw-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: William G. Hoffa &lt;wghoffa@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Fix grabbing config from NV keyword data</title>
<updated>2017-11-15T23:03:21+00:00</updated>
<author>
<name>Matt Derksen</name>
<email>mderkse1@us.ibm.com</email>
</author>
<published>2017-11-13T22:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=dacd80a9811f5865e53b29e1e0c2d0dddd1e9719'/>
<id>urn:sha1:dacd80a9811f5865e53b29e1e0c2d0dddd1e9719</id>
<content type='text'>
getGPUSensors was returning INVALID_IPMI_SENSOR for all GPUs
as it was incorrectly reading the NV config ID.

Change-Id: Iab71302f2066304dbf17e4fafcde0af8ca3c1240
CQ: SW407191
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49615
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;
Reviewed-by: Martin Gloff &lt;mgloff@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@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>Fix some review comments for sending down OCC info logs to BMC</title>
<updated>2017-11-09T22:48:08+00:00</updated>
<author>
<name>Matt Derksen</name>
<email>mderkse1@us.ibm.com</email>
</author>
<published>2017-11-07T16:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=3378748dbc2e153ed005e832b8398adfb2729a74'/>
<id>urn:sha1:3378748dbc2e153ed005e832b8398adfb2729a74</id>
<content type='text'>
Change-Id: I9ed25562af671a6df34746d5900e781ff1dcc517
RTC:180324
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49366
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;
Reviewed-by: Brian E. Bakke &lt;bbakke@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: Elizabeth K. Liner &lt;eliner@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;
</content>
</entry>
<entry>
<title>Send down OCC info logs to BMC for call-home</title>
<updated>2017-11-09T22:47:52+00:00</updated>
<author>
<name>Matt Derksen</name>
<email>mderkse1@us.ibm.com</email>
</author>
<published>2017-10-23T20:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=2b4e2315094efa8eb3e5b45480418bd86806a25f'/>
<id>urn:sha1:2b4e2315094efa8eb3e5b45480418bd86806a25f</id>
<content type='text'>
This creates a new eSEL type (dd) to display
informational callhome logs.  The OCC will send
down telemetry information to track the general health
of the system using this new log.

Change-Id: I0319798554c4e48c287953bd2d0de8352bfc4909
RTC:180324
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48776
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: Brian E. Bakke &lt;bbakke@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;
</content>
</entry>
<entry>
<title>Control Host reboots for manufacturing</title>
<updated>2017-11-06T16:20:30+00:00</updated>
<author>
<name>Dean Sanner</name>
<email>dsanner@us.ibm.com</email>
</author>
<published>2017-10-09T11:20:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=97f6525326d7ad9fa099be2b503a971c9325f503'/>
<id>urn:sha1:97f6525326d7ad9fa099be2b503a971c9325f503</id>
<content type='text'>
 In a manufacturing environment it is desired to reboot once
 (and only once) to get the FIRDATA analysis on checkstop.
 This commit adds functionality to control the auto reboot policy
 on the BMC.  It then "remembers" the state using the HB VOLATILE
 PNOR partition to enable reboots when in MFG mode.

 Note that when in this mode, any reboot (even from host) will
 terminate the boot.

Change-Id: If5ce133b59e10c659d7024d1ae08a40988e35190
RTC:180772
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48116
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: Corey V. Swenson &lt;cswenson@us.ibm.com&gt;
Reviewed-by: Dean Sanner &lt;dsanner@us.ibm.com&gt;
Reviewed-by: Christian R. Geddes &lt;crgeddes@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>ipmi: add support for reading SEL time from BMC</title>
<updated>2017-10-31T03:42:26+00:00</updated>
<author>
<name>Robert Lippert</name>
<email>rlippert@google.com</email>
</author>
<published>2017-10-04T23:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=69b2391ad8854f1103653b8473cd2aad5ddab099'/>
<id>urn:sha1:69b2391ad8854f1103653b8473cd2aad5ddab099</id>
<content type='text'>
The SEL time is used as the equivalent of the RTC on OpenPOWER platforms
and can be used to timestamp events.

Resolves #116

Signed-off-by: Robert Lippert &lt;rlippert@google.com&gt;
Change-Id: I2cc7f3054e0d58fa3e2d083005d0f4e05adf8d2f
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48375
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: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins OP HW &lt;op-hw-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>
</feed>
