[PATCH 0/2] Use IASL for table dumps

Colin King colin.king at canonical.com
Mon Nov 30 20:21:20 UTC 2015


From: Colin Ian King <colin.king at canonical.com>

Remove a lot of code duplication with ACPICA and use IASL for table
dumps rather than fwts own code to do this.  The output format is
slightly different, so the regression tests need fixing up too.

Colin Ian King (2):
  acpi: acpidump: use IASL rather than fwts custom table dump code
  fwts-test: fix up acpidump releated tests

 fwts-test/acpidump-0001/acpidump-0001.log       | 1202 ++++++------
 fwts-test/arg-table-path-0001/acpidump-0001.log |  983 +++++-----
 fwts-test/arg-table-path-0001/acpidump.log      |    6 -
 fwts-test/arg-table-path-0001/test-0001.sh      |   10 +-
 fwts-test/arg-table-path-0001/test-0002.sh      |   12 +-
 src/acpi/acpidump/acpidump.c                    | 2284 ++---------------------
 6 files changed, 1228 insertions(+), 3269 deletions(-)
 delete mode 100644 fwts-test/arg-table-path-0001/acpidump.log

-- 
2.6.2




More information about the fwts-devel mailing list