summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types.xml40
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml8
2 files changed, 48 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index d72cee29e..1eca1a0d6 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -7892,4 +7892,44 @@ Selects which voltage level to place the Core and ECO domain PFETs upon Winkle e
<writeable/>
</attribute>
+<attribute>
+ <id>ATTN_AREA_1_ADDR</id>
+ <description>
+ Specifies the "intended" starting memory address for PHYP's ATTN area 1.
+ This is written to by Hostboot and read by FSP as a means for Hostboot to
+ communicate its intentions of where the ATTN 1 area will be. Hostboot can
+ then later open up an SBE window for PHYP to dump its debugging info. An
+ address of 0xFFFFFFFFFFFFFFFF is considered N/A.
+ </description>
+ <simpleType>
+ <uint64_t>
+ <default>0xFFFFFFFFFFFFFFFF</default>
+ </uint64_t>
+ </simpleType>
+ <persistency>volatile</persistency>
+ <readable/>
+ <writeable/>
+ <no_export/>
+</attribute>
+
+<attribute>
+ <id>ATTN_AREA_2_ADDR</id>
+ <description>
+ Specifies the "intended" starting memory address for PHYP's ATTN area 2.
+ This is written to by Hostboot and read by FSP as a means for Hostboot to
+ communicate its intentions of where the ATTN 2 area will be. Hostboot can
+ then later open up an SBE window for PHYP to dump its debugging info. An
+ address of 0xFFFFFFFFFFFFFFFF is considered N/A.
+ </description>
+ <simpleType>
+ <uint64_t>
+ <default>0xFFFFFFFFFFFFFFFF</default>
+ </uint64_t>
+ </simpleType>
+ <persistency>volatile</persistency>
+ <readable/>
+ <writeable/>
+ <no_export/>
+</attribute>
+
</attributes>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 65353a1ce..2f4983b09 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1046,6 +1046,14 @@
<attribute><id>TCE_START_TOKEN_FOR_PAYLOAD</id></attribute>
<attribute><id>START_MEM_ADDRESS_FOR_PAYLOAD_TCE_TOKEN</id></attribute>
<attribute><id>TCE_START_TOKEN_FOR_HDAT</id></attribute>
+ <attribute>
+ <default>0xFFFFFFFFFFFFFFFF</default>
+ <id>ATTN_AREA_1_ADDR</id>
+ </attribute>
+ <attribute>
+ <default>0xFFFFFFFFFFFFFFFF</default>
+ <id>ATTN_AREA_2_ADDR</id>
+ </attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud