]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update firmware management protocol definition to expose the lowest supported firmwar...
authorShumin Qiu <shumin.qiu@intel.com>
Thu, 22 Aug 2013 01:01:27 +0000 (01:01 +0000)
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Aug 2013 01:01:27 +0000 (01:01 +0000)
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14586 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/FirmwareManagement.h

index 617b96ab13581bf73d2d8493d2f2a00faa7b62c4..ae840268a61de7db83fac6444a7b4036a859b659 100644 (file)
@@ -8,7 +8,7 @@
   CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return \r
   EFI_UNSUPPORTED if not supported by the driver.\r
   \r
   CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return \r
   EFI_UNSUPPORTED if not supported by the driver.\r
   \r
-  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
   This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -85,6 +85,11 @@ typedef struct {
   /// values of this parameter.\r
   /// \r
   UINT64                           Compatibilities;\r
   /// values of this parameter.\r
   /// \r
   UINT64                           Compatibilities;\r
+  ///\r
+  /// Describes the lowest ImageDescriptor version that the device will accept. Only\r
+  /// present in version 2 or higher.\r
+  ///\r
+  UINT32                           LowestSupportedImageVersion;\r
 } EFI_FIRMWARE_IMAGE_DESCRIPTOR;\r
 \r
 \r
 } EFI_FIRMWARE_IMAGE_DESCRIPTOR;\r
 \r
 \r
@@ -127,7 +132,7 @@ typedef struct {
 ///\r
 /// Descriptor Version\r
 ///\r
 ///\r
 /// Descriptor Version\r
 ///\r
-#define   EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION   1\r
+#define   EFI_FIRMWARE_IMAGE_DESCRIPTOR_VERSION   2\r
 \r
 \r
 ///\r
 \r
 \r
 ///\r