]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiMultiPhase.h
Add comments for most of enum data type.
[mirror_edk2.git] / MdePkg / Include / Pi / PiMultiPhase.h
index bbba442b214f692229944fe414594a47e6519ed2..4f008ce93920cb7847f47781b5e4423a36b6618b 100644 (file)
@@ -92,9 +92,16 @@ typedef struct {
 } EFI_STATUS_CODE_DATA;\r
 \r
 \r
-//\r
-// Bit values for Authentication Status\r
-//\r
+///\r
+/// Bit values for Authentication Status\r
+///\r
+/// xx00 Image was not signed.\r
+/// xxx1 Platform security policy override. 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, 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, and the signature failed the authentication test.\r
+///\r
 #define EFI_AUTH_STATUS_PLATFORM_OVERRIDE   0x01\r
 #define EFI_AUTH_STATUS_IMAGE_SIGNED        0x02\r
 #define EFI_AUTH_STATUS_NOT_TESTED          0x04\r