testtargetresourceconfigs.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. * Copyright (c) 2023 Qualcomm Technologies, Inc.
  4. * All Rights Reserved.
  5. * Confidential and Proprietary - Qualcomm Technologies, Inc.
  6. -->
  7. <!-- This is a target specific resource config file which can be
  8. used to overwrite the node paths mentioned in common resources file
  9. and also to modify the Supported field information. -->
  10. <!-- This file supports only Config tag, which has the following fields
  11. * MajorValue and MinorValue, both are required to uniquely
  12. identify the resource.
  13. * Node, the new node path to overwrite the already existing path
  14. of commonresourceconfigs.xml file.
  15. * Supported, to indicate whether the resource is supported or not.
  16. * For each config tag, either of Node or Supported fields need
  17. to be mentioned.
  18. NOTE - It is not Mandatory to write all the resources which are not supported,
  19. as anyway perflock calls of these resources would fail.
  20. Exception tag is used to pass the exception why ths node cannot be tested.
  21. Cluster tag is used when node in resource xml is cluster specific(put logical cluster here).
  22. Cluster 0=> Big
  23. Cluster 1=> Little
  24. Cluster 2=> Prime
  25. | RVal | Wval | Reason
  26. | Yes | Yes | Different Value read and write
  27. | No | Yes | Read Val Same as write Value
  28. | Blank| Blank| Unsupported Node
  29. (Yes) => Tag is Added
  30. (No) => Tag is not Added
  31. (Blank) => Tag is added but written value is blank (eg: WVal="").
  32. -->
  33. <ResourceConfigs>
  34. <PerfResources>
  35. <Config MajorValue="0x1" MinorValue="0x2" WVal="0x63" RVal="99000000" />
  36. <Config MajorValue="0x3" MinorValue="0x3C" Exception="To be tested Manually - Special read Node" />
  37. <Config MajorValue="0x4" MinorValue="0x5" Cluster="3" WVal="50" RVal="50" />
  38. <Config MajorValue="0x4" MinorValue="0x4" Cluster="3" WVal="0" RVal="0" />
  39. <Config MajorValue="0xA" MinorValue="0x0" WVal="1" RVal="1" />
  40. <Config MajorValue="0xC" MinorValue="0x10" WVal="0x1FEABF3" RVal="4243000" />
  41. <Config MajorValue="0xD" MinorValue="0x26" WVal="60000" RVal="547000" />
  42. <Config MajorValue="0xD" MinorValue="0x27" WVal="60000" RVal="307200" />
  43. <Config MajorValue="0xD" MinorValue="0x28" WVal="60000" RVal="300000" />
  44. <Config MajorValue="0xF" MinorValue="0x6" Exception="Node not present on target yet, so avoid testing for now" />
  45. <Config MajorValue="0xA" MinorValue="0xC" WVal="440" RVal="500" />
  46. </PerfResources>
  47. </ResourceConfigs>