]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_CODE_DATA...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Jun 2009 18:41:56 +0000 (18:41 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Jun 2009 18:41:56 +0000 (18:41 +0000)
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 for an ASSERT() condition by using an error code of EFI_SW_EC_ILLEGAL_SOFTWARE_STATE.  Any consumer of produced status codes should evaluate the error code to determine if it is an ASSERT() type, and then know how to interpret the extended data as EFI_DEBUG_ASSERT_DATA.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8427 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c
IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf

index cafe0c62424b44b5293a3d044e1405170f736da4..3c9e03527fd8fa5bdec53364daf689cf645e2b4e 100644 (file)
@@ -282,7 +282,7 @@ DebugAssert (
       (EFI_SOFTWARE_DXE_BS_DRIVER | EFI_SW_EC_ILLEGAL_SOFTWARE_STATE),\r
       0,\r
       NULL,\r
-      &gEfiStatusCodeDataTypeAssertGuid,\r
+      NULL,\r
       AssertData,\r
       TotalSize\r
       );\r
index decf82c9e43cefaebcc02acdf1387c2c160e5186..f55c656df64a7d3b6d44da8488af371c6666dec7 100644 (file)
@@ -51,6 +51,5 @@
 \r
 [Guids.common]\r
   gEfiStatusCodeDataTypeDebugGuid\r
-  gEfiStatusCodeDataTypeAssertGuid\r
   \r
   
\ No newline at end of file