Skip to content

Commit

Permalink
PM: add defaults for AVSBus attributes
Browse files Browse the repository at this point in the history
Change-Id: Ib236b495ec7beb655172e9f0fa27ed4664592ae5
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40671
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Dev-Ready: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com>
Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40673
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
stillgs authored and sgupta2m committed May 24, 2017
1 parent 59dcaff commit 507a229
Showing 1 changed file with 24 additions and 2 deletions.
Expand Up @@ -161,6 +161,7 @@
</description>
<valueType>uint32</valueType>
<platInit/>
<initToZero/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -174,9 +175,13 @@
p9_set_voltage (tool);
p9_build_pstate_datablock ->
Pstate Parameter Block (PSPB) for PGPE

*MOST* systems use Bus 0 for VDD. If this is not the case, the value
must be appropriately set by the platform (eg MRWB or equivalent
</description>
<valueType>uint8</valueType>
<platInit/>
<initToZero/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -190,6 +195,9 @@
p9_set_voltage (tool);
p9_build_pstate_datablock ->
Pstate Parameter Block (PSPB) for PGPE

*MOST* systems use Bus 1 for VDD. If this is not the case, the value
must be appropriately set by the platform (eg MRWB or equivalent)
</description>
<valueType>uint8</valueType>
<platInit/>
Expand All @@ -206,6 +214,8 @@
p9_set_voltage (tool);
p9_build_pstate_datablock ->
Pstate Parameter Block (PSPB) for PGPE

For systems where VCS is not connected via AVSBus, set to 0xFF.
</description>
<valueType>uint8</valueType>
<platInit/>
Expand All @@ -223,9 +233,14 @@
p9_set_voltage (tool);
p9_build_pstate_datablock ->
Pstate Parameter Block (PSPB) for PGPE

*MOST* systems use Rail 0 for VDD for the bus on which they are connected.
If this is not the case, the value must be appropriately set by the platform
(eg MRWB or equivalent)
</description>
<valueType>uint8</valueType>
<platInit/>
<initToZero/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -240,26 +255,33 @@
p9_set_avsbus_voltage (tool);
p9_build_pstate_datablock ->
Pstate Parameter Block (PSPB) for PGPE

*MOST* systems use Rail 0 for VDN for the bus on which they are connected.
If this is not the case, the value must be appropriately set by the platform
(eg MRWB or equivalent)
</description>
<valueType>uint8</valueType>
<platInit/>
<initToZero/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_VCS_AVSBUS_RAIL</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Defines the AVSBus rail selector number (0 - 15) for the VCS VRM on the bus
defined by ATTR_AVSBUS_VDN_BUSNUM.
defined by ATTR_AVSBUS_VCS_BUSNUM.

Producer: Machine Readable Workbook
Consumers:
p9_set_avsbus_voltage (tool);
p9_build_pstate_datablock ->
Pstate Parameter Block (PSPB) for PGPE

</description>
<valueType>uint8</valueType>
<platInit/>
<initToZero/> <!-- This here strictly to allocate the attribute in Cronus -->
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand Down Expand Up @@ -961,7 +983,7 @@
<platInit/>
<initToZero/>
</attribute>

<!-- ********************************************************************* -->
<attribute>
<id>ATTR_PBAX_GROUPID</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
Expand Down

0 comments on commit 507a229

Please sign in to comment.