X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FTcg%2FTcg2Config%2FTcg2Config.vfr;fp=SecurityPkg%2FTcg%2FTcg2Config%2FTcg2Config.vfr;h=91a463997c0ab6d88d6188bb770e85cc467371ef;hp=12d8adb7eaebba2c6862bb33f48d91e3928cf332;hb=d6b926e76e3d639ac37610e97d33ff9e3a6281eb;hpb=6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18 diff --git a/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr b/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr index 12d8adb7ea..91a463997c 100644 --- a/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr +++ b/SecurityPkg/Tcg/Tcg2Config/Tcg2Config.vfr @@ -16,19 +16,19 @@ formset efivarstore TCG2_CONFIGURATION_INFO, varid = TCG2_CONFIGURATION_INFO_VARSTORE_ID, - attribute = 0x02, // EFI variable attribures EFI_VARIABLE_BOOTSERVICE_ACCESS + attribute = 0x02, // EFI variable attributes EFI_VARIABLE_BOOTSERVICE_ACCESS name = TCG2_CONFIGURATION_INFO, guid = TCG2_CONFIG_FORM_SET_GUID; efivarstore TCG2_CONFIGURATION, varid = TCG2_CONFIGURATION_VARSTORE_ID, - attribute = 0x03, // EFI variable attribures EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE + attribute = 0x03, // EFI variable attributes EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE name = TCG2_CONFIGURATION, guid = TCG2_CONFIG_FORM_SET_GUID; efivarstore TCG2_VERSION, varid = TCG2_VERSION_VARSTORE_ID, - attribute = 0x03, // EFI variable attribures EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE + attribute = 0x03, // EFI variable attributes EFI_VARIABLE_BOOTSERVICE_ACCESS | EFI_VARIABLE_NON_VOLATILE name = TCG2_VERSION, guid = TCG2_CONFIG_FORM_SET_GUID;