<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hostboot/src/usr/isteps, 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>2020-02-14T16:04:27+00:00</updated>
<entry>
<title>Add blank files for P9A plug rules</title>
<updated>2020-02-14T16:04:27+00:00</updated>
<author>
<name>Louis Stermole</name>
<email>stermole@us.ibm.com</email>
</author>
<published>2020-01-16T19:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=46174931e05562140af4ef53b5074420cf142332'/>
<id>urn:sha1:46174931e05562140af4ef53b5074420cf142332</id>
<content type='text'>
Change-Id: I8deeaf6f4edcac01e587a15947287ab839feee04
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89765
Reviewed-by: Mark Pizzutillo &lt;mark.pizzutillo@ibm.com&gt;
Reviewed-by: NICOLAS R FAJARDO &lt;nicolas.fajardo@ibm.com&gt;
Reviewed-by: STEPHEN GLANCY &lt;sglancy@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/91612
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: Christian R Geddes &lt;crgeddes@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add blank file for exp_port.C</title>
<updated>2020-02-03T15:47:17+00:00</updated>
<author>
<name>Louis Stermole</name>
<email>stermole@us.ibm.com</email>
</author>
<published>2020-01-23T19:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=f51ad1f246237ffcf297ca5224d8980b87dd8943'/>
<id>urn:sha1:f51ad1f246237ffcf297ca5224d8980b87dd8943</id>
<content type='text'>
Change-Id: I66df894b2f6f78a04b4f3a7c25e65fe406c3ec29
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/90229
Reviewed-by: Mark Pizzutillo &lt;mark.pizzutillo@ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: STEPHEN GLANCY &lt;sglancy@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/90563
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: Christian R Geddes &lt;crgeddes@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Change p9a_mss_freq from MEM_PORT to PROC_CHIP targets (HB)</title>
<updated>2020-01-29T21:05:23+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2020-01-16T21:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=1a19ea2ae50c02e3cc76004fb9b8a79f6b8f7182'/>
<id>urn:sha1:1a19ea2ae50c02e3cc76004fb9b8a79f6b8f7182</id>
<content type='text'>
Matching up with a HWP change.

Change-Id: If8f2f8c5449e49d9a40ff194f687dec3b35f321e
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89784
Reviewed-by: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
Tested-by: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add call to p9_throttle_sync inside cumulus_call_mss_scominit</title>
<updated>2020-01-22T15:46:55+00:00</updated>
<author>
<name>Luis Fernandez</name>
<email>Luis.Fernandez@ibm.com</email>
</author>
<published>2020-01-09T19:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=1f76bfa23026029f80774b2e138e60b9f8cb448e'/>
<id>urn:sha1:1f76bfa23026029f80774b2e138e60b9f8cb448e</id>
<content type='text'>
p9_throttle_sync was not being called directly after cumulus_call_mss_scominit,
which it should have to sync any updated N/M throttle values.

A similar throttle sync function was being used for axone_call_mss_scominit so
it was reused for cumulus_call_mss_scominit.

Change-Id: I762ea245b566982a821e4346b33c066f0585a2a9
CQ:SW482366
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89467
Reviewed-by: Christian R Geddes &lt;crgeddes@us.ibm.com&gt;
Reviewed-by: Daniel M Crowell &lt;dcrowell@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;
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>Make RT_TARG id generation code common between IPL time and runtime</title>
<updated>2020-01-22T15:45:00+00:00</updated>
<author>
<name>Christian Geddes</name>
<email>crgeddes@us.ibm.com</email>
</author>
<published>2019-07-15T16:02:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=f32aff51f83dcbcaa3857100c6e4e36ee7a8b84a'/>
<id>urn:sha1:f32aff51f83dcbcaa3857100c6e4e36ee7a8b84a</id>
<content type='text'>
For axone we are writing the OMI mmio bars into hdat so the hypervisor
know how to talk to the devices. IPL code needs to be able to lookup
the hbrt-style ids so we can use them to make hdat entries that the
hypervisor will be able to associate targets with. This commit also
move rt_targeting.H to the correct include directory and updates
everywhere that it is included.

