From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 43CBA81EE5 for ; Thu, 17 Nov 2016 11:34:52 -0800 (PST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP; 17 Nov 2016 11:34:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,655,1473145200"; d="scan'208";a="192684587" Received: from orsmsx108.amr.corp.intel.com ([10.22.240.6]) by fmsmga004.fm.intel.com with ESMTP; 17 Nov 2016 11:34:57 -0800 Received: from orsmsx160.amr.corp.intel.com (10.22.226.43) by ORSMSX108.amr.corp.intel.com (10.22.240.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Nov 2016 11:34:56 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.63]) by ORSMSX160.amr.corp.intel.com ([10.22.226.43]) with mapi id 14.03.0248.002; Thu, 17 Nov 2016 11:34:56 -0800 From: "Mudusuru, Giri P" To: "Thomaiyar, Richard Marian" , "edk2-devel@lists.01.org" CC: "Ma, Maurice" , "Yao, Jiewen" Thread-Topic: [PATCH 2/2] IntelFsp2Pkg: Use FspSiliconInitDone2 API for the Notify Phase Use FspSiliconInitDone2 API (with error status handling) for the Notify Phase Thread-Index: AQHSP+bAXThTXSqp7k6+XXlq9LwyH6DdksnAgAAArCA= Date: Thu, 17 Nov 2016 19:34:56 +0000 Message-ID: <4666AEFED60F8E4198B42BB01DCEABDF76F5D95E@ORSMSX113.amr.corp.intel.com> References: <20161116085053.9596-1-richard.marian.thomaiyar@intel.com> Accept-Language: en-US, hi-IN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Subject: Re: [PATCH 2/2] IntelFsp2Pkg: Use FspSiliconInitDone2 API for the Notify Phase Use FspSiliconInitDone2 API (with error status handling) for the Notify Phase 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: Thu, 17 Nov 2016 19:34:52 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Correcting the edk2 mailing list. > -----Original Message----- > From: Mudusuru, Giri P > Sent: Thursday, November 17, 2016 11:33 AM > To: Thomaiyar, Richard Marian ; ed2- > devel@lists.01.org > Cc: Ma, Maurice ; Yao, Jiewen > > Subject: RE: [PATCH 2/2] IntelFsp2Pkg: Use FspSiliconInitDone2 API for th= e > Notify Phase Use FspSiliconInitDone2 API (with error status handling) for= the > Notify Phase >=20 > Reviewed-by: Giri P Mudusuru >=20 > > -----Original Message----- > > From: Thomaiyar, Richard Marian > > Sent: Wednesday, November 16, 2016 12:51 AM > > To: ed2-devel@lists.01.org > > Cc: Ma, Maurice ; Yao, Jiewen > > ; Mudusuru, Giri P ; > > Richard; Marian; Thomaiyar > > Subject: [PATCH 2/2] IntelFsp2Pkg: Use FspSiliconInitDone2 API for the > > Notify Phase Use FspSiliconInitDone2 API (with error status handling) f= or > the > > Notify Phase > > > > Cc: Maurice Ma > > Cc: Jiewen Yao > > Cc: Giri P Mudusuru > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Richard Marian Thomaiyar > > > > --- > > IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c > > b/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c > > index 6acdeb3..41131d5 100644 > > --- a/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c > > +++ b/IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c > > @@ -81,7 +81,7 @@ WaitForNotify ( > > // Give control back to BootLoader after FspSiliconInit > > // > > DEBUG ((DEBUG_INFO | DEBUG_INIT, "FSP is waiting for NOTIFY\n")); > > - FspSiliconInitDone (); > > + FspSiliconInitDone2 (EFI_SUCCESS); > > > > // > > // BootLoader called FSP again through NotifyPhase > > -- > > 2.9.0.windows.1