From 71874f4a52878caabe5c2ccd499bab41633fa156 Mon Sep 17 00:00:00 2001 From: Ville Syrjälä Date: Tue, 10 Jun 2014 21:28:10 +0300 Subject: tools: Add intel_iosf_sb_{read,write} tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ä --- tools/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/Makefile.sources') 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 \ -- cgit v1.2.3