quick_dump: SWIG chipset interface
authorBen Widawsky <ben@bwidawsk.net>
Fri, 1 Feb 2013 22:54:31 +0000 (14:54 -0800)
committerBen Widawsky <ben@bwidawsk.net>
Fri, 8 Feb 2013 02:21:17 +0000 (18:21 -0800)
commit6437eed930c089a5b8b860daac03cfe537b285a9
treed506e62e0e782fd299b88f87a4c71bf4f31f8ea1
parent508b5ce9a5e39a0fa78b2cf0e3706a53cb066bc6
quick_dump: SWIG chipset interface

This isn't strictly necessary it would have been easy enough to simply
convert intel_chipset.h but this should be nice prep work for directly
doing MMIO. It also serves as a nice review point.

It's demonstrated with an autodetect function in the script. That
autodetect has a hardcoded path that shouldn't be there, but it will go
away in the next patch when we can properly link in libpciaccess.

Thanks to Matt for helping whip the automake stuff into shape.

v2: Switch to $(top_srcdir)

Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
tools/Makefile.am
tools/quick_dump/Makefile.am
tools/quick_dump/chipset.i [new file with mode: 0644]
tools/quick_dump/intel_chipset.c [new file with mode: 0644]
tools/quick_dump/quick_dump.py