From 31c21fd3d26ef7be71aeb99a13193ed22fceded5 Mon Sep 17 00:00:00 2001 From: li-elvin Date: Wed, 4 May 2011 03:19:25 +0000 Subject: Add new status code definition in PI 1.2 Errata B. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11616 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Guid/StatusCodeDataTypeId.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'MdePkg/Include/Guid') diff --git a/MdePkg/Include/Guid/StatusCodeDataTypeId.h b/MdePkg/Include/Guid/StatusCodeDataTypeId.h index dbe7662faf..7471db848a 100644 --- a/MdePkg/Include/Guid/StatusCodeDataTypeId.h +++ b/MdePkg/Include/Guid/StatusCodeDataTypeId.h @@ -686,6 +686,18 @@ typedef union { /// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification. /// EFI_SYSTEM_CONTEXT_IPF SystemContextIpf; + /// + /// The context of the X64 processor when the exception was generated. Type + /// EFI_SYSTEM_CONTEXT_X64 is defined in the + /// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification. + /// + EFI_SYSTEM_CONTEXT_X64 SystemContextX64; + /// + /// The context of the ARM processor when the exception was generated. Type + /// EFI_SYSTEM_CONTEXT_ARM is defined in the + /// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification. + /// + EFI_SYSTEM_CONTEXT_ARM SystemContextArm; } EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT; /// -- cgit v1.2.3