X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FSecurityPkg.dec;h=1d44095af46f62bdd2ea8db1e1ba0fa862f26802;hp=f2b3ac66effcc39149538a32dce617c505062e02;hb=60c944c7d63978eee337f52af360ca5d807c11b6;hpb=c2fcbc853f92c5a52d868be3eb3b33161c127eab diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index f2b3ac66ef..1d44095af4 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -216,10 +216,6 @@ # IMAGE_FROM_FIXED_MEDIA 0x00000010 gEfiSecurityPkgTokenSpaceGuid.PcdDeferImageLoadPolicy|0x0000001F|UINT32|0x0000004 - ## The token file name used to save credential in USB credential provider driver. - # The specified file should be saved at the root directory of USB storage disk. - gEfiSecurityPkgTokenSpaceGuid.PcdFixedUsbCredentialProviderTokenFileName|L"Token.bin"|VOID*|0x00000005 - ## The size of Append variable buffer. This buffer is reserved for runtime use, OS can append data into one existing variable. gEfiSecurityPkgTokenSpaceGuid.PcdMaxAppendVariableSize|0x2000|UINT32|0x30000005 @@ -229,14 +225,12 @@ # If 1, TCG platform type is server. gEfiSecurityPkgTokenSpaceGuid.PcdTpmPlatformClass|0|UINT8|0x00000006 - ## The PCD is used to control whether to support hiding the TPM. - # If TRUE, PcdHideTpm controls whether to hide the TPM. - gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport|FALSE|BOOLEAN|0x00000007 +[PcdsFixedAtBuild, PcdsPatchableInModule] + ## Null-terminated Unicode string of the file name that is the default name to save USB credential. + # The specified file should be saved at the root directory of USB storage disk. + # @Prompt File name to save credential. + gEfiSecurityPkgTokenSpaceGuid.PcdFixedUsbCredentialProviderTokenFileName|L"Token.bin"|VOID*|0x00000005 -[PcdsDynamic, PcdsDynamicEx] - ## The PCD is used to control whether to hide the TPM. - gEfiSecurityPkgTokenSpaceGuid.PcdHideTpm|FALSE|BOOLEAN|0x00010002 - [PcdsFixedAtBuild, PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] ## This PCD indicates the presence or absence of the platform operator. gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence|TRUE|BOOLEAN|0x00010001 @@ -308,3 +302,10 @@ ## This PCD indicates TPM base address. gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0xFED40000|UINT64|0x00010012 + + ## Provides one or more SHA 256 Hashes of the RSA 2048 public keys used to verify Recovery and Capsule Update images + # + # @Prompt One or more SHA 256 Hashes of RSA 2048 bit public keys used to verify Recovery and Capsule Update images + # + gEfiSecurityPkgTokenSpaceGuid.PcdRsa2048Sha256PublicKeyBuffer|{0x91, 0x29, 0xc4, 0xbd, 0xea, 0x6d, 0xda, 0xb3, 0xaa, 0x6f, 0x50, 0x16, 0xfc, 0xdb, 0x4b, 0x7e, 0x3c, 0xd6, 0xdc, 0xa4, 0x7a, 0x0e, 0xdd, 0xe6, 0x15, 0x8c, 0x73, 0x96, 0xa2, 0xd4, 0xa6, 0x4d}|VOID*|0x00010013 + \ No newline at end of file