<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-hcode/import/chips/p9/common, 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-07-24T14:08:40+00:00</updated>
<entry>
<title>HCode Error Logs - Final structure change for PGPE-OCC API</title>
<updated>2019-07-24T14:08:40+00:00</updated>
<author>
<name>Amit Tendolkar</name>
<email>amit.tendolkar@in.ibm.com</email>
</author>
<published>2019-07-18T09:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=7b72e51e2cfd5bd5907bcec7b31ea93e1792d3b3'/>
<id>urn:sha1:7b72e51e2cfd5bd5907bcec7b31ea93e1792d3b3</id>
<content type='text'>
Changes to clean unwanted symbols
Changes to support only unrecoverable error (1) in HCode error logs
Changes to remove reserved member, such that errlog_idx match the spec.

Change-Id: I2b56905e5ea2f7d3b4c879be9b4563d9ccbb983b
RTC: 207368
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80598
Reviewed-by: Christopher J Cain &lt;cjcain@us.ibm.com&gt;
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Martha Broyles &lt;mbroyles@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.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;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>PM: WOV(OCS) PGPE Hcode Changes (2/2)</title>
<updated>2019-06-25T15:47:16+00:00</updated>
<author>
<name>Rahul Batra</name>
<email>rbatra@us.ibm.com</email>
</author>
<published>2019-01-15T21:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=4d775c52daa42a8302b2489bd23078a2b844b7d1'/>
<id>urn:sha1:4d775c52daa42a8302b2489bd23078a2b844b7d1</id>
<content type='text'>
        2nd commit in the series of 2 commits for
	WOV(OverCurrent Sampling, OCS)

	Commit 1: WOV(OCS) HW procedures updates
	Commit 2: WOV(OCS) PGPE Hcode updates

	Key_Cronus_Test=PM_REGRESS

HW-Image-Prereq: I6234f0f60b9ed57b8b144159f3fe9c0b756df1e3
Change-Id: I64d72c8c2c3163d000a640959e0b188ab63d3819
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70514
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA &lt;prasadbgr@in.ibm.com&gt;
Tested-by: Cronus HW CI &lt;cronushw-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: Gregory S. Still &lt;stillgs@us.ibm.com&gt;
Reviewed-by: Jennifer A Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<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>PM: Fix Clip Update Timeout</title>
<updated>2019-04-25T16:07:07+00:00</updated>
<author>
<name>Rahul Batra</name>
<email>rbatra@us.ibm.com</email>
</author>
<published>2019-03-25T17:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=793c77ef0f8bf646858ee53ce6d379c1c45aebdc'/>
<id>urn:sha1:793c77ef0f8bf646858ee53ce6d379c1c45aebdc</id>
<content type='text'>
	Key_Cronus_Test=PM_REGRESS

Change-Id: Ia943cdd3bb646104bfd686356cd3f23bc5876a7d
CQ: SW452077
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74964
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: Cronus HW CI &lt;cronushw-ci+hostboot@us.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;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Proposed structure change for OCC</title>
<updated>2019-03-26T15:54:32+00:00</updated>
<author>
<name>Chris Cain</name>
<email>cjcain@us.ibm.com</email>
</author>
<published>2019-02-20T18:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=3330dbdae60f0f6e36fc92fd97e46a771fd26865'/>
<id>urn:sha1:3330dbdae60f0f6e36fc92fd97e46a771fd26865</id>
<content type='text'>
Change-Id: I8d6afd28e96ed987333471a3f0317b4ff06a8671
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72201
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: Christopher J. Cain &lt;cjcain@us.ibm.com&gt;
Reviewed-by: Gregory S. Still &lt;stillgs@us.ibm.com&gt;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>PM: OCC&lt;&gt;PGPE Interface for P9+</title>
<updated>2019-01-30T16:54:07+00:00</updated>
<author>
<name>Rahul Batra</name>
<email>rbatra@us.ibm.com</email>
</author>
<published>2019-01-04T15:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=7f3dc3dd47acd660a74ef74319e48db931462db5'/>
<id>urn:sha1:7f3dc3dd47acd660a74ef74319e48db931462db5</id>
<content type='text'>
	Key_Cronus_Test=PM_REGRESS

