From 9c89ec98193e24eb9849a66c83f6a80b64a51c4c Mon Sep 17 00:00:00 2001 From: mdkinney Date: Mon, 18 Dec 2006 20:02:05 +0000 Subject: Only include SmmCis.h if the CPU Arch is IA32 or X64 Only include SalApi.h if the CPU Arch is IPF git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2108 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Ppi/SecPlatformInformation.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MdePkg/Include/Ppi') 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 /// -- cgit v1.2.3