tools: Add intel_iosf_sb_{read,write} tools
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Jun 2014 18:28:10 +0000 (21:28 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 13 Jun 2014 17:28:21 +0000 (20:28 +0300)
commit71874f4a52878caabe5c2ccd499bab41633fa156
tree11b3f3ed6b4c1fea8eeee8be9ea9908ac4e976a9
parenta49906e26616c405d41631d5e1b0be0a366d2c30
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>
lib/intel_io.h
lib/intel_iosf.c
tools/Makefile.sources
tools/intel_iosf_sb_read.c [new file with mode: 0644]
tools/intel_iosf_sb_write.c [new file with mode: 0644]