<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hcode/import/chips/p9/common/include, branch 07-25-2019</title>
<subtitle>Blackbird™ HCODE sources</subtitle>
<id>https://git.raptorcs.com/git/talos-hcode/atom?h=07-25-2019</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-hcode/atom?h=07-25-2019'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/'/>
<updated>2019-05-11T15:48:39+00:00</updated>
<entry>
<title>Synch up OMI and MCA frequencies</title>
<updated>2019-05-11T15:48:39+00:00</updated>
<author>
<name>Dan Crowell</name>
<email>dcrowell@us.ibm.com</email>
</author>
<published>2019-05-02T15:41:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=9cad5ac42b3e9505e969e6ffd18fdc1970676c25'/>
<id>urn:sha1:9cad5ac42b3e9505e969e6ffd18fdc1970676c25</id>
<content type='text'>
There is an intrinsic link between ATTR_FREQ_MCA_MHZ and
ATTR_FREQ_OMI_MHZ and ATTR_MC_PLL_BUCKET.
-ATTR_MC_PLL_BUCKET will be read-only, platforms will return the
 value based on ATTR_FREQ_OMI_MHZ.
-ATTR_FREQ_MCA_MHZ will be read-only (again), platforms will return
 the value based on ATTR_FREQ_OMI_MHZ.
-ATTR_FREQ_OMI_MHZ will be writeable, defaulted by mrw/config file,
 written by mss_freq_system.
-OMI_PLL_FREQ_LIST was be expanded to include the value of
 ATTR_FREQ_MCA_MHZ. Platforms will use ATTR_FREQ_OMI_MHZ (and VCO)
 as the key into OMI_PLL_FREQ_LIST to determine the value of
 ATTR_MC_PLL_BUCKET and ATTR_FREQ_MCA_MHZ

Change-Id: I17681b8b1ff8ad6b195fc741e20e48ac60ce1c99
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76877
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;
Dev-Ready: Steven B. Janssen &lt;janssens@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Benjamin Gass &lt;bgass@us.ibm.com&gt;
Tested-by: PPE CI &lt;ppe-ci+hostboot@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;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add p9a.omi.pll.scan.initfile and ifCompiler support.</title>
<updated>2019-04-30T15:18:56+00:00</updated>
<author>
<name>Ben Gass</name>
<email>bgass@us.ibm.com</email>
</author>
<published>2018-02-16T00:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=647c79394de16652328259c6b532a1bfad437411'/>
<id>urn:sha1:647c79394de16652328259c6b532a1bfad437411</id>
<content type='text'>
Frequencies supported for OMI:
 OMI    VCO   Data rate   MCA_FREQ
 19200, 0,    DDR4-2400   1200
 21330, 0,    DDR4-2667   1333
 23460, 0,    DDR4-2933   1466
 23460, 1,    DDR4-2933   1466
 25600, 1,    DDR4-3200   1600

Change-Id: Ideebc4636f79302f3728264fb8dc63a3ba4e807a
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/54198
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: Louis Stermole &lt;stermole@us.ibm.com&gt;
Reviewed-by: Benjamin Gass &lt;bgass@us.ibm.com&gt;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>support IO reconfig loop for OBUS DL link training failures</title>
<updated>2018-06-12T19:19:47+00:00</updated>
<author>
<name>Joe McGill</name>
<email>jmcgill@us.ibm.com</email>
</author>
<published>2018-05-01T19:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=2a499e99d207e841272605916dbb503ed71c746f'/>
<id>urn:sha1:2a499e99d207e841272605916dbb503ed71c746f</id>
<content type='text'>
- p9c DD1.1+ only, DD1.0 not supported

- FW to trigger reconfig loop back to step 0 from
  sys_proc_fab_iovalid if:
  1) sys_proc_fab_iovalid rc = FAPI2_RC_SUCCESS
     -- AND --
  2) new output o_obus_dl_rcs (vector of P9_FAB_IOVALID_DL_NOT_TRAINED_ERR rc
     objects identifying links which failed on this chip) has entries

- attribute changes:
  ATTR_LINK_TRAIN -- remove platinit tag, attr should init to zero (both even
                     and odd), and reconfig loop will adjust value as we go

Change-Id: I95eebd2b893db6d2511aae40798c0a4e049835d6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59770
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: HWSV CI &lt;hwsv-ci+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;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Adding p9c DD13 support</title>
<updated>2018-05-09T15:32:33+00:00</updated>
<author>
<name>Soma BhanuTej</name>
<email>soma.bhanu@in.ibm.com</email>
</author>
<published>2018-05-07T02:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=e128f9d1c104203229e6458d4b5f19b28c9ca7bf'/>
<id>urn:sha1:e128f9d1c104203229e6458d4b5f19b28c9ca7bf</id>
<content type='text'>
-&gt; p9_sim_model_boot.C
-&gt; p9_frequency_bucket.H
-&gt; cronus_auto_settings.H

Change-Id: Ic3b099c7e43d673d861c83f33caede27f9b5d10e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58402
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Dev-Ready: Soma Bhanutej &lt;soma.bhanu@in.ibm.com&gt;
Reviewed-by: Benjamin Gass &lt;bgass@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Brent Wieman &lt;bwieman@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>PM: Generation of summarized version of STOP Recovery FFDC.</title>
<updated>2018-03-22T19:07:42+00:00</updated>
<author>
<name>Prem Shanker Jha</name>
<email>premjha2@in.ibm.com</email>
</author>
<published>2017-11-27T12:50:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=58e4d6918d6d4744bda536b4a7efe000b8957870'/>
<id>urn:sha1:58e4d6918d6d4744bda536b4a7efe000b8957870</id>
<content type='text'>
A summary of STOP recovery FFDC is created after generation of
complete FFDC. It is stored at the end of FFDC section. It is
intended for copying to an error log created during second
phase of STOP Recovery. Commit also incorporates some changes
to support creation of PM Display from STOP Recovery FFDC.

