diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-06-16 12:57:34 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-06-20 09:29:42 +0800 |
commit | 28426918f0eae7e98a7a854c6eca64e88e75bf41 (patch) | |
tree | e751eabae7190f79d225a682aa613330088a29a8 /MdePkg/Include/Uefi/UefiSpec.h | |
parent | 5779d550be17216655e15874558e86fed52223c9 (diff) | |
download | edk2-28426918f0eae7e98a7a854c6eca64e88e75bf41.zip edk2-28426918f0eae7e98a7a854c6eca64e88e75bf41.tar.gz edk2-28426918f0eae7e98a7a854c6eca64e88e75bf41.tar.bz2 |
MdePkg: update comments in ResetSystem() according to UEFI2.7
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'MdePkg/Include/Uefi/UefiSpec.h')
-rw-r--r-- | MdePkg/Include/Uefi/UefiSpec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 4eb9384..9203df9 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1020,6 +1020,9 @@ EFI_STATUS 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
|