Revision: 17321
          http://sourceforge.net/p/edk2/code/17321
Author:   hwu1225
Date:     2015-05-06 03:30:27 +0000 (Wed, 06 May 2015)
Log Message:
-----------
MdePkg: EFI_FIRMWARE_MANAGEMENT_PROTOCOL.CheckImage() Description Update

Update description comments for IMAGE_UPDATABLE_VALID.
Add new definition IMAGE_UPDATABLE_VALID_WITH_VENDOR_CODE to FMP
CheckImage.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdePkg/Include/Protocol/FirmwareManagement.h

Modified: trunk/edk2/MdePkg/Include/Protocol/FirmwareManagement.h
===================================================================
--- trunk/edk2/MdePkg/Include/Protocol/FirmwareManagement.h     2015-05-06 
03:30:04 UTC (rev 17320)
+++ trunk/edk2/MdePkg/Include/Protocol/FirmwareManagement.h     2015-05-06 
03:30:27 UTC (rev 17321)
@@ -191,7 +191,9 @@
 //
 ///
 /// IMAGE_UPDATABLE_VALID indicates SetImage() will accept the new image and 
update the
-/// device with the new image.
+/// device with the new image. The version of the new image could be higher or 
lower than
+/// the current image. SetImage VendorCode is optional but can be used for 
vendor
+/// specific action.
 ///
 #define  IMAGE_UPDATABLE_VALID                     0x0000000000000001
 ///
@@ -211,6 +213,12 @@
 /// version downgrade.
 ///
 #define  IMAGE_UPDATABLE_INVALID_OLD               0x0000000000000008
+///
+/// IMAGE_UPDATABLE_VALID_WITH_VENDOR_CODE indicates SetImage() will accept 
and update
+/// the new image only if a correct VendorCode is provided or else image would 
be
+/// rejected and SetImage will return appropriate error.
+///
+#define IMAGE_UPDATABLE_VALID_WITH_VENDOR_CODE     0x0000000000000010
 
 
 //


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to