Change-Id: I31deaa1a9c5a7523622a8b3b12ad459e2b2feed3
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80419
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 hwp retry loop as workaround until we resolve timeout issue</title>
<updated>2020-01-21T19:35:33+00:00</updated>
<author>
<name>Christian Geddes</name>
<email>crgeddes@us.ibm.com</email>
</author>
<published>2020-01-16T20:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=5820710976565a6b3d241bce91d97d3fdacd0396'/>
<id>urn:sha1:5820710976565a6b3d241bce91d97d3fdacd0396</id>
<content type='text'>
We were seeing check_for_ready timeout intermittently in driver
tests. In locally built driver we saw that if we retried the hwp
a few times we eventually passed. Incrementing the timeout value
in the HWP itself did not seem to make the problem go away. We will
remove this retry loop when we figure out the root of the problem.

Change-Id: If39965268349891fc9170a5a29193aaf6fb8d583
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89780
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: Matt Derksen &lt;mderkse1@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Yun Pan &lt;yun.pan@ibm.com&gt;
Reviewed-by: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>NVDIMM: Use block write for nvdimm update</title>
<updated>2020-01-20T16:23:06+00:00</updated>
<author>
<name>Matt Derksen</name>
<email>mderkse1@us.ibm.com</email>
</author>
<published>2019-06-27T20:03:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=829e56fb1456d699806f8e69ebddf7835c1ae633'/>
<id>urn:sha1:829e56fb1456d699806f8e69ebddf7835c1ae633</id>
<content type='text'>
In an effort to speed up the nvdimm update, full 32-byte
blocks can now be sent via I2C SMBUS with no initial byte count byte.
Since a block write seems more prone to random system interrupt, this
code should be restricted to run on v3.A or beyond which has the
timeout increased to mitigate these interrupts.
Test results have shown about a 5 minute improvement per NVDIMM.

Change-Id: I040a5f2cc5afb76a73129ef9f6ac965cf36775f4
CQ: SW471053
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79678
Reviewed-by: Corey V Swenson &lt;cswenson@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: TSUNG K YEUNG &lt;tyeung@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 fir subdir to Axone mss HWP compile path</title>
<updated>2020-01-20T15:38:46+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2020-01-17T16:51:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=1cb00f7e0e9c6cd2646d7e0245a5f22ecf97ab0c'/>
<id>urn:sha1:1cb00f7e0e9c6cd2646d7e0245a5f22ecf97ab0c</id>
<content type='text'>
Some new HWPs are coming so need to pull in more directories.

Change-Id: I7fe01a1a65bc0a47f03f25596f39bc071fbd5b85
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89853
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 support for NVDIMM secure erase verify</title>
<updated>2020-01-17T19:45:37+00:00</updated>
<author>
<name>Corey Swenson</name>
<email>cswenson@us.ibm.com</email>
</author>
<published>2019-09-26T03:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=a96914fab1c366bb8945fbd08c44e90ecbc0454b'/>
<id>urn:sha1:a96914fab1c366bb8945fbd08c44e90ecbc0454b</id>
<content type='text'>
Add nvdimm operations to interface
Add wrapper for factory default function
Add secure erase verify start function
Add secure erase verify status function

Change-Id: I84774e679593e7df1907c1a442c831b2f4df88d9
CQ:SW475562
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84301
Reviewed-by: Matt Derksen &lt;mderkse1@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: Roland Veloz &lt;rveloz@us.ibm.com&gt;
Reviewed-by: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Remove workaround added to increment MCS timeout for gemini's</title>
<updated>2020-01-17T16:38:33+00:00</updated>
<author>
<name>Christian Geddes</name>
<email>crgeddes@us.ibm.com</email>
</author>
<published>2020-01-06T18:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hostboot/commit/?id=2a806047e9b0ac157da777b619bdd9a79313cea2'/>
<id>urn:sha1:2a806047e9b0ac157da777b619bdd9a79313cea2</id>
<content type='text'>
We are no longer using or supporting gemini cards so we can remove
this workaround.

Change-Id: I76303832cff93f8a8b5adec1d204ccb5ca827bc2
RTC: 248023
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89267
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: Matt Derksen &lt;mderkse1@us.ibm.com&gt;
Reviewed-by: Yun Pan &lt;yun.pan@ibm.com&gt;
Reviewed-by: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
</feed>
