[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v5 10/14] tests: acpi: prepare for TPM CRB tests
|
From: |
Joelle van Dyne |
|
Subject: |
[PATCH v5 10/14] tests: acpi: prepare for TPM CRB tests |
|
Date: |
Mon, 13 Nov 2023 18:09:20 -0800 |
Signed-off-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
---
tests/qtest/bios-tables-test-allowed-diff.h | 4 ++++
tests/data/acpi/q35/DSDT.crb.tpm2 | 0
tests/data/acpi/q35/TPM2.crb.tpm2 | 0
tests/data/acpi/virt/DSDT.crb-device.tpm2 | 0
tests/data/acpi/virt/TPM2.crb-device.tpm2 | 0
5 files changed, 4 insertions(+)
create mode 100644 tests/data/acpi/q35/DSDT.crb.tpm2
create mode 100644 tests/data/acpi/q35/TPM2.crb.tpm2
create mode 100644 tests/data/acpi/virt/DSDT.crb-device.tpm2
create mode 100644 tests/data/acpi/virt/TPM2.crb-device.tpm2
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..c2d1924c2f 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1 +1,5 @@
/* List of comma-separated changed AML files to ignore */
+"tests/data/acpi/q35/DSDT.crb.tpm2",
+"tests/data/acpi/q35/TPM2.crb.tpm2",
+"tests/data/acpi/virt/DSDT.crb.tpm2",
+"tests/data/acpi/virt/TPM2.crb.tpm2",
diff --git a/tests/data/acpi/q35/DSDT.crb.tpm2
b/tests/data/acpi/q35/DSDT.crb.tpm2
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/q35/TPM2.crb.tpm2
b/tests/data/acpi/q35/TPM2.crb.tpm2
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/virt/DSDT.crb-device.tpm2
b/tests/data/acpi/virt/DSDT.crb-device.tpm2
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/tests/data/acpi/virt/TPM2.crb-device.tpm2
b/tests/data/acpi/virt/TPM2.crb-device.tpm2
new file mode 100644
index 0000000000..e69de29bb2
--
2.41.0
- [PATCH v5 04/14] tpm_crb: use a single read-as-mem/write-as-mmio mapping, (continued)
- [PATCH v5 06/14] tpm-sysbus: add plug handler for TPM on SysBus, Joelle van Dyne, 2023/11/13
- [PATCH v5 07/14] hw/arm/virt: connect TPM to platform bus, Joelle van Dyne, 2023/11/13
- [PATCH v5 08/14] hw/loongarch/virt: connect TPM to platform bus, Joelle van Dyne, 2023/11/13
- [PATCH v5 09/14] tpm_tis_sysbus: move DSDT AML generation to device, Joelle van Dyne, 2023/11/13
- [PATCH v5 10/14] tests: acpi: prepare for TPM CRB tests,
Joelle van Dyne <=
- [PATCH v5 11/14] tpm_crb_sysbus: introduce TPM CRB SysBus device, Joelle van Dyne, 2023/11/13
- [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Joelle van Dyne, 2023/11/13
- Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Marc-André Lureau, 2023/11/14
- Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Stefan Berger, 2023/11/14
- Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Stefan Berger, 2023/11/14
- Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Stefan Berger, 2023/11/14
- Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Stefan Berger, 2023/11/14
- Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Joelle van Dyne, 2023/11/23
- Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Stefan Berger, 2023/11/24
- Re: [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt, Joelle van Dyne, 2023/11/24