[PATCH 0/2] Add ACPI IORT test (LP: #1450440)

Colin King colin.king at canonical.com
Thu Jul 16 19:02:22 UTC 2015


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

Adding an ACPI IORT test was requested by the ARM folk
in the LuvOs IRC channel, so here is my first cut of the
test based purely on the specification and contrived test
ACPI table data.

Colin Ian King (2):
  Add ACPI IORT test (LP: #1450440)
  Update fwts-test for the new IORT table test

 Makefile.am                                        |   2 +
 .../arg-show-tests-0001/arg-show-tests-0001.log    |   2 +
 .../arg-show-tests-full-0001.log                   |   6 +-
 fwts-test/iort-0001/acpidump-0001.log              |  51 ++
 fwts-test/iort-0001/acpidump-0002.log              |  51 ++
 fwts-test/iort-0001/iort-0001.log                  | 119 ++++
 fwts-test/iort-0001/iort-0002.log                  | 217 +++++++
 fwts-test/iort-0001/test-0001.sh                   |  17 +
 fwts-test/iort-0001/test-0002.sh                   |  17 +
 src/Makefile.am                                    |   1 +
 src/acpi/iort/iort.c                               | 707 +++++++++++++++++++++
 src/lib/include/fwts_acpi.h                        |  96 +++
 12 files changed, 1285 insertions(+), 1 deletion(-)
 create mode 100644 fwts-test/iort-0001/acpidump-0001.log
 create mode 100644 fwts-test/iort-0001/acpidump-0002.log
 create mode 100644 fwts-test/iort-0001/iort-0001.log
 create mode 100644 fwts-test/iort-0001/iort-0002.log
 create mode 100755 fwts-test/iort-0001/test-0001.sh
 create mode 100755 fwts-test/iort-0001/test-0002.sh
 create mode 100644 src/acpi/iort/iort.c

-- 
2.1.4




More information about the fwts-devel mailing list