Revision: 14595
http://sourceforge.net/p/edk2/code/14595
Author: niruiyu
Date: 2013-08-23 07:41:57 +0000 (Fri, 23 Aug 2013)
Log Message:
-----------
Add new driver diagnostic type (EfiDriverDiagnosticTypeCancel) to follow UEFI
Spec 2.4.
Signed-off-by: Ruiyu Ni <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Modified Paths:
--------------
trunk/edk2/MdePkg/Include/Protocol/DriverDiagnostics.h
Modified: trunk/edk2/MdePkg/Include/Protocol/DriverDiagnostics.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/DriverDiagnostics.h 2013-08-23
05:54:33 UTC (rev 14594)
+++ trunk/edk2/MdePkg/Include/Protocol/DriverDiagnostics.h 2013-08-23
07:41:57 UTC (rev 14595)
@@ -1,7 +1,7 @@
/** @file
EFI Driver Diagnostics Protocol
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available
under
the terms and conditions of the BSD License that accompanies this
distribution.
The full text of the license may be found at
@@ -40,6 +40,12 @@
/// suitable for a manufacturing and test environment.
///
EfiDriverDiagnosticTypeManufacturing= 2,
+ ///
+ /// This is an optional diagnostic type that would only be used in the
situation where an
+ /// EFI_NOT_READY had been returned by a previous call to RunDiagnostics()
+ /// and there is a desire to cancel the current running diagnostics
operation.
+ ///
+ EfiDriverDiagnosticTypeCancel = 3,
EfiDriverDiagnosticTypeMaximum
} EFI_DRIVER_DIAGNOSTIC_TYPE;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits