summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2017-01-17 10:39:05 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-28 17:32:54 -0400
commit12b6b45da2328eed329d94c8bb678580e1ef97ca (patch)
treeb5cca44bdab3ef035924db1abf92b189acb7d26e /src/usr/targeting/common/xmltohb/attribute_types.xml
parentb0f4906b589d29aa333adc0aab052f44c8646d1d (diff)
downloadtalos-hostboot-12b6b45da2328eed329d94c8bb678580e1ef97ca.tar.gz
talos-hostboot-12b6b45da2328eed329d94c8bb678580e1ef97ca.zip
Make plat init attributes non-writable
Change-Id: I382948a4083293e4ecc42a9759559a060444f5f0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34997 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: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Matt K. Light <mklight@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/35044 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types.xml52
1 files changed, 32 insertions, 20 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 31098656f..fd2ff7946 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -75,25 +75,6 @@
</simpleType>
</attribute>
-<attribute>
- <id>SYSTEM_IPL_PHASE</id>
- <description>Define context for current phase of system IPL.
- Provided by the platform.
- HB_IPL = 0x1,HB_RUNTIME = 0x2,CACHE_CONTAINED = 0x4</description>
- <simpleType>
- <uint8_t>
- <default>0x01</default>
- </uint8_t>
- </simpleType>
- <hwpfToHbAttrMap>
- <id>ATTR_SYSTEM_IPL_PHASE</id>
- <macro>DIRECT</macro>
- </hwpfToHbAttrMap>
- <persistency>non-volatile</persistency>
- <readable/>
- <writeable/>
-</attribute>
-
<attribute>
<description>Dummy attribute with read/write permissions</description>
@@ -582,7 +563,6 @@
<default>0</default>
</uint8_t>
</simpleType>
- <no_export/>
</attribute>
<attribute>
@@ -7004,6 +6984,38 @@ Selects which voltage level to place the Core and ECO domain PFETs upon Winkle e
</attribute>
<attribute>
+ <id>A_EREPAIR_THRESHOLD_FIELD</id>
+ <description>
+ This attribute represents the eRepair threshold value of A-Bus used
+ in the field.
+ creator: platform (generated based on MRW data)
+ See defintion in erepair_thresholds.xml for more information.
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+</attribute>
+
+<attribute>
+ <id>A_EREPAIR_THRESHOLD_MNFG</id>
+ <description>
+ This attribute represents the eRepair threshold value of A-Bus used
+ by Manufacturing.
+ creator: platform (generated based on MRW data)
+ See defintion in erepair_thresholds.xml for more information.
+ </description>
+ <simpleType>
+ <uint8_t>
+ </uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+</attribute>
+
+<attribute>
<id>MSS_MBA_ADDR_INTERLEAVE_BIT</id>
<description>sets the Centaur address bits used to interleave addresses between MBA01 and MBA23. valid values are 23 through 32.</description>
<simpleType>
OpenPOWER on IntegriCloud