intel_error_decode: Inflate compressed error state

Recent kernels compress the active objects using zlib + ascii85
encoding. This adapts the tool to decompress those inplace.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2014-10-31 11:27:21 +00:00
parent 3d5b50b4f0
commit d4c3cd4d04
2 changed files with 94 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ intel_reg_SOURCES = \
intel_error_decode_SOURCES = \
intel_error_decode.c
intel_error_decode_LDFLAGS = -lz
intel_bios_reader_SOURCES = \
intel_bios_reader.c \