Skip to content

Commit 4b83e37

Browse files
YadongQilijinxia
authored andcommitted
DM: tpm emulator to communicate with swtpm
This patch will create control channel and command channel so as to communicate with swtpm. Based on the 2 channels, a set of APIs will be implemented and exposed. Tracked-On: #1924 Signed-off-by: Deng Wei <wei.a.deng@intel.com> Signed-off-by: Qi Yadong <yadong.qi@intel.com> Signed-off-by: yingbinx <yingbinx.zeng@intel.com> Reviewed-by: Zhu Bing <bing.zhu@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Yin Fengwei <fengwei.yin@intel.com>
1 parent 1ba7ceb commit 4b83e37

File tree

3 files changed

+872
-0
lines changed

3 files changed

+872
-0
lines changed

devicemodel/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ SRCS += hw/platform/acpi/acpi.c
8282
SRCS += hw/platform/acpi/acpi_pm.c
8383
SRCS += hw/platform/rpmb/rpmb_sim.c
8484
SRCS += hw/platform/rpmb/rpmb_backend.c
85+
SRCS += hw/platform/tpm/tpm_emulator.c
8586
SRCS += hw/platform/debugexit.c
8687
SRCS += hw/pci/wdt_i6300esb.c
8788
SRCS += hw/pci/lpc.c

0 commit comments

Comments
 (0)