mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-05 10:50:43 +00:00
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>
This commit is contained in:
@@ -63,6 +63,7 @@ struct vmctx {
|
||||
void *vrtc;
|
||||
void *vpit;
|
||||
void *ioc_dev;
|
||||
void *tpm_dev;
|
||||
|
||||
/* BSP state. guest loader needs to fill it */
|
||||
struct acrn_set_vcpu_regs bsp_regs;
|
||||
|
Reference in New Issue
Block a user