]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/StatusCodeDataTypeId.h
Add new status code definition in PI 1.2 Errata B.
[mirror_edk2.git] / MdePkg / Include / Guid / StatusCodeDataTypeId.h
index dbe7662faff414eb160da63bbbf983f7e87be348..7471db848af9b23bc1bdd361c719f7dd5b7cb827 100644 (file)
@@ -686,6 +686,18 @@ typedef union {
   /// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.\r
   ///\r
   EFI_SYSTEM_CONTEXT_IPF  SystemContextIpf;\r
+  ///\r
+  /// The context of the X64 processor when the exception was generated. Type\r
+  /// EFI_SYSTEM_CONTEXT_X64 is defined in the\r
+  /// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.\r
+  ///\r
+  EFI_SYSTEM_CONTEXT_X64  SystemContextX64; \r
+  ///\r
+  /// The context of the ARM processor when the exception was generated. Type\r
+  /// EFI_SYSTEM_CONTEXT_ARM is defined in the\r
+  /// EFI_DEBUG_SUPPORT_PROTOCOL in the UEFI Specification.\r
+  ///\r
+  EFI_SYSTEM_CONTEXT_ARM  SystemContextArm;\r
 } EFI_STATUS_CODE_EXCEP_SYSTEM_CONTEXT;\r
 \r
 ///\r