From d4764d1f647d1674b2e50382f87de354209e8195 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Mon, 1 Jun 2009 18:18:52 +0000 Subject: 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 --- IntelFrameworkPkg/Include/Guid/StatusCodeDataTypeId.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'IntelFrameworkPkg/Include/Guid') 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 @@ -503,14 +503,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. // -- cgit v1.2.3