Home
last modified time | relevance | path

Searched refs:TpmDevice (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
DTcg2ConfigPeim.c81 UINT8 TpmDevice; in Tcg2ConfigPeimEntryPoint() local
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()
116 DEBUG ((EFI_D_INFO, "TpmDevice final: %x\n", TpmDevice)); in Tcg2ConfigPeimEntryPoint()
117 if (TpmDevice != TPM_DEVICE_NULL) { in Tcg2ConfigPeimEntryPoint()
118 Tcg2Configuration.TpmDevice = TpmDevice; in Tcg2ConfigPeimEntryPoint()
121 TpmDevice = Tcg2Configuration.TpmDevice; in Tcg2ConfigPeimEntryPoint()
[all …]
DTcg2ConfigDriver.c142 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()
181 Tcg2DeviceDetection.TpmDeviceDetected = mTpmInstanceId[Index].TpmDevice; in Tcg2ConfigDriverEntryPoint()
DTcg2ConfigNvData.h58 UINT8 TpmDevice; member
101 UINT8 TpmDevice; member
DTcg2Config.vfr45 oneof varid = TCG2_CONFIGURATION.TpmDevice,
56 suppressif ideqvallist TCG2_CONFIGURATION.TpmDevice == TPM_DEVICE_NULL TPM_DEVICE_1_2;
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
DTrEEConfigPeim.c81 UINT8 TpmDevice; in TrEEConfigPeimEntryPoint() local
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()
116 DEBUG ((EFI_D_INFO, "TpmDevice final: %x\n", TpmDevice)); in TrEEConfigPeimEntryPoint()
117 if (TpmDevice != TPM_DEVICE_NULL) { in TrEEConfigPeimEntryPoint()
118 TrEEConfiguration.TpmDevice = TpmDevice; in TrEEConfigPeimEntryPoint()
121 TpmDevice = TrEEConfiguration.TpmDevice; in TrEEConfigPeimEntryPoint()
[all …]
DTrEEConfigDriver.c87 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()
117 TrEEDeviceDetection.TpmDeviceDetected = mTpmInstanceId[Index].TpmDevice; in TrEEConfigDriverEntryPoint()
DTrEEConfigNvData.h39 UINT8 TpmDevice; member
73 UINT8 TpmDevice; member
DTrEEConfig.vfr39 oneof varid = TREE_CONFIGURATION.TpmDevice,
50 suppressif ideqvallist TREE_CONFIGURATION.TpmDevice == TPM_DEVICE_NULL TPM_DEVICE_1_2;