summaryrefslogtreecommitdiffstats
path: root/src/import
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-02-02 16:03:43 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-10 02:22:46 -0500
commitf69296e9d4439848ced228e334ab72f87f156752 (patch)
tree3d6d54d6893977c6ee5b521ec72ee0d5b5c54eca /src/import
parent602f35b29826dd7a2ded096c3e7254366962dcdc (diff)
downloadtalos-sbe-f69296e9d4439848ced228e334ab72f87f156752.tar.gz
talos-sbe-f69296e9d4439848ced228e334ab72f87f156752.zip
p9_pfet_init: remove PFET attributes as they have no real value
- Matches MRW direction in Firmware - Delays and OFF stages for both VDD and VCS hardcoded at 250ns and 8 respectively - Rebased Change-Id: I2d8bfb7713c736ab2e234994942ff10845baf166 RTC: 168435 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35849 Reviewed-by: Matt K. Light <mklight@us.ibm.com> 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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35867 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml89
1 files changed, 0 insertions, 89 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
index dc5253cd..5d6e2cce 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
@@ -834,95 +834,6 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
- <id>ATTR_PFET_POWERUP_DELAY_NS</id>
- <targetType>TARGET_TYPE_SYSTEM</targetType>
- <description>
- Time (in nanoseconds) between PFET controller steps (7 of them) when turning
- the PFETS ON
-
- Producer: MRWB
-
- Consumers: p9_pm_pfet_init
-
- Platform default:250
- </description>
- <valueType>uint32</valueType>
- <platInit/>
- </attribute>
- <!-- ********************************************************************* -->
- <attribute>
- <id>ATTR_PFET_POWERDOWN_DELAY_NS</id>
- <targetType>TARGET_TYPE_SYSTEM</targetType>
- <description>
- Time (in nanoseconds) between PFET controller steps (7 of them) when turning
- the PFETS OFF
-
- Producer: MRWB
-
- Consumers: p9_pm_pfet_init
-
- latform default:250
- </description>
- <valueType>uint32</valueType>
- <platInit/>
- </attribute>
- <!-- ********************************************************************* -->
- <attribute>
- <id>ATTR_PFET_VDD_VOFF_SEL</id>
- <targetType>TARGET_TYPE_SYSTEM</targetType>
- <description>
- Selection of the OFF setting for the core and cache chiplet VDD PFET controllers
-
- Producer: MRWB
-
- Consumers: p9_pm_pfet_init
-
- Platform default: ALLOFF
- </description>
- <valueType>uint8</valueType>
- <enum>
- NOOFF = 0x00,
- ALLBUT1TO7OFF = 0x01,
- ALLBUT2TO7OFF = 0x02,
- ALLBUT3TO7OFF = 0x03,
- ALLBUT4TO7OFF = 0x04,
- ALLBUT5TO7OFF = 0x05,
- ALLBUT6TO7OFF = 0x06,
- ALLBUT7OFF = 0x7,
- ALLOFF = 0x08
- </enum>
- <platInit/>
- </attribute>
- <!-- ********************************************************************* -->
- <attribute>
- <id>ATTR_PFET_VCS_VOFF_SEL</id>
- <targetType>TARGET_TYPE_SYSTEM</targetType>
- <description>
- Selection of the OFF setting for the core and cache chiplet VCS PFET
- controllers
-
- Producer: MRWB
-
- Consumers: p9_pm_pfet_init
-
- Platform default: ALLOFF
- </description>
- <valueType>uint8</valueType>
- <enum>
- NOOFF = 0x00,
- ALLBUT1TO7OFF = 0x01,
- ALLBUT2TO7OFF = 0x02,
- ALLBUT3TO7OFF = 0x03,
- ALLBUT4TO7OFF = 0x04,
- ALLBUT5TO7OFF = 0x05,
- ALLBUT6TO7OFF = 0x06,
- ALLBUT7OFF = 0x7,
- ALLOFF = 0x08
- </enum>
- <platInit/>
- </attribute>
- <!-- ********************************************************************* -->
- <attribute>
<id>ATTR_PBAX_GROUPID</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
OpenPOWER on IntegriCloud