[PATCH 0/2] CSRT test (LP: #1470116)

Colin King colin.king at canonical.com
Tue Jun 30 14:17:42 UTC 2015


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

Implements CSRT test as defined by the CSRT specification
in https://acpica.org/sites/acpica/files/CSRT.doc 

Colin Ian King (2):
  acpi: Add CSRT ACPI Table test (LP: #1470116)
  fwts-test: Add CSRT 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/csrt-0001/acpidump-0001.log              |  38 ++++
 fwts-test/csrt-0001/acpidump-0002.log              |  38 ++++
 fwts-test/csrt-0001/csrt-0001.log                  |   9 +
 fwts-test/csrt-0001/csrt-0002.log                  |  21 ++
 fwts-test/csrt-0001/test-0001.sh                   |  17 ++
 fwts-test/csrt-0001/test-0002.sh                   |  17 ++
 src/Makefile.am                                    |   1 +
 src/acpi/csrt/csrt.c                               | 246 +++++++++++++++++++++
 src/lib/include/fwts_acpi.h                        |  31 +++
 12 files changed, 427 insertions(+), 1 deletion(-)
 create mode 100644 fwts-test/csrt-0001/acpidump-0001.log
 create mode 100644 fwts-test/csrt-0001/acpidump-0002.log
 create mode 100644 fwts-test/csrt-0001/csrt-0001.log
 create mode 100644 fwts-test/csrt-0001/csrt-0002.log
 create mode 100755 fwts-test/csrt-0001/test-0001.sh
 create mode 100755 fwts-test/csrt-0001/test-0002.sh
 create mode 100644 src/acpi/csrt/csrt.c

-- 
2.1.4




More information about the fwts-devel mailing list