summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-04-18 18:15:07 -0500
committerPrachi Gupta <pragupta@us.ibm.com>2016-06-08 11:45:58 -0500
commit7c1f954734ddabf2cea98e4ce9f0f4a27f4f78fb (patch)
treee8b4163e30afbb78187a6d36d9fa0e528f4b17ac /import
parent1ad71394812bdc4dcb849b02279fd0746455f22a (diff)
downloadtalos-sbe-7c1f954734ddabf2cea98e4ce9f0f4a27f4f78fb.tar.gz
talos-sbe-7c1f954734ddabf2cea98e4ce9f0f4a27f4f78fb.zip
Add attribute file for cache-contained specific behavior
ATTR_RUNN_MODE -> System level flag to indicate whether clock start should be achieved by RUNN or normal free-run methods ATTR_RUNN_CYCLE_COUNT -> EQ specific parameter to provide cycle count in case of RUNN start Change-Id: I843249d842b72489f036677a94f5b796d48086bf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23397 Dev-Ready: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brent Wieman <bwieman@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25286 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/procedures/xml/attribute_info/p9_cache_contained_attributes.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/xml/attribute_info/p9_cache_contained_attributes.xml b/import/chips/p9/procedures/xml/attribute_info/p9_cache_contained_attributes.xml
new file mode 100644
index 00000000..7fe64066
--- /dev/null
+++ b/import/chips/p9/procedures/xml/attribute_info/p9_cache_contained_attributes.xml
@@ -0,0 +1,46 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: chips/p9/procedures/xml/attribute_info/p9_cache_contained_attributes.xml $ -->
+<!-- -->
+<!-- IBM CONFIDENTIAL -->
+<!-- -->
+<!-- EKB Project -->
+<!-- -->
+<!-- COPYRIGHT 2016 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- The source code for this program is not published or otherwise -->
+<!-- divested of its trade secrets, irrespective of what has been -->
+<!-- deposited with the U.S. Copyright Office. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<attributes>
+<!-- ********************************************************************** -->
+<attribute>
+ <id>ATTR_RUNN_MODE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Set to indicate clock-start/instruction execution in cache-contained
+ mode will be managed by runn
+ Provided by: platform (FW platforms init to OFF)
+ </description>
+ <valueType>uint8</valueType>
+ <platInit/>
+ <enum>OFF=0, ON=1</enum>
+</attribute>
+<!-- ********************************************************************** -->
+<attribute>
+ <id>ATTR_RUNN_CYCLE_COUNT</id>
+ <targetType>TARGET_TYPE_EQ</targetType>
+ <description>
+ Number of clock cycles to execute in runn mode
+ Consumed by: p9_runn HWP (Cronus platform only, cache-contained mode)
+ Provided by: platform (FW platforms init to 0)
+ </description>
+ <valueType>uint64</valueType>
+ <platInit/>
+</attribute>
+<!-- ********************************************************************** -->
+</attributes>
OpenPOWER on IntegriCloud