summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2018-06-04 15:32:04 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-06-07 10:58:28 -0400
commit0c6d58230e615000dee1a1940bf4bc84ad5c1798 (patch)
tree678db09fb022632ce257aa1483cfffdb36c17be0
parent49e74816eab810199b5353d7da2f6e52b8fdfc41 (diff)
downloadtalos-hostboot-0c6d58230e615000dee1a1940bf4bc84ad5c1798.tar.gz
talos-hostboot-0c6d58230e615000dee1a1940bf4bc84ad5c1798.zip
Create attributes for intended PHYP ATTN areas
This commit adds attributes for the ATTN areas that hostboot intends to open up for PHYP that FSP can read for awareness. Change-Id: I6371665b08c0ab082e467fc3bec96503f54f8dd3 RTC:186439 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59903 Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
-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