From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) (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 C423F81EFA for ; Thu, 17 Nov 2016 11:32:48 -0800 (PST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP; 17 Nov 2016 11:32:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,655,1473145200"; d="scan'208";a="1086740037" Received: from orsmsx109.amr.corp.intel.com ([10.22.240.7]) by fmsmga002.fm.intel.com with ESMTP; 17 Nov 2016 11:32:53 -0800 Received: from orsmsx155.amr.corp.intel.com (10.22.240.21) by ORSMSX109.amr.corp.intel.com (10.22.240.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 17 Nov 2016 11:32:53 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.63]) by ORSMSX155.amr.corp.intel.com ([10.22.240.21]) with mapi id 14.03.0248.002; Thu, 17 Nov 2016 11:32:52 -0800 From: "Mudusuru, Giri P" To: "Thomaiyar, Richard Marian" , "edk2-devel@lists.01.org" CC: "Ma, Maurice" , "Yao, Jiewen" Thread-Topic: [PATCH] IntelFsp2Pkg: Use FspSiliconInitDone2 API Thread-Index: AQHSP+51n21fjVjsR0Oxy7F0hYUUO6Ddkt6A Date: Thu, 17 Nov 2016 19:32:51 +0000 Message-ID: <4666AEFED60F8E4198B42BB01DCEABDF76F5D8F3@ORSMSX113.amr.corp.intel.com> References: <20161116094704.5584-1-richard.marian.thomaiyar@intel.com> In-Reply-To: <20161116094704.5584-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] IntelFsp2Pkg: Use FspSiliconInitDone2 API 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:32:48 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Giri P Mudusuru =20 > -----Original Message----- > From: Thomaiyar, Richard Marian > Sent: Wednesday, November 16, 2016 1:47 AM > To: edk2-devel@lists.01.org > Cc: Ma, Maurice ; Yao, Jiewen > ; Mudusuru, Giri P ; > Thomaiyar, Richard Marian > Subject: [PATCH] IntelFsp2Pkg: Use FspSiliconInitDone2 API >=20 > Use FspSiliconInitDone2 API in Notify Phase >=20 > Cc: Maurice Ma > Cc: Jiewen Yao > Cc: Giri P Mudusuru > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Richard Thomaiyar > --- > IntelFsp2Pkg/FspNotifyPhase/FspNotifyPhasePeim.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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); >=20 > // > // BootLoader called FSP again through NotifyPhase > -- > 2.9.0.windows.1