summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Derksen <v2cibmd@us.ibm.com>2016-03-16 14:49:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-17 15:25:31 -0400
commit3c450b356ca821bd7c40f6af028d8a54355ae4af (patch)
tree369a81eed0e1d19a9cbeb59c5f6956841f06d268 /src
parent68aae6e1202f02c15f919bfa177ff2760a6dae5f (diff)
downloadtalos-hostboot-3c450b356ca821bd7c40f6af028d8a54355ae4af.tar.gz
talos-hostboot-3c450b356ca821bd7c40f6af028d8a54355ae4af.zip
Added two attributes (SYSTEM_IPL_PHASE & ADU_XSCOM_BAR_BASE_ADDR)
Change-Id: I57483543c27b55a1bd3a716f569fd4017698c4e8 RTC: 146576 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22136 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml32
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml2
2 files changed, 34 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 48e2e7da8..239ae3ed4 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -19948,4 +19948,36 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
<readable/>
</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></uint8_t>
+ </simpleType>
+ <hwpfToHbAttrMap>
+ <id>ATTR_SYSTEM_IPL_PHASE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+</attribute>
+
+<attribute>
+ <id>ADU_XSCOM_BAR_BASE_ADDR</id>
+ <description>Defines XSCOM base address on each processor level.
+ address provided by the MRW </description>
+ <simpleType>
+ <uint64_t></uint64_t>
+ </simpleType>
+ <hwpfToHbAttrMap>
+ <id>ATTR_ADU_XSCOM_BAR_BASE_ADDR</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index d1c25a5bf..f4aeb08f8 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -564,6 +564,7 @@
<attribute><id>TLB_RESERVE_SIZE</id></attribute>
<attribute><id>TIME_BASE</id></attribute>
<attribute><id>CPU_ATTR</id></attribute>
+ <attribute><id>ADU_XSCOM_BAR_BASE_ADDR</id></attribute>
</targetType>
<targetType>
@@ -2025,6 +2026,7 @@
<attribute><id>PFET_POWERDOWN_DELAY_NS</id></attribute>
<attribute><id>PFET_VDD_VOFF_SEL</id></attribute>
<attribute><id>PFET_VCS_VOFF_SEL</id></attribute>
+ <attribute><id>SYSTEM_IPL_PHASE</id></attribute>
</targetType>
<!-- enc-node-power9 -->
OpenPOWER on IntegriCloud