X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FPpi%2FSecPlatformInformation.h;h=bcba5dbf2af6f5d0cce9b2aac81c79257f54a66c;hb=eb9603a0b7c72b33c43bde89ec33d384cd30ce9e;hp=b7dd03e6ce42bd299881a5e73fd3bdc7f2e2a21a;hpb=0647c9adf92c6a8712091607a73b2768327a865d;p=mirror_edk2.git 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 ///