summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2016-04-05 15:54:41 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-04-21 13:51:20 -0500
commit85816ab34f56c5129705ba19ba39ebadf7630da8 (patch)
tree124dd8290096119ed0dfe5f3f04771d307b8d3ad /src/usr
parent1d7b5b3a3fa70de828f706afdf3865cfd9438f76 (diff)
downloadtalos-hostboot-85816ab34f56c5129705ba19ba39ebadf7630da8.tar.gz
talos-hostboot-85816ab34f56c5129705ba19ba39ebadf7630da8.zip
HB runtime data attributes
Change-Id: I67e4516c167d3dd83bf67879d7743bd0c8dcb523 RTC: 138638 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22921 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Gajendra B. Bandhu <gbandhu1@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml31
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml3
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 e656bf598..dedd860d8 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -17678,6 +17678,37 @@ DEPRECATED!!!!
</attribute>
+<attribute>
+ <id>HDAT_HBRT_NUM_SECTIONS</id>
+ <description>
+ Number of internal data pointers we have in
+ the hostboot runtime data section.
+ </description>
+ <simpleType>
+ <uint32_t>
+ </uint32_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+</attribute>
+
+<attribute>
+ <id>HDAT_HBRT_SECTION_SIZE</id>
+ <description>
+ Biggest size for any of the hostboot
+ runtime data sections.
+ </description>
+ <simpleType>
+ <uint64_t>
+ </uint64_t>
+ <array>9</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+</attribute>
+
<!--<attribute>
<id>FREQ_PROC_REFCLOCK_KHZ</id>
<description>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index ed598899e..d3c8953e7 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -2060,6 +2060,9 @@
<attribute><id>PROC_FABRIC_ADDR_BAR_MODE</id></attribute>
<attribute><id>PROC_EPS_READ_CYCLES</id></attribute>
<attribute><id>PROC_EPS_WRITE_CYCLES</id></attribute>
+ <!-- HDAT Hostboot Runtime Data Info -->
+ <attribute><id>HDAT_HBRT_NUM_SECTIONS</id></attribute>
+ <attribute><id>HDAT_HBRT_SECTION_SIZE</id></attribute>
</targetType>
<!-- enc-node-power9 -->
OpenPOWER on IntegriCloud