From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 ED5981A1E30 for ; Wed, 24 Aug 2016 22:21:19 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 24 Aug 2016 22:21:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,574,1464678000"; d="scan'208";a="160645795" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga004.fm.intel.com with ESMTP; 24 Aug 2016 22:21:19 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 24 Aug 2016 22:21:18 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.8]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.116]) with mapi id 14.03.0248.002; Thu, 25 Aug 2016 13:21:16 +0800 From: "Tian, Feng" To: "Fan, Jeff" , "edk2-devel@lists.01.org" CC: "Tian, Feng" Thread-Topic: [edk2] [Patch 0/6] Fixed bugs in MpInitLib Thread-Index: AQHR/hYxeRoUxWr5EkOw1FVnWlVH8aBZJL7Q Date: Thu, 25 Aug 2016 05:21:16 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE538825805@SHSMSX101.ccr.corp.intel.com> References: <1472049924-8228-1-git-send-email-jeff.fan@intel.com> In-Reply-To: <1472049924-8228-1-git-send-email-jeff.fan@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/6] Fixed bugs in MpInitLib 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, 25 Aug 2016 05:21:20 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Looks good to me Reviewed-by: Feng Tian Thanks Feng -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jeff= Fan Sent: Wednesday, August 24, 2016 10:45 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch 0/6] Fixed bugs in MpInitLib Jeff Fan (6): UefiCpuPkg/MpInitLib: Move timeout delay to WakupAp() UefiCpuPkg/MpInitLib: Move allocating reserved memory for AP loop code UefiCpuPkg/MpInitLib: Rename EndOfPeiFlag to SaveRestoreFlag UefiCpuPkg/MpInitLib: Fix function header comments typo UefiCpuPkg/MpInitLib: Move two functions location UefiCpuPkg/MpInitLib: Don't allocate reset vector in Exit Boot Service UefiCpuPkg/Library/MpInitLib/DxeMpLib.c | 96 ++++++++++++++++++----------= ---- UefiCpuPkg/Library/MpInitLib/Microcode.c | 2 +- UefiCpuPkg/Library/MpInitLib/MpLib.c | 52 +++++++++++++++-- UefiCpuPkg/Library/MpInitLib/MpLib.h | 24 +++++++- UefiCpuPkg/Library/MpInitLib/PeiMpLib.c | 45 +-------------- 5 files changed, 127 insertions(+), 92 deletions(-) -- 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel