Reviewed-by: Liming Gao <[email protected]> > -----Original Message----- > From: Ni, Ruiyu > Sent: Wednesday, August 10, 2016 1:56 PM > To: [email protected] > Cc: Gao, Liming <[email protected]> > Subject: [PATCH 01/11] MdePkg/UefiSpec.h: Align function header of > ResetSystem to UEFI Spec > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ruiyu Ni <[email protected]> > Cc: Liming Gao <[email protected]> > --- > MdePkg/Include/Uefi/UefiSpec.h | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/MdePkg/Include/Uefi/UefiSpec.h > b/MdePkg/Include/Uefi/UefiSpec.h > index e8feed1..57cb4e8 100644 > --- a/MdePkg/Include/Uefi/UefiSpec.h > +++ b/MdePkg/Include/Uefi/UefiSpec.h > @@ -1004,11 +1004,15 @@ EFI_STATUS > > @param[in] ResetType The type of reset to perform. > @param[in] ResetStatus The status code for the reset. > - @param[in] DataSize The size, in bytes, of WatchdogData. > + @param[in] DataSize The size, in bytes, of ResetData. > @param[in] ResetData For a ResetType of EfiResetCold, > EfiResetWarm, > or > EfiResetShutdown the data buffer starts with > a Null- > terminated > 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 than > EFI_SUCCESS > + unless the ResetType is > EfiResetPlatformSpecific > + where a minimum amount of ResetData is > always required. > **/ > typedef > VOID > -- > 2.9.0.windows.1
_______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

