summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Guid
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-01 18:18:52 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-01 18:18:52 +0000
commitd4764d1f647d1674b2e50382f87de354209e8195 (patch)
tree820113fed7064129b65964453972fa8a921043c1 /IntelFrameworkPkg/Include/Guid
parenta7ef0a80e1b0bf9d512d7b5e0e01455102341228 (diff)
downloadedk2-platforms-d4764d1f647d1674b2e50382f87de354209e8195.tar.xz
Remove the GUID declared as gEfiStatusCodeDataTypeExceptionHandlerGuid and EFI_STATUS_CODE_DATA_TYPE_EXCEPTION_HANDLER_GUID because it is not present in the Intel Framework Specifications.
Any usage of this GUID should be replaced with gEfiStatusCodeSpecificDataGuid or EFI_STATUS_CODE_SPECIFIC_DATA_GUID. The Intel Framework Specification Status Codes 0.92 defines the method for producing a status code with a CPU exception record. The subclass of the error code defines the type of processor exception. Any consumer of produced status codes should evaluate the error code to determine if it is a CPU exception type, and then know how to interpret the extended data as a CPU exception record. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8425 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Guid')
-rw-r--r--IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h b/IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h
index d77c20c2d1..fa29f88b44 100644
--- a/IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h
+++ b/IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h
@@ -504,14 +504,6 @@ extern EFI_GUID gEfiStatusCodeSpecificDataGuid;
extern EFI_GUID gEfiStatusCodeDataTypeAssertGuid;
//
-// Exception Data type (CPU REGS)
-//
-#define EFI_STATUS_CODE_DATA_TYPE_EXCEPTION_HANDLER_GUID \
- { 0x3BC2BD12, 0xAD2E, 0x11D5, { 0x87, 0xDD, 0x00, 0x06, 0x29, 0x45, 0xC3, 0xB9 } }
-
-extern EFI_GUID gEfiStatusCodeDataTypeExceptionHandlerGuid;
-
-//
// Debug DataType defintions. User Defined Data Types.
//
#define EFI_STATUS_CODE_DATA_TYPE_DEBUG_GUID \