summaryrefslogtreecommitdiff
path: root/tools/Makefile.sources
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2014-06-10 21:28:10 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2014-06-13 20:28:21 +0300
commit71874f4a52878caabe5c2ccd499bab41633fa156 (patch)
tree11b3f3ed6b4c1fea8eeee8be9ea9908ac4e976a9 /tools/Makefile.sources
parenta49906e26616c405d41631d5e1b0be0a366d2c30 (diff)
tools: Add intel_iosf_sb_{read,write} tools
Add generic tools to poke at IOSF sideband. The user needs to manually specify SB port as well as the register. TODO: Maybe add symbolic names for the units? Would avoid having to trawl the docs for the magic hex value. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Diffstat (limited to 'tools/Makefile.sources')
-rw-r--r--tools/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.sources b/tools/Makefile.sources
index 0f638458..c2535e78 100644
--- a/tools/Makefile.sources
+++ b/tools/Makefile.sources
@@ -8,6 +8,8 @@ bin_PROGRAMS = \
intel_gpu_top \
intel_gpu_time \
intel_gtt \
+ intel_iosf_sb_read \
+ intel_iosf_sb_write \
intel_opregion_decode \
intel_perf_counters \
intel_stepping \