peridot: Import from V816.0.5.0.UNPMIXM
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!--
|
||||
* Copyright (c) 2023 Qualcomm Technologies, Inc.
|
||||
* All Rights Reserved.
|
||||
* Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!-- This is a target specific resource config file which can be
|
||||
used to overwrite the node paths mentioned in common resources file
|
||||
and also to modify the Supported field information. -->
|
||||
|
||||
<!-- This file supports only Config tag, which has the following fields
|
||||
* MajorValue and MinorValue, both are required to uniquely
|
||||
identify the resource.
|
||||
* Node, the new node path to overwrite the already existing path
|
||||
of commonresourceconfigs.xml file.
|
||||
* Supported, to indicate whether the resource is supported or not.
|
||||
* For each config tag, either of Node or Supported fields need
|
||||
to be mentioned.
|
||||
NOTE - It is not Mandatory to write all the resources which are not supported,
|
||||
as anyway perflock calls of these resources would fail.
|
||||
|
||||
Exception tag is used to pass the exception why ths node cannot be tested.
|
||||
Cluster tag is used when node in resource xml is cluster specific(put logical cluster here).
|
||||
Cluster 0=> Big
|
||||
Cluster 1=> Little
|
||||
Cluster 2=> Prime
|
||||
|
||||
| RVal | Wval | Reason
|
||||
| Yes | Yes | Different Value read and write
|
||||
| No | Yes | Read Val Same as write Value
|
||||
| Blank| Blank| Unsupported Node
|
||||
|
||||
(Yes) => Tag is Added
|
||||
(No) => Tag is not Added
|
||||
(Blank) => Tag is added but written value is blank (eg: WVal="").
|
||||
-->
|
||||
|
||||
|
||||
<ResourceConfigs>
|
||||
<PerfResources>
|
||||
<Config MajorValue="0x1" MinorValue="0x2" WVal="0x63" RVal="99000000" />
|
||||
<Config MajorValue="0x2" MinorValue="0x4" Cluster="0" WVal="480" RVal="480000" Target="cliffs"/>
|
||||
<Config MajorValue="0x3" MinorValue="0x23" WVal="120000000" RVal="120000000" Taregt="cliffs" />
|
||||
<Config MajorValue="0x3" MinorValue="0x3C" Exception="To be tested Manually - Special read Node" />
|
||||
<Config MajorValue="0x3" MinorValue="0x36" WVal="145" RVal="145" Target="cliffs" />
|
||||
<Config MajorValue="0x4" MinorValue="0x5" Cluster="3" WVal="50" RVal="50" Target="pineapple"/>
|
||||
<Config MajorValue="0x4" MinorValue="0x5" Cluster="2" WVal="50" RVal="50" Target="cliffs"/>
|
||||
<Config MajorValue="0x4" MinorValue="0x4" Cluster="3" WVal="0" RVal="0" Target="pineapple"/>
|
||||
<Config MajorValue="0x4" MinorValue="0x4" Cluster="2" WVal="0" RVal="0" Target="cliffs"/>
|
||||
<Config MajorValue="0xA" MinorValue="0x0" WVal="1" RVal="1" Target="cliffs"/>
|
||||
<Config MajorValue="0xA" MinorValue="0x3" WVal="353" RVal="353000000" Target="cliffs" />
|
||||
<Config MajorValue="0xC" MinorValue="0x10" WVal="0x1FEABF3" RVal="4243000" />
|
||||
<Config MajorValue="0xD" MinorValue="0x26" WVal="600000" RVal="600000" />
|
||||
<Config MajorValue="0xD" MinorValue="0x27" WVal="600000" RVal="600000" />
|
||||
<Config MajorValue="0xD" MinorValue="0x28" WVal="600000" RVal="600000" />
|
||||
<Config MajorValue="0xF" MinorValue="0x6" Exception="Node not present on target yet, so avoid testing for now" />
|
||||
<Config MajorValue="0xA" MinorValue="0xC" WVal="440" RVal="500" />
|
||||
</PerfResources>
|
||||
</ResourceConfigs>
|
||||
Reference in New Issue
Block a user