Home
last modified time | relevance | path

Searched refs:SecureBoot (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscSubclassDriver.h138 STRING_REF SecureBoot;
164 SMBIOS_TABLE_STRING SecureBoot;
DMiscOemType0x94Function.c729 Data8 = SystemConfiguration.SecureBoot;
1107 SmbiosRecord->SecureBoot = 15; in AddSmbiosT0x94Callback()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBios.c803 UINT8 *SecureBoot; in LegacyBiosInstall() local
817 SecureBoot = NULL; in LegacyBiosInstall()
818 GetEfiGlobalVariable2 (EFI_SECURE_BOOT_MODE_NAME, (VOID**)&SecureBoot, NULL); in LegacyBiosInstall()
819 if ((SecureBoot != NULL) && (*SecureBoot == SECURE_BOOT_MODE_ENABLE)) { in LegacyBiosInstall()
820 FreePool (SecureBoot); in LegacyBiosInstall()
824 if (SecureBoot != NULL) { in LegacyBiosInstall()
825 FreePool (SecureBoot); in LegacyBiosInstall()
/device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
DAuthVariableLib.inf56 ## CONSUMES ## Variable:L"SecureBoot"
57 ## PRODUCES ## Variable:L"SecureBoot"
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
DSetupInfoRecords.c1789 UINT8 SecureBoot;
1793 DataSize = sizeof(SecureBoot);
1799 &SecureBoot
1803 SystemConfigPtr->SecureBoot = 0;
1805 SystemConfigPtr->SecureBoot = SecureBoot;
1852 if ((SecureBootCfg) != SystemConfigPtr->SecureBoot) {
DBoot.vfi49 oneof varid = Setup.SecureBoot,
DPlatformSetupDxe.c153 Private->FakeNvData.SecureBoot = TRUE;
DVfrStrings.uni1220 #string STR_SECURE_BOOT #language en-US "SecureBoot"
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeImageVerificationLib/
DDxeImageVerificationLib.c1591 UINT8 *SecureBoot; in DxeImageVerificationHandler() local
1655 GetEfiGlobalVariable2 (EFI_SECURE_BOOT_MODE_NAME, (VOID**)&SecureBoot, NULL); in DxeImageVerificationHandler()
1659 if (SecureBoot == NULL) { in DxeImageVerificationHandler()
1666 if (*SecureBoot == SECURE_BOOT_MODE_DISABLE) { in DxeImageVerificationHandler()
1667 FreePool (SecureBoot); in DxeImageVerificationHandler()
1670 FreePool (SecureBoot); in DxeImageVerificationHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.inf65 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
DTrEEDxe.inf64 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/
DVarCheckUefiLib.inf70 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableSmmRuntimeDxe.inf81 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigDxe.inf98 ## SOMETIMES_CONSUMES ## Variable:L"SecureBoot"
DSecureBootConfigImpl.c2919 UINT8 *SecureBoot; in UpdateSecureBootString() local
2921 SecureBoot = NULL; in UpdateSecureBootString()
2926 GetVariable2 (EFI_SECURE_BOOT_MODE_NAME, &gEfiGlobalVariableGuid, (VOID**)&SecureBoot, NULL); in UpdateSecureBootString()
2927 if (SecureBoot == NULL) { in UpdateSecureBootString()
2931 if (*SecureBoot == SECURE_BOOT_MODE_ENABLE) { in UpdateSecureBootString()
2937 FreePool(SecureBoot); in UpdateSecureBootString()
DSecureBootConfig.vfr2 VFR file used by the SecureBoot configuration component.
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DSetupVariable.h1103 UINT8 SecureBoot; member
/device/linaro/bootloader/edk2/OvmfPkg/
DREADME69 * Note that this option is required for running SecureBoot-enabled builds
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DQuarkPlatformPkg.dec293 # PCDs for auto provisioning of UEFI SecureBoot.