Key_Cronus_Test=PM_REGRESS

CQ: SW416531
Change-Id: Ifa5b5f1454d6e25dd3d8e41b6c63ac405ef44163
Original-Change-Id: Ieb0bceeb141cc80b18f63b01e881e5ad3b50263d
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50414
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: Cronus HW CI &lt;cronushw-ci+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: PPE CI &lt;ppe-ci+hostboot@us.ibm.com&gt;
Reviewed-by: AMIT J. TENDOLKAR &lt;amit.tendolkar@in.ibm.com&gt;
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA &lt;prasadbgr@in.ibm.com&gt;
Reviewed-by: Gregory S. Still &lt;stillgs@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add p9n 2.3 to p9_frequency_buckets.H</title>
<updated>2018-03-22T19:05:05+00:00</updated>
<author>
<name>Ben Gass</name>
<email>bgass@us.ibm.com</email>
</author>
<published>2018-03-09T22:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=492689505710fec2a05070cde52a09fea12f1006'/>
<id>urn:sha1:492689505710fec2a05070cde52a09fea12f1006</id>
<content type='text'>
Change-Id: I06f679f555c5dfd0a66f5b9bc5ff1e3424c4aae7
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55383
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: HWSV CI &lt;hwsv-ci+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;
Reviewed-by: Soma Bhanutej &lt;soma.bhanu@in.ibm.com&gt;
Reviewed-by: Matt K. Light &lt;mklight@us.ibm.com&gt;
Dev-Ready: Matt K. Light &lt;mklight@us.ibm.com&gt;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Add support for p9c 1.2</title>
<updated>2018-03-22T19:05:04+00:00</updated>
<author>
<name>Ben Gass</name>
<email>bgass@us.ibm.com</email>
</author>
<published>2018-02-12T23:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=4805faff4328c663513ffc90fa975f70420fd175'/>
<id>urn:sha1:4805faff4328c663513ffc90fa975f70420fd175</id>
<content type='text'>
Also initial mk files for p9n 2.3, but p9c 1.2 will be first.

Change-Id: Ia73aba37be5bcf64b1b2cfe5b1ed153b189c7777
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53909
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: HWSV CI &lt;hwsv-ci+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;
Reviewed-by: Joseph J. McGill &lt;jmcgill@us.ibm.com&gt;
Reviewed-by: James N. Klazynski &lt;jklazyns@us.ibm.com&gt;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>update OBUS PLL buckets for p9n dd22, p9c dd11</title>
<updated>2018-02-01T23:19:20+00:00</updated>
<author>
<name>Joe McGill</name>
<email>jmcgill@us.ibm.com</email>
</author>
<published>2018-01-12T15:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=e009db7aa5ef5d0b431a3b7cd6cc36661a5a6f27'/>
<id>urn:sha1:e009db7aa5ef5d0b431a3b7cd6cc36661a5a6f27</id>
<content type='text'>
  p9n dd22 -&gt; swap bucket1, bucket3 content
    bucket1 will now produce 25.78125
    bucket3 will now produce 25.00000

  p9c dd11 -&gt; replace bucket3 content
    bucket3 will now produce 25.625

  initfile changes are comment only -- no change in EMTS

Change-Id: Ie49b9b4af81358ee8fa831ffe8fd2c33650dcc50
CQ: HW433692
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51851
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+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;
Reviewed-by: Thi N. Tran &lt;thi@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;
</content>
</entry>
<entry>
<title>Adding p9c_11 support.</title>
<updated>2017-11-17T21:08:19+00:00</updated>
<author>
<name>Ben Gass</name>
<email>bgass@us.ibm.com</email>
</author>
<published>2017-09-18T19:30:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=115cbbe75795250cb1a9af8b993a880ebf513aa6'/>
<id>urn:sha1:115cbbe75795250cb1a9af8b993a880ebf513aa6</id>
<content type='text'>
Change-Id: If9ffe53acd009c1520cdd7f162e88fd235799225
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46361
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: Soma Bhanutej &lt;soma.bhanu@in.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Thi N. Tran &lt;thi@us.ibm.com&gt;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>PLL updates for filter BG, BW including OBUS tank coreqs</title>
<updated>2017-10-24T00:33:47+00:00</updated>
<author>
<name>Joe McGill</name>
<email>jmcgill@us.ibm.com</email>
</author>
<published>2017-10-11T21:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=12f4d93daeeb5bc457da396e6c71d934af35b049'/>
<id>urn:sha1:12f4d93daeeb5bc457da396e6c71d934af35b049</id>
<content type='text'>
p9.filter.pll.scan.initfile
  adjust BG offset to -1 for P9n DD2.[12], P9c DD1.1
  apply BW updates to P9n DD2.2, P9c DD1.[01]

p9.obus.pll.scan.initfile
  apply BW updates to P9n DD2.2, P9c DD1.[01]
  with tests 108, 109, 110

p9_frequency_buckets:
  default Cumulus OBUS bucket 0 to 25.625gbs

chip_ec_attributes.xml
  add feature attributes for BG, BW controls

Change-Id: I5e06da5267db70bb1d6e6eae066611577d32ac7b
CQ: HW423532
CQ: HW423535
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48267
Reviewed-by: Ann C. Wu &lt;annchen@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: HWSV CI &lt;hwsv-ci+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;
Reviewed-by: Thi N. Tran &lt;thi@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;
</content>
</entry>
</feed>
