<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blackbird-hostboot/src/import/chips/p9/procedures/xml, branch 07-25-2019</title>
<subtitle>Blackbird™ hostboot sources</subtitle>
<id>https://git.raptorcs.com/git/blackbird-hostboot/atom?h=07-25-2019</id>
<link rel='self' href='https://git.raptorcs.com/git/blackbird-hostboot/atom?h=07-25-2019'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/'/>
<updated>2020-01-13T13:59:48+00:00</updated>
<entry>
<title>set OTL Err Rpt Mask Reg 0 bit 21, OTL TX ECC UE on CQ buffer read data.</title>
<updated>2020-01-13T13:59:48+00:00</updated>
<author>
<name>Ryan Black</name>
<email>rblack@us.ibm.com</email>
</author>
<published>2020-01-09T20:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=f70454687133f8a8b493f44d981ea1673e4ec437'/>
<id>urn:sha1:f70454687133f8a8b493f44d981ea1673e4ec437</id>
<content type='text'>
Change-Id: Iacb879cf0aab5db14cee794701bdcf70df2b8dd1
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89053
Reviewed-by: Thi N Tran &lt;thi@us.ibm.com&gt;
Reviewed-by: Jenny Huynh &lt;jhuynh@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89057
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: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Replaces NVDIMM flush sequence with CCS</title>
<updated>2019-11-01T15:20:26+00:00</updated>
<author>
<name>Tsung Yeung</name>
<email>tyeung@us.ibm.com</email>
</author>
<published>2019-10-23T14:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=3f41702fbfd6a5c4f4de9eabedf1d8acb801ae20'/>
<id>urn:sha1:3f41702fbfd6a5c4f4de9eabedf1d8acb801ae20</id>
<content type='text'>
The current design relies on the power control logic to put the nvdimm
into STR. There have been several defects opened on the nvdimm failing
to save due to STR not entered but no indication of the function failing
to execute. Therefore, the decision has been made to leverage CCS to issue
STR and assert RESETn. This gives us full control of what goes onto the
bus and not have to worry about STR getting exit due to unwanted mainline
traffic.

The same CCS sequence has already been exercised numerous times on AC
powerloss path.

Change-Id: Idd422beea72ee5902674562f5834c1ac9e79fe00
CQ:SW477735
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85831
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Dev-Ready: STEPHEN GLANCY &lt;sglancy@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Louis Stermole &lt;stermole@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/85879
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 plug-rule callout to memory vpd lookup failure</title>
<updated>2019-10-24T17:43:40+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2019-10-22T18:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=576b16849ca58fcaa2248a59341ba0ea299ddf04'/>
<id>urn:sha1:576b16849ca58fcaa2248a59341ba0ea299ddf04</id>
<content type='text'>
If there is a mismatch in the dimm ranks behind a memory port
that will result in a VPD lookup error.  It would be better if
we got a list of the dimms but that isn't how the code is currently
designed.  In lieu of a perfect fix, we will add a procedure
callout that points a memory plugging issue.

Change-Id: I036f002c2145fd1debd957db8f46bc2e23d298f6
CQ: SW477820
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85737
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;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Louis Stermole &lt;stermole@us.ibm.com&gt;
Reviewed-by: Marc Gollub &lt;gollub@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85778
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: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Clean up for p10 porting dependency errors</title>
<updated>2019-10-16T19:32:00+00:00</updated>
<author>
<name>Andre Marin</name>
<email>aamarin@us.ibm.com</email>
</author>
<published>2019-08-16T17:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=b403e6730f5ccbb9e065d49496b964a753cd02c2'/>
<id>urn:sha1:b403e6730f5ccbb9e065d49496b964a753cd02c2</id>
<content type='text'>
CMVC-Coreq: 1094420
Change-Id: I02b8dfab08121d4ac9ffbb7dedd37f7083bf527f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81543
Dev-Ready: STEPHEN GLANCY &lt;sglancy@us.ibm.com&gt;
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: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Reviewed-by: STEPHEN GLANCY &lt;sglancy@us.ibm.com&gt;
Reviewed-by: Louis Stermole &lt;stermole@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82367
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: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>for defect number HW476620</title>
<updated>2019-10-16T13:29:41+00:00</updated>
<author>
<name>Sheng-Hao Huang</name>
<email>sheng123@ibm.com</email>
</author>
<published>2019-09-12T18:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=0571992d6ae7ea505e14553ed1a4369ae0c2a816'/>
<id>urn:sha1:0571992d6ae7ea505e14553ed1a4369ae0c2a816</id>
<content type='text'>
Change-Id: I5188183869da97f4d4f0bb9105020d562948c031
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83724
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;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Adam S Hale &lt;adam.samuel.hale@ibm.com&gt;
Reviewed-by: SHELTON LEUNG &lt;sleung@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83797
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: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Enable rolling counter and verification of req id for Explorer</title>
<updated>2019-10-16T13:28:33+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2019-09-16T21:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=ed40af7bc74e8790871691591660d65787a816ec'/>
<id>urn:sha1:ed40af7bc74e8790871691591660d65787a816ec</id>
<content type='text'>
Rather than using a constant value based on which command is being
sent to the OCMB, we will instead define an attribute that is set
by the platform in some unique way to differentiate this particular
command/response from all others going on.  This will allow the
code to catch bugs where commands erroneously are sent to the wrong
target for some reason.

