summaryrefslogtreecommitdiff
path: root/tools/intel_bios_dumper.c
AgeCommit message (Collapse)Author
2012-08-30clang: Fix warnings found through clang.Ben Widawsky
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-01-09tools/intel_bios_dumper: fixup new warningsDaniel Vetter
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-03-22intel_bios_dumper: handle rom_size == 0Forest Bond
Some versions of libpciaccess on Linux set rom_size to 0 for VGA devices. While this behavior may change, intel_bios_dumper should handle this situation to be compatible with current versions of the library. This fixes segmentation faults on affected systems. Signed-off-by: Forest Bond <forest.bond@rapidrollout.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2010-02-20Add intel_bios_dumper from the 2D driver. Last of the tools, finally!Eric Anholt