Change-Id: Ieabbc383d2bbbd1df8cf5a2ed5b503c860518cd8
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70412
Tested-by: Jenkins Server &lt;pfd-jenkins+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: Martha Broyles &lt;mbroyles@us.ibm.com&gt;
Reviewed-by: Gregory S. Still &lt;stillgs@us.ibm.com&gt;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>PGPE: Write magic number in HcodeOCCShared struct</title>
<updated>2019-01-30T16:54:07+00:00</updated>
<author>
<name>Rahul Batra</name>
<email>rbatra@us.ibm.com</email>
</author>
<published>2019-01-18T17:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=211c48c95e7dc5ed6f45a883fd6af7a39be09123'/>
<id>urn:sha1:211c48c95e7dc5ed6f45a883fd6af7a39be09123</id>
<content type='text'>
	Key_Cronus_Test=PM_REGRESS

Change-Id: I82e0953c766857b447d67e89aba3d987eb38d88b
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70643
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: Cronus HW CI &lt;cronushw-ci+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Martha Broyles &lt;mbroyles@us.ibm.com&gt;
Reviewed-by: Gregory S. Still &lt;stillgs@us.ibm.com&gt;
Reviewed-by: Jennifer A. Stofer &lt;stofer@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Revert "PM: OCC&lt;&gt;PGPE interface for P9+"</title>
<updated>2018-12-18T16:39:06+00:00</updated>
<author>
<name>Gregory S. Still</name>
<email>stillgs@us.ibm.com</email>
</author>
<published>2018-12-17T15:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=b68dcc1aa28b49a15ab5deda2d0a26a7608bd6cf'/>
<id>urn:sha1:b68dcc1aa28b49a15ab5deda2d0a26a7608bd6cf</id>
<content type='text'>
This reverts commit 5967161b503f55c81ae566bd5f8f663de2a06683.

Change-Id: Ibb267c025cd8d3cd5c7b05c15933092a5d84d364
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69896
Reviewed-by: RAHUL BATRA &lt;rbatra@us.ibm.com&gt;
Reviewed-by: Gregory S. Still &lt;stillgs@us.ibm.com&gt;
Tested-by: Gregory S. Still &lt;stillgs@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>PM: OCC&lt;&gt;PGPE interface for P9+</title>
<updated>2018-12-18T16:39:05+00:00</updated>
<author>
<name>Rahul Batra</name>
<email>rbatra@us.ibm.com</email>
</author>
<published>2018-12-06T23:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-hcode/commit/?id=e085a963007d48e4a6ef69469e1b6a43d58c73be'/>
<id>urn:sha1:e085a963007d48e4a6ef69469e1b6a43d58c73be</id>
<content type='text'>
    Key_Cronus_Test=PM_REGRESS

Change-Id: If35969fc72e1ffedf9916fcaa78617ff635e812a
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69542
Tested-by: Jenkins Server &lt;pfd-jenkins+hostboot@us.ibm.com&gt;
Tested-by: Hostboot CI &lt;hostboot-ci+hostboot@us.ibm.com&gt;
Tested-by: Cronus HW CI &lt;cronushw-ci+hostboot@us.ibm.com&gt;
Tested-by: FSP CI Jenkins &lt;fsp-CI-jenkins+hostboot@us.ibm.com&gt;
Reviewed-by: Martha Broyles &lt;mbroyles@us.ibm.com&gt;
Reviewed-by: Douglas R. Gilbert &lt;dgilbert@us.ibm.com&gt;
Reviewed-by: Gregory S. Still &lt;stillgs@us.ibm.com&gt;
</content>
</entry>
</feed>