Change-Id: I3162a8ac040d8487e9311f770a0466ee8500b415
RTC: 210371
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83851
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Reviewed-by: STEPHEN GLANCY &lt;sglancy@us.ibm.com&gt;
Dev-Ready: STEPHEN GLANCY &lt;sglancy@us.ibm.com&gt;
Reviewed-by: ANDRE A MARIN &lt;aamarin@us.ibm.com&gt;
Reviewed-by: Matt K Light &lt;mklight@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84633
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: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>PM: Modified FFDC to avoid corruption of RC in error path.</title>
<updated>2019-09-27T18:46:25+00:00</updated>
<author>
<name>Prem Shanker Jha</name>
<email>premjha2@in.ibm.com</email>
</author>
<published>2019-09-13T05:10:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=1adf7486a2349d93775229d30c6361ee09a42d27'/>
<id>urn:sha1:1adf7486a2349d93775229d30c6361ee09a42d27</id>
<content type='text'>
On FSP platform, in case of some errors, HWP captures
certain EX level registers. To ensure availability of
such registers, FSP first attempts special wakeup.
Special wakeup HWP uses FAPI_TRY in its code path. It
is known that in FFDC collection path, use of FAPI_TRY
leads to corruption of original FAPI2 RC. Commit
removes such registers from the capture list.

Key_Cronus_Test=PM_REGRESS

Change-Id: I23ce8b1a8a4a61f71c7b33c1122fcfac905616c4
CQ: SW471606
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83863
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: Gregory S Still &lt;stillgs@us.ibm.com&gt;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Tested-by: Cronus HW CI &lt;cronushw-ci+hostboot@us.ibm.com&gt;
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA &lt;prasadbgr@in.ibm.com&gt;
Reviewed-by: AMIT J. TENDOLKAR &lt;amit.tendolkar@in.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83958
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 "Not Wired" option for OPTICS_CONFIG_MODE attrs</title>
<updated>2019-09-04T15:11:35+00:00</updated>
<author>
<name>Christian Geddes</name>
<email>crgeddes@us.ibm.com</email>
</author>
<published>2019-08-23T16:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=6ba5510b7956ddf9fa1bbf621da3a72052a436b5'/>
<id>urn:sha1:6ba5510b7956ddf9fa1bbf621da3a72052a436b5</id>
<content type='text'>
For Swift systems obus1 is not wired to anything. This is causing
issues when we attempt to enable the link. If we set it to NOT_WIRED
then we should avoid the problem we are seeing currently where obus1
is having the NV link enabled which is getting parity errors as soon
as we enabled the obus.

Change-Id: I1380388cbf9a967380c6657102a1b1ae9b266014
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82766
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;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Joseph J McGill &lt;jmcgill@us.ibm.com&gt;
Reviewed-by: Daniel M Crowell &lt;dcrowell@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82794
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>Axone int updates</title>
<updated>2019-08-26T21:27:10+00:00</updated>
<author>
<name>Adam Hale</name>
<email>adam.samuel.hale@ibm.com</email>
</author>
<published>2019-06-03T17:05:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=074a2dd38f9a0ed7b944be505ffa2eb327abc341'/>
<id>urn:sha1:074a2dd38f9a0ed7b944be505ffa2eb327abc341</id>
<content type='text'>
Change-Id: I6468addadd23f6f252ade88eacfd6a1fd2f47025
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82625
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;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Mark Pizzutillo &lt;mark.pizzutillo@ibm.com&gt;
Reviewed-by: Devon A Baughen &lt;devon.baughen1@ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82636
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>Fix HTM trace setup problem</title>
<updated>2019-08-26T21:26:41+00:00</updated>
<author>
<name>Thi Tran</name>
<email>thi@us.ibm.com</email>
</author>
<published>2019-08-12T21:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/blackbird-hostboot/commit/?id=bf2951c9b9189c61b2d9ca25bf15cb496b9f5a51'/>
<id>urn:sha1:bf2951c9b9189c61b2d9ca25bf15cb496b9f5a51</id>
<content type='text'>
- Allocate HTM/OCC memory location in order from largest -&gt; smallest.
- Verify memory bar addresses aligned with memory allocation size.

Set #3: Address Joe's and Jenny's comments from set #2

Change-Id: I1000b3d6de371c129ae62ca53be36b632a1c545e
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82121
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;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Joseph J McGill &lt;jmcgill@us.ibm.com&gt;
Reviewed-by: Jenny Huynh &lt;jhuynh@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82196
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>
</feed>
