[PATCH 0/2] acpi: Add support for WDAT Table (LP: #1480257)

Colin King colin.king at canonical.com
Fri Jul 31 11:48:19 UTC 2015


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

About 4% of PC systems have a WDAT so it seems marginally useful
to add this test.

Colin Ian King (2):
  acpi: Add support for WDAT Table (LP: #1480257)
  fwts-test: Add WDAT table regression tests

 Makefile.am                                        |   2 +
 .../arg-show-tests-0001/arg-show-tests-0001.log    |   2 +
 .../arg-show-tests-full-0001.log                   |   4 +
 fwts-test/wdat-0001/acpidump-0001.log              |  61 ++++++
 fwts-test/wdat-0001/acpidump-0002.log              |  61 ++++++
 fwts-test/wdat-0001/test-0001.sh                   |  17 ++
 fwts-test/wdat-0001/test-0002.sh                   |  17 ++
 fwts-test/wdat-0001/wdat-0001.log                  |  12 ++
 fwts-test/wdat-0001/wdat-0002.log                  |  31 +++
 src/Makefile.am                                    |   1 +
 src/acpi/wdat/wdat.c                               | 227 +++++++++++++++++++++
 src/lib/include/fwts_acpi.h                        |  30 +++
 12 files changed, 465 insertions(+)
 create mode 100644 fwts-test/wdat-0001/acpidump-0001.log
 create mode 100644 fwts-test/wdat-0001/acpidump-0002.log
 create mode 100755 fwts-test/wdat-0001/test-0001.sh
 create mode 100755 fwts-test/wdat-0001/test-0002.sh
 create mode 100644 fwts-test/wdat-0001/wdat-0001.log
 create mode 100644 fwts-test/wdat-0001/wdat-0002.log
 create mode 100644 src/acpi/wdat/wdat.c

-- 
2.5.0




More information about the fwts-devel mailing list