X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FPpi%2FSecPlatformInformation.h;h=bcba5dbf2af6f5d0cce9b2aac81c79257f54a66c;hp=b7dd03e6ce42bd299881a5e73fd3bdc7f2e2a21a;hb=9c89ec98193e24eb9849a66c83f6a80b64a51c4c;hpb=0647c9adf92c6a8712091607a73b2768327a865d diff --git a/MdePkg/Include/Ppi/SecPlatformInformation.h b/MdePkg/Include/Ppi/SecPlatformInformation.h index b7dd03e6ce..bcba5dbf2a 100644 --- a/MdePkg/Include/Ppi/SecPlatformInformation.h +++ b/MdePkg/Include/Ppi/SecPlatformInformation.h @@ -30,6 +30,13 @@ typedef struct _EFI_SEC_PLATFORM_INFORMATION_PPI EFI_SEC_PLATFORM_INFORMATION_PP extern EFI_GUID gEfiSecPlatformInformationPpiGuid; +typedef struct { + UINTN BootPhase; // entry r20 value + UINTN UniqueId; // PAL arbitration ID + UINTN HealthStat; // Health Status + UINTN PALRetAddress; // return address to PAL +} IPF_HANDOFF_STATUS; + /// /// EFI_HEALTH_FLAGS ///