All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] TPM-TIS bios-tables-test
@ 2020-06-09 12:54 Eric Auger
  2020-06-09 12:54 ` [PATCH v2 1/5] test/tpm-emu: include sockets and channel headers in tpm-emu header Eric Auger
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Eric Auger @ 2020-06-09 12:54 UTC (permalink / raw)
  To: eric.auger.pro, eric.auger, stefanb, qemu-devel, qemu-arm,
	peter.maydell, mst, shannon.zhaosl, imammedo
  Cc: marcandre.lureau, drjones, lersek, ardb, philmd

This series adds the test of the TPM2 and DSDT tables when the
TPM-TIS device gets instantiated.

The series also allows to validate changes in the TPM2 table
generation done in "[PATCH v3 0/4] vTPM/aarch64 ACPI support",
sent separately.

This depends on:
- Stefan's "acpi: tpm: Do not build TCPA table for TPM 2"
- Michael's "checkpatch: reversed logic with acpi test checks"

Best Regards

Eric

This series can be found at:
https://github.com/eauger/qemu/tree/v5.0-tpm-acpi-tests-v2


Eric Auger (5):
  test/tpm-emu: include sockets and channel headers in tpm-emu header
  tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test
  tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
  bios-tables-test: Add Q35/TPM-TIS test
  bios-tables-test: Generate reference tables for Q35/TPM-TIS

 tests/qtest/tpm-emu.h          |   3 ++
 tests/qtest/bios-tables-test.c |  58 +++++++++++++++++++++++++++++++++
 tests/qtest/tpm-emu.c          |   1 -
 tests/data/acpi/q35/DSDT.tis   | Bin 0 -> 8468 bytes
 tests/data/acpi/q35/TPM2.tis   | Bin 0 -> 76 bytes
 tests/qtest/Makefile.include   |   1 +
 6 files changed, 62 insertions(+), 1 deletion(-)
 create mode 100644 tests/data/acpi/q35/DSDT.tis
 create mode 100644 tests/data/acpi/q35/TPM2.tis

-- 
2.20.1



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-06-10 16:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 12:54 [PATCH v2 0/5] TPM-TIS bios-tables-test Eric Auger
2020-06-09 12:54 ` [PATCH v2 1/5] test/tpm-emu: include sockets and channel headers in tpm-emu header Eric Auger
2020-06-09 12:54 ` [PATCH v2 2/5] tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test Eric Auger
2020-06-09 12:54 ` [PATCH v2 3/5] tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS Eric Auger
2020-06-10 16:38   ` Stefan Berger
2020-06-09 12:54 ` [PATCH v2 4/5] bios-tables-test: Add Q35/TPM-TIS test Eric Auger
2020-06-10 16:39   ` Stefan Berger
2020-06-09 12:54 ` [PATCH v2 5/5] bios-tables-test: Generate reference tables for Q35/TPM-TIS Eric Auger
2020-06-09 14:00 ` [PATCH v2 0/5] TPM-TIS bios-tables-test no-reply
2020-06-09 14:24   ` Auger Eric
2020-06-09 14:15 ` no-reply
2020-06-09 14:30 ` no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.