Skip to content

Commit

Permalink
update csscan to SoC-600; add support for devmemd; improve MEM-AP eff…
Browse files Browse the repository at this point in the history
…iciency
  • Loading branch information
algrant-arm committed Jul 6, 2021
1 parent 8c5b7fe commit 847e2e3
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 68 deletions.
2 changes: 1 addition & 1 deletion coresight-tools/cs_topology_sysfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def get_cs_from_device_tree(p=None):

if __name__ == "__main__":
p = get_cs_from_sysfs()
if p is None or not p.links:
if True or p is None or not p.links:
p = get_cs_from_device_tree(p)
if p is not None:
p.show()
Expand Down
Loading

0 comments on commit 847e2e3

Please sign in to comment.