Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
DTrEEConfigPeim.c79 TREE_CONFIGURATION TrEEConfiguration; in TrEEConfigPeimEntryPoint() local
86 Size = sizeof(TrEEConfiguration); in TrEEConfigPeimEntryPoint()
93 &TrEEConfiguration in TrEEConfigPeimEntryPoint()
99 TrEEConfiguration.TpmDevice = TPM_DEVICE_DEFAULT; in TrEEConfigPeimEntryPoint()
105 …if ((TrEEConfiguration.TpmDevice > TPM_DEVICE_MAX) || (TrEEConfiguration.TpmDevice < TPM_DEVICE_MI… in TrEEConfigPeimEntryPoint()
106 TrEEConfiguration.TpmDevice = TPM_DEVICE_DEFAULT; in TrEEConfigPeimEntryPoint()
112 DEBUG ((EFI_D_INFO, "TrEEConfiguration.TpmDevice from Setup: %x\n", TrEEConfiguration.TpmDevice)); in TrEEConfigPeimEntryPoint()
115 TpmDevice = DetectTpmDevice (TrEEConfiguration.TpmDevice); in TrEEConfigPeimEntryPoint()
118 TrEEConfiguration.TpmDevice = TpmDevice; in TrEEConfigPeimEntryPoint()
121 TpmDevice = TrEEConfiguration.TpmDevice; in TrEEConfigPeimEntryPoint()
DTrEEConfigDriver.c40 TREE_CONFIGURATION TrEEConfiguration; in TrEEConfigDriverEntryPoint() local
75 DataSize = sizeof(TrEEConfiguration); in TrEEConfigDriverEntryPoint()
81 &TrEEConfiguration in TrEEConfigDriverEntryPoint()
87 TrEEConfiguration.TpmDevice = TPM_DEVICE_DEFAULT; in TrEEConfigDriverEntryPoint()
93 …if ((TrEEConfiguration.TpmDevice > TPM_DEVICE_MAX) || (TrEEConfiguration.TpmDevice < TPM_DEVICE_MI… in TrEEConfigDriverEntryPoint()
94 TrEEConfiguration.TpmDevice = TPM_DEVICE_DEFAULT; in TrEEConfigDriverEntryPoint()
104 sizeof(TrEEConfiguration), in TrEEConfigDriverEntryPoint()
105 &TrEEConfiguration in TrEEConfigDriverEntryPoint()