]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/StatusCodeDataTypeId.h
MdePkg/SmBios.h: Add new defines for SMBIOS record type 43
[mirror_edk2.git] / MdePkg / Include / Guid / StatusCodeDataTypeId.h
index dbe7662faff414eb160da63bbbf983f7e87be348..21d6359e69e9cbcb9ce5ec392596914081c818c4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   GUID used to identify id for the caller who is initiating the Status Code.\r
 \r
-  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -148,12 +148,12 @@ typedef struct {
   ///\r
   EFI_STATUS_CODE_DATA                 DataHeader;\r
   ///\r
-  /// The device path to the controller or the hardware device. Note that this parameter is a\r
-  /// variable-length device path structure and not a pointer to such a structure. This\r
-  /// structure is populated only if it is a physical device. For virtual devices, the Size\r
-  /// field in DataHeader is set to zero and this field is not populated.\r
+  /// The device path to the controller or the hardware device. Note that this parameter is a \r
+  /// variable-length device path structure and not a pointer to such a structure. This structure is\r
+  /// populated only if it is a physical device. For virtual devices, the Size field in DataHeader\r
+  /// is set to zero and this field is not populated.\r
   ///\r
-  UINT8                                *DevicePath;\r
+  //  EFI_DEVICE_PATH_PROTOCOL         DevicePath;\r
 } EFI_DEVICE_PATH_EXTENDED_DATA;\r
 \r
 ///\r
@@ -223,21 +223,21 @@ typedef struct {
   ///\r
   UINT16                             AllocResSize;\r
   ///\r
-  /// The device path to the controller or the hardware device that did not get the requested\r
-  /// resources. Note that this parameter is the variable-length device path structure and not\r
-  /// a pointer to this structure.\r
+  /// The device path to the controller or the hardware device that did not get the requested \r
+  /// resources. Note that this parameter is the variable-length device path structure and not \r
+  /// a pointer to this structure. \r
   ///\r
-  UINT8                              *DevicePath;\r
+  //  EFI_DEVICE_PATH_PROTOCOL       DevicePath;\r
   ///\r
   /// The requested resources in the format of an ACPI 2.0 resource descriptor. This\r
   /// parameter is not a pointer; it is the complete resource descriptor.\r
   ///\r
-  UINT8                              *ReqRes;\r
+  //  UINT8                          ReqRes[];\r
   ///\r
-  /// The allocated resources in the format of an ACPI 2.0 resource descriptor. This\r
+  /// The allocated resources in the format of an ACPI 2.0 resource descriptor. This \r
   /// parameter is not a pointer; it is the complete resource descriptor.\r
   ///\r
-  UINT8                              *AllocRes;\r
+  //  UINT8                          AllocRes[];\r
 } EFI_RESOURCE_ALLOC_FAILURE_ERROR_DATA;\r
 \r
 ///\r
@@ -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
@@ -740,11 +752,11 @@ typedef struct {
   ///\r
   UINT16                         DevicePathSize;\r
   ///\r
-  /// Matches the RemainingDevicePath parameter being passed to the Start() \r
-  /// function. Note that this parameter is the variable-length device path and not a pointer \r
+  /// Matches the RemainingDevicePath parameter being passed to the Start() function. \r
+  /// Note that this parameter is the variable-length device path and not a pointer \r
   /// to the device path.\r
   ///  \r
-  UINT8                          *RemainingDevicePath;\r
+  //  EFI_DEVICE_PATH_PROTOCOL   RemainingDevicePath;\r
 } EFI_STATUS_CODE_START_EXTENDED_DATA;\r
 \r
 ///\r