]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update EFI_DRIVER_HEALTH_HII_MESSAGE definition from UEFI 2.4 specification to replac...
authorSamer El-Haj-Mahmoud elhaj <Samer El-Haj-Mahmoud elhaj@hp.com>
Tue, 26 Aug 2014 05:02:58 +0000 (05:02 +0000)
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 26 Aug 2014 05:02:58 +0000 (05:02 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Samer El-Haj-Mahmoud elhaj@hp.com
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15894 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/DriverHealth.h

index 5116162cd274b5efe10f7e1d670825bb9f2b2446..c87c19c1a365303b1f6c9c06996e468b8b383ca4 100644 (file)
@@ -21,6 +21,7 @@
   configuration changes to take affect. \r
 \r
   Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2014, Hewlett-Packard Development Company, L.P.<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
@@ -62,7 +63,16 @@ typedef enum {
 typedef struct {\r
   EFI_HII_HANDLE  HiiHandle;\r
   EFI_STRING_ID   StringId;\r
-  UINT64          Reserved;\r
+  \r
+  ///\r
+  /// 64-bit numeric value of the warning/error specified by this message. \r
+  ///   A value of 0x0000000000000000 is used to indicate that MessageCode is not specified. \r
+  ///   The values  0x0000000000000001 to 0x0fffffffffffffff are reserved for allocation by the UEFI Specification.\r
+  ///   The values  0x1000000000000000 to 0x1fffffffffffffff are reserved for IHV-developed drivers. \r
+  ///   The values 0x8000000000000000 to 0x8fffffffffffffff is reserved for platform/OEM drivers.\r
+  ///   All other values are reserved and should not be used.\r
+  ///\r
+  UINT64          MessageCode;\r
 } EFI_DRIVER_HEALTH_HII_MESSAGE;\r
 \r
 /**\r