Cc: Liming Gao <liming....@intel.com>
Cc: Ruiyu Ni <ruiyu...@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan...@intel.com>
---
 MdePkg/Include/Library/UefiRuntimeLib.h | 7 +++----
 MdePkg/Include/Uefi/UefiSpec.h          | 3 +++
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/MdePkg/Include/Library/UefiRuntimeLib.h 
b/MdePkg/Include/Library/UefiRuntimeLib.h
index 99ca824..0bca416 100644
--- a/MdePkg/Include/Library/UefiRuntimeLib.h
+++ b/MdePkg/Include/Library/UefiRuntimeLib.h
@@ -1,10 +1,10 @@
 /** @file
   Provides library functions for each of the UEFI Runtime Services.
   Only available to DXE and UEFI module types.
 
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2017, 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
 http://opensource.org/licenses/bsd-license.php.
 
@@ -327,13 +327,12 @@ EfiGetNextHighMonotonicCount (
   @param  DataSizeThe size, in bytes, of ResetData.
   @param  ResetData   For a ResetType of EfiResetCold, EfiResetWarm, or 
EfiResetShutdown the data buffer starts with a
                       Null-terminated Unicode string, optionally followed by 
additional binary data. The string is a
                       description that the caller may use to further indicate 
the reason for the system reset. ResetData
                       is only valid if ResetStatus is something other then 
EFI_SUCCESS. This pointer must be a physical
-                      address. For a ResetType of EfiRestUpdate the data 
buffer also starts with a Null-terminated string
-                      that is followed by a physical VOID * to an 
EFI_CAPSULE_HEADER.
-
+                      address. For a ResetType of EfiResetPlatformSpecific the 
data buffer also starts with a Null-terminated
+                      string that is followed by an EFI_GUID that describes 
the specific type of reset to perform.
 **/
 VOID
 EFIAPI
 EfiResetSystem (
   IN EFI_RESET_TYPE               ResetType,
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h
index 5774470..58acca2 100644
--- a/MdePkg/Include/Uefi/UefiSpec.h
+++ b/MdePkg/Include/Uefi/UefiSpec.h
@@ -1018,10 +1018,13 @@ EFI_STATUS
                                 The string is a description that the caller 
may use to further
                                 indicate the reason for the system reset. 
ResetData is only
                                 valid if ResetStatus is something other than 
EFI_SUCCESS
                                 unless the ResetType is 
EfiResetPlatformSpecific
                                 where a minimum amount of ResetData is always 
required.
+                                For a ResetType of EfiResetPlatformSpecific 
the data buffer
+                                also starts with a Null-terminated string that 
is followed
+                                by an EFI_GUID that describes the specific 
type of reset to perform.
 **/
 typedef
 VOID
 (EFIAPI *EFI_RESET_SYSTEM)(
   IN EFI_RESET_TYPE           ResetType,
-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to