From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by ml01.01.org (Postfix) with ESMTP id 47B951A1E11 for ; Mon, 15 Aug 2016 21:49:18 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 15 Aug 2016 21:49:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,528,1464678000"; d="scan'208";a="156337261" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 15 Aug 2016 21:49:17 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 15 Aug 2016 21:49:17 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 15 Aug 2016 21:49:17 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.147]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.116]) with mapi id 14.03.0248.002; Tue, 16 Aug 2016 12:49:15 +0800 From: "Gao, Liming" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 01/11] MdePkg/UefiSpec.h: Align function header of ResetSystem to UEFI Spec Thread-Index: AQHR8svqhu1srhSi50ic/U6w4isAzKBLDW0g Date: Tue, 16 Aug 2016 04:49:14 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A1155EB7E4@shsmsx102.ccr.corp.intel.com> References: <20160810055611.266232-1-ruiyu.ni@intel.com> <20160810055611.266232-2-ruiyu.ni@intel.com> In-Reply-To: <20160810055611.266232-2-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 01/11] MdePkg/UefiSpec.h: Align function header of ResetSystem to UEFI Spec X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2016 04:49:18 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao > -----Original Message----- > From: Ni, Ruiyu > Sent: Wednesday, August 10, 2016 1:56 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming > Subject: [PATCH 01/11] MdePkg/UefiSpec.h: Align function header of > ResetSystem to UEFI Spec >=20 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ruiyu Ni > Cc: Liming Gao > --- > MdePkg/Include/Uefi/UefiSpec.h | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) >=20 > 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 >=20 > @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, EfiRese= tWarm, > or > EfiResetShutdown the data buffer starts = with a Null- > terminated > string, optionally followed by additiona= l binary data. > - > + The string is a description that the cal= ler 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 EfiResetPlatform= Specific > + where a minimum amount of ResetData is a= lways required. > **/ > typedef > VOID > -- > 2.9.0.windows.1