[PATCH 0/2] Add STAO Table test (LP: #1478957)

Colin King colin.king at canonical.com
Wed Jul 29 13:19:58 UTC 2015


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

This is a Linaro specific ACPI table, see
http://wiki.xenproject.org/mediawiki/images/0/02/Status-override-table.pdf

Colin Ian King (2):
  acpi: Add support for STAO Table (LP: #1478957)
  fwts-test: Add STAO 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/stao-0001/acpidump-0001.log              |  43 ++++
 fwts-test/stao-0001/acpidump-0002.log              |  43 ++++
 fwts-test/stao-0001/stao-0001.log                  |  14 ++
 fwts-test/stao-0001/stao-0002.log                  |  19 ++
 fwts-test/stao-0001/test-0001.sh                   |  17 ++
 fwts-test/stao-0001/test-0002.sh                   |  17 ++
 src/Makefile.am                                    |   5 +-
 src/acpi/stao/stao.c                               | 219 +++++++++++++++++++++
 src/lib/include/fwts_acpi.h                        |  10 +
 12 files changed, 393 insertions(+), 2 deletions(-)
 create mode 100644 fwts-test/stao-0001/acpidump-0001.log
 create mode 100644 fwts-test/stao-0001/acpidump-0002.log
 create mode 100644 fwts-test/stao-0001/stao-0001.log
 create mode 100644 fwts-test/stao-0001/stao-0002.log
 create mode 100755 fwts-test/stao-0001/test-0001.sh
 create mode 100755 fwts-test/stao-0001/test-0002.sh
 create mode 100644 src/acpi/stao/stao.c

-- 
2.4.6




More information about the fwts-devel mailing list