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>
This commit is contained in:
Ville Syrjälä
2014-06-10 21:28:10 +03:00
parent a49906e266
commit 71874f4a52
5 changed files with 147 additions and 0 deletions
+2
View File
@@ -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 \