]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Ppi/Security2.h
The return description for LibPcdSetx function is ambiguity. The actual meaning of...
[mirror_edk2.git] / MdePkg / Include / Ppi / Security2.h
index c48f97087a7d5feb8170640ecf80f61b99e1f3f6..8c9eb90da12f9f44799ff328ec91eb9dab7b1119 100644 (file)
@@ -47,6 +47,15 @@ typedef struct _EFI_PEI_SECURITY2_PPI  EFI_PEI_SECURITY2_PPI;
   @param This                    Interface pointer that implements the\r
                                  particular EFI_PEI_SECURITY2_PPI instance.\r
   @param AuthenticationStatus    Authentication status of the file.\r
+                                 xx00 Image was not signed.\r
+                                 xxx1 Platform security policy override. \r
+                                      Assumes same meaning as 0010 (the image was signed, the\r
+                                      signature was tested, and the signature passed authentication test).\r
+                                 0010 Image was signed, the signature was tested, \r
+                                      and the signature passed authentication test.\r
+                                 0110 Image was signed and the signature was not tested.\r
+                                 1010 Image was signed, the signature was tested, \r
+                                      and the signature failed the authentication test.\r
   @param FvHandle                Handle of the volume in which the file\r
                                  resides. This allows different policies\r
                                  depending on different firmware volumes.\r