[PATCH 0/2] add MSDM table test (LP: #1470538)
Colin King
colin.king at canonical.com
Wed Jul 1 15:02:01 UTC 2015
From: Colin Ian King <colin.king at canonical.com>
This checks for MSDM data type 1 based on data I found
from various places and some inspection of existing tables.
Colin Ian King (2):
acpi: add MSDM table test (LP: #1470538)
fwts-test: Add MSDM table regression test
Makefile.am | 2 +
.../arg-show-tests-0001/arg-show-tests-0001.log | 2 +
.../arg-show-tests-full-0001.log | 6 +-
fwts-test/msdm-0001/acpidump-0001.log | 33 ++++
fwts-test/msdm-0001/acpidump-0002.log | 33 ++++
fwts-test/msdm-0001/msdm-0002.log | 22 +++
fwts-test/msdm-0001/test-0001.sh | 17 ++
fwts-test/msdm-0001/test-0002.sh | 17 ++
src/Makefile.am | 1 +
src/acpi/msdm/msdm.c | 173 +++++++++++++++++++++
src/lib/include/fwts_acpi.h | 15 ++
11 files changed, 320 insertions(+), 1 deletion(-)
create mode 100644 fwts-test/msdm-0001/acpidump-0001.log
create mode 100644 fwts-test/msdm-0001/acpidump-0002.log
create mode 100644 fwts-test/msdm-0001/msdm-0002.log
create mode 100755 fwts-test/msdm-0001/test-0001.sh
create mode 100755 fwts-test/msdm-0001/test-0002.sh
create mode 100644 src/acpi/msdm/msdm.c
--
2.1.4
More information about the fwts-devel
mailing list