summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/system_attributes.xml
diff options
context:
space:
mode:
authorKumar Challa <kvchalla@us.ibm.com>2013-03-25 13:39:46 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-29 09:47:36 -0500
commitd75bdc91b664a408c3923aebad8e1e5fda8e16c7 (patch)
tree52f9d9d09dc983b139d9e206844596eb347e63c3 /src/usr/hwpf/hwp/system_attributes.xml
parent8730c6ffd8a6a3874feb493ba9660f6c5eec8f87 (diff)
downloadtalos-hostboot-d75bdc91b664a408c3923aebad8e1e5fda8e16c7.tar.gz
talos-hostboot-d75bdc91b664a408c3923aebad8e1e5fda8e16c7.zip
DISABLE_I2C_ACCESS Attribute
Updated system_attributes.xml to reflect new attribute DISABLE_I2C_ACCESS but commented the code for future use. RTC: 64327 Change-Id: I571eb9beaecabed1b92caed04fb661133a94b53f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3719 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/system_attributes.xml')
-rw-r--r--src/usr/hwpf/hwp/system_attributes.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/system_attributes.xml b/src/usr/hwpf/hwp/system_attributes.xml
index 4bf77a942..aea9c2a27 100644
--- a/src/usr/hwpf/hwp/system_attributes.xml
+++ b/src/usr/hwpf/hwp/system_attributes.xml
@@ -177,7 +177,27 @@
<platInit/>
<writeable/>
</attribute>
- <!-- ********************************************************************* -->
+
+ <!--The following attribute was added in the sytem_attributes.xml in ekb
+ at this point of time HostBoot does not plan to support SBE hooks and
+ therefore does not support this attribute.This comment is for someone
+ who tries to integrate the newer version of system_attributes.xml from
+ ekb and wonders what Hostboot should do with this
+ -->
+ <!--
+ <attribute>
+ <id>ATTR_DISABLE_I2C_ACCESS</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Set to skip physical access to i2c interface in SBE execution.
+ Consumed by SBE hooks to permit skipping of selected code when
+ running on a test platform (i.e., wafer) which does not have a physical
+ SEEPROM connected.
+ </description>
+ <valueType>uint8</valueType>
+ <platInit/>
+ </attribute>
+ -->
<attribute>
<id>ATTR_PIB_I2C_REFCLOCK</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
OpenPOWER on IntegriCloud