Skip to content

Commit

Permalink
Make new WOV attributes override-only
Browse files Browse the repository at this point in the history
Added the overrideOnly tag to a few WOV attributes to hide them
from the MRW.

Change-Id: I590ea01f7baac0dc6ae3498b5c872a41cad82589
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70074
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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: RAHUL BATRA <rbatra@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70124
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Jan 14, 2019
1 parent 2d410b6 commit 44d2700
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
<!-- Contributors Listed Below - COPYRIGHT 2015,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
Expand Down Expand Up @@ -1027,6 +1027,7 @@
<enum>OFF=0, ON=1</enum>
<platInit/>
<initToZero/>
<overrideOnly/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -1050,6 +1051,7 @@
<enum>OFF=0, ON=1</enum>
<platInit/>
<initToZero/>
<overrideOnly/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -1073,14 +1075,15 @@
<enum>OFF=0, ON=1</enum>
<platInit/>
<initToZero/>
<overrideOnly/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_SYSTEM_IVRM_DISABLE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>Disables IVRM enablement in the system

Producer: Override
Producer: MRW

Consumers: p9_build_pstate_datablock ->
Pstate Parameter Block (PSPB) for PGPE/OCC
Expand Down Expand Up @@ -1151,7 +1154,6 @@
<valueType>uint32</valueType>
<platInit/>
<initToZero/>
<overrideOnly/>
</attribute>

<!-- ********************************************************************* -->
Expand All @@ -1167,7 +1169,6 @@
<valueType>uint32</valueType>
<platInit/>
<initToZero/>
<overrideOnly/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -1187,7 +1188,6 @@
<valueType>uint16</valueType>
<platInit/>
<initToZero/>
<overrideOnly/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -1209,7 +1209,6 @@
<enum>UNDERV_VMIN=0, UNDERV_LIMIT=1, TURBO=2, NOMINAL=3 </enum>
<platInit/>
<initToZero/>
<overrideOnly/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -1225,7 +1224,7 @@
<valueType>uint16</valueType>
<platInit/>
<initToZero/>
<overrideOnly/>
<overrideOnly/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -1242,7 +1241,7 @@
<valueType>uint8</valueType>
<platInit/>
<initToZero/>
<overrideOnly/>
<overrideOnly/>
</attribute>
<!-- ********************************************************************* -->
<attribute>
Expand All @@ -1258,7 +1257,7 @@
<valueType>uint16</valueType>
<platInit/>
<initToZero/>
<overrideOnly/>
<overrideOnly/>
</attribute>

<!-- ********************************************************************* -->
Expand Down

0 comments on commit 44d2700

Please sign in to comment.