Skip to content

Commit 7df90a2

Browse files
YadongQilijinxia
authored andcommitted
DM: Support TPM2 CRB device virtualization
Full virtualized TPM CRB device. The TPM CRB module will handle TPM2 MMIO access. It will forward the command/data to TPM emulator for command processing if there is a valid TPM command. Tracked-On: #1924 Signed-off-by: Qi Yadong <yadong.qi@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 4b83e37 commit 7df90a2

File tree

5 files changed

+610
-0
lines changed

5 files changed

+610
-0
lines changed

devicemodel/Makefile

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

0 commit comments

Comments
 (0)