X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPi%2FPiDependency.h;h=952867937fcdeba9d8d2ff4e07f4d089c13abd99;hp=6f07c426fe96da480ecce606e8f69517e40e4859;hb=3ae55b76d99f41ea7a5ffe2d4e47b65a44c78cb1;hpb=d860010877dd3229fe111d7d4e8f61b8a6b45b83 diff --git a/MdePkg/Include/Pi/PiDependency.h b/MdePkg/Include/Pi/PiDependency.h index 6f07c426fe..952867937f 100644 --- a/MdePkg/Include/Pi/PiDependency.h +++ b/MdePkg/Include/Pi/PiDependency.h @@ -19,13 +19,13 @@ /// /// If present, this must be the first and only opcode, -/// EFI_DEP_BEFORE is only used by DXE driver. +/// EFI_DEP_BEFORE may be used by DXE and SMM drivers. /// #define EFI_DEP_BEFORE 0x00 /// /// If present, this must be the first and only opcode, -/// EFI_DEP_AFTER is only used by DXE driver. +/// EFI_DEP_AFTER may be used by DXE and SMM drivers. /// #define EFI_DEP_AFTER 0x01 @@ -40,7 +40,7 @@ /// /// If present, this must be the first opcode, -/// EFI_DEP_SOR is only used by DXE driver. +/// EFI_DEP_SOR may be used by DXE and SMM drivers. /// #define EFI_DEP_SOR 0x09