Home
last modified time | relevance | path

Searched refs:Tcg2Configuration (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigPeim.c79 TCG2_CONFIGURATION Tcg2Configuration; in Tcg2ConfigPeimEntryPoint() local
86 Size = sizeof(Tcg2Configuration); in Tcg2ConfigPeimEntryPoint()
93 &Tcg2Configuration in Tcg2ConfigPeimEntryPoint()
99 Tcg2Configuration.TpmDevice = TPM_DEVICE_DEFAULT; in Tcg2ConfigPeimEntryPoint()
105 …if ((Tcg2Configuration.TpmDevice > TPM_DEVICE_MAX) || (Tcg2Configuration.TpmDevice < TPM_DEVICE_MI… in Tcg2ConfigPeimEntryPoint()
106 Tcg2Configuration.TpmDevice = TPM_DEVICE_DEFAULT; in Tcg2ConfigPeimEntryPoint()
112 DEBUG ((EFI_D_INFO, "Tcg2Configuration.TpmDevice from Setup: %x\n", Tcg2Configuration.TpmDevice)); in Tcg2ConfigPeimEntryPoint()
115 TpmDevice = DetectTpmDevice (Tcg2Configuration.TpmDevice); in Tcg2ConfigPeimEntryPoint()
118 Tcg2Configuration.TpmDevice = TpmDevice; in Tcg2ConfigPeimEntryPoint()
121 TpmDevice = Tcg2Configuration.TpmDevice; in Tcg2ConfigPeimEntryPoint()
DTcg2ConfigDriver.c84 TCG2_CONFIGURATION Tcg2Configuration; in Tcg2ConfigDriverEntryPoint() local
130 DataSize = sizeof(Tcg2Configuration); in Tcg2ConfigDriverEntryPoint()
136 &Tcg2Configuration in Tcg2ConfigDriverEntryPoint()
142 Tcg2Configuration.TpmDevice = TPM_DEVICE_DEFAULT; in Tcg2ConfigDriverEntryPoint()
148 …if ((Tcg2Configuration.TpmDevice > TPM_DEVICE_MAX) || (Tcg2Configuration.TpmDevice < TPM_DEVICE_MI… in Tcg2ConfigDriverEntryPoint()
149 Tcg2Configuration.TpmDevice = TPM_DEVICE_DEFAULT; in Tcg2ConfigDriverEntryPoint()
173 Tcg2Configuration.TpmDevice = Tcg2DeviceDetection.TpmDeviceDetected; in Tcg2ConfigDriverEntryPoint()
204 sizeof(Tcg2Configuration), in Tcg2ConfigDriverEntryPoint()
205 &Tcg2Configuration in Tcg2ConfigDriverEntryPoint()