Searched refs:TpmDevice (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/ |
D | TrEEConfigPeim.c | 81 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 …]
|
D | TrEEConfigDriver.c | 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() 117 TrEEDeviceDetection.TpmDeviceDetected = mTpmInstanceId[Index].TpmDevice; in TrEEConfigDriverEntryPoint()
|
D | TrEEConfigNvData.h | 39 UINT8 TpmDevice; member 73 UINT8 TpmDevice; member
|
D | TrEEConfig.vfr | 39 oneof varid = TREE_CONFIGURATION.TpmDevice, 50 suppressif ideqvallist TREE_CONFIGURATION.TpmDevice == TPM_DEVICE_NULL TPM_DEVICE_1_2;
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/ |
D | Tcg2ConfigPeim.c | 81 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 …]
|
D | Tcg2ConfigDriver.c | 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() 167 Tcg2DeviceDetection.TpmDeviceDetected = mTpmInstanceId[Index].TpmDevice; in Tcg2ConfigDriverEntryPoint() 173 Tcg2Configuration.TpmDevice = Tcg2DeviceDetection.TpmDeviceDetected; in Tcg2ConfigDriverEntryPoint()
|
D | Tcg2ConfigNvData.h | 65 UINT8 TpmDevice; member 111 UINT8 TpmDevice; member
|
D | Tcg2Config.vfr | 45 oneof varid = TCG2_CONFIGURATION.TpmDevice, 54 suppressif ideqvallist TCG2_CONFIGURATION.TpmDevice == TPM_DEVICE_NULL TPM_DEVICE_1_2; 90 suppressif ideqvallist TCG2_CONFIGURATION.TpmDevice == TPM_DEVICE_NULL TPM_DEVICE_1_2;
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/ |
D | Readme.md | 646 TrEEConfiguration.TpmDevice from Setup: 1 648 TpmDevice final: 1 649 TpmDevice PCD: 8B01E5B6-4F19-46E8-AB93-1C53671B90CC
|